summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-24Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne...Nick Mathewson
2005-10-24add more domainsNick Mathewson
2005-10-24if we expect tor to crash with the bug we can't solve, then at leastRoger Dingledine
2005-10-24prefer thread-friendly dmallocNick Mathewson
2005-10-24Check for even more windows version flags, and note any we do not recognize.Nick Mathewson
2005-10-24Committing the rest of the osx tor+privoxy uninstall applet.Andrew Lewman
2005-10-24Committing the wrapper script for uninstallation.Andrew Lewman
2005-10-24make the hidden wiki link more prominent.Roger Dingledine
2005-10-24When warning about a networkstatus fp, we need to put it in hex.Nick Mathewson
2005-10-24Avoid potential infinite recursion when building a descriptorNick Mathewson
2005-10-20Oct 19 13:27:24.391 [info] router_reload_networkstatus(): Skipping cached-sta...Roger Dingledine
2005-10-19Crank down the frequency for replacing unchanged descriptorsNick Mathewson
2005-10-19Make it compile. appease roger and his thirst for documentation.Nick Mathewson
2005-10-19We need a routerlist_replace as well. This should do something about those an...Nick Mathewson
2005-10-19solve the first half of bug 199: if we don't like the looksRoger Dingledine
2005-10-18Update more files to new log stuff.Nick Mathewson
2005-10-18Migrate a few more files to domained loggingNick Mathewson
2005-10-18Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson
2005-10-18fix some typosRoger Dingledine
2005-10-18I think nick meant to compare r2->platform the second timePeter Palfrader
2005-10-18Fix tor26's first segfaultPeter Palfrader
2005-10-18Use a digestmap_t to speed up router_get_by_digest, which was previously a bo...Nick Mathewson
2005-10-18Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decodingNick Mathewson
2005-10-18Add a "Map from digest to void*" abstraction, since we already faked it in 3 ...Nick Mathewson
2005-10-18stupid gcc. stupid nickm.Nick Mathewson
2005-10-18Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson
2005-10-18Make smartlist_foreach always use the fast versions.Nick Mathewson
2005-10-18Make dirserv_get_routerdescs() return better http 404 error messages instead ...Peter Palfrader
2005-10-18split send_control1_event() into the printf and the print/dispatch part. ThePeter Palfrader
2005-10-18Fix download by SD digestPeter Palfrader
2005-10-18I wonder what a stautus is.Peter Palfrader
2005-10-18Some http status lines ended in a dot, others did not. Make it all the same ...Peter Palfrader
2005-10-18And close the double quote tooPeter Palfrader
2005-10-18Fix documentation of dirserv_get_routerdescs:Peter Palfrader
2005-10-18Remove assert in sort-of c-itical pathNick Mathewson
2005-10-18Actually, use #defines for common case. Nothing to see here.Nick Mathewson
2005-10-18Inline key smartlist functions; use fast versions by default.Nick Mathewson
2005-10-17Add a missing struct initializer fieldNick Mathewson
2005-10-17Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader
2005-10-17fix a few commentsRoger Dingledine
2005-10-17and update the sample torrc to reflect the *listenaddress notationRoger Dingledine
2005-10-17start calling it *ListenAddress rather than *BindAddress,Roger Dingledine
2005-10-17Add ability to warn when using abbrev mechanism to deprecate option namesNick Mathewson
2005-10-17when providing content-type application/octet-stream for providingRoger Dingledine
2005-10-17Make a few INFO log lines into DEBUGPeter Palfrader
2005-10-1706_add_compile_time_defaults.dpatchPeter Palfrader
2005-10-17start hunting down why servers keep getting so many duplicate create cellsRoger Dingledine
2005-10-17more log unclutteringRoger Dingledine
2005-10-17start the process of reducing clutter in server logsRoger Dingledine
2005-10-16cut out a warning that doesn't need to warnRoger Dingledine