summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
AgeCommit message (Expand)Author
2004-03-11start tracking the 'broken pipe' errorRoger Dingledine
2004-03-11Make OP work on windows! (Also misc logging tweaks)Nick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-03-07re-try streams at most 4 timesRoger Dingledine
2004-03-03Try to find out early if buffers get trashed or double-freed.Nick Mathewson
2004-02-28Stop trying to flush on broken sockets marked for close.Nick Mathewson
2004-02-28clean up some log messages and severitiesRoger Dingledine
2004-02-28make flush_buf have a sane return conventionRoger Dingledine
2004-02-27Give the nice message about not being an HTTP proxy an <h1> headlinePeter Palfrader
2004-02-26writing html in C strings sucksRoger Dingledine
2004-02-26when they use tor as an http proxy, give them an http 501 failureRoger Dingledine
2004-01-30note an assert trigger, if you use an old broken netscape socks4Roger Dingledine
2003-12-19make a relay_header_t struct and pack/unpack funcsRoger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-17make fetch_from_buf_http malloc its strings ratherRoger Dingledine
2003-12-16Resolve format warnings on MacOS X 10.3Nick Mathewson
2003-12-14oops, i broke buffers. fixed.Roger Dingledine
2003-12-14more friendly warning when a connection buffer overflowsRoger Dingledine
2003-11-16initial patches on patchesRoger Dingledine
2003-11-11Make AP connections wait for a circuit if none exists.Nick Mathewson
2003-10-19put small buffers back in placeRoger Dingledine
2003-10-17try to make cvs more stable for now. need to test this more in a bit.Roger Dingledine
2003-10-15change buf->buf to buf->memRoger Dingledine
2003-10-15fix bug with overzealous shrinking; add more comments.Nick Mathewson
2003-10-14make the buffer resize stuff workRoger Dingledine
2003-10-14Make buffers grow and shrink as needed.Nick Mathewson
2003-10-11clarify the warning for unrecognized socks versionRoger Dingledine
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-04socks5 now worksRoger Dingledine
2003-09-27clean up connection_assert_ok compiler warningsRoger Dingledine
2003-09-27connection_new() can't ever failRoger Dingledine
2003-09-26first pass: obey log conventionRoger Dingledine
2003-09-25various bugfixes and updatesRoger Dingledine
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-24cleanups, bugfixes, more verbose logsRoger Dingledine
2003-09-21get network/host order working right again for socks4Roger Dingledine
2003-09-21bugfixes and note missing featuresRoger Dingledine
2003-09-18leave the socks handshake on the inbuf until it's completeRoger Dingledine
2003-09-17add in directory 'post' supportRoger Dingledine
2003-09-08fix confirmed win32 bugRoger Dingledine
2003-09-07more futzing towards tlsRoger Dingledine
2003-09-05clean read_to_buf moreRoger Dingledine
2003-09-04Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
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