aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Actually set is_hibernating when parsing router descriptors.Nick Mathewson2005-08-30
* fix a pair of hard-coded urlsRoger Dingledine2005-08-30
* don't whine about reachability if the guy is hibernating now.Roger Dingledine2005-08-30
* refactor -- no actual changesRoger Dingledine2005-08-30
* a bit of cleanupRoger Dingledine2005-08-30
* Update routerinfo_t.is_running when generating network status on authdirserver.Nick Mathewson2005-08-29
* Allow tor_gzip_uncompress to handle multiple concatenated compressed strings.Nick Mathewson2005-08-29
* Change semantics of set_cached_dir; fix massive authdir memleak.Nick Mathewson2005-08-28
* Make unit tests (and others) run without launching listeners, creating subdir...Nick Mathewson2005-08-26
* Fix a warning, add an assert.Nick Mathewson2005-08-26
* Crashing dirservers on startup is often considered bad form.Nick Mathewson2005-08-26
* Log when falling back to nonfast/nonstabl routersNick Mathewson2005-08-26
* Set a variable that exists. That works better.Nick Mathewson2005-08-26
* when we're trying to build a circuit and we're being picky about whatRoger Dingledine2005-08-26
* Remember to mark v2 networkstatus non-dirty when we generate it; also, fix sp...Nick Mathewson2005-08-26
* Make sure that cached-status directory exists.Nick Mathewson2005-08-26
* fix some logs and commentsRoger Dingledine2005-08-26
* Change the return values on dirserv_add_descriptorNick Mathewson2005-08-26
* fix compile complaints (and a bug)Roger Dingledine2005-08-26
* We no longer need dirserv_load_from_directory_string, so dirserv_add_descrip...Nick Mathewson2005-08-26
* No need to load cached directory twiceNick Mathewson2005-08-26
* disarm a trapRoger Dingledine2005-08-26
* Fix assert failure on directory startup.Nick Mathewson2005-08-26
* 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