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
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
2004-05-19
Fix segfault
Nick Mathewson
2004-05-18
Resolve some XXXs
Nick Mathewson
2004-05-10
Close rogue <b>s
Nick Mathewson
2004-05-09
more doxygen markup
Roger Dingledine
2004-05-07
Add doxygen markup for util and buffers
Nick Mathewson
2004-05-05
Comments for nearly all non-tricky files
Nick Mathewson
2004-05-02
patches on patches
Roger Dingledine
2004-05-01
Documenmt buffers.c; remove function that nobody ever calls.
Nick Mathewson
2004-05-01
Fix windows compile
Nick Mathewson
2004-05-01
Handle windows socket errors correctly; comment most of common.
Nick Mathewson
2004-04-28
Make Tor build on win32 with VC6 without warnings.
Nick Mathewson
2004-04-26
Log number of bytes pending after read.
Nick Mathewson
2004-04-26
Add a macro to catch unhandled openssl errors.
Nick Mathewson
2004-04-26
and other debugs
Roger Dingledine
2004-04-26
add a debugging entry, to find the wants-to-read-but-can't bug
Roger Dingledine
2004-04-25
use tor_assert
Roger Dingledine
2004-04-08
make the max buf size 10 megabytes, not 1 megabyte
Roger Dingledine
2004-04-07
There is no need to cast void* to other pointer types.
Nick Mathewson
2004-04-03
Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.
Nick Mathewson
2004-03-31
better way: always nul-terminate. then sometimes use it, sometimes not.
Roger Dingledine
2004-03-31
let fetch_from_buf_http tolerate nuls in the http body
Roger Dingledine
2004-03-20
deal with hardware word alignment
Roger Dingledine
2004-03-11
start tracking the 'broken pipe' error
Roger Dingledine
2004-03-11
Make OP work on windows! (Also misc logging tweaks)
Nick Mathewson
[next]