aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* 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
* fix typo•••svn:r3784 Roger Dingledine2005-03-19
* Split version info into separate spec doc.•••svn:r3783 Nick Mathewson2005-03-19
* make hidden services more likely to work from the server-side•••svn:r3781 Roger Dingledine2005-03-19
* Enable NT service code by default•••svn:r3780 Nick Mathewson2005-03-19
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...•••svn:r3769 Nick Mathewson2005-03-17
* re-enable reachability testing stuff.•••also, consider your ORPort reachable after you've processed a create cell from any non-local address. svn:r3763 Roger Dingledine2005-03-15
* fix an assert trigger in cvs: if a resolve request fails, and the circuit•••has vanished in the meantime, then we would both mark it for close (i.e. put it on the closeable list) and also immediately free it. svn:r3759 Roger Dingledine2005-03-14
* Fix some more obscure compiler warnings•••svn:r3758 Nick Mathewson2005-03-14
* Renormalize whitespace•••svn:r3757 Nick Mathewson2005-03-14
* Raise common code for "detach this stream and try it with a different circuit...•••svn:r3756 Nick Mathewson2005-03-14
* bugfix: now that we don't do the client dns thing, our checks•••to see if somebody was contradicting his exit policy were wrong. svn:r3755 Roger Dingledine2005-03-13
* ShutdownWaitLength should be an interval, not a uint•••svn:r3753 Roger Dingledine2005-03-12
* change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option•••svn:r3752 Roger Dingledine2005-03-12
* Implement the common case of ATTACHSTREAM.•••svn:r3751 Nick Mathewson2005-03-12
* Increment step of a for loop should only happen once.•••svn:r3746 Nick Mathewson2005-03-11
* Get address map resetting implemented.•••svn:r3745 Nick Mathewson2005-03-11
* Remove unused macro; add a comment on remaining macros.•••svn:r3744 Nick Mathewson2005-03-11