aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* make it clearer to the human that his server is testing•••its reachability. tell him when it succeeds, or when 20 minutes pass and it hasn't succeeded yet. svn:r3882 Roger Dingledine2005-03-26
* and fill in another missing socks reply•••svn:r3877 Roger Dingledine2005-03-25
* fix another case where we need to send a socks reply (reject)•••back before we close the conn. svn:r3876 Roger Dingledine2005-03-25
* remove dead code•••svn:r3875 Roger Dingledine2005-03-25
* don't mark a router down just because your httpsproxy is unreachable•••svn:r3874 Roger Dingledine2005-03-25
* Note where connection that hasnt sent end was marked.•••svn:r3872 Nick Mathewson2005-03-25
* REUSEADDR on normal places means you can rebind to the port•••right after somebody else has let it go. But REUSEADDR on win32 means to let you bind to the port _even when somebody else already has it bound_. So, don't do that on Win32. svn:r3867 Roger Dingledine2005-03-24
* forward-port the circuit_resume_edge_reading_helper fix.•••svn:r3863 Roger Dingledine2005-03-24
* when you attachstream to a circid of 0, send back an answer•••svn:r3857 Roger Dingledine2005-03-24
* cleanup so connection_ap_handshake_attach_chosen_circuit() always•••gets open circs. svn:r3856 Roger Dingledine2005-03-24
* Bulletproof connection_ap_handshake_attach_chosen_circuit•••svn:r3855 Nick Mathewson2005-03-24
* Fix SOCKS5 bug: Set replylen to 0 after sending hanshake back•••svn:r3850 Nick Mathewson2005-03-24
* Debug EXTENDCIRCUIT•••svn:r3849 Nick Mathewson2005-03-24
* fix an assert -- we're not allowed to write onto a conn after we've•••connection_unregistered it. there's still more work to be done here, since we need to make sure to send back the socks-reply as soon as we know what it will be -- we can't just wait until connection-about-to-close to deal with it. svn:r3847 Roger Dingledine2005-03-23
* fix an over-eager assert, to make httpsproxy get a little farther•••svn:r3846 Roger Dingledine2005-03-23
* forward-port the commenting out of the assert that glenn fink was•••triggering. we still don't know why he was triggering it. svn:r3841 Roger Dingledine2005-03-23
* Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_...•••svn:r3839 Nick Mathewson2005-03-23
* Make GETINFO for "network-status" work on non-authdirs•••svn:r3837 Nick Mathewson2005-03-23
* Fix several bugs (including some crashes) related to control interface; imple...•••svn:r3836 Nick Mathewson2005-03-23
* Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the fu...•••svn:r3832 Nick Mathewson2005-03-23
* Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...•••svn:r3831 Nick Mathewson2005-03-23
* Fix a few more instances of memory not freed on exit (found by weasel).•••svn:r3830 Nick Mathewson2005-03-23
* Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad...•••svn:r3829 Nick Mathewson2005-03-23
* whoops, fix seg fault i just introduced•••svn:r3828 Roger Dingledine2005-03-23
* fix assert triggers (bugs 109 and 96), and put in some•••debugging logs to notice future repeat bugs. svn:r3826 Roger Dingledine2005-03-23
* maybe resolve an assert trigger i just got:•••connection_edge.c:643 address_is_in_virtual_range: Assertion addr failed; aborting. nick, what do you think? svn:r3825 Roger Dingledine2005-03-23
* make httpsproxy more likely to work•••(don't let OR conns do tls until they've finished connecting and doing the proxy dance.) svn:r3824 Roger Dingledine2005-03-22
* fix a 32bit/64bit sprintf mixup that weasel pointed out•••svn:r3823 Roger Dingledine2005-03-22
* remove a duplicate circuit_mark_for_close() when picking•••a path for the circuit fails. svn:r3822 Roger Dingledine2005-03-22
* options->MaxAdvertisedBandwidth only replaces advertised•••bandwidthrate, not advertised bandwidthcapacity svn:r3818 Roger Dingledine2005-03-22
* Prevent spurious closes when we put stuff on a conn that has not written for ...•••svn:r3816 Nick Mathewson2005-03-22
* cleanup and a question•••svn:r3815 Roger Dingledine2005-03-22
* Specify and implement close-stream and close-circuit control messages•••svn:r3814 Nick Mathewson2005-03-22
* Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...•••svn:r3813 Nick Mathewson2005-03-22
* Clear up a couple of pedantic compiler warnings•••svn:r3812 Nick Mathewson2005-03-22
* Report HTTP reasons to directory clients. (Also, fix format on new TODO items)•••svn:r3811 Nick Mathewson2005-03-22
* when reporting events about streams, use the "real" address for•••the stream, including the requested .exit address. svn:r3810 Roger Dingledine2005-03-22
* remove obsolete code•••svn:r3809 Roger Dingledine2005-03-22
* be more explicit about why we are expiring a conn; improve logic a bit too•••svn:r3808 Nick Mathewson2005-03-22
* Add opt hibernating; fix bug 78•••svn:r3807 Nick Mathewson2005-03-22
* handle_control_getinfo() was counting msg_len itself,•••when that's actually smartlist_join_strings2()'s job. svn:r3806 Roger Dingledine2005-03-22
* Remove controller getinfo support for "desc/all-ids".•••Replace it with getinfo "network-status" just like in directories. This way the controller can learn which servers are running, which are verified, etc. svn:r3801 Roger Dingledine2005-03-22
* tell me the address of the guy who's trying to attack my dirserver•••svn:r3799 Roger Dingledine2005-03-22
* clean up and refactor some more•••svn:r3798 Roger Dingledine2005-03-22
* Implement controller's "extendcircuit" directive.•••Also refactor circuit building so we plan the whole path ahead of time. svn:r3797 Roger Dingledine2005-03-22
* if our clock jumps forward by 100 seconds or more, assume something•••has gone wrong with our network and abandon all not-yet-used circs. svn:r3792 Roger Dingledine2005-03-19
* stop logging at -l notice every single time a create cell successfully•••gets processed svn:r3791 Roger Dingledine2005-03-19
* and forward-port the missing space•••svn:r3789 Roger Dingledine2005-03-19
* Turn addr_policy_compare from a tristate to a quadstate; this should help add...•••svn:r3786 Nick Mathewson2005-03-19
* Implement redirectstream in control interface.•••svn:r3785 Nick Mathewson2005-03-19