aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-09that's your plan, ray? get her?Roger Dingledine
more work on the discovery section. svn:r8923
2006-11-08Some stuff on port scanning and a braindumpsortof on directoriesPaul Syverson
svn:r8921
2006-11-08touchups. hope i didn't clobber too much of nick's plans.Roger Dingledine
svn:r8920
2006-11-07Merge changelog change into trunkPeter Palfrader
svn:r8917
2006-11-06back-pedal a bitRoger Dingledine
svn:r8913
2006-11-06forward-port matt's changes. plus note that tor-mingw.nsi.in isRoger Dingledine
what we're using these days, and stop shipping the old one to be sure. svn:r8912
2006-11-06forward-port the 0.1.1.25 changelogRoger Dingledine
svn:r8909
2006-11-05 r9478@Kushana: nickm | 2006-11-05 10:52:29 -0500Nick Mathewson
add includes to AC_CHECK_MEMBERS test for timeval.tv_sec. svn:r8906
2006-11-04take RunTesting out of the man page until we reenable itRoger Dingledine
svn:r8899
2006-11-03 r9470@Kushana: nickm | 2006-11-02 16:57:32 -0500Nick Mathewson
Ordinal numbers are already adverbs; enforce house style. svn:r8898
2006-11-01 r9467@Kushana: nickm | 2006-11-01 18:51:16 -0500Nick Mathewson
Allow larger amounts of drift in uptime to be "cosmetic". svn:r8891
2006-11-01 r9465@auth3-479: nickm | 2006-11-01 13:16:21 -0500Nick Mathewson
Add some temporary code to count how many *distinct* router digests we verify. (I have a sneaking suspicion that the numbers look way way high.) svn:r8890
2006-11-01 r10475@danube: weasel | 2006-11-01 14:33:35 +0100Peter Palfrader
Fix copy/paste error svn:r8889
2006-11-01 r9461@Kushana: nickm | 2006-10-31 20:30:12 -0500Nick Mathewson
Oops. Fix compile error in last build. svn:r8888
2006-10-31 r9457@Kushana: nickm | 2006-10-31 18:35:17 -0500Nick Mathewson
Do not warn when an OR gives us a new circuit end reason. (This will prevent bug 351 from recurring.) svn:r8887
2006-10-31 r9454@Kushana: nickm | 2006-10-31 15:29:47 -0500Nick Mathewson
oops; missed one. svn:r8886
2006-10-31 r9453@Kushana: nickm | 2006-10-31 15:29:15 -0500Nick Mathewson
Add some time estimates and some small edits to roadmap. svn:r8885
2006-10-31 r9450@Kushana: nickm | 2006-10-31 14:16:35 -0500Nick Mathewson
checkpoint some blocking tweaks and edits svn:r8882
2006-10-31 r9449@Kushana: nickm | 2006-10-31 00:12:02 -0500Nick Mathewson
Dump breakdown of PK operations when we get a USR2 signal. This should help us figure out of we are doing some of them for stupid reasons. svn:r8881
2006-10-31a few more discovery pieces, so i have something to send nartRoger Dingledine
svn:r8880
2006-10-31Added Vidalia to the package_list. If Vidalia receipt doesn't exist,Andrew Lewman
the uninstaller will merely continue without issue. svn:r8876
2006-10-30New upstream versionPeter Palfrader
svn:r8865
2006-10-30and then bump to 0.1.2.3-alpha-devRoger Dingledine
svn:r8863
2006-10-30clean changelog, bump to 0.1.2.3-alphator-0.1.2.3-alphaRoger Dingledine
svn:r8860
2006-10-30start a tweak on the status event section, but not finishedRoger Dingledine
yet. so be it. svn:r8859
2006-10-29general cleanups from looking through or-cvsRoger Dingledine
svn:r8855
2006-10-29and a few more bibtex entriesRoger Dingledine
svn:r8854
2006-10-29motivate families-of-bridges betterRoger Dingledine
svn:r8853
2006-10-29put in a lot of blocking-related roadmap items, all of whichRoger Dingledine
need to be fleshed out more. svn:r8852
2006-10-28Avoid an infinite loop on evil controlport input. Fixes bug 350,Roger Dingledine
unless it doesn't. (Nick, please confirm.) Backport candidate. svn:r8844
2006-10-28two easy discovery approaches, plus a discussion of publicity,Roger Dingledine
and general cleanups. svn:r8842
2006-10-27give a nicer warning message when windows people try toRoger Dingledine
configure syslog in their torrc svn:r8841
2006-10-27 r9395@Kushana: nickm | 2006-10-26 22:06:51 -0400Nick Mathewson
Fix Bug 349: Have GETINFO network-status return even old routers, and use long nicknames where appropriate. Document this. svn:r8834
2006-10-26 r9392@Kushana: nickm | 2006-10-25 21:54:03 -0400Nick Mathewson
Make cross.sh script executable svn:r8831
2006-10-26 r9391@Kushana: nickm | 2006-10-25 21:51:33 -0400Nick Mathewson
Patch to cross.sh from Michael Mohr; check more values before failing; always --enable-eventdns svn:r8830
2006-10-25 r9389@Kushana: nickm | 2006-10-25 17:46:16 -0400Nick Mathewson
Add a CLEARDNSCACHE signal to clear the client-side DNS cache. svn:r8829
2006-10-25 r9386@Kushana: nickm | 2006-10-25 17:35:38 -0400Nick Mathewson
Resolve bug 347: translate v0 controller signal numbers into internal signal numbers; leave v1 signal numbers alone. svn:r8828
2006-10-25another paragraph of pessimism for the network signature sectionRoger Dingledine
svn:r8827
2006-10-25 r9384@Kushana: nickm | 2006-10-24 22:51:42 -0400Nick Mathewson
Libevent-1.2 exports, but does not define in its headers, strlcpy. Try to fix this in configure.in by checking for most functions before we check for libevent. svn:r8826
2006-10-25 r9382@Kushana: nickm | 2006-10-24 22:01:18 -0400Nick Mathewson
Fill in remaining items I understand in roadmap draft. Now to print and mess with on paper. svn:r8825
2006-10-25 r9380@Kushana: nickm | 2006-10-24 21:25:07 -0400Nick Mathewson
Add string.h include to compat.h so that strlcpy() and strlcat() will always be defined after including compat.h. This should resolve warnings on centos. svn:r8824
2006-10-24Section 6: Hiding Tor's network signaturesRoger Dingledine
svn:r8823
2006-10-24 r9164@totoro: nickm | 2006-10-24 17:50:43 -0400Nick Mathewson
Oops: 17:50 < armadev> today is opposite day? svn:r8822
2006-10-24 r9162@totoro: nickm | 2006-10-24 17:41:35 -0400Nick Mathewson
Make "boolean !=" logic more obvious. svn:r8821
2006-10-24 r9160@totoro: nickm | 2006-10-24 17:38:07 -0400Nick Mathewson
More dirserver oops: actually set the digest for a given name in the case when the name is not yet recognized. svn:r8820
2006-10-24 r9158@totoro: nickm | 2006-10-24 16:50:18 -0400Nick Mathewson
Oops on last authority patch: handle routers with unrecognized fingerprints correctly svn:r8819
2006-10-24Section 5: The relay component of our blocking-resistant design.Roger Dingledine
svn:r8815
2006-10-24 r9367@Kushana: nickm | 2006-10-24 01:55:21 -0400Nick Mathewson
Write another ~1300 words of roadmap text. Mark added incomplete items as tmp. add a few comments. add more notes. svn:r8814
2006-10-24and update the pile of getinfo strings that's impossible to rememberRoger Dingledine
to update svn:r8813
2006-10-24 r9364@Kushana: nickm | 2006-10-23 22:57:48 -0400Nick Mathewson
Remove reference to NS_FULL event; add two GETINFO targets. svn:r8812