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-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
2005-06-08
Fix an underflow in buffer use conting.
Nick Mathewson
2005-06-08
Reset buf->highwater every time buf_shrink is called, not just on suffessful ...
Nick Mathewson
2005-06-08
Some play code to throw away old buffers sometimes rather
Roger Dingledine
2005-06-06
Instrument buffers.c and rephist.c memory usage
Nick Mathewson
2005-05-03
first iteration of scrubbing sensitive strings from logs.
Roger Dingledine
2005-05-03
Change some >=s to >s in buf_resize, so that we do not denormalize buffers on...
Nick Mathewson
2005-05-02
Elaborate on buf_shrink comment.
Nick Mathewson
2005-05-02
comment buf_shrink
Roger Dingledine
2005-05-02
Correct and simplify buf_shrink logic
Nick Mathewson
2005-05-02
When removing all bytes from a buffer, reset buf->cur=buf->mem
Nick Mathewson
2005-05-02
Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...
Nick Mathewson
2005-05-02
Make buffer shrinking algorithm a little smarter.
Nick Mathewson
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
[next]