Age | Commit message (Expand) | Author |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-10-14 | Remove need for dirservers file: now, we note trusted dirservers in configura... | Nick Mathewson |
2004-10-13 | Omit any exit rules that follow a catch-all rule when writing a router descri... | Nick Mathewson |
2004-10-07 | Workaround for bug on windows where cached-directories get crlf corruption. | Nick Mathewson |
2004-10-06 | Refactor fingerprint handling: remember hex digests (no spaces) instead of be... | Nick Mathewson |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-09-27 | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine |
2004-09-23 | cleanup: use strcmpstart() in more places | Roger Dingledine |
2004-09-08 | Some platforms have weird translations when you open files in "test" mode; ma... | Nick Mathewson |
2004-08-18 | Functions to test nickname validity | Nick Mathewson |
2004-08-16 | o Handle servers with dynamic IP addresses: don't replace | Roger Dingledine |
2004-08-15 | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine |
2004-08-09 | Fix bug in saving onion keys to disk when rotating; also survive short-term s... | Nick Mathewson |
2004-08-08 | reject the default edonkey, kazaa, gnutella ports | Roger Dingledine |
2004-08-07 | Fix a leak | Nick Mathewson |
2004-08-07 | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for... | Nick Mathewson |
2004-08-04 | commit some odds and ends, so my tree is clean | Roger Dingledine |
2004-07-22 | make router_is_me() compare identity, not nickname | Roger Dingledine |
2004-07-22 | put our fingerprint into the descriptor, so we can match a | Roger Dingledine |
2004-07-22 | allow OPs to set a DirPort and cache/serve directories | Roger Dingledine |
2004-07-22 | populate router_get_my_routerinfo()->is_verified | Roger Dingledine |
2004-07-22 | publish advertised_bandwidth in descriptor | Roger Dingledine |
2004-07-21 | 0.0.8 ORs should autoconnect to authdirservers and 0.0.7 servers | Roger Dingledine |
2004-07-21 | solve the authdirserver initialization precedence problem | Roger Dingledine |
2004-07-21 | rearrange to prepare to solve the authdirserver initialization | Roger Dingledine |
2004-07-21 | Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be... | Nick Mathewson |
2004-07-20 | Split uptime into separate field | Nick Mathewson |
2004-07-20 | Remember list of digests for trusted dirservers; use this list to tell whethe... | Nick Mathewson |
2004-07-20 | also don't hang up on him if we're an OR and he's an authdirserver | Roger Dingledine |
2004-07-20 | a whole swath of fixes | Roger Dingledine |
2004-07-18 | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson |
2004-07-13 | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson |
2004-07-12 | add 'advertisedbandwidth' to router descriptor | Roger Dingledine |
2004-07-07 | Remove spurious assert | Nick Mathewson |
2004-07-07 | Fix the router_compare_to_my_exit_policy assertion failure once-and-for-all, ... | Nick Mathewson |
2004-07-04 | touchups all over | Roger Dingledine |
2004-07-02 | More digest/nickname fixes | Nick Mathewson |
2004-07-02 | some of the infrastructure to let ORs connect on demand | Roger Dingledine |
2004-07-01 | Switch most uses of *_by_addr_port to *_by_identity_digest | Nick Mathewson |
2004-07-01 | running-routers now lists down routers too (with a ! before their name) | Roger Dingledine |
2004-07-01 | Track routers by hash of identity key; use hex hash of identity key in place ... | Nick Mathewson |
2004-06-30 | cleanups on 008pre1 items | Roger Dingledine |
2004-06-30 | Always use get_data_directory() instead of options.DataDirectory; fix a memor... | Nick Mathewson |
2004-06-25 | Remaining 008pre1 items done; deferred where more design is needed. | Nick Mathewson |
2004-06-21 | Terminate comment | Nick Mathewson |
2004-06-21 | Implement several 008pre1 items: needs more testing | Nick Mathewson |
2004-06-16 | router->is_trusted_dir implies router->dir_port>0 | Roger Dingledine |
2004-06-05 | Unbork windows whitespace | Nick Mathewson |
2004-06-05 | Make tor build on win32 again; handle locking for server | Nick Mathewson |
2004-06-02 | If we are a directory, we should trust ourself. | Nick Mathewson |