Nick Mathewson
|
ffe22fab9b
Indeed, arma was right. There was one ntohl too many in debug_ntop in eventdns.c
|
16 anni fa |
Roger Dingledine
|
f6b7e108e4
for some reason nickm removed this major feature from
|
16 anni fa |
Nick Mathewson
|
d640e2ab00
Spec compliance: if weighted MTBF of a router is at least 5 days, always vote it as Stable.
|
16 anni fa |
Nick Mathewson
|
c1c7f982d9
Do not not cannibalize a circuit that has run out of RELAY_EARLY cells. Partial bug 878 fix.
|
16 anni fa |
Nick Mathewson
|
145ead96ed
Do not cannibalize a circuit that has run out of RELAY_EARLY cells. Partial bug 878 fix.
|
16 anni fa |
Nick Mathewson
|
e8a3fa91a6
Use a consistent naming standard for header file guard macros, taking care not to collide with any system headers. This tripped us up on Android.
|
16 anni fa |
Nick Mathewson
|
b0a8ecd193
Use RSA_generate_key_ex where available.
|
16 anni fa |
Nick Mathewson
|
870fd18b8f
Refactor some exit-policy-related functions that showed up in oprofile.
|
16 anni fa |
Roger Dingledine
|
5519e633ec
New controller event "clients_seen" to report a geoip-based summary
|
16 anni fa |
Nick Mathewson
|
616f6643ef
get_interface_addr6(), and by extension get_interface_addr(), were pretty borked. Copying a tor_addr_t from a sockaddr_storage using memcpy is a poor notion.
|
16 anni fa |
Roger Dingledine
|
41aef35963
last cleanups
|
16 anni fa |
Roger Dingledine
|
20f964c6da
prepare for 0.2.1.9-alpha
|
16 anni fa |
Roger Dingledine
|
a12c3f2c86
some fixes i found in my sandbox
|
16 anni fa |
Nick Mathewson
|
5dd7e018cb
Changelog entries for bug 891 fix as checkpointed.
|
16 anni fa |
Nick Mathewson
|
ac2f6b608a
Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we reject it after downloading it so that we do not download it again
|
16 anni fa |
Nick Mathewson
|
029be5ad02
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses.
|
16 anni fa |
Nick Mathewson
|
c67bd80487
Make cell pools always-on.
|
16 anni fa |
Nick Mathewson
|
bf80e2df3f
Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow.
|
16 anni fa |
Nick Mathewson
|
b6f89a647a
One log.c XXX021 was a misunderstanding. Also, clip log messages passed to syslog to their maximum length when there is a maximum.
|
16 anni fa |
Nick Mathewson
|
cebdf93949
Fix bug 889: share deep-copied keys between threads to avoid races in reference counts. Bugfix on 0.1.0.1-rc.
|
16 anni fa |
Nick Mathewson
|
676175103d
Fix a valgrind-located memory stomp. Bugfix on 0.2.1.6-alpha.
|
16 anni fa |
Nick Mathewson
|
5c235cb5ec
Fix memory leak in rend_cache_store_v2_desc_as_client(), and refactor the function to use the "goto err" idiom.
|
16 anni fa |
Nick Mathewson
|
7d92053286
Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha
|
16 anni fa |
Nick Mathewson
|
2ad36f68c8
Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.
|
16 anni fa |
Roger Dingledine
|
03f413f5c7
declare that we're putting out 0.2.1.9-alpha next week
|
16 anni fa |
Roger Dingledine
|
048f2a179b
Clip the MaxCircuitDirtiness config option to a minimum of 10
|
16 anni fa |
Nick Mathewson
|
7678ac5193
Move edge-only flags from connection_t to edge_connection_t.
|
16 anni fa |
Nick Mathewson
|
26632d59dd
Rename or_is_obsolete and move it to or_connection_t where it belongs.
|
16 anni fa |
Nick Mathewson
|
e53ffaa4e4
Don't extend circuits over noncanonical connections with mismatched addresses.
|
16 anni fa |
Nick Mathewson
|
51c29e1e24
Apply rovv's bug 805 fix: take more care never to prefer a non-canonical connection.
|
16 anni fa |