index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2005-03-27
clean up socks reply stuff more.
Roger Dingledine
2005-03-27
Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...
Nick Mathewson
2005-03-27
update todo a bit more
Roger Dingledine
2005-03-27
change control spec so closestream doesn't get to specify whether
Roger Dingledine
2005-03-27
stop most cases of hanging up on a socks connection without sending
Roger Dingledine
2005-03-27
Describe where to find torrc on OS X
Nick Mathewson
2005-03-26
update version pointers on osx/win32 docs
Roger Dingledine
2005-03-26
move the assert higher up so the error message makes more sense
Roger Dingledine
2005-03-26
fix assert: stop trying to send a socks reply to an *exit*
Roger Dingledine
2005-03-26
add another instance of the word 'hibernation' in the description
Roger Dingledine
2005-03-26
try harder to establish reachability, in the first 20 minutes
Roger Dingledine
2005-03-26
deal with the fact that tor-control.py got renamed
Roger Dingledine
2005-03-26
make it clearer to the human that his server is testing
Roger Dingledine
2005-03-26
first cut of a 0.1.0.1-rc1 changelog
Roger Dingledine
2005-03-25
Rename tor-control.py to TorControl.py; begin making it into a useful library...
Nick Mathewson
2005-03-25
Remind us to fwd-port accept fix.
Nick Mathewson
2005-03-25
and fill in another missing socks reply
Roger Dingledine
2005-03-25
fix another case where we need to send a socks reply (reject)
Roger Dingledine
2005-03-25
remove dead code
Roger Dingledine
2005-03-25
don't mark a router down just because your httpsproxy is unreachable
Roger Dingledine
2005-03-25
Note where connection that hasnt sent end was marked.
Nick Mathewson
2005-03-25
Clarify behavior of SETEVENTS: it is SET, not ADD.
Nick Mathewson
2005-03-25
Forward port debian changelog to head
Peter Palfrader
2005-03-24
REUSEADDR on normal places means you can rebind to the port
Roger Dingledine
2005-03-24
forward-port the circuit_resume_edge_reading_helper fix.
Roger Dingledine
2005-03-24
note that you can't attachstream to a non-open circuit.
Roger Dingledine
2005-03-24
when you attachstream to a circid of 0, send back an answer
Roger Dingledine
2005-03-24
cleanup so connection_ap_handshake_attach_chosen_circuit() always
Roger Dingledine
2005-03-24
Bulletproof connection_ap_handshake_attach_chosen_circuit
Nick Mathewson
2005-03-24
added short descriptions to circuit-related event codes
Geoff Goodell
2005-03-24
Document EXTENDCIRCUIT DONE message behavior.
Nick Mathewson
2005-03-24
Fix Python resolve script so we have an easy way to test SOCKS5 resolves.
Nick Mathewson
2005-03-24
Move some TODO items out of the 0.1.0.1-rc pile
Nick Mathewson
2005-03-24
Fix SOCKS5 bug: Set replylen to 0 after sending hanshake back
Nick Mathewson
2005-03-24
Debug EXTENDCIRCUIT
Nick Mathewson
2005-03-24
Bump OSX versions.
Nick Mathewson
2005-03-23
fix an assert -- we're not allowed to write onto a conn after we've
Roger Dingledine
2005-03-23
fix an over-eager assert, to make httpsproxy get a little farther
Roger Dingledine
2005-03-23
bump cvs to 0.1.0.1-rc
Roger Dingledine
2005-03-23
Remove @LOCALSTATEDIR@ macros when building windows package
Nick Mathewson
2005-03-23
forward-port the commenting out of the assert that glenn fink was
Roger Dingledine
2005-03-23
Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_...
Nick Mathewson
2005-03-23
Make GETINFO for "network-status" work on non-authdirs
Nick Mathewson
2005-03-23
Fix several bugs (including some crashes) related to control interface; imple...
Nick Mathewson
2005-03-23
Note that GETINFO (via the controller) for network-status will not work on no...
Nick Mathewson
2005-03-23
Make tor-control.py demo script exercise more of the controller interface, an...
Nick Mathewson
2005-03-23
Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the fu...
Nick Mathewson
2005-03-23
Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...
Nick Mathewson
2005-03-23
Fix a few more instances of memory not freed on exit (found by weasel).
Nick Mathewson
2005-03-23
Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad...
Nick Mathewson
[next]