summaryrefslogtreecommitdiff
path: root/src/or/command.c
AgeCommit message (Expand)Author
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
2002-09-17added 'connected' cell typeRoger Dingledine
2002-08-24port is now kept in host order except in sin_portRoger Dingledine
2002-07-19Folded cell.? into src/orRoger Dingledine
2002-07-18Implemented router twinsRoger Dingledine
2002-07-18Implemented congestion controlRoger Dingledine
2002-07-16Implemented link padding and receiver token bucketsRoger Dingledine
2002-07-10it wouldn't return when the next router isn't up, leading to later seg faultRoger Dingledine
2002-07-08put in the support for 'router twins'Roger Dingledine
2002-07-02Integrated onion proxy into or/Roger Dingledine
2002-06-30made 'app' connection be 'exit' connectionRoger Dingledine
2002-06-26Initial revisionRoger Dingledine