- Oct 24, 2006
-
-
Roger Dingledine authored
svn:r8823
-
Nick Mathewson authored
Oops: 17:50 < armadev> today is opposite day? svn:r8822
-
Nick Mathewson authored
Make "boolean !=" logic more obvious. svn:r8821
-
Nick Mathewson authored
More dirserver oops: actually set the digest for a given name in the case when the name is not yet recognized. svn:r8820
-
Nick Mathewson authored
Oops on last authority patch: handle routers with unrecognized fingerprints correctly svn:r8819
-
Roger Dingledine authored
svn:r8815
-
Nick Mathewson authored
Write another ~1300 words of roadmap text. Mark added incomplete items as tmp. add a few comments. add more notes. svn:r8814
-
Roger Dingledine authored
to update svn:r8813
-
Nick Mathewson authored
Remove reference to NS_FULL event; add two GETINFO targets. svn:r8812
-
Andrew Lewman authored
it in as a reference svn:r8811
-
- Oct 23, 2006
-
-
Roger Dingledine authored
svn:r8810
-
Nick Mathewson authored
FIll in some more roadmap items. svn:r8809
-
Nick Mathewson authored
clarify recent spec stuff svn:r8808
-
Peter Palfrader authored
svn:r8807
-
Roger Dingledine authored
svn:r8806
-
Roger Dingledine authored
some conventions. svn:r8805
-
Roger Dingledine authored
svn:r8804
-
Roger Dingledine authored
and so vidalia can start handling them if it wants. svn:r8802
-
Roger Dingledine authored
svn:r8801
-
Roger Dingledine authored
svn:r8800
-
Nick Mathewson authored
Implement status event backend logic. svn:r8799
-
Nick Mathewson authored
oops. add latex too svn:r8798
-
Nick Mathewson authored
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
-
Nick Mathewson authored
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
-
Nick Mathewson authored
oops; include or.h changes for last patch. svn:r8795
-
Nick Mathewson authored
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
-
Nick Mathewson authored
svn:r8793
-
Roger Dingledine authored
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
-
- Oct 22, 2006
-
-
Roger Dingledine authored
svn:r8790
-
Roger Dingledine authored
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
-
- Oct 21, 2006
-
-
Roger Dingledine authored
also fix a bug next to it that i noticed. svn:r8784
-
- Oct 20, 2006
-
-
Roger Dingledine authored
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
-
Nick Mathewson authored
Oops. Conform to spec. svn:r8782
-
Nick Mathewson authored
Add an event type to tell the controller when our opinion of a router status has changed. I might have missed some cases here. svn:r8781
-
Roger Dingledine authored
svn:r8780
-
Nick Mathewson authored
Have connection_about_to_close use an end_reason field in edge_connection_t to tell what reason to tell the controller for closing the stream. Set end_reason in connection_edge_end, connection_mark_unattached_ap, and everwhere we set edge_has_sent_end. Add a changelog entry. svn:r8779
-
Nick Mathewson authored
Enable reasons for stream events in all cases but CLOSED in about_to_close_connection. That one will take a little longer. svn:r8778
-
Nick Mathewson authored
Start implementing reason extension for stream events to match the one one used by circuit events. (Not a complete implementation yet; actual reasons are not passed to control.c) svn:r8777
-
Nick Mathewson authored
Change HT_INIT from a special-case to a macro-calling-a-function like the rest of ht.h. This might prevent errors if somebody did, I dunno, "HT_INIT(tp, hashtable++)". Based on a patch from Watson Ladd. svn:r8776
-
Nick Mathewson authored
Weasel correctly notes that we should not discard the return value from connection_exit_begin_con. Right now, the return value is always discardable, so this does not actually cause a bug, but it might later. So fix it. svn:r8774
-