summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-12-05New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine
2004-12-04Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29Fetch cached running-routers from servers that serve it (that is, authdirserv...Nick Mathewson
2004-11-29After implementing a feature, remember to disable the error message you used ...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-25Clarify a bunch of log messagesNick Mathewson
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-21break reached_eof() out of process_inbuf()Roger Dingledine
2004-11-15Cache running-routers; compress running-routers; serve compressed running-rou...Nick Mathewson
2004-11-15some fixes so farRoger Dingledine
2004-11-14Make running-routers fetch (apparently) workNick Mathewson
2004-11-12fix a seg fault when fetching rendezvous descsRoger Dingledine
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-04make the default default options.FirewallPorts be the defaultRoger Dingledine
2004-11-04break out validate_optionsRoger Dingledine
2004-10-28Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-25quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine
2004-10-17switch conn->addr and conn->dir_port to reflect the final destination,Roger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-15Remove unused localsNick Mathewson
2004-10-15Add a commentNick Mathewson
2004-10-15Upload to trusted dir servers based on DirServer config options, not on route...Nick Mathewson
2004-10-15Ignore fascistfirewall when dealing with service descriptors; obey fascistfir...Nick Mathewson
2004-10-14better warn message for the Content-Length attackRoger Dingledine
2004-10-14Try to always dtrt if routerlist==NULLNick Mathewson
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-14Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson
2004-10-12Add an implementation of trusted_dir_server logic to switch towards simply re...Nick Mathewson
2004-10-12bugfix on my friday commit: make hidden services work again in cvsRoger Dingledine
2004-10-08interim commit for http proxy supportRoger Dingledine
2004-10-03Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2Nick Mathewson
2004-10-01Decode Content-Encoding header correctly.Nick Mathewson
2004-09-29prefer tor_free to freeRoger Dingledine
2004-09-29ha ha, thought the bugs were doneRoger Dingledine
2004-09-28the tor clients in cvs can't speak to the current tor authdirservers forRoger Dingledine
2004-09-27put my fenceposts back in valid memory spaceRoger Dingledine
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine