Nick Mathewson
|
9f1e06bd0e
but to not attempt to download a specific certificate we already have.
|
17 years ago |
Nick Mathewson
|
bda4ca065c
Aaaaand, do not reset the download count just because we have a certificate that is listed in a consensus.
|
17 years ago |
Nick Mathewson
|
aa405f29e6
fix up signs in r17208
|
17 years ago |
Nick Mathewson
|
5e2cdc1666
When we get a duplicated certificate, treat it as a failure and increment the download count. Do not claim to be downloading certificates that we merely want.
|
17 years ago |
Nick Mathewson
|
a15bdd3edd
patch from karsten to not use or accept expired certs. fixes bug 851.
|
17 years ago |
Roger Dingledine
|
311b8b274c
minor changelog cleanups. declare that friday is when we release it.
|
17 years ago |
Roger Dingledine
|
bc128c0b03
vidalia asks us for the value of the Group config option. but now
|
17 years ago |
Roger Dingledine
|
b32e600d50
while we're cleaning code, get rid of some unreachable code at
|
17 years ago |
Roger Dingledine
|
14773f42a7
now that we drop privs more thoroughly, switch_id() is no longer
|
17 years ago |
Roger Dingledine
|
7c65792500
remove more redundant code from r17200
|
17 years ago |
Roger Dingledine
|
d27337bf17
i needed a piece of the 'patching patches' action too
|
17 years ago |
Nick Mathewson
|
1b98f45b3d
Developers should usually configure with --enable-gcc-warnings, and should regularly make check-spaces. Also, int fn() does not mean the same in C as it does in C++ or Java.
|
17 years ago |
Steven Murdoch
|
9d68ed08e9
Patch from Jacob Appelbaum and me to make User option more robust, properly set supplementary groups, deprecated the Group option, and log more information on credential switching
|
17 years ago |
Nick Mathewson
|
6e3de8530e
Remove bug 811/845 debugging code
|
17 years ago |
Nick Mathewson
|
a38026bb06
fix wide lines
|
17 years ago |
Nick Mathewson
|
3ebd1ebeca
The chunk_size field in memarea_t was never actually set. Remove the whole thing.
|
17 years ago |
Nick Mathewson
|
35bef7fefd
make read_all and write_all return ssize_t.
|
17 years ago |
Nick Mathewson
|
ad6971d3b3
Make multiplicity of dir-address match code. Fix bug 849
|
17 years ago |
Nick Mathewson
|
39db9fbe00
Yes, "NL" means "LF" to Tor.
|
17 years ago |
Nick Mathewson
|
3f858b5b26
Fix a compile error found under pcc. It wants single-quites to be escaped in strings, it seems.
|
17 years ago |
Nick Mathewson
|
b56d1545db
Fix freebsd 7 compile by adding malloc_np.h header. Fix bug 850.
|
17 years ago |
Karsten Loesing
|
b31e2c2491
(a - b) / 2 != a - (b / 2); this is the reason why tunneled directory requests and client-side introduction circuits don't time out after the intended 30 seconds (task #847). Bugfix on r17106. Found by miner.
|
17 years ago |
Nick Mathewson
|
73c6cb8353
Fix unit test failure related to intro point parsing.
|
17 years ago |
Nick Mathewson
|
3f84ed3d46
Add a new memcmpstart to use instead of strcmpstart when the thing we are comparing is not nul-terminated.
|
17 years ago |
Nick Mathewson
|
7b45d530b0
Add some debugging logs for bug 811/845.
|
17 years ago |
Nick Mathewson
|
69cda76168
missing changelog for 0x20 hack
|
17 years ago |
Roger Dingledine
|
ebe4ef12b9
when building preemptive circuits, ignore streams that have a
|
17 years ago |
Roger Dingledine
|
3e5a584d37
fix the other half of r17091. now that best_support can be -1,
|
17 years ago |
Nick Mathewson
|
8c78a68cc0
Move changelog entry to correct section
|
17 years ago |
Nick Mathewson
|
c534b96e58
Fix an assertion failure on double-marked circuits, and a double-mark.
|
17 years ago |