aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* forward-port the fix for the compiler warningRoger Dingledine2005-01-04
* Log when we retry a directory connectionNick Mathewson2005-01-03
* Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson2005-01-03
* Split mark-dir-failed-and-retry logic into separate function; make it retry r...Nick Mathewson2005-01-03
* bugfix: if a server uploads a descriptor that's unapproved, actuallyRoger Dingledine2005-01-03
* when a dirserver causes you to give a warn, mention which dirserver it wasRoger Dingledine2005-01-01
* clean up logging,Roger Dingledine2004-12-13
* Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson2004-12-08
* New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine2004-12-05
* Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson2004-12-04
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Fetch cached running-routers from servers that serve it (that is, authdirserv...Nick Mathewson2004-11-29
* After implementing a feature, remember to disable the error message you used ...Nick Mathewson2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Clarify a bunch of log messagesNick Mathewson2004-11-25
* Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson2004-11-22
* break reached_eof() out of process_inbuf()Roger Dingledine2004-11-21
* Cache running-routers; compress running-routers; serve compressed running-rou...Nick Mathewson2004-11-15
* some fixes so farRoger Dingledine2004-11-15
* Make running-routers fetch (apparently) workNick Mathewson2004-11-14
* fix a seg fault when fetching rendezvous descsRoger Dingledine2004-11-12
* Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson2004-11-12
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* 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