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
2005-04-27
Re-do fragmented control message handling to work with new buf_t system.
Nick Mathewson
2005-04-27
Appease VC7. It has a strangely puritanical attitude about what programmers a...
tor-0.1.0.5-rc
Nick Mathewson
2005-04-27
Turn SENTINELS back on; give NOINLINE a name and turn it off.
debian-version-0.1.0.5-rc-200504272000-1
Nick Mathewson
2005-04-27
turn off the mongo debugging stuff, for performance tests
Roger Dingledine
2005-04-27
Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with paran...
Nick Mathewson
2005-04-27
Add even more debugging code; temporarily disable inlines in buffers.c
Nick Mathewson
2005-04-26
fix function prototype, fix typo
Roger Dingledine
2005-04-26
Avoid overflow on wrapping a TLS read.
Nick Mathewson
2005-04-26
Clean/renormalize whitespace
Nick Mathewson
2005-04-26
Change the implementation of buf_t a lot: make it a ring buffer to minimize m...
Nick Mathewson
2005-04-25
bugfix: make a debug log stop lying
Roger Dingledine
2005-04-23
Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...
debian-version-0.1.0.3-rc-200504231430-1
Nick Mathewson
2005-04-07
tie MAX_DIR_SIZE to MAX_BUF_SIZE
Roger Dingledine
2005-04-01
update copyright notices.
Nick Mathewson
2005-03-14
Renormalize whitespace
Nick Mathewson
2005-03-10
Fix signed/unsigned warning
Nick Mathewson
2005-03-02
Specify and implement fragmented control messages to allow for (among other ...
Nick Mathewson
2005-03-01
Forward-port new reasons; clean up code more; add code to convert new reasons...
Nick Mathewson
2005-02-22
Change from inet_ntoa to a threadproof tor_inet_ntoa.
Nick Mathewson
2005-01-03
update url for when users try to use socksport as an http proxy
Roger Dingledine
2004-12-22
and forward port the cleanup
Roger Dingledine
2004-12-22
fix a crash: if you do socks4 with an IP of 0.0.0.x then we get tricked
Roger Dingledine
2004-12-07
rearrange debug logs to make more sense
Roger Dingledine
2004-12-01
Spell-check strings and comments
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-28
wrong is ok, and right is fine, but in between is apparently
Roger Dingledine
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-28
remember; tor_socket_errno has side effects!
Nick Mathewson
2004-11-26
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-21
clean up some more.
Roger Dingledine
2004-11-10
Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug r...
Nick Mathewson
2004-11-07
Add missing dereference; stop throwing zeroes around.
Nick Mathewson
2004-11-07
Clean up copyrights.
Roger Dingledine
2004-11-04
Make sure control command bodies are always followed by a NUL
Nick Mathewson
2004-11-03
Start implementing control interface.
Nick Mathewson
2004-10-27
Use strlcpy, not strcpy.
Nick Mathewson
2004-10-16
don't assert multiple things in the same tor_assert()
Roger Dingledine
2004-10-14
Build without warnings on mac gcc 3.3
Nick Mathewson
2004-10-14
more int to size_t conversions, fixing one or more amd64 bugs
Roger Dingledine
2004-10-12
parse HttpProxy address in config
Roger Dingledine
2004-10-12
Add fix for remote-crash bug.
Nick Mathewson
2004-08-07
touch-ups
Roger Dingledine
2004-08-07
list the port and socks version when complaining about unsafe socks
Roger Dingledine
2004-08-06
when they use tor as an http proxy, point them at a better url
Roger Dingledine
2004-08-04
put the have_warned_about_unsafe_socks static var inside the function
Roger Dingledine
2004-08-03
warn if we use an unsafe socks variant
Roger Dingledine
2004-07-12
fix a bug related to reading usernames for socks4
Roger Dingledine
2004-06-17
tweaks and bugfix on resolve/resolved code
Roger Dingledine
2004-06-17
Implement RESOLVE/RESOLVED cells and socks resolve code
Nick Mathewson
2004-06-01
declare the epipe bug a non-bug.
Roger Dingledine
[next]