aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a "Map from digest to void*" abstraction, since we already faked it in 3 ...Nick Mathewson2005-10-18
* stupid gcc. stupid nickm.Nick Mathewson2005-10-18
* Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson2005-10-18
* Make smartlist_foreach always use the fast versions.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
* Remove assert in sort-of c-itical pathNick Mathewson2005-10-18
* Actually, use #defines for common case. Nothing to see here.Nick Mathewson2005-10-18
* Inline key smartlist functions; use fast versions by default.Nick Mathewson2005-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
* and update the sample torrc to reflect the *listenaddress notationRoger 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
* 06_add_compile_time_defaults.dpatchPeter 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
* When no descriptors changed, do not send a NEWDESC event.Nick Mathewson2005-10-12
* Make --hash-password not craash on exit.Nick Mathewson2005-10-12
* Avoid warning on end-of-functionNick Mathewson2005-10-12
* Remove 08_add_newlines_between_serverdescriptors.dpatchPeter Palfrader2005-10-12
* authorities do not replace server descriptors where nothing semantically rele...Nick Mathewson2005-10-12
* Funny. I could have sworn it compiled this morning when I checked it in.Nick Mathewson2005-10-12
* More work towards a sane digest-based liveness testing.Nick Mathewson2005-10-12
* Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...Nick Mathewson2005-10-12
* Do not check whether DirPort is reachable when we are suppressing it because ...Nick Mathewson2005-10-12
* add some docs; if warn_if_unnamed is 0, really do not warn.Nick Mathewson2005-10-11
* Add directory format fix to debian's 0.1.1.8-alpha-1Peter Palfrader2005-10-08
* Insert a newline between all router descriptors when generating (old style) s...Nick Mathewson2005-10-08
* Now that directory admins assure me they have adjested teir configs, it is sa...Nick Mathewson2005-10-08
* Okay, try to use RAND_poll() from OpenSSL where available.Nick Mathewson2005-10-08
* Bump version to 0.1.1.8-alpha-cvsNick Mathewson2005-10-08
* New upstream releasePeter Palfrader2005-10-07
* do not try to download a routerdesc if we would immediately reject it as obso...Nick Mathewson2005-10-07