aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Make network-status strings wellformedNick Mathewson2005-08-26
* Remove a field that nobody sets or uses.Nick Mathewson2005-08-26
* Note that a descriptor has changed when we receive a new directory.Nick Mathewson2005-08-26
* Remove descriptor_list and use routerlist instead. Make directories manage r...Nick Mathewson2005-08-26
* stop freeing the new global options list whenever we update it.Roger Dingledine2005-08-26
* make it clearer which elements of routerinfo_t are for reachabilityRoger Dingledine2005-08-26
* if dirservers set assumereachable, it overrides their individualRoger Dingledine2005-08-26
* fix an infinite loop at hupRoger Dingledine2005-08-26
* Clean up the "add myself as a trusted dirserver" code.Nick Mathewson2005-08-26
* The circus music begins playing as nickm and arma juggle an ntohl. Hoop-lah!Nick Mathewson2005-08-26
* move a wandering ntohlNick Mathewson2005-08-26
* Only free strmap if it is allocated.Nick Mathewson2005-08-26
* Add quotes around filenames in src/orNick Mathewson2005-08-26
* put quotes around user-supplied strings so they are more likely toRoger Dingledine2005-08-26
* fix syntax errNick Mathewson2005-08-26
* More documentingNick Mathewson2005-08-26
* Remove accidentally added printfNick Mathewson2005-08-26
* Add some documentation; move the signature generation logic into routerparse....Nick Mathewson2005-08-26
* Make a new AssumeReachable config option that will publish anyway.Roger Dingledine2005-08-26
* add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine2005-08-26
* Fall back to routerlist instead of descriptor_list when we are a cache.Nick Mathewson2005-08-25
* Fix a segfault when starting a dir cacheNick Mathewson2005-08-25
* Start implementing the server side of the new directory protocol.Nick Mathewson2005-08-25
* be much more conservative about logging reachability complaints.Roger Dingledine2005-08-24
* ha ha, that infinite loop was fun.Roger Dingledine2005-08-24
* Dirservers now do their own external reachability testing of eachRoger Dingledine2005-08-24
* TOR_ISSPACE, not isspace.Nick Mathewson2005-08-24
* check [X-]Forwarded-For headers in HTTP requests when generating log messages...Nick Mathewson2005-08-23
* fix bug 180: handle duplicate lines in approved-routers files.Nick Mathewson2005-08-23
* downgrade back to 0.1.1.5-alpha-cvsRoger Dingledine2005-08-23
* Our logic to decide if the OR we connected to was the right guyRoger Dingledine2005-08-23
* that comma was importantRoger Dingledine2005-08-23
* fix bad logic that has been lurking for eons, that now prevented usRoger Dingledine2005-08-23
* and don't print the null string here eitherRoger Dingledine2005-08-22
* whoops, avoid printing a null string sometimesRoger Dingledine2005-08-22
* Make DirPostPeriod config option obsolete.Roger Dingledine2005-08-22
* bump version to 0.1.1.6-alphaRoger Dingledine2005-08-22
* fix function headers from the descriptor-frequency commitRoger Dingledine2005-08-22
* when we begin reachability testing, log the address:port for eachRoger Dingledine2005-08-22
* change log entry for unreachability to explicitly suggest /etc/hostsRoger Dingledine2005-08-22
* Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson2005-08-22
* Make unit tests run without segfaultingNick Mathewson2005-08-22
* Fix bug with tor_memmem finding a match at the end of the string.Nick Mathewson2005-08-22
* Make set_options a little smarter: have options_act handle transitions on its...Nick Mathewson2005-08-22
* the tor-spec says router->address must be an IP address. so refuseRoger Dingledine2005-08-16
* Initial complete config file. Organized into easily searchableAndrew Lewman2005-08-16
* rotate dns and cpu workers if the controller changes options thatRoger Dingledine2005-08-15
* Permit transitioning from ORPort=0 to ORPort!=0, and back.Roger Dingledine2005-08-15
* initialize the dns worker cache tree whether or not we startRoger Dingledine2005-08-15
* fix typoRoger Dingledine2005-08-15