Age | Commit message (Expand) | Author |
2004-11-09 | Add some documentation to routerlist | Nick Mathewson |
2004-11-09 | resolve a 64-bit warning | Roger Dingledine |
2004-11-09 | Stop using the wrong DataDirectory when we're validating. | Roger Dingledine |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-04 | make the default default options.FirewallPorts be the default | Roger Dingledine |
2004-11-04 | break out validate_options | Roger Dingledine |
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-11-03 | lay the groundwork for a default value for each config option. | Roger Dingledine |
2004-11-02 | Use a stricter set of warnings; make them all pass. | Nick Mathewson |
2004-10-28 | Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)... | Nick Mathewson |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |
2004-10-27 | Add and document router-status line using new unified liveness/verifiedness f... | Nick Mathewson |
2004-10-19 | Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to | Nick Mathewson |
2004-10-17 | start the process of making 0.0.7* obsolete | Roger Dingledine |
2004-10-16 | Fix memory leak | Nick Mathewson |
2004-10-15 | Implement user-declared node families. | Nick Mathewson |
2004-10-15 | Upload to trusted dir servers based on DirServer config options, not on route... | Nick Mathewson |
2004-10-15 | Ignore fascistfirewall when dealing with service descriptors; obey fascistfir... | Nick Mathewson |
2004-10-15 | Fix search-and-replace in comments: Friends->family does not imply friendship... | Nick Mathewson |
2004-10-15 | Implement "families" of coadministered nodes; prevent them all from appearing... | Nick Mathewson |
2004-10-14 | Try to always dtrt if routerlist==NULL | Nick Mathewson |
2004-10-14 | rename addr to address to we avoid this bug later | Roger Dingledine |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-10-14 | Add missing line; add similar check | Nick Mathewson |
2004-10-14 | Remove need for dirservers file: now, we note trusted dirservers in configura... | Nick Mathewson |
2004-10-13 | Add default trusted-dir-server entries only when no dirserver lines are given... | Nick Mathewson |
2004-10-13 | Make directories get generated properly again; debug key lookup. Also, it is... | Nick Mathewson |
2004-10-12 | Add an implementation of trusted_dir_server logic to switch towards simply re... | Nick Mathewson |
2004-10-07 | Include a dir-signing-key token in directories to tell the parsing entity whi... | Nick Mathewson |
2004-10-07 | Workaround for bug on windows where cached-directories get crlf corruption. | Nick Mathewson |
2004-10-06 | when an OR starts up, it loads its directory from cache. | Roger Dingledine |
2004-10-03 | Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2 | Nick Mathewson |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-09-28 | if our local cached directory is new enough, go ahead and | Roger Dingledine |
2004-09-28 | Make sure that routerlists contain only routers; give a better error message ... | Nick Mathewson |
2004-09-28 | cached-directory has a directory, not a router list | Nick Mathewson |
2004-09-28 | fix some local buffer overflows | Roger Dingledine |
2004-09-21 | slightly better warn message | Roger Dingledine |
2004-09-21 | Warn the user when we mark ourself as down. | Nick Mathewson |
2004-09-10 | don't pick administrative-friends when picking your path | Roger Dingledine |
2004-09-08 | Some platforms have weird translations when you open files in "test" mode; ma... | Nick Mathewson |
2004-09-08 | Flush more changes from sandbox | Nick Mathewson |
2004-09-02 | Use new split function and strcmpstart correctly | Nick Mathewson |
2004-08-20 | when picking unverified routers, skip those with bad uptime or | Roger Dingledine |
2004-08-18 | if options.FascistFirewall but none are running on port 80, try | Roger Dingledine |
2004-08-18 | tolerate old 0.0.7 clients that demand a certain ip:port for a router | Roger Dingledine |