summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-25The reading-arbitrary-memory bug in June had a CVE tooPeter Palfrader
svn:r5866
2006-01-25Add CVE number for the crypto handshake bug from August to changelogsPeter Palfrader
svn:r5865
2006-01-24nick likes todo items, i hearRoger Dingledine
svn:r5864
2006-01-24slip in some more todo itemsRoger Dingledine
svn:r5863
2006-01-24ha ha, we never bumped the os x stable version number.Roger Dingledine
svn:r5862
2006-01-24Add a missing printf argNick Mathewson
svn:r5861
2006-01-24more 0.1.1.x todo items, plus a 0.1.2.x roadmapRoger Dingledine
svn:r5860
2006-01-24make it louder when we're running an unrecommended version.Roger Dingledine
also, we need to tell them what versions *are* recommended. i'll add that to the todo. svn:r5859
2006-01-24dir-spec cleanupsRoger Dingledine
svn:r5858
2006-01-24Document "guard" flag. Also document subtle shift in meaning of "stable" ↵Nick Mathewson
and "fast" to mean "good for stable circs" and "good for fast circs", rather than "stable server" or "fast server". svn:r5857
2006-01-24Make dirservers generate a separate "guard" flag to mean, "would make a good ↵Nick Mathewson
entry guard". Make clients parse it and vote on it. svn:r5856
2006-01-23On systems that don't have getrlimit (like windows), we were artificiallyRoger Dingledine
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
2006-01-23Print that we're raising the ulimit to stdout in the init script.Peter Palfrader
svn:r5853
2006-01-23* Create /var/run/tor on init script start if it does not exist already.Peter Palfrader
* Set default ulimit -n to 8k instead of 4k in /etc/default/tor. svn:r5852
2006-01-23Jan 23 02:39:44.856 [warn] rend_mid_rendezvous(): Rejecting RENDEZVOUS1 cell ↵Roger Dingledine
with unrecognized rendezvous cookie AFC097FD. This is not anything that the server admin can deal with, so don't complain this loudly. svn:r5851
2006-01-23Stop complaining loudly whenever some poor client falls offRoger Dingledine
the network before we finish writing to him. svn:r5850
2006-01-22Split PARANOIA_B into B1 and B2.Nick Mathewson
svn:r5849
2006-01-21envaguen the specRoger Dingledine
svn:r5848
2006-01-20remove unused codeRoger Dingledine
svn:r5847
2006-01-19Adding unittests build for windowsNick Mathewson
svn:r5846
2006-01-19even more todo itemsRoger Dingledine
svn:r5845
2006-01-19always more todo items to do.Roger Dingledine
svn:r5844
2006-01-19Jan 18 18:42:05.671 [debug] Encountered eofRoger Dingledine
Jan 18 18:42:05.671 [debug] Got data, not eof. Leaving on inbuf. that's not very smart. svn:r5843
2006-01-19add some more 0.1.1.x todo items.Roger Dingledine
svn:r5842
2006-01-19when the controller asks for a signal we don't recognize, don'tRoger Dingledine
include the whitespace/newline/etc in our complaint. svn:r5841
2006-01-17Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and ↵Nick Mathewson
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
2006-01-17ReachableAddresses does not depend on FascistFirewallPeter Palfrader
svn:r5839
2006-01-17attempted patch for bug 220: don't assert when we've tried all theRoger Dingledine
intro points for a hidden service and we try fetching the service descriptor again. svn:r5838
2006-01-17add another assert to make sure we're not scribbling on the stack.Roger Dingledine
svn:r5837
2006-01-17oh, and the other bits of the commitRoger Dingledine
svn:r5836
2006-01-17when you tried to set orport through the controller, it wouldRoger Dingledine
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
2006-01-17try to detect an assert error earlierRoger Dingledine
svn:r5834
2006-01-17improve the man page entry for AllowUnverifiedNodesRoger Dingledine
svn:r5833
2006-01-17take AllowUnverifiedNodes out of the sample torrcRoger Dingledine
svn:r5832
2006-01-16Mark one directory change done; defer another.Nick Mathewson
svn:r5831
2006-01-16Clients should not download descriptors for non-running descriptors.Nick Mathewson
svn:r5830
2006-01-16turn crypto hardware acceleration off by default, until we findRoger Dingledine
somebody smart who can test it for us. svn:r5829
2006-01-14add links to the cvs web pages and OperationalSecurityThomas Sjögren
svn:r5828
2006-01-12Indirect access to the signed_descriptor field to make it easier to keep ↵Nick Mathewson
them lazily on disk. svn:r5827
2006-01-12new tor bundle versionRoger Dingledine
svn:r5826
2006-01-12bump to 0.1.1.12-alpha-cvsRoger Dingledine
svn:r5825
2006-01-12When the controller was submitting a descriptor, we were checking to makeRoger Dingledine
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
2006-01-12Add another commaPeter Palfrader
svn:r5823
2006-01-12Forward port patches/02_add_debian_files_in_manpage and ↵Peter Palfrader
patches/03_tor_manpage_in_section_8. svn:r5822
2006-01-12Fix bold vs. italics in the FILES sections, update datePeter Palfrader
svn:r5821
2006-01-12Forward port patches/02_add_debian_files_in_manpage.debian-version-0.1.1.12-alpha-1Peter Palfrader
svn:r5819
2006-01-12clean up the !reject/!invalid discussiontor-0.1.1.12-alphaRoger Dingledine
svn:r5817
2006-01-12Add !reject and !invalidPeter Palfrader
svn:r5816
2006-01-12Add a few typos to the manpagePeter Palfrader
svn:r5815
2006-01-11you want more work? i got your more work right here.Roger Dingledine
svn:r5814