aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* Apply rovv's patch for bug 864: avoid null error on detached signature handli...•••svn:r17446 Nick Mathewson2008-12-02
* clarify that 'resolve' relay cells nul-terminate the hostname, just•••like 'begin' relay cells. svn:r17442 Roger Dingledine2008-12-02
* clean up some log messages•••svn:r17406 Roger Dingledine2008-11-29
* whitespace fix•••svn:r17379 Roger Dingledine2008-11-24
* Consider GetNetworkParams() nameserver parsing to have suceeded if even one n...•••svn:r17368 Nick Mathewson2008-11-22
* prepare_for_poll() -- plus its mysterious cousin, prepare_for_pool() --•••are long gone. svn:r17351 Roger Dingledine2008-11-21
* apply sebastian's bug 867 fix: make routerset_equal() work as documented with...•••svn:r17287 Nick Mathewson2008-11-16
* Fix a possible segfault when establishing an exit connection. Bugfix on 0.2.1...•••svn:r17275 Karsten Loesing2008-11-16
* Apparently sparc64 is way more strict about uint16_t access alignment than I ...•••svn:r17262 Nick Mathewson2008-11-12
* Be even _more_ careful when signatures are bogus.•••svn:r17252 Nick Mathewson2008-11-11
* Only replace the detached signatures object when we actually added or replace...•••svn:r17250 Nick Mathewson2008-11-11
* Fix from rovv: when adding a detached signature, do not automatically assume ...•••svn:r17248 Nick Mathewson2008-11-11
* oops, remove debugging log message.•••svn:r17247 Nick Mathewson2008-11-11
* be less aggressive about deleting expired certs. based on patch from rovv. p...•••svn:r17246 Nick Mathewson2008-11-11
* Add PURPOSE= field to getinfo circuit-status. With luck, controllers are ign...•••svn:r17245 Nick Mathewson2008-11-11
* Document a couple of functions.•••svn:r17239 Nick Mathewson2008-11-10
* beg nick for some documentation on the locking functions•••svn:r17233 Roger Dingledine2008-11-10
* we missed a case when printing circuit purposes in circ events.•••svn:r17230 Roger Dingledine2008-11-09
* but to not attempt to download a specific certificate we already have.•••svn:r17214 Nick Mathewson2008-11-07
* Aaaaand, do not reset the download count just because we have a certificate t...•••svn:r17212 Nick Mathewson2008-11-07
* fix up signs in r17208•••svn:r17211 Nick Mathewson2008-11-07
* When we get a duplicated certificate, treat it as a failure and increment the...•••svn:r17209 Nick Mathewson2008-11-07
* patch from karsten to not use or accept expired certs. fixes bug 851. •••svn:r17208 Nick Mathewson2008-11-07
* vidalia asks us for the value of the Group config option. but now•••it's obsolete. which causes us to inform the user every time, even though the user can't do anything about it other than get confused. now it's an info-level log by default. svn:r17206 Roger Dingledine2008-11-07
* now that we drop privs more thoroughly, switch_id() is no longer•••idempotent. so now we remember if we've succeeded, and if so we don't even try. svn:r17204 Roger Dingledine2008-11-07
* i needed a piece of the 'patching patches' action too•••svn:r17202 Roger Dingledine2008-11-07
* Patch from Jacob Appelbaum and me to make User option more robust, properly s...•••svn:r17200 Steven Murdoch2008-11-07
* Remove bug 811/845 debugging code•••svn:r17199 Nick Mathewson2008-11-07
* fix wide lines•••svn:r17198 Nick Mathewson2008-11-07
* The chunk_size field in memarea_t was never actually set. Remove the whole t...•••svn:r17195 Nick Mathewson2008-11-05
* Fix a compile error found under pcc. It wants single-quites to be escaped in...•••svn:r17191 Nick Mathewson2008-11-05
* (a - b) / 2 != a - (b / 2); this is the reason why tunneled directory request...•••svn:r17189 Karsten Loesing2008-11-05
* Fix unit test failure related to intro point parsing.•••svn:r17188 Nick Mathewson2008-11-03
* Add some debugging logs for bug 811/845.•••svn:r17186 Nick Mathewson2008-11-03
* when building preemptive circuits, ignore streams that have a•••chosen exit node in mind already. otherwise we get tricked into trying to build a new circuit that will handle them. svn:r17184 Roger Dingledine2008-11-03
* fix the other half of r17091. now that best_support can be -1,•••we were complaining about no support for our one-hop streams, when in fact choose_good_exit_server_general() has no business caring about one-hop streams. patch from miner. svn:r17181 Roger Dingledine2008-11-01
* Fix an assertion failure on double-marked circuits, and a double-mark.•••svn:r17179 Nick Mathewson2008-11-01
* Implement the 0x20-hack to make DNS poisoning harder against us, especially w...•••svn:r17171 Nick Mathewson2008-10-29
* Work better with tools that resist DNS poisoning by using the 0x20 hack: make...•••svn:r17170 Nick Mathewson2008-10-29
* make layer_hint check a little stricter.•••svn:r17164 Nick Mathewson2008-10-27
* Verify cpath_layer match on rendezvous cells too. Fixes another case of bug ...•••svn:r17162 Nick Mathewson2008-10-27
* gabelmoo has a new IP address.•••svn:r17160 Karsten Loesing2008-10-27
* Fix another case of refusing to use a chosen exit node because we think it wi...•••svn:r17139 Nick Mathewson2008-10-21
* Fix the rest of bug 619: reject *:* servers should not do DNS lookups, even i...•••svn:r17138 Nick Mathewson2008-10-21
* Patch from rovv: send back END cell in response to connect attempts to nonexi...•••svn:r17137 Nick Mathewson2008-10-21
* backport candidate:•••The "ClientDNSRejectInternalAddresses" config option wasn't being consistently obeyed: if an exit relay refuses a stream because its exit policy doesn't allow it, we would remember what IP address the relay said the destination address resolves to, even if it's an internal IP address. Bugfix on 0.2.0.7-alpha; patch by rovv. svn:r17135 Roger Dingledine2008-10-17
* fix grammar in a log message•••svn:r17131 Roger Dingledine2008-10-16
* explain patch4 better. whee.•••svn:r17111 Roger Dingledine2008-10-15
* patch4 from proposal 155:•••Hidden services start out building five intro circuits rather than three, and when the first three finish they publish a service descriptor using those. Now we publish our service descriptor much faster after restart. svn:r17110 Roger Dingledine2008-10-15
* add patch2 from proposal 155:•••Launch a second client-side introduction circuit in parallel after a delay of 15 seconds (based on work by Christian Wilms). svn:r17108 Roger Dingledine2008-10-15