aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t an...Nick Mathewson2006-07-17
* whitespace/etc cleanupsRoger Dingledine2006-07-16
* parameterize the loudness of resolve_my_address(), and call thingsRoger Dingledine2006-07-15
* stick to nick's nul/null conventionRoger Dingledine2006-07-15
* Avoid an integer underflow when the dir authority decides whether aRoger Dingledine2006-07-14
* Add some debugging asserts to dns.c; these are too expensive to leave in perm...Nick Mathewson2006-07-11
* OR_CONN_EVENT_NEW: we should probably handle that , should we not? Especiall...Nick Mathewson2006-07-11
* Add a const; fix a (probably harmless) bug when storing a resolve we forgot w...Nick Mathewson2006-07-10
* Make compilation work on old MSVCs without GetVertsionEx magic. Patch from Fr...Nick Mathewson2006-07-09
* First part of making mmap-based stuff work on win32: save descriptors as "bin...Nick Mathewson2006-07-09
* Fix a crash if you enable FascistFirewall but not FirewallPorts.Roger Dingledine2006-07-08
* Spellcheck and remove spurious include in eventdns.cNick Mathewson2006-07-07
* When using eventdns: suppress logging of addresses when SafeLogging is active...Nick Mathewson2006-07-07
* eventdns: check for malloc() failures.Nick Mathewson2006-07-07
* rename X-You-Are to something slightly better.Roger Dingledine2006-07-06
* whitespace/tab fixesRoger Dingledine2006-07-06
* when an exit node gets a malformed begin cell, don't complain toRoger Dingledine2006-07-06
* Clean up eventdns messages.Nick Mathewson2006-07-05
* Spelling fix.Nick Mathewson2006-07-05
* Add plausile logging support to eventdns; stop putting stuff onto stdout.Nick Mathewson2006-07-05
* actually, that excludenodes fix was redundant. take it out.Roger Dingledine2006-07-05
* oops, we were ignoring options->ExcludeNodes when picking entry guards.Roger Dingledine2006-07-04
* Make the X-You-Are header more accurate when there's a proxy in the middle.Roger Dingledine2006-07-04
* ok, i'm not allowed to say that there. oh well.Roger Dingledine2006-07-04
* fix a misleading function commentRoger Dingledine2006-07-04
* if we're the server-side of the tls and there are problems,Roger Dingledine2006-07-04
* Get rid of the router_retry_connections notion. Now routers no longerRoger Dingledine2006-07-04
* No longer permit create cells to have the wrong circ_id_type. NoRoger Dingledine2006-07-04
* minor fixesRoger Dingledine2006-07-04
* minor fixesRoger Dingledine2006-07-04
* Oops. Headers work better when named right.Nick Mathewson2006-07-01
* Unify HTTP response code into one place so it is easier to add headers. Add ...Nick Mathewson2006-06-30
* also remove word 'middleman' from a log noticeRoger Dingledine2006-06-29
* remove the word 'middleman' from the sample torrcRoger Dingledine2006-06-29
* Apparent 311 fix: apparently passing Z_FINISH an empty string is problematic.Nick Mathewson2006-06-29
* Harmless: Z_OK is not an acceptable answer to Z_FINISH.Nick Mathewson2006-06-29
* complete_only == !allow_partial. This enables useful use of partial desc down...Nick Mathewson2006-06-29
* tab-man strikes againRoger Dingledine2006-06-28
* Fix another idiot bug causing symptom 309. Why cant I program?Nick Mathewson2006-06-28
* Add a check to try to make cache rebuild fail fast if it is going to failNick Mathewson2006-06-28
* Aaand re-disable the bogus test in get_body()Nick Mathewson2006-06-28
* Make sure that our calculated offsets for routers is correct; again. This tim...Nick Mathewson2006-06-28
* Actually enable mmap. That should improve matters.Nick Mathewson2006-06-28
* Likely fix for bug 309: when we calculate offsets after rebuilding the descri...Nick Mathewson2006-06-27
* refuse to write an iso_time which we can't parse, when dumpingRoger Dingledine2006-06-24
* Turn a while into a do/while; save a redundant testNick Mathewson2006-06-24
* Apparently, zlib sometimes reports Z_BUF_ERROR on input exhaustion as well as...Nick Mathewson2006-06-24
* Make some more verbose gcc warnings go away.Nick Mathewson2006-06-22
* Ooh, that could have been bad. Sort digests as digests, not strings.Nick Mathewson2006-06-22
* Fix a bunch of spaces.Nick Mathewson2006-06-22