| Commit message (Expand) | Author | Age |
... | |
* | more general cleanup | Roger Dingledine | 2003-12-14 |
* | make options.ExitNodes work | Roger Dingledine | 2003-12-13 |
* | revamp circuit node selection to use smartlists: | Roger Dingledine | 2003-12-13 |
* | use the smartlist to pick random routers, rather than our own idiom | Roger Dingledine | 2003-12-13 |
* | if >=2 circs are being built that handle a given stream, | Roger Dingledine | 2003-12-12 |
* | our circuit symmetric key (for aes) is 127 bits, not 128 bits. | Roger Dingledine | 2003-12-09 |
* | general cleanups | Roger Dingledine | 2003-12-07 |
* | break routers.c into router.c for stuff the router does, | Roger Dingledine | 2003-12-06 |
* | terminology shift: | Roger Dingledine | 2003-12-05 |
* | pick nodes for a circuit only from those the directory says are up | Roger Dingledine | 2003-12-03 |
* | stop segfault when choose_good_exit_server returns NULL | Roger Dingledine | 2003-12-03 |
* | fix vicious bug in connection_ap_attach_pending that caused it to | Roger Dingledine | 2003-12-03 |
* | bugfix in exit node choice: we used to find the perfect exit node but ... | Roger Dingledine | 2003-12-03 |
* | simplify: options.OnionRouter==1 iff options.ORPort>0 | Roger Dingledine | 2003-11-20 |
* | Patch last patch to last patch | Nick Mathewson | 2003-11-19 |
* | Patch last patch. | Nick Mathewson | 2003-11-19 |
* | Skip non-running routers for exit node selection | Nick Mathewson | 2003-11-19 |
* | bugfix: sometimes we closed a circ while cpuworker was cranking, | Roger Dingledine | 2003-11-18 |
* | bugfix: don't ask for ->next of an expired circuit | Roger Dingledine | 2003-11-18 |
* | use the tor_malloc_zero wrapper | Roger Dingledine | 2003-11-18 |
* | "I don't think it's quite fair to condemn a whole program because of a | Nick Mathewson | 2003-11-17 |
* | comment choose_good_exit_server | Nick Mathewson | 2003-11-17 |
* | Fix a segfault caused by a weird logic error and masked by another. | Nick Mathewson | 2003-11-17 |
* | bugfixes | Roger Dingledine | 2003-11-16 |
* | initial patches on patches | Roger Dingledine | 2003-11-16 |
* | Finish implementing the rest of the exitpolicy stuff, except for automaticall... | Nick Mathewson | 2003-11-16 |
* | Improved exit policy syntax; basic client-side DNS caching. | Nick Mathewson | 2003-11-14 |
* | bump default pathlen to 3; clean up surrounding code | Roger Dingledine | 2003-11-13 |
* | lay groundwork for EntryNodes and ExitNodes | Roger Dingledine | 2003-11-12 |
* | Make crypto_pseudo_rand* never fail. | Nick Mathewson | 2003-11-12 |
* | Remove dead code | Nick Mathewson | 2003-11-12 |
* | Compute paths as we build them. | Nick Mathewson | 2003-11-12 |
* | Refactor onion_generate_cpath to build cpaths one hop at a time. This | Nick Mathewson | 2003-11-12 |
* | Rename aci to circ_id throughout. | Nick Mathewson | 2003-11-11 |
* | move closer to being able to reload config on HUP | Roger Dingledine | 2003-10-21 |
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 |
* | Refactor, rename, and clarify | Nick Mathewson | 2003-10-09 |
* | Update LICENSE and copyright dates. | Nick Mathewson | 2003-10-08 |
* | minor fixes; bump to 0.0.2pre10 | Roger Dingledine | 2003-10-07 |
* | refactor so connection_write_to_buf() never fails | Roger Dingledine | 2003-10-04 |
* | my_routerinfo, router_is_me, and learn_my_address are obsolete | Roger Dingledine | 2003-10-01 |
* | getting closer to having dirserv working | Roger Dingledine | 2003-09-30 |
* | first pass: obey log convention | Roger Dingledine | 2003-09-26 |
* | Refactor buffers; implement descriptors. | Nick Mathewson | 2003-09-25 |
* | bugfixes and refactorings | Roger Dingledine | 2003-09-16 |
* | clean up exported api's | Roger Dingledine | 2003-09-16 |
* | bugfix: onion pending queue now works | Roger Dingledine | 2003-09-14 |
* | fix the cpuworker circ-had-vanished bug (maybe) | Roger Dingledine | 2003-09-14 |
* | implemented cpuworkers | Roger Dingledine | 2003-08-20 |
* | start refactoring dnsworker so testing won't be so darn hard | Roger Dingledine | 2003-08-14 |