aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
AgeCommit message (Expand)Author
2004-04-26since we don't support truncateds much, don't bother sending them;Roger Dingledine
2004-04-26Better error msg on unknown circuit id.Nick Mathewson
2004-04-15compress end-of-second summary into one lineRoger Dingledine
2004-04-08Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson
2004-04-05make rend apconn send to the right cpath layerRoger Dingledine
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-03-30Add rendezvous-related metadata and code to circuits. Initially, weNick Mathewson
2004-03-02Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson
2004-02-28clean up some log messages and severitiesRoger Dingledine
2003-12-23checkpoint: revamp relay cell packaging and handlingRoger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-16move cell size to 512 bytesRoger Dingledine
2003-12-16add H(K|1) to the onionskin replyRoger Dingledine
2003-11-18don't build too many circs at onceRoger Dingledine
2003-11-16bugfix: if you recognize a relay cell, don't also pass it on.Roger Dingledine
2003-11-11Rename aci to circ_id throughout.Nick Mathewson
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-04refactor around connection_edge_send_command()Roger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-02Add new cell fullness and bandwidth stats.Nick Mathewson
2003-09-29bugfixes and features: closer to making dirserv workRoger Dingledine
2003-09-27clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine
2003-09-26first pass: obey log conventionRoger Dingledine
2003-09-16clean up exported api'sRoger Dingledine
2003-08-20implemented cpuworkersRoger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-13relay queues are obsolete (woo!)Roger Dingledine
2003-06-13send truncates AP-ward in a circuit, not destroysRoger Dingledine
2003-06-12implement truncate and truncated (untested)Roger Dingledine
2003-05-20remove dead codeRoger Dingledine
2003-05-20add circuit-level sendme relay cellsRoger Dingledine
2003-05-07sign directories with the signing keyRoger Dingledine
2003-05-06put some symbolic constants to the onion skin lengthsRoger Dingledine
2003-05-05incremental path building in; uses ephemeral DH; onions are goneRoger Dingledine
2003-05-02streams are now 8 bytes, and are recognized by intermediate hopsRoger Dingledine
2003-05-01terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine
2003-04-20bugfix: a circ can't be youngest if it's still connecting to the first hopRoger Dingledine
2003-04-20bugfix: refactor to always use circuit_removeRoger Dingledine
2003-04-16further cleanup, test.c still has some bugsRoger Dingledine
2003-04-16Factor out timeval-related functions.Nick Mathewson
2003-04-07Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson
2003-03-10be less noisy at -l info, now that flow control bug is solvedRoger Dingledine
2003-02-18Bugfixes and enhancements in sendmes and dns farmRoger Dingledine
2003-01-26major overhaul: dns slave subsystem, topicsRoger Dingledine
2002-12-23bugfix: couldn't send two creates, two datas, and the destroy all at onceRoger Dingledine
2002-11-27create cells are now queued and processed only when idleRoger Dingledine
2002-11-24per-second cell statistics to help with profilingRoger Dingledine
2002-11-23added OnionsPerSecond to prevent create floodingRoger Dingledine
2002-10-03cell.c is now obsoleteRoger Dingledine