Age | Commit message (Expand) | Author |
2005-03-31 | Fix bug in redirectstream. | Nick Mathewson |
2005-03-31 | Make ExercieseServer actually work. | Nick Mathewson |
2005-03-31 | First cut at server-poker. | Nick Mathewson |
2005-03-31 | checkpoint fixes to TorControl | Nick Mathewson |
2005-03-31 | Add more functionality; fix syntax. | Nick Mathewson |
2005-03-29 | Update tor-doc-{win32,-osx}.html to show the latest beta release. Added date ... | Thomas Sjögren |
2005-03-29 | mark two more bugs. nick, can you take a look? | Roger Dingledine |
2005-03-29 | don't check for reachability, and don't whine about it, while we're | Roger Dingledine |
2005-03-29 | oops, get the version name righttor-0.1.0.1-rc | Roger Dingledine |
2005-03-29 | clean up rc1 changelog | Roger Dingledine |
2005-03-29 | fix typo | Roger Dingledine |
2005-03-29 | clean up html | Roger Dingledine |
2005-03-29 | Mention libevent in more docs. | Nick Mathewson |
2005-03-29 | point debian users to or-talk, not or-dev | Roger Dingledine |
2005-03-29 | resolve another 'hasn't sent end yet' bug | Roger Dingledine |
2005-03-29 | Update VC7 Tor project: Lnik with /delayload:ADVAPI32.DLL to prevent win98 fr... | Nick Mathewson |
2005-03-28 | Update VC7 project/solution files | Nick Mathewson |
2005-03-28 | update changelog for the latest fixes | Roger Dingledine |
2005-03-28 | Fix a couple more places where we use ->new_address without checking that it ... | Nick Mathewson |
2005-03-28 | make calls to address_is_in_virtual_range more bullet-proof. | Roger Dingledine |
2005-03-28 | remember some thoughts about using WSAStartup to learn | Roger Dingledine |
2005-03-28 | Clarify that we don't, and why we don't, need to redefine FD_SETSIZE. | Nick Mathewson |
2005-03-27 | we seem to have lost our define for FD_SETSIZE on win32 in the change | Roger Dingledine |
2005-03-27 | but only do the rapid reachability testing if we're hoping to be a server. | Roger Dingledine |
2005-03-27 | make slightly clearer that socksport is for local applications | Roger Dingledine |
2005-03-27 | forward-port the fixing of the crash bug. | Roger Dingledine |
2005-03-27 | if your server hasn't found itself to be reachable, complain every | Roger Dingledine |
2005-03-27 | Rename option in control-spec.txt too. | Nick Mathewson |
2005-03-27 | clean up socks reply stuff more. | Roger Dingledine |
2005-03-27 | Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ... | Nick Mathewson |
2005-03-27 | update todo a bit more | Roger Dingledine |
2005-03-27 | change control spec so closestream doesn't get to specify whether | Roger Dingledine |
2005-03-27 | stop most cases of hanging up on a socks connection without sending | Roger Dingledine |
2005-03-27 | Describe where to find torrc on OS X | Nick Mathewson |
2005-03-26 | update version pointers on osx/win32 docs | Roger Dingledine |
2005-03-26 | move the assert higher up so the error message makes more sense | Roger Dingledine |
2005-03-26 | fix assert: stop trying to send a socks reply to an *exit* | Roger Dingledine |
2005-03-26 | add another instance of the word 'hibernation' in the description | Roger Dingledine |
2005-03-26 | try harder to establish reachability, in the first 20 minutes | Roger Dingledine |
2005-03-26 | deal with the fact that tor-control.py got renamed | Roger Dingledine |
2005-03-26 | make it clearer to the human that his server is testing | Roger Dingledine |
2005-03-26 | first cut of a 0.1.0.1-rc1 changelog | Roger Dingledine |
2005-03-25 | Rename tor-control.py to TorControl.py; begin making it into a useful library... | Nick Mathewson |
2005-03-25 | Remind us to fwd-port accept fix. | Nick Mathewson |
2005-03-25 | and fill in another missing socks reply | Roger Dingledine |
2005-03-25 | fix another case where we need to send a socks reply (reject) | Roger Dingledine |
2005-03-25 | remove dead code | Roger Dingledine |
2005-03-25 | don't mark a router down just because your httpsproxy is unreachable | Roger Dingledine |
2005-03-25 | Note where connection that hasnt sent end was marked. | Nick Mathewson |
2005-03-25 | Clarify behavior of SETEVENTS: it is SET, not ADD. | Nick Mathewson |