Nick Mathewson
|
2930a3eef0
Bump OSX versions.
|
20 years ago |
Roger Dingledine
|
0dc91fd9c0
fix an assert -- we're not allowed to write onto a conn after we've
|
20 years ago |
Roger Dingledine
|
fb8a319ffe
fix an over-eager assert, to make httpsproxy get a little farther
|
20 years ago |
Roger Dingledine
|
935d0d9685
bump cvs to 0.1.0.1-rc
|
20 years ago |
Nick Mathewson
|
fbf2289d37
Remove @LOCALSTATEDIR@ macros when building windows package
|
20 years ago |
Roger Dingledine
|
a799dad937
forward-port the commenting out of the assert that glenn fink was
|
20 years ago |
Nick Mathewson
|
4ee6addf57
Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_address() fails), use old descriptor and warn.
|
20 years ago |
Nick Mathewson
|
6e4bccc4ac
Make GETINFO for "network-status" work on non-authdirs
|
20 years ago |
Nick Mathewson
|
b9016bd18f
Fix several bugs (including some crashes) related to control interface; implement missing desc/name functionality.
|
20 years ago |
Nick Mathewson
|
291548c4e4
Note that GETINFO (via the controller) for network-status will not work on non-authdirectories right now.
|
20 years ago |
Nick Mathewson
|
f362b41b27
Make tor-control.py demo script exercise more of the controller interface, and provide a more useful set of functions itself.
|
20 years ago |
Nick Mathewson
|
0b7a9e2e7b
Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the future, now that we are more tolerant of skew.
|
20 years ago |
Nick Mathewson
|
631ab5c69b
Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths from freed ones. I audited this once; it could use another audit.
|
20 years ago |
Nick Mathewson
|
905c16846a
Fix a few more instances of memory not freed on exit (found by weasel).
|
20 years ago |
Nick Mathewson
|
b7ce4d1d3d
Correct fix for self-to-self addressmap; simplify replace-old-entry logic; add missing case.
|
20 years ago |
Roger Dingledine
|
22386ecf1e
whoops, fix seg fault i just introduced
|
20 years ago |
Roger Dingledine
|
7373042a7b
fix assert triggers (bugs 109 and 96), and put in some
|
20 years ago |
Roger Dingledine
|
a523439cbc
maybe resolve an assert trigger i just got:
|
20 years ago |
Roger Dingledine
|
e28b8aaa40
make httpsproxy more likely to work
|
20 years ago |
Roger Dingledine
|
21b1adefbb
fix a 32bit/64bit sprintf mixup that weasel pointed out
|
20 years ago |
Roger Dingledine
|
ad5f5ddf7e
remove a duplicate circuit_mark_for_close() when picking
|
20 years ago |
Peter Palfrader
|
a2ee01984a
If "with-dmalloc" is in DEB_BUILD_OPTIONS we build against libdmalloc4.
|
20 years ago |
Peter Palfrader
|
1facdfa8d0
Forward port 03_tor_manpage_in_section_8
|
20 years ago |
Peter Palfrader
|
f72ad103b6
Fix spacing for --with-dmalloc
|
20 years ago |
Roger Dingledine
|
6659cd5e8e
options->MaxAdvertisedBandwidth only replaces advertised
|
20 years ago |
Roger Dingledine
|
f5c930bb0e
clean up man page entry for MaxAdvertisedBandwidth
|
20 years ago |
Nick Mathewson
|
ab1d0049a2
Prevent spurious closes when we put stuff on a conn that has not written for a while.
|
20 years ago |
Roger Dingledine
|
8a763b5ae3
cleanup and a question
|
20 years ago |
Nick Mathewson
|
7a0072cc1a
Specify and implement close-stream and close-circuit control messages
|
20 years ago |
Nick Mathewson
|
ec81f87018
Implement an option to cap bandwidth-to-advertise. Arma: can you improve the manpage entry by explaining why you would want to do this?
|
20 years ago |