| Commit message (Expand) | Author | Age |
* | 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 |
* | clean some dead code (right?) | Roger Dingledine | 2004-04-28 |
* | Refactor crypto error handling to be more like TLS error handling: | Nick Mathewson | 2004-04-26 |
* | 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 | 2004-04-25 |
* | more touch-ups | Roger Dingledine | 2004-04-24 |
* | Merge flagday into main branch. | Nick Mathewson | 2004-04-24 |
* | Fix unit tests (now that platform code works differently) | Nick Mathewson | 2004-04-08 |
* | Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need | Nick Mathewson | 2004-04-07 |
* | Put ourself in router list; act accordingly. | Nick Mathewson | 2004-04-07 |
* | routerinfo->addr is host order | Roger Dingledine | 2004-04-07 |
* | Set routerinfo->addr properly for own routerinfo; do casei routerinfo compare | Nick Mathewson | 2004-04-06 |
* | make router_get_by_nickname consider this router. | Nick Mathewson | 2004-04-05 |
* | Refactor the heck out of crypto interface: admit that we will stick with one ... | Nick Mathewson | 2004-04-03 |
* | outline what bob does to initialize his hidden services | Roger Dingledine | 2004-04-01 |
* | Add an ap_bridge function to do a socketpair and skip socks. | Roger Dingledine | 2004-03-31 |
* | Add code to configure hidden services, parse configuration, generate keys and... | Nick Mathewson | 2004-03-31 |
* | Refactor directory servers | Roger Dingledine | 2004-03-30 |
* | inform unapproved servers when we reject their descriptors | Roger Dingledine | 2004-03-12 |
* | New, more flexible directory parsing backend. Uses a bit more RAM, but implem... | Nick Mathewson | 2004-03-05 |
* | Store options->Address as IP, not hostname | Roger Dingledine | 2004-03-04 |
* | go back to a single exitpolicy parameter | Roger Dingledine | 2004-02-18 |
* | Get rid of the notion of a separate default default exit policy. | Roger Dingledine | 2004-02-18 |
* | Propagate yes/no/maybe a little farther forward. | Nick Mathewson | 2004-02-17 |
* | Fix router_compare_addr_to_exit_policy, and name its return codes. The bug w... | Nick Mathewson | 2004-02-17 |
* | prevent picking middleman nodes as the last node in the circuit | Roger Dingledine | 2004-02-17 |
* | split the token bucket into 'rate' and 'burst' params | Roger Dingledine | 2004-01-10 |
* | remove trailing whitespace | Roger Dingledine | 2003-12-17 |
* | make fetch_from_buf_http malloc its strings rather | Roger Dingledine | 2003-12-17 |
* | Make compile warning-free on cygwin | Nick Mathewson | 2003-12-15 |
* | Add port ranges to exit policies | Nick Mathewson | 2003-12-13 |
* | Make router/directory parsing nondestructive and more const-friendly | Nick Mathewson | 2003-12-08 |
* | break routers.c into router.c for stuff the router does, | Roger Dingledine | 2003-12-06 |