aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* resolve another 'hasn't sent end yet' bugRoger Dingledine2005-03-29
* Fix a couple more places where we use ->new_address without checking that it ...Nick Mathewson2005-03-28
* make calls to address_is_in_virtual_range more bullet-proof.Roger Dingledine2005-03-28
* remember some thoughts about using WSAStartup to learnRoger Dingledine2005-03-28
* Clarify that we don't, and why we don't, need to redefine FD_SETSIZE.Nick Mathewson2005-03-28
* we seem to have lost our define for FD_SETSIZE on win32 in the changeRoger Dingledine2005-03-27
* but only do the rapid reachability testing if we're hoping to be a server.Roger Dingledine2005-03-27
* make slightly clearer that socksport is for local applicationsRoger Dingledine2005-03-27
* forward-port the fixing of the crash bug.Roger Dingledine2005-03-27
* if your server hasn't found itself to be reachable, complain everyRoger Dingledine2005-03-27
* clean up socks reply stuff more.Roger Dingledine2005-03-27
* Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...Nick Mathewson2005-03-27
* stop most cases of hanging up on a socks connection without sendingRoger Dingledine2005-03-27
* Describe where to find torrc on OS XNick Mathewson2005-03-27
* move the assert higher up so the error message makes more senseRoger Dingledine2005-03-26
* fix assert: stop trying to send a socks reply to an *exit*Roger Dingledine2005-03-26
* try harder to establish reachability, in the first 20 minutesRoger Dingledine2005-03-26
* make it clearer to the human that his server is testingRoger Dingledine2005-03-26
* and fill in another missing socks replyRoger Dingledine2005-03-25
* fix another case where we need to send a socks reply (reject)Roger Dingledine2005-03-25
* remove dead codeRoger Dingledine2005-03-25
* don't mark a router down just because your httpsproxy is unreachableRoger Dingledine2005-03-25
* Note where connection that hasnt sent end was marked.Nick Mathewson2005-03-25
* REUSEADDR on normal places means you can rebind to the portRoger Dingledine2005-03-24
* forward-port the circuit_resume_edge_reading_helper fix.Roger Dingledine2005-03-24
* when you attachstream to a circid of 0, send back an answerRoger Dingledine2005-03-24
* cleanup so connection_ap_handshake_attach_chosen_circuit() alwaysRoger Dingledine2005-03-24
* Bulletproof connection_ap_handshake_attach_chosen_circuitNick Mathewson2005-03-24
* Fix SOCKS5 bug: Set replylen to 0 after sending hanshake backNick Mathewson2005-03-24
* Debug EXTENDCIRCUITNick Mathewson2005-03-24
* fix an assert -- we're not allowed to write onto a conn after we'veRoger Dingledine2005-03-23
* fix an over-eager assert, to make httpsproxy get a little fartherRoger Dingledine2005-03-23
* bump cvs to 0.1.0.1-rcRoger Dingledine2005-03-23
* forward-port the commenting out of the assert that glenn fink wasRoger Dingledine2005-03-23
* Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_...Nick Mathewson2005-03-23
* Make GETINFO for "network-status" work on non-authdirsNick Mathewson2005-03-23
* Fix several bugs (including some crashes) related to control interface; imple...Nick Mathewson2005-03-23
* Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the fu...Nick Mathewson2005-03-23
* Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson2005-03-23
* Fix a few more instances of memory not freed on exit (found by weasel).Nick Mathewson2005-03-23
* Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad...Nick Mathewson2005-03-23
* whoops, fix seg fault i just introducedRoger Dingledine2005-03-23
* fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine2005-03-23
* maybe resolve an assert trigger i just got:Roger Dingledine2005-03-23
* make httpsproxy more likely to workRoger Dingledine2005-03-22
* fix a 32bit/64bit sprintf mixup that weasel pointed outRoger Dingledine2005-03-22
* remove a duplicate circuit_mark_for_close() when pickingRoger Dingledine2005-03-22
* options->MaxAdvertisedBandwidth only replaces advertisedRoger Dingledine2005-03-22
* Prevent spurious closes when we put stuff on a conn that has not written for ...Nick Mathewson2005-03-22
* cleanup and a questionRoger Dingledine2005-03-22