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
2006-09-22
r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400
Nick Mathewson
2006-09-19
Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)
Nick Mathewson
2006-08-28
r8609@Kushana: nickm | 2006-08-27 17:24:27 -0400
Nick Mathewson
2006-08-25
r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400
Nick Mathewson
2006-08-24
make our socks5 handling more robust to broken socks clients:
Roger Dingledine
2006-07-15
stick to nick's nul/null convention
Roger Dingledine
2006-06-24
Turn a while into a do/while; save a redundant test
Nick Mathewson
2006-06-18
Resolve control flow warning.
Nick Mathewson
2006-06-18
Ah. That seems to work.
Nick Mathewson
2006-06-18
another write_to_buf_zlib fix.
Nick Mathewson
2006-06-18
Re-enable buffer RAM guard values.
Nick Mathewson
2006-06-18
Another _zlib fix.
Nick Mathewson
2006-06-18
Temporarily disable sentinels on buffers
Nick Mathewson
2006-06-18
make zlib buffer function set buf_highwater properly
Nick Mathewson
2006-06-18
Part of incremental encryption logic for buffers: there is a subtle yucky poi...
Nick Mathewson
2006-04-08
complain when we hit wsaenobufs on recv or write too.
Roger Dingledine
2006-03-19
Implement Jason Holt's SafeSocks config option.
Roger Dingledine
2006-03-15
resume being printist: if the hostname contains non-printable
Roger Dingledine
2006-03-15
Stop being printist: just because our local platform doesn't
Roger Dingledine
2006-03-12
More cleanups noticed by weasel; also, remove macros that nobody uses.
Nick Mathewson
2006-03-05
Add some functions to escape values from the network before sending them to t...
Nick Mathewson
2006-02-13
convert some more source files to the new log convention
Roger Dingledine
2006-02-09
Happy new year!
Roger Dingledine
2005-12-14
Bite the bullet and limit all our source lines to 80 characters, the way IBM ...
Nick Mathewson
2005-12-10
when we changed from log_fn to debug/info/notice/warn/err,
Roger Dingledine
2005-12-09
In my private little universe, terminals are still 80 columns. Impose a 160-...
Nick Mathewson
2005-11-30
assert_buf_ok was showing up in the profile; remove it from critical-path fun...
Nick Mathewson
2005-11-16
Add a new config option TestSocks so people can see if their
Roger Dingledine
2005-10-29
Do round-robin writes of at most 16 kB per write. This might
Roger Dingledine
2005-10-25
Remove last vestiges of old logging interface.
Nick Mathewson
2005-10-24
Use LD_BUG as appropriate; convert rend* and router* to new logging interface...
Nick Mathewson
2005-10-18
Migrate a few more files to domained logging
Nick Mathewson
2005-10-14
Try to extract as many descriptors as possible from truncated http responses....
Nick Mathewson
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-09-30
Never call free() on tor_malloc()d memory. This is unlikely to be our current...
Nick Mathewson
2005-09-30
Reformat inconsistent function declarations.
Nick Mathewson
2005-09-24
bugfix: we were whining about using socks4 or socks5-with-local-lookup
Roger Dingledine
2005-08-30
fix a pair of hard-coded urls
Roger Dingledine
2005-08-04
Add SOCKSAndDNS link to appropriate log message, since we wind up pointing ev...
Nick Mathewson
2005-07-12
Add belt-and-suspenders fix to coredump from yesterday; document more functio...
Nick Mathewson
2005-07-12
fix a seg fault with autodetecting which controller version is being used
Roger Dingledine
2005-06-20
overall cleanup and streamlining and doccing
Roger Dingledine
2005-06-17
Implement all the easy bits of the new control protocol
Nick Mathewson
2005-06-17
Start implementing framework for revised control spec.
Nick Mathewson
2005-06-11
some more cleaning and docing
Roger Dingledine
2005-06-11
Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...
Nick Mathewson
2005-06-11
move more docs into our code
Roger Dingledine
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-09
fix another underflow in keeping stats
Roger Dingledine
[next]