summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
AgeCommit message (Expand)Author
2011-01-15Fix another instance of "128" in buffers.c. More bug2330.Nick Mathewson
2011-01-10Pull up more data when parsing socks messagesNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-11-15Move controller event for socks warning into log_unsafe_socks_warningNick Mathewson
2010-11-15Rate-limit unsafe socks warningSebastian Hahn
2010-11-12Avoid perma-blocking the controller on bug in shrink_freelistNick Mathewson
2010-11-12Disable logging to control port connections in buf_shrink_freelists.Robert Ransom
2010-11-12Move the original log_info call out of the core of buf_shrink_freelists.Robert Ransom
2010-11-12Disable logging to control port connections in buf_shrink_freelists.Robert Ransom
2010-11-12Move the original log_info call out of the core of buf_shrink_freelists.Robert Ransom
2010-09-20A start at a patch for bug 1943 (alignment issues)Roger Dingledine
2010-08-10Make buf_shrink_freelists warn, not crash, when n_to_skip is too highNick Mathewson
2010-07-27Create reasons.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-06-07Add option to not warn when getting an IP instead of hostnameSebastian Hahn
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-09-29Include util.h and log.h as relative paths.Nathan Freitas
2009-08-26Merge commit 'public/socks-client'Nick Mathewson
2009-07-13fix comments and other typosRoger Dingledine
2009-06-19Move SOCKS reason-decoding switches into reasons.cNick Mathewson
2009-06-19Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-12Better debugging output for bug 977 case.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-30Remove some code that is #ifdefed out, and that we no longer seem to use, if ...Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-18Remove fixed xxx020s; downgrade unfixed ones.Nick Mathewson
2008-12-17Use ctags and a python script to find identifiers that are never used anywher...Nick Mathewson
2008-11-12Apparently sparc64 is way more strict about uint16_t access alignment than I ...Nick Mathewson
2008-09-29Patch from mwenge: update TrackHostExits mapping expiry times when the mappin...Nick Mathewson
2008-09-14read_to_buf should take an int *error_socket and return it.Roger Dingledine
2008-09-09Refactor unit test macros and tor_free_all() logic a bit so as to make it eas...Nick Mathewson
2008-08-08handle ipv6 in socks5 requests.Nick Mathewson
2008-07-31When a struct ends with char a[1], the size of all earlier members of the str...Nick Mathewson
2008-06-13Explain how my emacs setup works in the HACKING file. Someone else may care too.Nick Mathewson