Age | Commit message (Expand) | Author |
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 |
2004-05-20 | Allow multiple exit policy lines; mostly add support for AP policies | Nick Mathewson |
2004-05-12 | clean up directory.c API | Roger Dingledine |
2004-05-10 | 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-09 | more doxygen markup | Roger Dingledine |
2004-05-06 | bugfix: add a circ->resolving_streams field, and make dns resolving ... | Roger Dingledine |
2004-05-05 | More documentation | Nick Mathewson |
2004-05-04 | accept port 81 by default also, since people have been asking for it | Roger Dingledine |
2004-05-04 | Comment router*.c | Nick Mathewson |
2004-04-28 | clean some dead code (right?) | Roger Dingledine |
2004-04-26 | Refactor crypto error handling to be more like TLS error handling: | Nick Mathewson |
2004-04-25 | use tor_assert | Roger Dingledine |
2004-04-25 | Remove onion_pkey from connection, since onion keys can change more often tha... | Nick Mathewson |
2004-04-25 | don't build and upload a new desc twice in a row | Roger Dingledine |
2004-04-25 | bugfix: when rotating onion key, do it (more) correctly | Roger Dingledine |