aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
Commit message (Expand)AuthorAge
* clean up some log messages and severitiesRoger Dingledine2004-02-28
* checkpoint: revamp relay cell packaging and handlingRoger Dingledine2003-12-23
* remove trailing whitespaceRoger Dingledine2003-12-17
* move cell size to 512 bytesRoger Dingledine2003-12-16
* add H(K|1) to the onionskin replyRoger Dingledine2003-12-16
* don't build too many circs at onceRoger Dingledine2003-11-18
* bugfix: if you recognize a relay cell, don't also pass it on.Roger Dingledine2003-11-16
* Rename aci to circ_id throughout.Nick Mathewson2003-11-11
* change WARNING to WARNRoger Dingledine2003-10-10
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* refactor around connection_edge_send_command()Roger Dingledine2003-10-04
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* Add new cell fullness and bandwidth stats.Nick Mathewson2003-10-02
* bugfixes and features: closer to making dirserv workRoger Dingledine2003-09-29
* clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine2003-09-27
* first pass: obey log conventionRoger Dingledine2003-09-26
* clean up exported api'sRoger Dingledine2003-09-16
* implemented cpuworkersRoger Dingledine2003-08-20
* Change many files to new log_fn formatNick Mathewson2003-06-17
* relay queues are obsolete (woo!)Roger Dingledine2003-06-13
* send truncates AP-ward in a circuit, not destroysRoger Dingledine2003-06-13
* implement truncate and truncated (untested)Roger Dingledine2003-06-12
* remove dead codeRoger Dingledine2003-05-20
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* sign directories with the signing keyRoger Dingledine2003-05-07
* put some symbolic constants to the onion skin lengthsRoger Dingledine2003-05-06
* incremental path building in; uses ephemeral DH; onions are goneRoger Dingledine2003-05-05
* streams are now 8 bytes, and are recognized by intermediate hopsRoger Dingledine2003-05-02
* terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine2003-05-01
* bugfix: a circ can't be youngest if it's still connecting to the first hopRoger Dingledine2003-04-20
* bugfix: refactor to always use circuit_removeRoger Dingledine2003-04-20
* further cleanup, test.c still has some bugsRoger Dingledine2003-04-16
* Factor out timeval-related functions.Nick Mathewson2003-04-16
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07
* be less noisy at -l info, now that flow control bug is solvedRoger Dingledine2003-03-10
* Bugfixes and enhancements in sendmes and dns farmRoger Dingledine2003-02-18
* major overhaul: dns slave subsystem, topicsRoger Dingledine2003-01-26
* bugfix: couldn't send two creates, two datas, and the destroy all at onceRoger Dingledine2002-12-23
* create cells are now queued and processed only when idleRoger Dingledine2002-11-27
* per-second cell statistics to help with profilingRoger Dingledine2002-11-24
* added OnionsPerSecond to prevent create floodingRoger Dingledine2002-11-23
* cell.c is now obsoleteRoger Dingledine2002-10-03
* added 'connected' cell typeRoger Dingledine2002-09-17
* port is now kept in host order except in sin_portRoger Dingledine2002-08-24
* Folded cell.? into src/orRoger Dingledine2002-07-19
* Implemented router twinsRoger Dingledine2002-07-18
* Implemented congestion controlRoger Dingledine2002-07-18
* Implemented link padding and receiver token bucketsRoger Dingledine2002-07-16
* it wouldn't return when the next router isn't up, leading to later seg faultRoger Dingledine2002-07-10
* put in the support for 'router twins'Roger Dingledine2002-07-08