aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
* 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
* Add and document router-status line using new unified liveness/verifiedness f...Nick Mathewson2004-10-27
* Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used toNick Mathewson2004-10-19
* start the process of making 0.0.7* obsoleteRoger Dingledine2004-10-17
* Fix memory leakNick Mathewson2004-10-16
* Implement user-declared node families.Nick 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
* Fix search-and-replace in comments: Friends->family does not imply friendship...Nick Mathewson2004-10-15
* Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson2004-10-15
* Try to always dtrt if routerlist==NULLNick Mathewson2004-10-14
* rename addr to address to we avoid this bug laterRoger Dingledine2004-10-14
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* Add missing line; add similar checkNick Mathewson2004-10-14
* Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson2004-10-14
* Add default trusted-dir-server entries only when no dirserver lines are given...Nick Mathewson2004-10-13
* Make directories get generated properly again; debug key lookup. Also, it is...Nick Mathewson2004-10-13
* Add an implementation of trusted_dir_server logic to switch towards simply re...Nick Mathewson2004-10-12
* Include a dir-signing-key token in directories to tell the parsing entity whi...Nick Mathewson2004-10-07
* Workaround for bug on windows where cached-directories get crlf corruption.Nick Mathewson2004-10-07
* when an OR starts up, it loads its directory from cache.Roger Dingledine2004-10-06
* Only check versions against downloaded directories, not cached directories.Nick Mathewson2004-10-03
* prefer tor_free to freeRoger Dingledine2004-09-29
* if our local cached directory is new enough, go ahead andRoger Dingledine2004-09-28
* Make sure that routerlists contain only routers; give a better error message ...Nick Mathewson2004-09-28
* cached-directory has a directory, not a router listNick Mathewson2004-09-28
* fix some local buffer overflowsRoger Dingledine2004-09-28
* slightly better warn messageRoger Dingledine2004-09-21
* Warn the user when we mark ourself as down.Nick Mathewson2004-09-21
* don't pick administrative-friends when picking your pathRoger Dingledine2004-09-10
* Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson2004-09-08
* Flush more changes from sandboxNick Mathewson2004-09-08
* Use new split function and strcmpstart correctlyNick Mathewson2004-09-02
* when picking unverified routers, skip those with bad uptime orRoger Dingledine2004-08-20
* if options.FascistFirewall but none are running on port 80, tryRoger Dingledine2004-08-18
* tolerate old 0.0.7 clients that demand a certain ip:port for a routerRoger Dingledine2004-08-18
* when we try to exclude our routerinfo from being picked in theRoger Dingledine2004-08-18
* remove crazy notion that clique_mode() means we areRoger Dingledine2004-08-18
* bugfix: make intro circuits work againRoger Dingledine2004-08-18
* choose exit nodes by bandwidth tooRoger Dingledine2004-08-18
* when a verified routerinfo arrives with a new key than the previousRoger Dingledine2004-08-17
* now that we parse router->uptime, make use of itRoger Dingledine2004-08-17
* use unverified routers in the desired positionsRoger Dingledine2004-08-17
* Clean up last patch; implement (mostly) proper handling for verified/unverifi...Nick Mathewson2004-08-17
* if a router claim huge bandwidth, don't believe itRoger Dingledine2004-08-17
* Add a generic Comma-separated-value config type, and a FirewallPorts option t...Nick Mathewson2004-08-16