aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
Commit message (Expand)AuthorAge
* first pass: obey log conventionRoger Dingledine2003-09-26
* various bugfixes and updatesRoger Dingledine2003-09-25
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* cleanups, bugfixes, more verbose logsRoger Dingledine2003-09-24
* get network/host order working right again for socks4Roger Dingledine2003-09-21
* bugfixes and note missing featuresRoger Dingledine2003-09-21
* leave the socks handshake on the inbuf until it's completeRoger Dingledine2003-09-18
* add in directory 'post' supportRoger Dingledine2003-09-17
* fix confirmed win32 bugRoger Dingledine2003-09-08
* more futzing towards tlsRoger Dingledine2003-09-07
* clean read_to_buf moreRoger Dingledine2003-09-05
* Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson2003-09-04
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* implemented total read rate limitingRoger Dingledine2003-07-05
* simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine2003-06-25
* Change many files to new log_fn formatNick Mathewson2003-06-17
* remove on-the-fly compression featureRoger Dingledine2003-06-13
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine2003-05-01
* Tests for crypto; more tests for buffersNick Mathewson2003-04-16
* Introduce a few unit tests (from older code), refactor compression setup/tear...Nick Mathewson2003-04-15
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07
* get rid of those nasty tabsRoger Dingledine2003-03-24
* Fix message when decompressingNick Mathewson2003-03-19
* Be loud when decompressingNick Mathewson2003-03-19
* Make decompression loud.Nick Mathewson2003-03-19
* Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson2003-03-17
* pack into data cells more intelligentlyRoger Dingledine2003-03-10
* better comments and a few patchesRoger Dingledine2003-03-04
* major overhaul: dns slave subsystem, topicsRoger Dingledine2003-01-26
* more robust http(ish) handlingRoger Dingledine2002-09-28
* cleanup: don't use size_t when you mean intRoger Dingledine2002-08-24
* linkpadding is now off by default.Roger Dingledine2002-08-23
* Implemented congestion controlRoger Dingledine2002-07-18
* new config files, some bugfixesRoger Dingledine2002-07-16
* Implemented link padding and receiver token bucketsRoger Dingledine2002-07-16
* fixed a critical bug in yesterday's changes to buffers.cRoger Dingledine2002-07-02
* made 'app' connection be 'exit' connectionRoger Dingledine2002-06-30
* Initial revisionRoger Dingledine2002-06-26