aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
AgeCommit message (Expand)Author
2004-08-07touch-upsRoger Dingledine
2004-08-07list the port and socks version when complaining about unsafe socksRoger Dingledine
2004-08-06when they use tor as an http proxy, point them at a better urlRoger Dingledine
2004-08-04put the have_warned_about_unsafe_socks static var inside the functionRoger Dingledine
2004-08-03warn if we use an unsafe socks variantRoger Dingledine
2004-07-12fix a bug related to reading usernames for socks4Roger Dingledine
2004-06-17tweaks and bugfix on resolve/resolved codeRoger Dingledine
2004-06-17Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson
2004-06-01declare the epipe bug a non-bug.Roger Dingledine
2004-05-19Fix segfaultNick Mathewson
2004-05-18Resolve some XXXsNick Mathewson
2004-05-10Close rogue <b>sNick Mathewson
2004-05-09more doxygen markupRoger Dingledine
2004-05-07Add doxygen markup for util and buffersNick Mathewson
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
2004-05-02patches on patchesRoger Dingledine
2004-05-01Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson
2004-05-01Fix windows compileNick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
2004-04-26Log number of bytes pending after read.Nick Mathewson
2004-04-26Add a macro to catch unhandled openssl errors.Nick Mathewson
2004-04-26and other debugsRoger Dingledine
2004-04-26add a debugging entry, to find the wants-to-read-but-can't bugRoger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-08make the max buf size 10 megabytes, not 1 megabyteRoger Dingledine
2004-04-07There is no need to cast void* to other pointer types.Nick Mathewson
2004-04-03Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.Nick Mathewson
2004-03-31better way: always nul-terminate. then sometimes use it, sometimes not.Roger Dingledine
2004-03-31let fetch_from_buf_http tolerate nuls in the http bodyRoger Dingledine
2004-03-20deal with hardware word alignmentRoger Dingledine
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