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