Age | Commit message (Expand) | Author |
2005-04-01 | Short-term fix: prevent possible segfault in connection_close_unattached_ap | Nick Mathewson |
2005-04-01 | when you decide you're reachable, actually publish your descriptor | Roger Dingledine |
2005-04-01 | require exactly 0.0.9.7 for middle hops of testing circs, for now | Roger Dingledine |
2005-04-01 | when building testing circuits, always use middle hops | Roger Dingledine |
2005-04-01 | fix assert: if our dirport isn't reachable yet, don't trick | Roger Dingledine |
2005-04-01 | when the or-connect succeeded and the tls handshake succeeded | Roger Dingledine |
2005-04-01 | fix typo in earlier libevent mmessage suppress patch | Nick Mathewson |
2005-04-01 | authdirservers shouldn't do orport reachability detection, | Roger Dingledine |
2005-04-01 | Add code to suppress spurious libevent log msgs; use it to resolve bug 68. | Nick Mathewson |
2005-04-01 | fix some log spacing problems | Roger Dingledine |
2005-04-01 | Use recent libevent features when possible | Nick Mathewson |
2005-03-31 | Patch: when extending to an unknown router, compare identity to expected iden... | Nick Mathewson |
2005-03-31 | spell recommended correctly | Roger Dingledine |
2005-03-31 | still publish your descriptor if orport is reachable but dirport isn't | Roger Dingledine |
2005-03-31 | redo the state descriptors now that we have a controller-wait state | Roger Dingledine |
2005-03-31 | ...and use it to make sure we only conclude reachability if | Roger Dingledine |
2005-03-31 | Fix bug in redirectstream. | Nick Mathewson |
2005-03-29 | mark two more bugs. nick, can you take a look? | Roger Dingledine |
2005-03-29 | don't check for reachability, and don't whine about it, while we're | Roger Dingledine |
2005-03-29 | resolve another 'hasn't sent end yet' bug | Roger Dingledine |
2005-03-28 | Fix a couple more places where we use ->new_address without checking that it ... | Nick Mathewson |
2005-03-28 | make calls to address_is_in_virtual_range more bullet-proof. | Roger Dingledine |
2005-03-28 | Clarify that we don't, and why we don't, need to redefine FD_SETSIZE. | Nick Mathewson |
2005-03-27 | we seem to have lost our define for FD_SETSIZE on win32 in the change | Roger Dingledine |
2005-03-27 | but only do the rapid reachability testing if we're hoping to be a server. | Roger Dingledine |
2005-03-27 | forward-port the fixing of the crash bug. | Roger Dingledine |
2005-03-27 | if your server hasn't found itself to be reachable, complain every | Roger Dingledine |
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 | stop most cases of hanging up on a socks connection without sending | 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 | try harder to establish reachability, in the first 20 minutes | Roger Dingledine |
2005-03-26 | make it clearer to the human that his server is testing | Roger Dingledine |
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-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 | 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 | Fix SOCKS5 bug: Set replylen to 0 after sending hanshake back | Nick Mathewson |
2005-03-24 | Debug EXTENDCIRCUIT | 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 | 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 |