summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-04-01fix assert: if our dirport isn't reachable yet, don't trickRoger Dingledine
2005-04-01when the or-connect succeeded and the tls handshake succeededRoger Dingledine
2005-04-01fix typo in earlier libevent mmessage suppress patchNick Mathewson
2005-04-01authdirservers shouldn't do orport reachability detection,Roger Dingledine
2005-04-01Add code to suppress spurious libevent log msgs; use it to resolve bug 68.Nick Mathewson
2005-04-01Improve error msgs in tor-resolve.c; resolve bug 112Nick Mathewson
2005-04-01fix some log spacing problemsRoger Dingledine
2005-04-01Use recent libevent features when possibleNick Mathewson
2005-04-01Try to make crash-on-shutdown bug harder to trigger.Nick Mathewson
2005-03-31Patch: when extending to an unknown router, compare identity to expected iden...Nick Mathewson
2005-03-31spell recommended correctlyRoger Dingledine
2005-03-31still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine
2005-03-31redo the state descriptors now that we have a controller-wait stateRoger Dingledine
2005-03-31bump cvs version to 0.1.0.1-rc-cvsdebian-version-0.1.0.1-rc-cvs-200503310807-1Roger Dingledine
2005-03-31...and use it to make sure we only conclude reachability ifRoger Dingledine
2005-03-31add a tor_tls_is_server method to remember if conn->tlsRoger Dingledine
2005-03-31Fix bug in redirectstream.Nick Mathewson
2005-03-29mark two more bugs. nick, can you take a look?Roger Dingledine
2005-03-29don't check for reachability, and don't whine about it, while we'reRoger Dingledine
2005-03-29resolve another 'hasn't sent end yet' bugRoger Dingledine
2005-03-28Fix a couple more places where we use ->new_address without checking that it ...Nick Mathewson
2005-03-28make calls to address_is_in_virtual_range more bullet-proof.Roger Dingledine
2005-03-28remember some thoughts about using WSAStartup to learnRoger Dingledine
2005-03-28Clarify that we don't, and why we don't, need to redefine FD_SETSIZE.Nick Mathewson
2005-03-27we seem to have lost our define for FD_SETSIZE on win32 in the changeRoger Dingledine
2005-03-27but only do the rapid reachability testing if we're hoping to be a server.Roger Dingledine
2005-03-27make slightly clearer that socksport is for local applicationsRoger Dingledine
2005-03-27forward-port the fixing of the crash bug.Roger Dingledine
2005-03-27if your server hasn't found itself to be reachable, complain everyRoger Dingledine
2005-03-27clean up socks reply stuff more.Roger Dingledine
2005-03-27Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...Nick Mathewson
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-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-26try harder to establish reachability, in the first 20 minutesRoger Dingledine
2005-03-26make it clearer to the human that his server is testingRoger Dingledine
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-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-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-24Fix SOCKS5 bug: Set replylen to 0 after sending hanshake backNick Mathewson
2005-03-24Debug EXTENDCIRCUITNick Mathewson
2005-03-23fix an assert -- we're not allowed to write onto a conn after we'veRoger Dingledine