aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
Commit message (Expand)AuthorAge
...
* Make OP work on windows! (Also misc logging tweaks)Nick Mathewson2004-03-11
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
* re-try streams at most 4 timesRoger Dingledine2004-03-07
* Try to find out early if buffers get trashed or double-freed.Nick Mathewson2004-03-03
* Stop trying to flush on broken sockets marked for close.Nick Mathewson2004-02-28
* clean up some log messages and severitiesRoger Dingledine2004-02-28
* make flush_buf have a sane return conventionRoger Dingledine2004-02-28
* Give the nice message about not being an HTTP proxy an <h1> headlinePeter Palfrader2004-02-27
* writing html in C strings sucksRoger Dingledine2004-02-26
* when they use tor as an http proxy, give them an http 501 failureRoger Dingledine2004-02-26
* note an assert trigger, if you use an old broken netscape socks4Roger Dingledine2004-01-30
* make a relay_header_t struct and pack/unpack funcsRoger Dingledine2003-12-19
* remove trailing whitespaceRoger Dingledine2003-12-17
* make fetch_from_buf_http malloc its strings ratherRoger Dingledine2003-12-17
* Resolve format warnings on MacOS X 10.3Nick Mathewson2003-12-16
* oops, i broke buffers. fixed.Roger Dingledine2003-12-14
* more friendly warning when a connection buffer overflowsRoger Dingledine2003-12-14
* initial patches on patchesRoger Dingledine2003-11-16
* Make AP connections wait for a circuit if none exists.Nick Mathewson2003-11-11
* put small buffers back in placeRoger Dingledine2003-10-19
* try to make cvs more stable for now. need to test this more in a bit.Roger Dingledine2003-10-17
* change buf->buf to buf->memRoger Dingledine2003-10-15
* fix bug with overzealous shrinking; add more comments.Nick Mathewson2003-10-15
* make the buffer resize stuff workRoger Dingledine2003-10-14
* Make buffers grow and shrink as needed.Nick Mathewson2003-10-14
* clarify the warning for unrecognized socks versionRoger Dingledine2003-10-11
* change WARNING to WARNRoger Dingledine2003-10-10
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* socks5 now worksRoger Dingledine2003-10-04
* clean up connection_assert_ok compiler warningsRoger Dingledine2003-09-27
* connection_new() can't ever failRoger Dingledine2003-09-27
* 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