Nick Mathewson
|
d934607069
r6979@Kushana: nickm | 2006-07-31 13:16:58 -0400
|
19 years ago |
Nick Mathewson
|
2fe537c57a
r6958@Kushana: nickm | 2006-07-29 18:54:15 -0400
|
19 years ago |
Nick Mathewson
|
96bcbb1e1c
Remove code to special-case "-cvs" ending, since it has not actually mattered since 0.0.9. Perhaps we can special-case even more...
|
19 years ago |
Roger Dingledine
|
fad85f173a
when an exit node gets a malformed begin cell, don't complain to
|
19 years ago |
Nick Mathewson
|
b82dfdd4a3
Make some more verbose gcc warnings go away.
|
19 years ago |
Nick Mathewson
|
b7910202a3
Next batch of memory miserdom: mmap cached-routers file. This is sure to break somewhere.
|
19 years ago |
Nick Mathewson
|
8fa8616ec7
Add tests for several of the more recently committed functions.
|
19 years ago |
Roger Dingledine
|
b4e415ba3c
now we can tell dirserv_dump_directory_to_string() whether we want
|
19 years ago |
Nick Mathewson
|
6ebd886511
forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.
|
19 years ago |
Nick Mathewson
|
1fbc74661f
Remove DER64 functions in trunk: they will never be used again unless the directory authorities switch back to 0.0.9tooearly.
|
19 years ago |
Roger Dingledine
|
6f08d121d9
Refactor and consolidate addr/exit policies into a new policies.c.
|
19 years ago |
Roger Dingledine
|
b899b9592a
When the controller's *setconf commands fail, collect an error message
|
19 years ago |
Nick Mathewson
|
5777ee0e1a
Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now)
|
19 years ago |
Nick Mathewson
|
2cc66125b8
try to fix bug with spurious "everything is broken" warning
|
20 years ago |
Roger Dingledine
|
b99f903e34
and don't warn when it happens here either, unless the user
|
20 years ago |
Roger Dingledine
|
5f051574d5
Happy new year!
|
20 years ago |
Roger Dingledine
|
92ef9e37e7
Add a new config option ExitPolicyRejectPrivate which defaults to 1.
|
20 years ago |
Nick Mathewson
|
4a7ee9bd3d
Make unittests pass again.
|
20 years ago |
Nick Mathewson
|
1af630d32c
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
20 years ago |
Nick Mathewson
|
617f71e4ba
Whitespace normalization
|
20 years ago |
Nick Mathewson
|
6443e5ec7f
Add a benchmark-aes function to test.c. Off by default.
|
20 years ago |
Roger Dingledine
|
23efc30776
get rid of some unused variables
|
20 years ago |
Nick Mathewson
|
a39269572f
Replace balanced trees with hash tables: this should make stuff significantly faster.
|
20 years ago |
Nick Mathewson
|
75d85c8214
On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers.
|
20 years ago |
Nick Mathewson
|
5d85560d9e
Remove last vestiges of old logging interface.
|
20 years ago |
Nick Mathewson
|
452f4cfa09
Convert circuituse, command, config, connection, relay, router, test to new logging interface
|
20 years ago |
Nick Mathewson
|
11b76b9ca5
Allow tor_gzip_uncompress to extract as much as possible from truncated compressed data. Also, fix a bug where truncated compressed data could break tor_gzip_uncompress. [This last part is a backport candidate.]
|
20 years ago |
Nick Mathewson
|
de198d800b
Never call free() on tor_malloc()d memory. This is unlikely to be our current leak, but it may help dmalloc work.
|
20 years ago |
Roger Dingledine
|
8ae6e1c226
Be more conservative about whether to advertise our dirport.
|
20 years ago |
Nick Mathewson
|
9050480339
Fix some compiler warnings
|
20 years ago |