- Oct 20, 2006
-
-
Roger Dingledine authored
null. better safe than sorry. svn:r8767
-
- Oct 19, 2006
-
-
Nick Mathewson authored
Weasel points out that a routerdesc requested by digest can never change. Weasel is right. svn:r8766
-
Nick Mathewson authored
Add pragma:no-cache and expires headers so that directory lookups can work better in the presence of caching HTTP proxies. (I would have used Cache-Control, but that is an HTTP/1.1 thing.) All timeouts are currently wild-assed guesses. svn:r8765
-
Nick Mathewson authored
Add some more unit tests for policies. svn:r8764
-
Nick Mathewson authored
Split smartlist tests into their own function, and add a couple more. Re-enable strmap iteration tests. Remove tests for code that doesnt exist any more (parse_nickname_list, identity ciphers). svn:r8763
-
Nick Mathewson authored
Add unit tests for tor_mmap_file(); make tor_mmap_t.size always be the size of the file (not the size of the mapping); add an extra argument to read_file_to_str() so it can return the size of the result string. svn:r8762
-
Nick Mathewson authored
Never discard a descriptor for being too old until either it is recommended by no authorities, or until we download a better (more recent and recommended) one for the same router. This will eventually make it possible for servers to publish less often. svn:r8761
-
Nick Mathewson authored
Fix an XXX in handling destroy cells: when we get a destroy cell with reason FOO, do not tell the controller REASON=FOO. Instead, say REASON=DESTROYED REMOTE_REASON=FOO. Suggested by a conversation with Mike Perry. svn:r8760
-
Nick Mathewson authored
svn:r8759
-
Nick Mathewson authored
Move a changelog item; add a TODO. svn:r8758
-
Nick Mathewson authored
svn:r8757
-
Nick Mathewson authored
Change to BadExit logic: Let authorities set an "I list bad exits" flag. Consider an exit bad if it is listed as bad by more than half of *those* authorities. This gives us a better migration path. svn:r8756
-
Nick Mathewson authored
Try to detect windows properly when cross-compiling svn:r8755
-
Nick Mathewson authored
Oops, forgot the patch: Use corect macro to detect cygwin builds (patch from Pei Hanru) svn:r8754
-
Nick Mathewson authored
Use corect macro to detect cygwin builds (patch from Pei Hanru) svn:r8753
-
Peter Palfrader authored
svn:r8751
-
- Oct 18, 2006
-
-
Nick Mathewson authored
Another patch from Mike Perry; sprintfing a NULL pointer. (with comment). svn:r8747
-
Nick Mathewson authored
Add comments on questions in control-spec.txt svn:r8746
-
Roger Dingledine authored
svn:r8745
-
Andrew Lewman authored
an explanation for spurious messageboxes for those curious as to their existence svn:r8744
-
Andrew Lewman authored
installed into Firefox without user intervention is step 2. svn:r8743
-
- Oct 17, 2006
-
-
Nick Mathewson authored
Fix -Wlots with command.c (a uchar is never -1). Note also that one of our ifs is very stupid. svn:r8741
-
Nick Mathewson authored
Oops. Libevent 1.2 exists. Add it to our enum, even though we dont care yet. svn:r8740
-
Nick Mathewson authored
Apply patch from Mike Perry: add more reasons for circuit destroys. (Slightly tweaked to avoid allocating a number for an "internal" reason.) svn:r8739
-
Andrew Lewman authored
svn:r8737
-
Andrew Lewman authored
svn:r8736
-
- Oct 16, 2006
-
-
Roger Dingledine authored
this way vidalia has some guess about how freaked out we are, even if it doesn't recognize the status name. svn:r8735
-
- Oct 15, 2006
-
-
Roger Dingledine authored
svn:r8728
-
Roger Dingledine authored
svn:r8727
-
Roger Dingledine authored
this still occurs on moria sometimes if it's swapping to death. so be it. svn:r8725
-
- Oct 14, 2006
-
-
Roger Dingledine authored
svn:r8715
-
- Oct 13, 2006
-
-
Nick Mathewson authored
Fix for last patch. "", though empty, is true. This ain't Python, Nick. svn:r8701
-
Nick Mathewson authored
Fix extraneous space in CIRC events when path is empty. svn:r8700
-
Nick Mathewson authored
Second patch to work on circuit close reasons from Mike Perry. Disabled partially; see comment. Whitespace cleaned up. svn:r8699
-
- Oct 12, 2006
-
-
Peter Palfrader authored
svn:r8695
-
Roger Dingledine authored
svn:r8694
-
Roger Dingledine authored
svn:r8693
-
Roger Dingledine authored
svn:r8692
-
Roger Dingledine authored
Also expand on anonymity effects from becoming a bridge relay. svn:r8691
-
- Oct 11, 2006
-
-
Nick Mathewson authored
Add client support for a 'BadExit' flag, so authorities can say "Server X is a poor choise for your nytimes.com connections, as it seems to direct them to HoorayForMao.com or (more likely) WouldYouLikeToBuyTheseFineEncyclopedias.com" svn:r8690
-