- 19 Oct, 2006 1 commit
-
-
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
-
- 11 Oct, 2006 1 commit
-
-
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
-
- 09 Oct, 2006 1 commit
-
-
Nick Mathewson authored
The otherwise regrettable MIPSpro C compiler warns about values set but never used, and about mixing enums and ints; these are good warnings, and so should be fixed. This removes some dead code and some potential bugs. Thanks to pnx. svn:r8664
-
- 29 Sep, 2006 4 commits
-
-
Nick Mathewson authored
Now, all log messages should be distinct. svn:r8545
-
Nick Mathewson authored
Differentiate more duplicated log entries svn:r8542
-
Nick Mathewson authored
Make distinct all non-bug messages at notice or higher that appear 3 or more times. svn:r8541
-
Nick Mathewson authored
Reserve the nickname "Unnamed" for routers that can't pick a hostname; any router can call itself Unnamed; directory servers will never allocate Unnamed to any particular router; clients won't believe that any router is the canonical Unnamed. svn:r8529
-
- 21 Sep, 2006 1 commit
-
-
Nick Mathewson authored
Implement server-side reverse DNS using eventdns. Add an option to routerdescs so we can tell which servers have eventdns enabled. svn:r8437
-
- 19 Sep, 2006 1 commit
-
-
Nick Mathewson authored
Stop searching routerlist for routers with the same identity as other routers (on router insert): we already have a map for that. (We need to add an index field to routerinfo_t so we can figure out which point in the routerlist to replace.) Also, add a comment to routerlist.c; arma, please advise? svn:r8432
-
- 15 Sep, 2006 1 commit
-
-
Nick Mathewson authored
Implement a smartlist_uniq() that will with luck not end the world. svn:r8396
-
- 31 Aug, 2006 1 commit
-
-
Nick Mathewson authored
Fix bug 327 (part 2): Cast char to unsigned char before passing to toupper/tolower. (Follow the same idiom as with isupper and friends, in case we run into the same problem on SGI or whereever it was.) svn:r8310
-
- 26 Aug, 2006 1 commit
-
-
Roger Dingledine authored
svn:r8229
-
- 25 Jul, 2006 1 commit
-
-
Nick Mathewson authored
Remove code to special-case "-cvs" ending, since it has not actually mattered since 0.0.9. Perhaps we can special-case even more... svn:r6898
-
- 22 Jun, 2006 3 commits
-
-
Nick Mathewson authored
svn:r6678
-
Nick Mathewson authored
svn:r6677
-
Nick Mathewson authored
svn:r6675
-
- 29 Apr, 2006 1 commit
-
-
Nick Mathewson authored
Start remembering *where* we are storing routerdescs. This will make us easier to move from a RAM-mirrors-disk model to a RAM-caches-disk model, and save maybe around 10MB on a directory server. svn:r6427
-
- 10 Apr, 2006 3 commits
-
-
Nick Mathewson authored
Remove DER64 functions in trunk: they will never be used again unless the directory authorities switch back to 0.0.9tooearly. svn:r6376
-
Nick Mathewson authored
svn:r6355
-
Nick Mathewson authored
svn:r6354
-
- 03 Apr, 2006 2 commits
-
-
Roger Dingledine authored
svn:r6308
-
Nick Mathewson authored
svn:r6307
-
- 27 Mar, 2006 1 commit
-
-
Roger Dingledine authored
Fix some minor bugs and memory leaks along the way. svn:r6246
-
- 19 Mar, 2006 2 commits
-
-
Roger Dingledine authored
connecting and for resolving). Now we tolerate applications that don't follow the RFCs. But continue to block malformed names at the socks side. svn:r6193
-
Roger Dingledine authored
'named' and 'valid'. svn:r6188
-
- 05 Mar, 2006 2 commits
-
-
Nick Mathewson authored
Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) svn:r6087
-
Nick Mathewson authored
Allow private:* in routerdescs; not generated yet (because older Tors do not understand it); needs testing. svn:r6086
-
- 13 Feb, 2006 1 commit
-
-
Roger Dingledine authored
svn:r6005
-
- 09 Feb, 2006 1 commit
-
-
Roger Dingledine authored
svn:r5949
-
- 06 Feb, 2006 1 commit
-
-
Nick Mathewson authored
Move "sort list of versions" logic into routerparse.c; make version-checking code say which versions it would have accepted. (not tested.) svn:r5927
-
- 05 Feb, 2006 1 commit
-
-
Roger Dingledine authored
svn:r5911
-
- 24 Jan, 2006 1 commit
-
-
Nick Mathewson authored
Make dirservers generate a separate "guard" flag to mean, "would make a good entry guard". Make clients parse it and vote on it. svn:r5856
-
- 20 Jan, 2006 1 commit
-
-
Roger Dingledine authored
svn:r5847
-
- 12 Jan, 2006 1 commit
-
-
Nick Mathewson authored
svn:r5827
-
- 02 Jan, 2006 1 commit
-
-
Roger Dingledine authored
"Tor ", even though we said we could. svn:r5699
-
- 15 Dec, 2005 2 commits
-
-
Nick Mathewson authored
svn:r5596
-
Nick Mathewson authored
svn:r5594
-
- 14 Dec, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5582
-
- 12 Dec, 2005 1 commit
-
-
Nick Mathewson authored
Have dirctory authorites note which servers make good V2 directory caches in publishe network-status. svn:r5574
-
- 10 Dec, 2005 1 commit
-
-
Roger Dingledine authored
we screwed up the formatting in wild and unpredictable ways. fix it before it becomes convention to format logs in wild and unpredictable ways. still need to do src/common/ someday. svn:r5551
-