index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
buffers.c
Age
Commit message (
Expand
)
Author
2011-03-25
Triage the XXX022 and XXX021 comments remaining in the code
Nick Mathewson
2011-01-15
Fix another instance of "128" in buffers.c. More bug2330.
Nick Mathewson
2011-01-10
Pull up more data when parsing socks messages
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-12-15
Merge remote branch fix_security_bug_021 into fix_security_bug_022
Nick Mathewson
2010-12-15
Make payloads into uint8_t.
Nick Mathewson
2010-11-15
Move controller event for socks warning into log_unsafe_socks_warning
Nick Mathewson
2010-11-15
Rate-limit unsafe socks warning
Sebastian Hahn
2010-11-12
Avoid perma-blocking the controller on bug in shrink_freelist
Nick Mathewson
2010-11-12
Disable logging to control port connections in buf_shrink_freelists.
Robert Ransom
2010-11-12
Move the original log_info call out of the core of buf_shrink_freelists.
Robert Ransom
2010-11-12
Disable logging to control port connections in buf_shrink_freelists.
Robert Ransom
2010-11-12
Move the original log_info call out of the core of buf_shrink_freelists.
Robert Ransom
2010-09-20
A start at a patch for bug 1943 (alignment issues)
Roger Dingledine
2010-08-10
Make buf_shrink_freelists warn, not crash, when n_to_skip is too high
Nick Mathewson
2010-07-27
Create reasons.h
Sebastian Hahn
2010-07-27
Create control.h
Sebastian Hahn
2010-07-27
Create connection_or.h
Sebastian Hahn
2010-07-27
Create connection_edge.h
Sebastian Hahn
2010-07-27
Create config.h
Sebastian Hahn
2010-07-27
Create buffers.h
Sebastian Hahn
2010-07-09
Rename log.h to torlog.h
Nick Mathewson
2010-06-07
Add option to not warn when getting an IP instead of hostname
Sebastian Hahn
2010-02-27
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-27
Update Tor Project copyright years
Nick Mathewson
2009-12-15
Merge branch 'safelogging2'
Nick Mathewson
2009-12-15
Refactor the safe_str_*() API to make more sense.
Nick Mathewson
2009-12-12
*_free functions now accept NULL
Sebastian Hahn
2009-12-12
Allow SafeLogging to exclude client related information
Sebastian Hahn
2009-09-29
Include util.h and log.h as relative paths.
Nathan Freitas
2009-08-26
Merge commit 'public/socks-client'
Nick Mathewson
2009-07-13
fix comments and other typos
Roger Dingledine
2009-06-19
Move SOCKS reason-decoding switches into reasons.c
Nick Mathewson
2009-06-19
Enable Tor to connect through SOCKS 4/5 proxies
Christopher Davis
2009-05-27
Spell-check Tor.
Nick Mathewson
2009-05-12
Better debugging output for bug 977 case.
Nick Mathewson
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-30
Remove some code that is #ifdefed out, and that we no longer seem to use, if ...
Nick Mathewson
2008-12-22
Fix most DOCDOCs remaining and/or added by redox.
Nick Mathewson
2008-12-18
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...
Nick Mathewson
2008-12-18
Remove fixed xxx020s; downgrade unfixed ones.
Nick Mathewson
2008-12-17
Use ctags and a python script to find identifiers that are never used anywher...
Nick Mathewson
2008-11-12
Apparently sparc64 is way more strict about uint16_t access alignment than I ...
Nick Mathewson
2008-09-29
Patch from mwenge: update TrackHostExits mapping expiry times when the mappin...
Nick Mathewson
2008-09-14
read_to_buf should take an int *error_socket and return it.
Roger Dingledine
2008-09-09
Refactor unit test macros and tor_free_all() logic a bit so as to make it eas...
Nick Mathewson
2008-08-08
handle ipv6 in socks5 requests.
Nick Mathewson
2008-07-31
When a struct ends with char a[1], the size of all earlier members of the str...
Nick Mathewson
[next]