aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* suppress all our usual compiler warnings, including a longstanding one from t...Nick Mathewson2005-09-29
* Be more conservative about whether to advertise our dirport.Roger Dingledine2005-09-29
* clean up some doxygen stuffRoger Dingledine2005-09-29
* Fix crash-on-wakeup bug in networkstatus download.Nick Mathewson2005-09-26
* bugfix: we were whining about using socks4 or socks5-with-local-lookupRoger Dingledine2005-09-24
* But, of course, mirrors should get the most up-to-date server in any case.Nick Mathewson2005-09-23
* Log even less verbosely. Also, do not download old (frequently-updating) ser...Nick Mathewson2005-09-23
* Provide dire warnings to any users who set DirServer; move it out of torrc.sa...Nick Mathewson2005-09-23
* Oops. It looks like some old GCCs dislike #if inside a macro argument.Nick Mathewson2005-09-23
* put a log message so we can start confirming socks5-with-remote-dnsRoger Dingledine2005-09-23
* Decouple router downloads from old directory downloads entirelyNick Mathewson2005-09-23
* Fix logic error (people who ask authorities should never split; others should...Nick Mathewson2005-09-23
* Re-enable autosplitting, but authorities and mirrors should not do it, and ma...Nick Mathewson2005-09-23
* Fix at least one overzealous download bug. (tor_malloc_zero new local_routers...Nick Mathewson2005-09-23
* Fix some compiler warningsNick Mathewson2005-09-23
* Remove extraneous space on read-history lines.Nick Mathewson2005-09-23
* make the numbers in read-history and write-history into uint64s,Roger Dingledine2005-09-23
* and a minor log cleanupRoger Dingledine2005-09-23
* there was no need to die when we failed to spawn a cpuworker.Roger Dingledine2005-09-23
* remove another loud debug msgRoger Dingledine2005-09-22
* resolve lucky's recent bug: tor was exiting if we failed to spawnRoger Dingledine2005-09-22
* get rid of a noisy debug logRoger Dingledine2005-09-22
* I love the smell of C in the morning. Make router-download rules smarter (do...Nick Mathewson2005-09-22
* Use a separate type for "local view of router status". Also, even though I to...Nick Mathewson2005-09-22
* content-type bugfixes:Roger Dingledine2005-09-22
* bugfix: nobody ever implemented EVENT_ADDRMAP for control protocolRoger Dingledine2005-09-21
* Make write_escaped_data more bulletproof; backport candidate.Nick Mathewson2005-09-21
* clean up misleading comment on authdir_wants_to_reject_router()Roger Dingledine2005-09-21
* Only check versions from versioning authdirs.Nick Mathewson2005-09-21
* Implement new version handling code.Nick Mathewson2005-09-21
* clean up a bit more codeRoger Dingledine2005-09-20
* make router_is_general_exit match its documentationRoger Dingledine2005-09-20
* remove some debugging garbageNick Mathewson2005-09-18
* Make give-up-on-failure actually work: it seems the servers gave me a real te...Nick Mathewson2005-09-18
* Prevent a "try forever to download an unobtainable descriptor" bug. Still re...Nick Mathewson2005-09-18
* Refactor new directory code a bit. Keep a big list of rolled-up router statu...Nick Mathewson2005-09-18
* Move to new base64 digest functions. Switch to new router digest calculation...Nick Mathewson2005-09-18
* Remove a bunch of #if0d code that I no longer need to look at.Nick Mathewson2005-09-16
* Resolve/expand some XXXXs and improve a log message or twoNick Mathewson2005-09-16
* simplifyRoger Dingledine2005-09-16
* Fix the never-marked-anything-as-running bug. Now Tor builds circuts again. Woo.Nick Mathewson2005-09-16
* Add a missing returnNick Mathewson2005-09-16
* Fix the confusing bug where we were downloading only the first n/2-1 of the s...Nick Mathewson2005-09-16
* Unify our "figure out which fingerprints we were downloading" code.Nick Mathewson2005-09-16
* Add some (notice, for now) log messages that imply confusing things are happe...Nick Mathewson2005-09-15
* fix braino in dirserv.Nick Mathewson2005-09-15
* Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ev...Nick Mathewson2005-09-15
* And some documentation before bed.Nick Mathewson2005-09-15
* make some functions static; clean dead networkstatus entries more often.Nick Mathewson2005-09-15
* Make unittests not dieNick Mathewson2005-09-15