summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-10-24torbutton installation moved to vidalia bundle, comment it out but leaveAndrew Lewman
it in as a reference svn:r8811
2006-10-23add some more items for the roadmap, and clean some upRoger Dingledine
svn:r8810
2006-10-23 r9360@Kushana: nickm | 2006-10-23 16:34:25 -0400Nick Mathewson
FIll in some more roadmap items. svn:r8809
2006-10-23 r9358@Kushana: nickm | 2006-10-23 12:02:25 -0400Nick Mathewson
clarify recent spec stuff svn:r8808
2006-10-23Sync manpage with code: 6697 was added to LongLivedPortsPeter Palfrader
svn:r8807
2006-10-23and blow away what appears to be some redundant logicRoger Dingledine
svn:r8806
2006-10-23spec and implement some more status events. start to buildRoger Dingledine
some conventions. svn:r8805
2006-10-23make version-spec accurate againRoger Dingledine
svn:r8804
2006-10-23implement a few status events, so we can make sure they work,Roger Dingledine
and so vidalia can start handling them if it wants. svn:r8802
2006-10-23build on 64-bit againRoger Dingledine
svn:r8801
2006-10-23good thing we didn't have to track this bug down the old-fashioned wayRoger Dingledine
svn:r8800
2006-10-23 r9347@Kushana: nickm | 2006-10-23 01:24:48 -0400Nick Mathewson
Implement status event backend logic. svn:r8799
2006-10-23 r9345@Kushana: nickm | 2006-10-23 00:52:42 -0400Nick Mathewson
oops. add latex too svn:r8798
2006-10-23 r9321@Kushana: nickm | 2006-10-22 19:45:23 -0400Nick Mathewson
Add initial version of roadmap. Lots of stuff has too much detail, and lots has too little. This is still in a brainstorming phase: the most important thing is to add the stuff that is not there at all. I will try to think about what that might be as I drive home. svn:r8797
2006-10-23 r9320@Kushana: nickm | 2006-10-22 15:56:27 -0400Nick Mathewson
fix unittests; add more tests for smartlist stuff; make tests cache generated RSA keys (to speed up unittest run time by 30% and encourage people to run them more). svn:r8796
2006-10-23 r9319@Kushana: nickm | 2006-10-22 15:25:18 -0400Nick Mathewson
oops; include or.h changes for last patch. svn:r8795
2006-10-23 r9318@Kushana: nickm | 2006-10-22 15:22:57 -0400Nick Mathewson
Let directory authorities set the BadExit flag if they like. Also, refactor directory authority code so we can believe multiple things about a single router, and do fewer linear searches. svn:r8794
2006-10-23svn:r8793Nick Mathewson
2006-10-23Explain why tor is well-suited for the relay component of aRoger Dingledine
blocking-resistant anonymity system. Talk through how other proxy designs work and what we can reuse from their ideas. Still much work remaining. svn:r8792
2006-10-22and a changelog entry to go with itRoger Dingledine
svn:r8790
2006-10-22fix a minor memory leak every time we rebuild the router store,Roger Dingledine
fix a rare memory leak if something goes wrong while rebuilding it, and clean up some code. nick, please confirm. reported by "fookoowa" in flyspray 346 (yay!) svn:r8789
2006-10-21fix a string, pointed out by matt edman.Roger Dingledine
also fix a bug next to it that i noticed. svn:r8784
2006-10-20stop writing arbitrary memory out on the controller port.Roger Dingledine
it's an ugly patch, but at least this way we can see that it's fixed. maybe clean up the whole "@" syntax later on. svn:r8783