summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
AgeCommit message (Expand)Author
2003-07-05implemented total read rate limitingRoger Dingledine
2003-06-25simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-13remove on-the-fly compression featureRoger Dingledine
2003-05-20add circuit-level sendme relay cellsRoger Dingledine
2003-05-01terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine
2003-04-16Tests for crypto; more tests for buffersNick Mathewson
2003-04-15Introduce a few unit tests (from older code), refactor compression setup/tear...Nick Mathewson
2003-04-07Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson
2003-03-24get rid of those nasty tabsRoger Dingledine
2003-03-19Fix message when decompressingNick Mathewson
2003-03-19Be loud when decompressingNick Mathewson
2003-03-19Make decompression loud.Nick Mathewson
2003-03-17Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson
2003-03-10pack into data cells more intelligentlyRoger Dingledine
2003-03-04better comments and a few patchesRoger Dingledine
2003-01-26major overhaul: dns slave subsystem, topicsRoger Dingledine
2002-09-28more robust http(ish) handlingRoger Dingledine
2002-08-24cleanup: don't use size_t when you mean intRoger Dingledine
2002-08-23linkpadding is now off by default.Roger Dingledine
2002-07-18Implemented congestion controlRoger Dingledine
2002-07-16new config files, some bugfixesRoger Dingledine
2002-07-16Implemented link padding and receiver token bucketsRoger Dingledine
2002-07-02fixed a critical bug in yesterday's changes to buffers.cRoger Dingledine
2002-06-30made 'app' connection be 'exit' connectionRoger Dingledine
2002-06-26Initial revisionRoger Dingledine