Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | On systems that don't have getrlimit (like windows), we were artificially | Roger Dingledine | 2006-01-23 | |
| | | | | | | | | | | | constraining ourselves to a max of 1024 connections. Now if there is no getrlimit, just assume that we can handle the whole 15000 connections. The better answer is to find a getrlimit equivalent on Windows, but hey, one step at a time. svn:r5854 | |||
* | Print that we're raising the ulimit to stdout in the init script. | Peter Palfrader | 2006-01-23 | |
| | | | | svn:r5853 | |||
* | * Create /var/run/tor on init script start if it does not exist already. | Peter Palfrader | 2006-01-23 | |
| | | | | | | | * Set default ulimit -n to 8k instead of 4k in /etc/default/tor. svn:r5852 | |||
* | Jan 23 02:39:44.856 [warn] rend_mid_rendezvous(): Rejecting RENDEZVOUS1 cell ↵ | Roger Dingledine | 2006-01-23 | |
| | | | | | | | | | | with unrecognized rendezvous cookie AFC097FD. This is not anything that the server admin can deal with, so don't complain this loudly. svn:r5851 | |||
* | Stop complaining loudly whenever some poor client falls off | Roger Dingledine | 2006-01-23 | |
| | | | | | | | the network before we finish writing to him. svn:r5850 | |||
* | Split PARANOIA_B into B1 and B2. | Nick Mathewson | 2006-01-22 | |
| | | | | svn:r5849 | |||
* | envaguen the spec | Roger Dingledine | 2006-01-21 | |
| | | | | svn:r5848 | |||
* | remove unused code | Roger Dingledine | 2006-01-20 | |
| | | | | svn:r5847 | |||
* | Adding unittests build for windows | Nick Mathewson | 2006-01-19 | |
| | | | | svn:r5846 | |||
* | even more todo items | Roger Dingledine | 2006-01-19 | |
| | | | | svn:r5845 | |||
* | always more todo items to do. | Roger Dingledine | 2006-01-19 | |
| | | | | svn:r5844 | |||
* | Jan 18 18:42:05.671 [debug] Encountered eof | Roger Dingledine | 2006-01-19 | |
| | | | | | | | | | Jan 18 18:42:05.671 [debug] Got data, not eof. Leaving on inbuf. that's not very smart. svn:r5843 | |||
* | add some more 0.1.1.x todo items. | Roger Dingledine | 2006-01-19 | |
| | | | | svn:r5842 | |||
* | when the controller asks for a signal we don't recognize, don't | Roger Dingledine | 2006-01-19 | |
| | | | | | | | include the whitespace/newline/etc in our complaint. svn:r5841 | |||
* | Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and ↵ | Nick Mathewson | 2006-01-17 | |
| | | | | | | we have not tried running without this yet". B is "this is suspicious, but the last time we tested, it was okay." C is "How could this possibly be the cause?" svn:r5840 | |||
* | ReachableAddresses does not depend on FascistFirewall | Peter Palfrader | 2006-01-17 | |
| | | | | svn:r5839 | |||
* | attempted patch for bug 220: don't assert when we've tried all the | Roger Dingledine | 2006-01-17 | |
| | | | | | | | | intro points for a hidden service and we try fetching the service descriptor again. svn:r5838 | |||
* | add another assert to make sure we're not scribbling on the stack. | Roger Dingledine | 2006-01-17 | |
| | | | | svn:r5837 | |||
* | oh, and the other bits of the commit | Roger Dingledine | 2006-01-17 | |
| | | | | svn:r5836 | |||
* | when you tried to set orport through the controller, it would | Roger Dingledine | 2006-01-17 | |
| | | | | | | | | | | | trigger an assert because you hadn't made your onion keys yet you wanted to launch cpu workers. now init keys first, reset uptime, and tell the user that we're starting the reachability testing. svn:r5835 | |||
* | try to detect an assert error earlier | Roger Dingledine | 2006-01-17 | |
| | | | | svn:r5834 | |||
* | improve the man page entry for AllowUnverifiedNodes | Roger Dingledine | 2006-01-17 | |
| | | | | svn:r5833 | |||
* | take AllowUnverifiedNodes out of the sample torrc | Roger Dingledine | 2006-01-17 | |
| | | | | svn:r5832 | |||
* | Mark one directory change done; defer another. | Nick Mathewson | 2006-01-16 | |
| | | | | svn:r5831 | |||
* | Clients should not download descriptors for non-running descriptors. | Nick Mathewson | 2006-01-16 | |
| | | | | svn:r5830 | |||
* | turn crypto hardware acceleration off by default, until we find | Roger Dingledine | 2006-01-16 | |
| | | | | | | | somebody smart who can test it for us. svn:r5829 | |||
* | add links to the cvs web pages and OperationalSecurity | Thomas Sjögren | 2006-01-14 | |
| | | | | svn:r5828 | |||
* | Indirect access to the signed_descriptor field to make it easier to keep ↵ | Nick Mathewson | 2006-01-12 | |
| | | | | | | them lazily on disk. svn:r5827 | |||
* | new tor bundle version | Roger Dingledine | 2006-01-12 | |
| | | | | svn:r5826 | |||
* | bump to 0.1.1.12-alpha-cvs | Roger Dingledine | 2006-01-12 | |
| | | | | svn:r5825 | |||
* | When the controller was submitting a descriptor, we were checking to make | Roger Dingledine | 2006-01-12 | |
| | | | | | | | | | | | sure some network-status we had referred to it, and refusing it if not. This is bad for people who want to insert descriptors that aren't part of the current Tor network. Now we accept them, and also give a more useful warn message if we ask a dir mirror for a given descriptor and it gives us one we weren't expecting. svn:r5824 | |||
* | Add another comma | Peter Palfrader | 2006-01-12 | |
| | | | | svn:r5823 | |||
* | Forward port patches/02_add_debian_files_in_manpage and ↵ | Peter Palfrader | 2006-01-12 | |
| | | | | | | patches/03_tor_manpage_in_section_8. svn:r5822 | |||
* | Fix bold vs. italics in the FILES sections, update date | Peter Palfrader | 2006-01-12 | |
| | | | | svn:r5821 | |||
* | Forward port patches/02_add_debian_files_in_manpage. | Peter Palfrader | 2006-01-12 | |
| | | | | svn:r5819 | |||
* | clean up the !reject/!invalid discussion | Roger Dingledine | 2006-01-12 | |
| | | | | svn:r5817 | |||
* | Add !reject and !invalid | Peter Palfrader | 2006-01-12 | |
| | | | | svn:r5816 | |||
* | Add a few typos to the manpage | Peter Palfrader | 2006-01-12 | |
| | | | | svn:r5815 | |||
* | you want more work? i got your more work right here. | Roger Dingledine | 2006-01-11 | |
| | | | | svn:r5814 | |||
* | more todo items as we get closer to 0.1.1 final | Roger Dingledine | 2006-01-11 | |
| | | | | svn:r5813 | |||
* | stop the typo virus from spreading further | Roger Dingledine | 2006-01-11 | |
| | | | | svn:r5812 | |||
* | Document RecommendedServerVersions and RecommendedClientVersions | Peter Palfrader | 2006-01-11 | |
| | | | | svn:r5811 | |||
* | changelog for 0.1.1.12-alpha | Roger Dingledine | 2006-01-11 | |
| | | | | svn:r5810 | |||
* | Prepare 0.1.1.12 | Peter Palfrader | 2006-01-11 | |
| | | | | svn:r5809 | |||
* | bump to 0.1.1.12-alpha | Roger Dingledine | 2006-01-11 | |
| | | | | | | | ha ha svn:r5808 | |||
* | oh hey. we were hanging up on every tor client because he | Roger Dingledine | 2006-01-11 | |
| | | | | | | | was obsolete as soon as he started. big oops. svn:r5807 | |||
* | add missing warning | Nick Mathewson | 2006-01-11 | |
| | | | | svn:r5806 | |||
* | Fix double-free of torrc_fname | Nick Mathewson | 2006-01-11 | |
| | | | | svn:r5805 | |||
* | Fix bug 240: dont dump descriptions when not dumping actual config lines. | Nick Mathewson | 2006-01-11 | |
| | | | | svn:r5804 | |||
* | Fix bug 230: add a rollback function to reverse all changes since the last ↵ | Nick Mathewson | 2006-01-11 | |
| | | | | | | mark_logs_temp(), and move log initialization into the two-phase part of option setting. svn:r5803 |