aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* make the default default options.FirewallPorts be the defaultRoger Dingledine2004-11-04
* break out validate_optionsRoger Dingledine2004-11-04
* Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson2004-10-28
* Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson2004-10-27
* Use strlcpy, not strcpy.Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* Replace sprintf with snprintfNick Mathewson2004-10-27
* quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine2004-10-25
* switch conn->addr and conn->dir_port to reflect the final destination,Roger Dingledine2004-10-17
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Remove unused localsNick Mathewson2004-10-15
* Add a commentNick Mathewson2004-10-15
* Upload to trusted dir servers based on DirServer config options, not on route...Nick Mathewson2004-10-15
* Ignore fascistfirewall when dealing with service descriptors; obey fascistfir...Nick Mathewson2004-10-15
* better warn message for the Content-Length attackRoger Dingledine2004-10-14
* Try to always dtrt if routerlist==NULLNick Mathewson2004-10-14
* Build without warnings on mac gcc 3.3Nick Mathewson2004-10-14
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson2004-10-14
* Add an implementation of trusted_dir_server logic to switch towards simply re...Nick Mathewson2004-10-12
* bugfix on my friday commit: make hidden services work again in cvsRoger Dingledine2004-10-12
* interim commit for http proxy supportRoger Dingledine2004-10-08
* Only check versions against downloaded directories, not cached directories.Nick Mathewson2004-10-03
* Decode Content-Encoding header correctly.Nick Mathewson2004-10-01
* prefer tor_free to freeRoger Dingledine2004-09-29
* ha ha, thought the bugs were doneRoger Dingledine2004-09-29
* the tor clients in cvs can't speak to the current tor authdirservers forRoger Dingledine2004-09-28
* put my fenceposts back in valid memory spaceRoger Dingledine2004-09-27
* checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine2004-09-27
* post descriptors to 0.0.8 authdirservers the old way, to make theRoger Dingledine2004-09-27
* clients ask 0.0.9-and-later dirservers for a compressed dirRoger Dingledine2004-09-27
* cleanup: use strcmpstart() in more placesRoger Dingledine2004-09-23
* clean up/bugfix deflate logic and log messagesNick Mathewson2004-09-21
* Flush more changes from sandboxNick Mathewson2004-09-08
* Keep a deflated version of each directory so we can deliver it when requestedNick Mathewson2004-09-02
* Check for time skew on http headers; report date in response to "GET /".Nick Mathewson2004-08-15
* Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson2004-08-07
* (size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv...Nick Mathewson2004-08-06
* Hack: Include date with successful directory GETs.Nick Mathewson2004-08-04
* stop using atexit() to remove our pid, since it's calledRoger Dingledine2004-07-22
* caching dirservers don't handle posts, running-routers, or rend descsRoger Dingledine2004-07-21
* add a new advertised_server_mode() to distinguish ORs thatRoger Dingledine2004-07-21
* clients can now pick non-authdirservers for fetching directories.Roger Dingledine2004-07-20
* break connection_dir_client_finished_reading() into its own functionRoger Dingledine2004-07-20
* why does gcc not warn me about this at all? that's evil.Roger Dingledine2004-07-12
* tor now tolerates down dirservers betterRoger Dingledine2004-07-12
* More digest/nickname fixesNick Mathewson2004-07-02