Roger Dingledine
|
640544ae3e
use connection_edge_is_rendezvous_stream() more
|
21 years ago |
Roger Dingledine
|
776d05f56f
mark some items done, move some around, add a wishlist item
|
21 years ago |
Roger Dingledine
|
695cdb10fe
whoops, resolve cells were probably broken
|
21 years ago |
Peter Palfrader
|
029a0a4c33
New upstream (pre)release.
|
21 years ago |
Nick Mathewson
|
b130aa3c8f
Fix segfault in unit tests. (Main program is unaffected)
|
21 years ago |
Roger Dingledine
|
4c2595ca66
bump version to 0.0.9pre4
|
21 years ago |
Roger Dingledine
|
7ba287da5a
commit a changelog for pre4
|
21 years ago |
Roger Dingledine
|
e66d5f897a
fix a seg fault with exitredirect
|
21 years ago |
Roger Dingledine
|
bca51ea256
..and reflect that in the todo
|
21 years ago |
Roger Dingledine
|
560a4a1407
switch conn->addr and conn->dir_port to reflect the final destination,
|
21 years ago |
Nick Mathewson
|
6d1e1b7f46
Unify windows special-dir handling
|
21 years ago |
Nick Mathewson
|
376d483d0a
Document new options
|
21 years ago |
Nick Mathewson
|
8d27385c23
Implement RedirectExit.
|
21 years ago |
Roger Dingledine
|
5efc49600a
fix comment that makes no sense
|
21 years ago |
Roger Dingledine
|
7c3ab346f6
various tweaks and fixes
|
21 years ago |
Roger Dingledine
|
e9e9a25881
i take back everything i've said about unit tests
|
21 years ago |
Nick Mathewson
|
a1bf39f698
Code to parse (but not yet actually use) RedirectExit lines
|
21 years ago |
Roger Dingledine
|
6d873e5743
don't assert multiple things in the same tor_assert()
|
21 years ago |
Roger Dingledine
|
de65052312
don't assert multiple things in the same tor_assert()
|
21 years ago |
Nick Mathewson
|
25a046df74
Fix unit tests, make it compile
|
21 years ago |
Nick Mathewson
|
47dc024f7e
Change interface of parse_addr_port() to return address in host order, since most users seem to want that.
|
21 years ago |
Nick Mathewson
|
8300c4ae6a
Make unit tests pass; refactor most of exit policy parfsing out into new function
|
21 years ago |
Nick Mathewson
|
69d7b468b4
Refactor parse-addr-mask-and-port-range into a separate function
|
21 years ago |
Nick Mathewson
|
a8300c5a2e
Note NULL/memset status in TODO
|
21 years ago |
Nick Mathewson
|
a42adce362
fix memory leak in router.c; start relying on NULL==(zero bytes)
|
21 years ago |
Nick Mathewson
|
b0afd91afe
Paranoid bulletproofing for exit code
|
21 years ago |
Nick Mathewson
|
f619c4603e
Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=NULL are equivalent
|
21 years ago |
Nick Mathewson
|
56a592dbe3
Fix memory leak
|
21 years ago |
Nick Mathewson
|
9d5831341e
Implement user-declared node families.
|
21 years ago |
Nick Mathewson
|
f882bd92ed
Remove unused locals
|
21 years ago |