| Commit message (Expand) | Author | Age |
* | o Handle servers with dynamic IP addresses: don't replace | Roger Dingledine | 2004-08-16 |
* | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine | 2004-08-15 |
* | Fix bug in saving onion keys to disk when rotating; also survive short-term s... | Nick Mathewson | 2004-08-09 |
* | reject the default edonkey, kazaa, gnutella ports | Roger Dingledine | 2004-08-08 |
* | 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-07 |
* | commit some odds and ends, so my tree is clean | Roger Dingledine | 2004-08-04 |
* | 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-22 |
* | 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-21 |
* | 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-20 |
* | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson | 2004-07-18 |
* | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson | 2004-07-13 |
* | add 'advertisedbandwidth' to router descriptor | Roger Dingledine | 2004-07-12 |
* | 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-07 |
* | touchups all over | Roger Dingledine | 2004-07-04 |
* | More digest/nickname fixes | Nick Mathewson | 2004-07-02 |
* | some of the infrastructure to let ORs connect on demand | Roger Dingledine | 2004-07-02 |
* | 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-07-01 |
* | 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-30 |
* | Remaining 008pre1 items done; deferred where more design is needed. | Nick Mathewson | 2004-06-25 |
* | Terminate comment | Nick Mathewson | 2004-06-21 |
* | Implement several 008pre1 items: needs more testing | Nick Mathewson | 2004-06-21 |
* | router->is_trusted_dir implies router->dir_port>0 | Roger Dingledine | 2004-06-16 |
* | Unbork windows whitespace | Nick Mathewson | 2004-06-05 |
* | Make tor build on win32 again; handle locking for server | Nick Mathewson | 2004-06-05 |
* | If we are a directory, we should trust ourself. | Nick Mathewson | 2004-06-02 |
* | Allow multiple exit policy lines; mostly add support for AP policies | Nick Mathewson | 2004-05-20 |
* | clean up directory.c API | Roger Dingledine | 2004-05-12 |
* | Split directory/router parsing functionality into separate file from routerli... | Nick Mathewson | 2004-05-10 |
* | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine | 2004-05-10 |
* | More doxygenation. | Nick Mathewson | 2004-05-10 |
* | more doxygen markup | Roger Dingledine | 2004-05-09 |
* | bugfix: add a circ->resolving_streams field, and make dns resolving ... | Roger Dingledine | 2004-05-06 |
* | More documentation | Nick Mathewson | 2004-05-05 |
* | accept port 81 by default also, since people have been asking for it | Roger Dingledine | 2004-05-04 |
* | Comment router*.c | Nick Mathewson | 2004-05-04 |