Commits on Source
36431
d1f790e9
MaxCircuitDirtiness never got into the man page
Mar 12, 2005
115271f6
Implement the common case of ATTACHSTREAM.
Mar 12, 2005
fe768d1d
change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option
Mar 12, 2005
01f0b314
ShutdownWaitLength should be an interval, not a uint
Mar 12, 2005
a6b742df
and put ShutdownWaitLength in man page
Mar 12, 2005
cabb8624
bugfix: now that we don't do the client dns thing, our checks
Mar 13, 2005
fd150459
Raise common code for "detach this stream and try it with a different circuit"...
Mar 14, 2005
97dad670
Renormalize whitespace
Mar 14, 2005
0197b47c
Fix some more obscure compiler warnings
Mar 14, 2005
316afb6d
fix an assert trigger in cvs: if a resolve request fails, and the circuit
Mar 14, 2005
e2715ac2
Note a couple of changes in TC
Mar 14, 2005
538b6130
<arma2> - closed=4, new connection=5, new resolve request=6)
Mar 14, 2005
932252f9
Show people where they can find the default exit policy.
Mar 14, 2005
22976146
re-enable reachability testing stuff.
Mar 15, 2005
cd364ffe
Don't depend on python anymore - tor-resolve is C now
Mar 15, 2005
5faea839
Make it clear that tor-doc-{win32,osx}.html are for setting up clients and...
Mar 15, 2005
be38e0a4
Fix a fun windows bug: apparently windows stat wants paths not to end with slash.
Mar 16, 2005
b5a7347d
Mozilla/Firefox instructions present in both win32 and osx. Added...
Mar 16, 2005
df9c8fea
Commit fixes for several pending tor core tasks: document all DOCDOCed...
Mar 17, 2005
2b485dc4
Added ipid to the list of IP-testers in tor-doc*.html
Mar 17, 2005
25fb5820
man file in cvs was updated in March 2005, not November 2004
Mar 18, 2005
b1ceb1fb
add "warning" about port 80 to torrc.sample.in
Mar 18, 2005
7c29b654
removing the warning about port 80.
Mar 18, 2005
4b400312
Mac packaging magic: make man pages useable, and do not overwrite existing torrc files.
Mar 18, 2005
59653fea
Make OS X log happily to /var/log/Tor
Mar 18, 2005
71c77331
Make OS X package actually try to log things to the nice log directory we gave it.
Mar 18, 2005
e1e7ffca
Make OSX install happier about running on non-default volume.
Mar 18, 2005
2e9d971d
Correct documentation wrt versions; where files go; and default behavior of...
Mar 18, 2005
19b4dbc6
Note version documentation is finished in the TODO. Roger--should this be someplace else too?
Mar 18, 2005
b004eda1
Enable NT service code by default
Mar 19, 2005
ec7f232b
make hidden services more likely to work from the server-side
Mar 19, 2005
5c59ec8e
things roger needs to do for 0.1.0.1-rc
Mar 19, 2005
11aa6828
Split version info into separate spec doc.
Mar 19, 2005
963ddf29
fix typo
Mar 19, 2005
07a7b6af
Implement redirectstream in control interface.
Mar 19, 2005
b88c4ba1
Turn addr_policy_compare from a tristate to a quadstate; this should help...
Mar 19, 2005
d48961aa
added stamp-h.in to .cvsignore for compatibility with autoheader (GNU Autoconf) 2.59
Mar 19, 2005
fbeaeb13
and forward-port the missing space
Mar 19, 2005
035c8d1b
added short blurb about ControlPort to sample torrc
Mar 19, 2005
856ab90c
stop logging at -l notice every single time a create cell successfully
Mar 19, 2005
4a497e50
if our clock jumps forward by 100 seconds or more, assume something
Mar 19, 2005
8598e09c
point the windows slashes the right way
Mar 20, 2005
6152264c
specify that a key-value configuration line consists of key-space-value.
Mar 21, 2005
5d5b12ce
make example contactinfo entries slightly more spam resistant, since
Mar 21, 2005
35953eda
Implement controller's "extendcircuit" directive.
Mar 22, 2005
f1ba4296
clean up and refactor some more
Mar 22, 2005
8d1460c8
tell me the address of the guy who's trying to attack my dirserver
Mar 22, 2005
f194b716
getting closer to 0.1.0.1-rc
Mar 22, 2005
ed9524a6
Remove controller getinfo support for "desc/all-ids".
Mar 22, 2005
171ce8f1
update control-spec too
Mar 22, 2005
c92c045a
add an item
Mar 22, 2005
8f963434
write down some more concerns/thoughts
Mar 22, 2005
248867ca
bugfix: make smartlist_join_strings2 actually use the separator/terminator
Mar 22, 2005
76a03e86
handle_control_getinfo() was counting msg_len itself,
Mar 22, 2005
f5989afd
Add opt hibernating; fix bug 78
Mar 22, 2005
c4470cbe
be more explicit about why we are expiring a conn; improve logic a bit too
Mar 22, 2005
e07e0a47
remove obsolete code
Mar 22, 2005
d6a0e5bc
when reporting events about streams, use the "real" address for
Mar 22, 2005
2d409914
Report HTTP reasons to directory clients. (Also, fix format on new TODO items)
Mar 22, 2005
2d662bf7
Clear up a couple of pedantic compiler warnings
Mar 22, 2005
ec81f870
Implement an option to cap bandwidth-to-advertise. Arma: can you improve the...
Mar 22, 2005
7a0072cc
Specify and implement close-stream and close-circuit control messages
Mar 22, 2005
8a763b5a
cleanup and a question
Mar 22, 2005
ab1d0049
Prevent spurious closes when we put stuff on a conn that has not written for a while.
Mar 22, 2005
f5c930bb
clean up man page entry for MaxAdvertisedBandwidth
Mar 22, 2005
6659cd5e
options->MaxAdvertisedBandwidth only replaces advertised
Mar 22, 2005
f72ad103
Fix spacing for --with-dmalloc
Mar 22, 2005
1facdfa8
Forward port 03_tor_manpage_in_section_8
Mar 22, 2005
a2ee0198
If "with-dmalloc" is in DEB_BUILD_OPTIONS we build against libdmalloc4.
Mar 22, 2005
ad5f5ddf
remove a duplicate circuit_mark_for_close() when picking
Mar 22, 2005
21b1adef
fix a 32bit/64bit sprintf mixup that weasel pointed out
Mar 22, 2005
e28b8aaa
make httpsproxy more likely to work
Mar 22, 2005
a523439c
maybe resolve an assert trigger i just got:
Mar 23, 2005
7373042a
fix assert triggers (bugs 109 and 96), and put in some
Mar 23, 2005
22386ecf
whoops, fix seg fault i just introduced
Mar 23, 2005
b7ce4d1d
Correct fix for self-to-self addressmap; simplify replace-old-entry logic; add missing case.
Mar 23, 2005
905c1684
Fix a few more instances of memory not freed on exit (found by weasel).
Mar 23, 2005
631ab5c6
Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...
Mar 23, 2005
0b7a9e2e
Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the...
Mar 23, 2005
f362b41b
Make tor-control.py demo script exercise more of the controller interface, and...
Mar 23, 2005
291548c4
Note that GETINFO (via the controller) for network-status will not work on...
Mar 23, 2005
b9016bd1
Fix several bugs (including some crashes) related to control interface;...
Mar 23, 2005
6e4bccc4
Make GETINFO for "network-status" work on non-authdirs
Mar 23, 2005
4ee6addf
Fix bug 44: on HUP, if descriptor building fails (say, because...
Mar 23, 2005
a799dad9
forward-port the commenting out of the assert that glenn fink was
Mar 23, 2005
fbf2289d
Remove @LOCALSTATEDIR@ macros when building windows package
Mar 23, 2005
935d0d96
bump cvs to 0.1.0.1-rc
Mar 23, 2005
fb8a319f
fix an over-eager assert, to make httpsproxy get a little farther
Mar 23, 2005
0dc91fd9
fix an assert -- we're not allowed to write onto a conn after we've
Mar 23, 2005
2930a3ee
Bump OSX versions.
Mar 24, 2005
0cfdeb01
Debug EXTENDCIRCUIT
Mar 24, 2005
8e8915f3
Fix SOCKS5 bug: Set replylen to 0 after sending hanshake back
Mar 24, 2005
7521f2d5
Move some TODO items out of the 0.1.0.1-rc pile
Mar 24, 2005
ba578f0e
Fix Python resolve script so we have an easy way to test SOCKS5 resolves.
Mar 24, 2005
27e00e3f
Document EXTENDCIRCUIT DONE message behavior.
Mar 24, 2005
8fc1061b
added short descriptions to circuit-related event codes
Mar 24, 2005
13fdf51b
Bulletproof connection_ap_handshake_attach_chosen_circuit
Mar 24, 2005
09ef2b7e
cleanup so connection_ap_handshake_attach_chosen_circuit() always
Mar 24, 2005
fa3c9d94
when you attachstream to a circid of 0, send back an answer
Mar 24, 2005
4dc570bf
note that you can't attachstream to a non-open circuit.
Mar 24, 2005
36,331 additional commits have been omitted to prevent performance issues.
Loading
Loading