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