aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* fix another segv, this time in circid fix.Nick Mathewson2005-10-25
* fix a segvNick Mathewson2005-10-25
* Change more files to new loggin interface. 3 left.Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson2005-10-25
* Fix memory leak when retrieving networkstatus or routerdesc by malformed fing...Nick Mathewson2005-10-25
* Fix possible free(NULL) in control.cNick Mathewson2005-10-25
* Fix possible minor memory leak when parsing helpernode stateNick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne...Nick Mathewson2005-10-24
* When warning about a networkstatus fp, we need to put it in hex.Nick Mathewson2005-10-24
* Avoid potential infinite recursion when building a descriptorNick Mathewson2005-10-24
* Oct 19 13:27:24.391 [info] router_reload_networkstatus(): Skipping cached-sta...Roger Dingledine2005-10-20
* Crank down the frequency for replacing unchanged descriptorsNick Mathewson2005-10-19
* Make it compile. appease roger and his thirst for documentation.Nick Mathewson2005-10-19
* We need a routerlist_replace as well. This should do something about those an...Nick Mathewson2005-10-19
* solve the first half of bug 199: if we don't like the looksRoger Dingledine2005-10-19
* Update more files to new log stuff.Nick Mathewson2005-10-18
* Migrate a few more files to domained loggingNick Mathewson2005-10-18
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18
* fix some typosRoger Dingledine2005-10-18
* I think nick meant to compare r2->platform the second timePeter Palfrader2005-10-18
* Fix tor26's first segfaultPeter Palfrader2005-10-18
* Use a digestmap_t to speed up router_get_by_digest, which was previously a bo...Nick Mathewson2005-10-18
* Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decodingNick Mathewson2005-10-18
* Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson2005-10-18
* Make dirserv_get_routerdescs() return better http 404 error messages instead ...Peter Palfrader2005-10-18
* split send_control1_event() into the printf and the print/dispatch part. ThePeter Palfrader2005-10-18
* Fix download by SD digestPeter Palfrader2005-10-18
* I wonder what a stautus is.Peter Palfrader2005-10-18
* Some http status lines ended in a dot, others did not. Make it all the same ...Peter Palfrader2005-10-18
* And close the double quote tooPeter Palfrader2005-10-18
* Fix documentation of dirserv_get_routerdescs:Peter Palfrader2005-10-18
* Add a missing struct initializer fieldNick Mathewson2005-10-17
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* fix a few commentsRoger Dingledine2005-10-17
* start calling it *ListenAddress rather than *BindAddress,Roger Dingledine2005-10-17
* Add ability to warn when using abbrev mechanism to deprecate option namesNick Mathewson2005-10-17
* when providing content-type application/octet-stream for providingRoger Dingledine2005-10-17
* Make a few INFO log lines into DEBUGPeter Palfrader2005-10-17
* start hunting down why servers keep getting so many duplicate create cellsRoger Dingledine2005-10-17
* more log unclutteringRoger Dingledine2005-10-17
* start the process of reducing clutter in server logsRoger Dingledine2005-10-17
* cut out a warning that doesn't need to warnRoger Dingledine2005-10-16
* remove obsolete IgnoreVersion config from or.hRoger Dingledine2005-10-16
* Enable trivial "download by descriptor digest" functionality.Nick Mathewson2005-10-14
* Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson2005-10-14
* Allow tor_gzip_uncompress to extract as much as possible from truncated compr...Nick Mathewson2005-10-13
* Check if our IP address has changed every 5 minutes. If it has, update our s...Peter Palfrader2005-10-12
* Be a bit more verbose in our AUTHENTICATE error messages in the control proto...Peter Palfrader2005-10-12