Nick Mathewson
|
62c2a5a883
Merge commit 'karsten/fix-cell-stats'
|
16 years ago |
Nick Mathewson
|
350181529e
Merge branch 'safelogging2'
|
16 years ago |
Nick Mathewson
|
fcbd65b45c
Refactor the safe_str_*() API to make more sense.
|
16 years ago |
Nick Mathewson
|
616cbb31c7
Merge commit 'origin/maint-0.2.1'
|
16 years ago |
Nick Mathewson
|
3b896195cb
Stop using lround in or.h, and check for bad values of RECENT_CIRCUITS
|
16 years ago |
Mike Perry
|
3802af8806
Update translations.txt with new torbutton process.
|
16 years ago |
Nick Mathewson
|
1c87a27574
Fix bug 1173: remove an assert(unsigned >= 0).
|
16 years ago |
Nick Mathewson
|
d42c689b8e
Merge commit 'sebastian/coverity'
|
16 years ago |
Nick Mathewson
|
5db4b96089
Merge branch 'mathlog'
|
16 years ago |
Nick Mathewson
|
e56747f9cf
Refactor a bit so that it is safe to include math.h, and mostly not needed.
|
16 years ago |
Nick Mathewson
|
7ab824c8cf
Document CircuitPriorityHalflife on the manpage
|
16 years ago |
Nick Mathewson
|
60b01c6d5e
Change interface for configuring cell ewma algorithm.
|
16 years ago |
Nick Mathewson
|
296381eda0
Merge commit 'sebastian/ewma2' into ewma
|
16 years ago |
Nick Mathewson
|
1292a9ddfe
Fix various comment typos in ewma patch; found by arma.
|
16 years ago |
Nick Mathewson
|
2c672f73bf
Fix comment typos in container.c
|
16 years ago |
Sebastian Hahn
|
d384f5e1ed
Fix compile warning on Panther.
|
16 years ago |
Sebastian Hahn
|
182c583497
Remove some dead code found by coverity, cid 404
|
16 years ago |
Sebastian Hahn
|
27b7746c51
Fix Snow Leopard compile and a codestyle violation
|
16 years ago |
Nick Mathewson
|
06e8370c33
Optimize cell-ewma circuit priority algorithm.
|
16 years ago |
Roger Dingledine
|
f7d99b62a3
New controller command "getinfo config-text"
|
16 years ago |
Nick Mathewson
|
c43fee131d
Adjust EWMA patch to conform to whitespace style.
|
16 years ago |
Can Tang
|
d3be00e0f4
Favor quiet circuits when choosing which order to relay cells in.
|
16 years ago |
Nick Mathewson
|
c210db0d41
Enhance pqueue so we can remove items from the middle.
|
16 years ago |
Nick Mathewson
|
d086c9a7f7
Merge commit 'sebastian/fixes'
|
16 years ago |
Nick Mathewson
|
9e6225ae16
Merge commit 'sebastian/coverity'
|
16 years ago |
Nick Mathewson
|
0c1b3070cf
Now that FOO_free(NULL) always works, remove checks before calling it.
|
16 years ago |
Nick Mathewson
|
79f72d0ef6
Make rend_cache_entry_free() typecheck when possible.
|
16 years ago |
Nick Mathewson
|
a8190b09a3
Cache the parsed value of SafeLogging as an enum.
|
16 years ago |
Sebastian Hahn
|
3807db001d
*_free functions now accept NULL
|
16 years ago |
Sebastian Hahn
|
28b29e0fd7
Fix typo in a comment
|
16 years ago |