Age | Commit message (Expand) | Author |
2004-04-26 | since we don't support truncateds much, don't bother sending them; | Roger Dingledine |
2004-04-26 | Better error msg on unknown circuit id. | Nick Mathewson |
2004-04-15 | compress end-of-second summary into one line | Roger Dingledine |
2004-04-08 | Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath | Nick Mathewson |
2004-04-05 | make rend apconn send to the right cpath layer | Roger Dingledine |
2004-04-02 | refactor; start adding debugging logs to midpoint rend stuff | Nick Mathewson |
2004-03-30 | Add rendezvous-related metadata and code to circuits. Initially, we | Nick Mathewson |
2004-03-02 | Split out mark_for_close with circuits. Seems to work for me. | Nick Mathewson |
2004-02-28 | clean up some log messages and severities | Roger Dingledine |
2003-12-23 | checkpoint: revamp relay cell packaging and handling | Roger Dingledine |
2003-12-17 | remove trailing whitespace | Roger Dingledine |
2003-12-16 | move cell size to 512 bytes | Roger Dingledine |
2003-12-16 | add H(K|1) to the onionskin reply | Roger Dingledine |
2003-11-18 | don't build too many circs at once | Roger Dingledine |
2003-11-16 | bugfix: if you recognize a relay cell, don't also pass it on. | Roger Dingledine |
2003-11-11 | Rename aci to circ_id throughout. | Nick Mathewson |
2003-10-10 | change WARNING to WARN | Roger Dingledine |
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-02 | Add new cell fullness and bandwidth stats. | Nick Mathewson |
2003-09-29 | bugfixes and features: closer to making dirserv work | 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-16 | clean up exported api's | Roger Dingledine |
2003-08-20 | implemented cpuworkers | Roger Dingledine |
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-13 | send truncates AP-ward in a circuit, not destroys | Roger Dingledine |
2003-06-12 | implement truncate and truncated (untested) | Roger Dingledine |
2003-05-20 | remove dead code | Roger Dingledine |
2003-05-20 | add circuit-level sendme relay cells | Roger Dingledine |
2003-05-07 | sign directories with the signing key | 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 | 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-16 | further cleanup, test.c still has some bugs | Roger Dingledine |
2003-04-16 | Factor out timeval-related functions. | Nick Mathewson |
2003-04-07 | Add magic to end of C files to make emacs happy; split test invocation into s... | Nick Mathewson |
2003-03-10 | be less noisy at -l info, now that flow control bug is solved | Roger Dingledine |
2003-02-18 | Bugfixes and enhancements in sendmes and dns farm | Roger Dingledine |
2003-01-26 | major overhaul: dns slave subsystem, topics | Roger Dingledine |
2002-12-23 | bugfix: couldn't send two creates, two datas, and the destroy all at once | Roger Dingledine |
2002-11-27 | create cells are now queued and processed only when idle | Roger Dingledine |
2002-11-24 | per-second cell statistics to help with profiling | Roger Dingledine |
2002-11-23 | added OnionsPerSecond to prevent create flooding | Roger Dingledine |
2002-10-03 | cell.c is now obsolete | Roger Dingledine |