Age | Commit message (Expand) | Author |
2003-10-09 | Refactor, rename, and clarify | Nick Mathewson |
2003-10-08 | Update LICENSE and copyright dates. | Nick Mathewson |
2003-10-04 | 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-02 | Add new cell fullness and bandwidth stats. | Nick Mathewson |
2003-10-01 | my_routerinfo, router_is_me, and learn_my_address are obsolete | Roger Dingledine |
2003-09-27 | clean up receiver buckets; prepare for payloads in relay_end; note a few bugs | Roger Dingledine |
2003-09-26 | first pass: obey log convention | Roger Dingledine |
2003-09-25 | Refactor buffers; implement descriptors. | Nick Mathewson |
2003-09-24 | cleanups, bugfixes, more verbose logs | Roger Dingledine |
2003-09-18 | leave the socks handshake on the inbuf until it's complete | Roger Dingledine |
2003-09-16 | bugfixes and refactoringstor-0.0.2pre8 | 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-14 | bugfix: onion pending queue now works | Roger Dingledine |
2003-08-25 | Attempt to track down bug in conn->package_window | Nick Mathewson |
2003-08-11 | better log output for debugging | Roger Dingledine |
2003-08-11 | Fix typo: ports are 16 bits. | Nick Mathewson |
2003-07-30 | src/or | Nick Mathewson |
2003-07-03 | fix many bugs in package_window handling | Roger Dingledine |
2003-06-24 | slightly happier on 64-bit archs | Roger Dingledine |
2003-06-21 | Remove false warnings from printf checks | Nick Mathewson |
2003-06-17 | Change many files to new log_fn format | Nick Mathewson |
2003-06-13 | relay queues are obsolete (woo!) | Roger Dingledine |
2003-06-12 | implement truncate and truncated (untested) | Roger Dingledine |
2003-06-01 | bugfix: it was expiring circuits that still had active connections | Roger Dingledine |
2003-05-28 | OPport is gone. So is conn type OP. | Roger Dingledine |
2003-05-28 | bugfix | Roger Dingledine |
2003-05-27 | fix design bug: circ->n_conn is shared among circs, so it can't | Roger Dingledine |
2003-05-20 | remove dead code | Roger Dingledine |
2003-05-20 | add circuit-level sendme relay cells | Roger Dingledine |
2003-05-06 | put some symbolic constants to the onion skin lengths | Roger Dingledine |
2003-05-05 | incremental path building in; uses ephemeral DH; onions are gone | Roger Dingledine |
2003-05-02 | streams are now 8 bytes, and are recognized by intermediate hops | Roger Dingledine |
2003-05-01 | 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-04-20 | 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-18 | bugfix: only close old circuits if they have no connections! | Roger Dingledine |
2003-04-17 | Choose correct abstraction for topic_foo. Abstract random-integer code | Nick Mathewson |
2003-04-16 | further cleanup, test.c still has some bugs | Roger Dingledine |
2003-04-16 | Remove the last vestige of code that claims to know the inner structure of an... | Nick Mathewson |
2003-04-16 | Factor out timeval-related functions. | Nick Mathewson |
2003-04-16 | Remove the notion of "onion ciphers"; make packing and unpacking separate fns | Nick Mathewson |
2003-04-16 | divorce circuit building from user connections | Roger Dingledine |
2003-04-11 | refactored some duplicate code into connection_edge.c | Roger Dingledine |
2003-04-07 | Add magic to end of C files to make emacs happy; split test invocation into s... | Nick Mathewson |