Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | clean up html | Roger Dingledine | 2005-03-29 | |
| | | | | svn:r3914 | |||
* | Mention libevent in more docs. | Nick Mathewson | 2005-03-29 | |
| | | | | svn:r3913 | |||
* | point debian users to or-talk, not or-dev | Roger Dingledine | 2005-03-29 | |
| | | | | svn:r3912 | |||
* | resolve another 'hasn't sent end yet' bug | Roger Dingledine | 2005-03-29 | |
| | | | | svn:r3911 | |||
* | Update VC7 Tor project: Lnik with /delayload:ADVAPI32.DLL to prevent win98 ↵ | Nick Mathewson | 2005-03-29 | |
| | | | | | | from barfing when it tries to load service-related functions. svn:r3910 | |||
* | Update VC7 project/solution files | Nick Mathewson | 2005-03-28 | |
| | | | | svn:r3909 | |||
* | update changelog for the latest fixes | Roger Dingledine | 2005-03-28 | |
| | | | | svn:r3908 | |||
* | Fix a couple more places where we use ->new_address without checking that it ↵ | Nick Mathewson | 2005-03-28 | |
| | | | | | | is there. svn:r3907 | |||
* | make calls to address_is_in_virtual_range more bullet-proof. | Roger Dingledine | 2005-03-28 | |
| | | | | | | | might fix the assert failure i just got. svn:r3906 | |||
* | remember some thoughts about using WSAStartup to learn | Roger Dingledine | 2005-03-28 | |
| | | | | | | | how many sockets we get to use on win32. svn:r3905 | |||
* | Clarify that we don't, and why we don't, need to redefine FD_SETSIZE. | Nick Mathewson | 2005-03-28 | |
| | | | | svn:r3904 | |||
* | we seem to have lost our define for FD_SETSIZE on win32 in the change | Roger Dingledine | 2005-03-27 | |
| | | | | | | | | from fakepoll to libevent. be sure to define it *before* we include winsock. svn:r3903 | |||
* | but only do the rapid reachability testing if we're hoping to be a server. | Roger Dingledine | 2005-03-27 | |
| | | | | svn:r3902 | |||
* | make slightly clearer that socksport is for local applications | Roger Dingledine | 2005-03-27 | |
| | | | | svn:r3901 | |||
* | forward-port the fixing of the crash bug. | Roger Dingledine | 2005-03-27 | |
| | | | | svn:r3900 | |||
* | if your server hasn't found itself to be reachable, complain every | Roger Dingledine | 2005-03-27 | |
| | | | | | | | 20 minutes, not just once. svn:r3897 | |||
* | Rename option in control-spec.txt too. | Nick Mathewson | 2005-03-27 | |
| | | | | svn:r3896 | |||
* | clean up socks reply stuff more. | Roger Dingledine | 2005-03-27 | |
| | | | | | | | add a few more reasons so we can be more informative. svn:r3895 | |||
* | Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ↵ | Nick Mathewson | 2005-03-27 | |
| | | | | | | missing "TorShould" that was mistaken for an "IWantTo". svn:r3894 | |||
* | update todo a bit more | Roger Dingledine | 2005-03-27 | |
| | | | | svn:r3893 | |||
* | change control spec so closestream doesn't get to specify whether | Roger Dingledine | 2005-03-27 | |
| | | | | | | | | | tor should hold-open-until-flushed. tor should take care of that (it should always hold open until flushed), and the controller should never care _how_ tor does its things. svn:r3892 | |||
* | stop most cases of hanging up on a socks connection without sending | Roger Dingledine | 2005-03-27 | |
| | | | | | | | | the socks reject. audit for remaining ones. also make things more uniform so we always remember to hold-open-until-flushed, etc. svn:r3891 | |||
* | Describe where to find torrc on OS X | Nick Mathewson | 2005-03-27 | |
| | | | | svn:r3889 | |||
* | update version pointers on osx/win32 docs | Roger Dingledine | 2005-03-26 | |
| | | | | svn:r3888 | |||
* | move the assert higher up so the error message makes more sense | Roger Dingledine | 2005-03-26 | |
| | | | | | | | next time. svn:r3887 | |||
* | fix assert: stop trying to send a socks reply to an *exit* | Roger Dingledine | 2005-03-26 | |
| | | | | | | | connection when we get an end cell before it's finished opening. svn:r3886 | |||
* | add another instance of the word 'hibernation' in the description | Roger Dingledine | 2005-03-26 | |
| | | | | | | | | for accountingmax, since nobody searches for it by the name accountingmax. svn:r3885 | |||
* | try harder to establish reachability, in the first 20 minutes | Roger Dingledine | 2005-03-26 | |
| | | | | | | | of uptime. svn:r3884 | |||
* | deal with the fact that tor-control.py got renamed | Roger Dingledine | 2005-03-26 | |
| | | | | svn:r3883 | |||
* | make it clearer to the human that his server is testing | Roger Dingledine | 2005-03-26 | |
| | | | | | | | | its reachability. tell him when it succeeds, or when 20 minutes pass and it hasn't succeeded yet. svn:r3882 | |||
* | first cut of a 0.1.0.1-rc1 changelog | Roger Dingledine | 2005-03-26 | |
| | | | | svn:r3881 | |||
* | Rename tor-control.py to TorControl.py; begin making it into a useful ↵ | Nick Mathewson | 2005-03-25 | |
| | | | | | | library instead of a lame testing script. svn:r3879 | |||
* | Remind us to fwd-port accept fix. | Nick Mathewson | 2005-03-25 | |
| | | | | svn:r3878 | |||
* | and fill in another missing socks reply | Roger Dingledine | 2005-03-25 | |
| | | | | svn:r3877 | |||
* | fix another case where we need to send a socks reply (reject) | Roger Dingledine | 2005-03-25 | |
| | | | | | | | back before we close the conn. svn:r3876 | |||
* | remove dead code | Roger Dingledine | 2005-03-25 | |
| | | | | svn:r3875 | |||
* | don't mark a router down just because your httpsproxy is unreachable | Roger Dingledine | 2005-03-25 | |
| | | | | svn:r3874 | |||
* | Note where connection that hasnt sent end was marked. | Nick Mathewson | 2005-03-25 | |
| | | | | svn:r3872 | |||
* | Clarify behavior of SETEVENTS: it is SET, not ADD. | Nick Mathewson | 2005-03-25 | |
| | | | | svn:r3871 | |||
* | Forward port debian changelog to head | Peter Palfrader | 2005-03-25 | |
| | | | | svn:r3870 | |||
* | REUSEADDR on normal places means you can rebind to the port | Roger Dingledine | 2005-03-24 | |
| | | | | | | | | | 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 | |||
* | forward-port the circuit_resume_edge_reading_helper fix. | Roger Dingledine | 2005-03-24 | |
| | | | | svn:r3863 | |||
* | note that you can't attachstream to a non-open circuit. | Roger Dingledine | 2005-03-24 | |
| | | | | svn:r3858 | |||
* | when you attachstream to a circid of 0, send back an answer | Roger Dingledine | 2005-03-24 | |
| | | | | svn:r3857 | |||
* | cleanup so connection_ap_handshake_attach_chosen_circuit() always | Roger Dingledine | 2005-03-24 | |
| | | | | | | | gets open circs. svn:r3856 | |||
* | Bulletproof connection_ap_handshake_attach_chosen_circuit | Nick Mathewson | 2005-03-24 | |
| | | | | svn:r3855 | |||
* | added short descriptions to circuit-related event codes | Geoff Goodell | 2005-03-24 | |
| | | | | svn:r3854 | |||
* | Document EXTENDCIRCUIT DONE message behavior. | Nick Mathewson | 2005-03-24 | |
| | | | | svn:r3853 | |||
* | Fix Python resolve script so we have an easy way to test SOCKS5 resolves. | Nick Mathewson | 2005-03-24 | |
| | | | | svn:r3852 | |||
* | Move some TODO items out of the 0.1.0.1-rc pile | Nick Mathewson | 2005-03-24 | |
| | | | | svn:r3851 |