aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
Commit message (Expand)AuthorAge
...
* Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...Nick Mathewson2005-04-23
* tie MAX_DIR_SIZE to MAX_BUF_SIZERoger Dingledine2005-04-07
* update copyright notices.Nick Mathewson2005-04-01
* Renormalize whitespaceNick Mathewson2005-03-14
* Fix signed/unsigned warningNick Mathewson2005-03-10
* Specify and implement fragmented control messages to allow for (among other ...Nick Mathewson2005-03-02
* Forward-port new reasons; clean up code more; add code to convert new reasons...Nick Mathewson2005-03-01
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* update url for when users try to use socksport as an http proxyRoger Dingledine2005-01-03
* and forward port the cleanupRoger Dingledine2004-12-22
* fix a crash: if you do socks4 with an IP of 0.0.0.x then we get trickedRoger Dingledine2004-12-22
* rearrange debug logs to make more senseRoger Dingledine2004-12-07
* Spell-check strings and commentsNick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remember; tor_socket_errno has side effects!Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* clean up some more.Roger Dingledine2004-11-21
* Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug r...Nick Mathewson2004-11-10
* Add missing dereference; stop throwing zeroes around.Nick Mathewson2004-11-07
* Clean up copyrights.Roger Dingledine2004-11-07
* Make sure control command bodies are always followed by a NULNick Mathewson2004-11-04
* Start implementing control interface.Nick Mathewson2004-11-03
* Use strlcpy, not strcpy.Nick Mathewson2004-10-27
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Build without warnings on mac gcc 3.3Nick Mathewson2004-10-14
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* parse HttpProxy address in configRoger Dingledine2004-10-12
* Add fix for remote-crash bug.Nick Mathewson2004-10-12
* touch-upsRoger Dingledine2004-08-07
* list the port and socks version when complaining about unsafe socksRoger Dingledine2004-08-07
* 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