summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-27if your server hasn't found itself to be reachable, complain everyRoger Dingledine
2005-03-27Rename option in control-spec.txt too.Nick Mathewson
2005-03-27clean up socks reply stuff more.Roger Dingledine
2005-03-27Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...Nick Mathewson
2005-03-27update todo a bit moreRoger Dingledine
2005-03-27change control spec so closestream doesn't get to specify whetherRoger Dingledine
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-27Describe where to find torrc on OS XNick Mathewson
2005-03-26update version pointers on osx/win32 docsRoger Dingledine
2005-03-26move the assert higher up so the error message makes more senseRoger Dingledine
2005-03-26fix assert: stop trying to send a socks reply to an *exit*Roger Dingledine
2005-03-26add another instance of the word 'hibernation' in the descriptionRoger Dingledine
2005-03-26try harder to establish reachability, in the first 20 minutesRoger Dingledine
2005-03-26deal with the fact that tor-control.py got renamedRoger Dingledine
2005-03-26make it clearer to the human that his server is testingRoger Dingledine
2005-03-26first cut of a 0.1.0.1-rc1 changelogRoger Dingledine
2005-03-25Rename tor-control.py to TorControl.py; begin making it into a useful library...Nick Mathewson
2005-03-25Remind us to fwd-port accept fix.Nick Mathewson
2005-03-25and fill in another missing socks replyRoger Dingledine
2005-03-25fix another case where we need to send a socks reply (reject)Roger Dingledine
2005-03-25remove dead codeRoger Dingledine
2005-03-25don't mark a router down just because your httpsproxy is unreachableRoger Dingledine
2005-03-25Note where connection that hasnt sent end was marked.Nick Mathewson
2005-03-25Clarify behavior of SETEVENTS: it is SET, not ADD.Nick Mathewson
2005-03-25Forward port debian changelog to headPeter Palfrader
2005-03-24REUSEADDR on normal places means you can rebind to the portRoger Dingledine
2005-03-24forward-port the circuit_resume_edge_reading_helper fix.Roger Dingledine
2005-03-24note that you can't attachstream to a non-open circuit.Roger Dingledine
2005-03-24when you attachstream to a circid of 0, send back an answerRoger Dingledine
2005-03-24cleanup so connection_ap_handshake_attach_chosen_circuit() alwaysRoger Dingledine
2005-03-24Bulletproof connection_ap_handshake_attach_chosen_circuitNick Mathewson
2005-03-24added short descriptions to circuit-related event codesGeoff Goodell
2005-03-24Document EXTENDCIRCUIT DONE message behavior.Nick Mathewson
2005-03-24Fix Python resolve script so we have an easy way to test SOCKS5 resolves.Nick Mathewson
2005-03-24Move some TODO items out of the 0.1.0.1-rc pileNick Mathewson
2005-03-24Fix SOCKS5 bug: Set replylen to 0 after sending hanshake backNick Mathewson
2005-03-24Debug EXTENDCIRCUITNick Mathewson
2005-03-24Bump OSX versions.Nick Mathewson
2005-03-23fix an assert -- we're not allowed to write onto a conn after we'veRoger Dingledine
2005-03-23fix an over-eager assert, to make httpsproxy get a little fartherRoger Dingledine
2005-03-23bump cvs to 0.1.0.1-rcRoger Dingledine
2005-03-23Remove @LOCALSTATEDIR@ macros when building windows packageNick Mathewson
2005-03-23forward-port the commenting out of the assert that glenn fink wasRoger Dingledine
2005-03-23Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_...Nick Mathewson
2005-03-23Make GETINFO for "network-status" work on non-authdirsNick Mathewson
2005-03-23Fix several bugs (including some crashes) related to control interface; imple...Nick Mathewson
2005-03-23Note that GETINFO (via the controller) for network-status will not work on no...Nick Mathewson
2005-03-23Make tor-control.py demo script exercise more of the controller interface, an...Nick Mathewson
2005-03-23Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the fu...Nick Mathewson
2005-03-23Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson