| Commit message (Expand) | Author | Age |
* | 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 |
* | bugfix: only close old circuits if they have no connections! | Roger Dingledine | 2003-04-18 |
* | Choose correct abstraction for topic_foo. Abstract random-integer code | Nick Mathewson | 2003-04-17 |
* | 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-16 |
* | refactored some duplicate code into connection_edge.c | Roger Dingledine | 2003-04-11 |
* | Add magic to end of C files to make emacs happy; split test invocation into s... | Nick Mathewson | 2003-04-07 |
* | Make ACI anti-collision logic work; make sure that cells are filled with 0s. | Nick Mathewson | 2003-03-11 |
* | be less noisy at -l info, now that flow control bug is solved | Roger Dingledine | 2003-03-10 |
* | minor code cleanup | Roger Dingledine | 2003-03-05 |
* | Bugfixes and enhancements in sendmes and dns farm | Roger Dingledine | 2003-02-18 |
* | fix endian issues for topics -- they might work on bsd now | Roger Dingledine | 2003-02-06 |
* | make reusing circuits work (and be the default) | Roger Dingledine | 2003-02-06 |
* | major overhaul: dns slave subsystem, topics | Roger Dingledine | 2003-01-26 |
* | give us more aci-space | Roger Dingledine | 2002-12-30 |
* | bugfix: couldn't send two creates, two datas, and the destroy all at once | Roger Dingledine | 2002-12-23 |
* | onions go on and off the network correctly now | Roger Dingledine | 2002-12-03 |
* | two more rare race conditions | Roger Dingledine | 2002-11-28 |
* | create cells are now queued and processed only when idle | Roger Dingledine | 2002-11-27 |
* | Add convenience functions to wrap create and init for symmetric ciphers; clea... | Nick Mathewson | 2002-10-02 |
* | laying the groundwork for dynamic router lists | Roger Dingledine | 2002-09-24 |
* | kill -USR1 the or and it will dump conn/circuit stats to stdout | Roger Dingledine | 2002-09-21 |
* | port is now kept in host order except in sin_port | Roger Dingledine | 2002-08-24 |
* | cleanup: don't use size_t when you mean int | Roger Dingledine | 2002-08-24 |