| Commit message (Expand) | Author | Age |
* | 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 |
* | more cleanups and bugfix | Roger Dingledine | 2003-11-11 |
* | Rename aci to circ_id throughout. | Nick Mathewson | 2003-11-11 |
* | Make AP connections wait for a circuit if none exists. | Nick Mathewson | 2003-11-11 |
* | move closer to being able to reload config on HUP | Roger Dingledine | 2003-10-21 |
* | send the end cell when we realize we're going to end, | Roger Dingledine | 2003-10-21 |
* | Stop using stdout for non-debugging cases | Nick Mathewson | 2003-10-15 |
* | 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 |
* | refactor around connection_edge_send_command() | Roger Dingledine | 2003-10-04 |
* | wrap strdup; prefer time() to gettimeofday() | Roger Dingledine | 2003-10-04 |
* | refactor so connection_write_to_buf() never fails | Roger Dingledine | 2003-10-04 |
* | Add new cell fullness and bandwidth stats. | Nick Mathewson | 2003-10-02 |
* | my_routerinfo, router_is_me, and learn_my_address are obsolete | Roger Dingledine | 2003-10-01 |
* | clean up receiver buckets; prepare for payloads in relay_end; note a few bugs | Roger Dingledine | 2003-09-27 |
* | first pass: obey log convention | Roger Dingledine | 2003-09-26 |
* | Refactor buffers; implement descriptors. | Nick Mathewson | 2003-09-25 |
* | cleanups, bugfixes, more verbose logs | Roger Dingledine | 2003-09-24 |
* | leave the socks handshake on the inbuf until it's complete | Roger Dingledine | 2003-09-18 |
* | bugfixes and refactorings | Roger Dingledine | 2003-09-16 |
* | Make sequential ACI selection logic handle HIGHER/LOWER | Nick Mathewson | 2003-09-16 |
* | Add first cut of assert_*_ok functions | Nick Mathewson | 2003-09-16 |
* | Add #ifdef'd code (on by default) to allocate ACIs sequentially. | Nick Mathewson | 2003-09-16 |
* | clean up exported api's | Roger Dingledine | 2003-09-16 |
* | bugfix: onion pending queue now works | Roger Dingledine | 2003-09-14 |
* | Attempt to track down bug in conn->package_window | Nick Mathewson | 2003-08-25 |
* | better log output for debugging | Roger Dingledine | 2003-08-11 |
* | Fix typo: ports are 16 bits. | Nick Mathewson | 2003-08-11 |
* | src/or | Nick Mathewson | 2003-07-30 |
* | fix many bugs in package_window handling | Roger Dingledine | 2003-07-03 |
* | slightly happier on 64-bit archs | Roger Dingledine | 2003-06-24 |
* | Remove false warnings from printf checks | Nick Mathewson | 2003-06-21 |
* | Change many files to new log_fn format | Nick Mathewson | 2003-06-17 |
* | relay queues are obsolete (woo!) | Roger Dingledine | 2003-06-13 |
* | implement truncate and truncated (untested) | Roger Dingledine | 2003-06-12 |
* | bugfix: it was expiring circuits that still had active connections | Roger Dingledine | 2003-06-01 |
* | OPport is gone. So is conn type OP. | Roger Dingledine | 2003-05-28 |
* | bugfix | Roger Dingledine | 2003-05-28 |
* | fix design bug: circ->n_conn is shared among circs, so it can't | Roger Dingledine | 2003-05-27 |
* | remove dead code | Roger Dingledine | 2003-05-20 |
* | add circuit-level sendme relay cells | Roger Dingledine | 2003-05-20 |
* | put some symbolic constants to the onion skin lengths | Roger Dingledine | 2003-05-06 |
* | incremental path building in; uses ephemeral DH; onions are gone | Roger Dingledine | 2003-05-05 |
* | streams are now 8 bytes, and are recognized by intermediate hops | Roger Dingledine | 2003-05-02 |
* | cpath is now a doubly linked list, not an array | Roger Dingledine | 2003-05-01 |
* | terminology shift: data->relay, topic->relay, topic->stream | Roger Dingledine | 2003-05-01 |
* | bugfix: a circ can't be youngest if it's still connecting to the first hop | Roger Dingledine | 2003-04-20 |
* | bugfix: refactor to always use circuit_remove | Roger Dingledine | 2003-04-20 |