aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* and put ShutdownWaitLength in man page•••svn:r3754 Roger Dingledine2005-03-12
* 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
* MaxCircuitDirtiness never got into the man page•••svn:r3750 Roger Dingledine2005-03-12
* fix typo in man page•••svn:r3749 Roger Dingledine2005-03-11
* add another item to TODO•••svn:r3748 Nick Mathewson2005-03-11
* expand a couple of items•••svn:r3747 Nick Mathewson2005-03-11
* 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
* remove duplicate function prototype•••svn:r3743 Roger Dingledine2005-03-11
* Clean up privoxy-tor-toggle; untabify; clean up messages; remove fwd-incompat...•••svn:r3742 Nick Mathewson2005-03-11
* add a contrib script to toggle whether privoxy uses tor.•••seems to be configured for debian by default. svn:r3741 Roger Dingledine2005-03-11
* reflect changes to default exit policy in manual page•••svn:r3740 Geoff Goodell2005-03-11
* redefining default exit policy as per or-talk discussion•••svn:r3739 Geoff Goodell2005-03-11
* Fix error codes to work on windows•••svn:r3738 Nick Mathewson2005-03-10
* Initialize msg_len•••svn:r3737 Nick Mathewson2005-03-10
* Fix signed/unsigned warning•••svn:r3736 Nick Mathewson2005-03-10
* Tell windows how big time_t is.•••svn:r3735 Nick Mathewson2005-03-10
* Wait for 60 seconds in init stop. 35 is too little.•••svn:r3734 Peter Palfrader2005-03-10
* Fix const-ness warning•••svn:r3733 Nick Mathewson2005-03-10
* Finish implementing GETINFO; make it easy to query address maps.•••svn:r3732 Nick Mathewson2005-03-03
* Implement new controller events for changed descriptors and new (not-yet-atta...•••svn:r3731 Nick Mathewson2005-03-02
* Separate reverse-virtual-address-map entries into ipv4 and hostname slots. Ot...•••svn:r3730 Nick Mathewson2005-03-02
* Fix some log messages to refer to correct control type.•••svn:r3729 Nick Mathewson2005-03-02
* Rename unused-address functions to virtual address; this is more accurate. A...•••svn:r3728 Nick Mathewson2005-03-02
* Clarify some confusion about what GETINFO(addr-mappings) should return.•••svn:r3727 Nick Mathewson2005-03-02
* Specify and implement fragmented control messages to allow for (among other ...•••svn:r3726 Nick Mathewson2005-03-02
* Implement "Dont-Care" from addresses to MapAddress control message. For safe...•••svn:r3725 Nick Mathewson2005-03-02
* Specify reverse DNS•••svn:r3724 Nick Mathewson2005-03-02
* Still more code to make sure we send the right number and kind of RELAY END c...•••svn:r3723 Nick Mathewson2005-03-02
* Add error reason to spec: TORPROTOCOL reason means "you are not speaking a ve...•••svn:r3721 Nick Mathewson2005-03-01
* Revise all calls to connection_edge_end to avoid sending MISC, and to take er...•••svn:r3720 Nick Mathewson2005-03-01
* Forward-port new reasons; clean up code more; add code to convert new reasons...•••svn:r3719 Nick Mathewson2005-03-01
* Revise tor-spec to add more/better stream end reasons.•••svn:r3717 Nick Mathewson2005-03-01
* Change version parsing logic: a version is "obsolete" if it is not recommende...•••svn:r3716 Nick Mathewson2005-03-01
* make control interface stream IDs monotonically increasing to prevent possibl...•••svn:r3715 Nick Mathewson2005-03-01
* Clean up rend cache on shutdown•••svn:r3714 Nick Mathewson2005-02-28
* update todo•••svn:r3713 Roger Dingledine2005-02-28
* disable the reachability detection stuff in cvs, so people can•••run servers from cvs while i'm gone. svn:r3712 Roger Dingledine2005-02-28
* When copying routerinfo, copy descriptor too to prevent later double-free.•••svn:r3711 Nick Mathewson2005-02-28
* Try a little harder to avoid openssl SSL* double-free reports.•••svn:r3710 Nick Mathewson2005-02-28
* Fix strmap_free to release memory actually held by the strmap.•••svn:r3708 Nick Mathewson2005-02-28
* free some more memory at shutdown•••svn:r3707 Roger Dingledine2005-02-28
* give a better warning when tor points at an https server.•••svn:r3706 Nick Mathewson2005-02-28
* fix bug in control mapaddress•••svn:r3705 Roger Dingledine2005-02-27