- Aug 18, 2007
-
-
Nick Mathewson authored
Long overdue test.c refactoring: add --warn/--notice/--info/--debug command line options to set logging levels, and let the user specify which tests to run from the commmand line. svn:r11167
-
Nick Mathewson authored
When we are loading state info from disk, never believe any date in the future. Doing so can keep us from retrying guards, rotating onion keys, storing bandwidth info, etc. Fixes bug 434, and others. Backport candidate, once it has been tested. svn:r11166
-
Nick Mathewson authored
Notes about library versions in mingw instructions svn:r11165
-
Nick Mathewson authored
Another attempt to confirm to msvc for bug 482. svn:r11162
-
- Aug 17, 2007
-
-
Peter Palfrader authored
Remove routerlist_check_bug_417() and all its calls. There is still some more debugging code left, marked with XXXs svn:r11161
-
Peter Palfrader authored
svn:r11160
-
Nick Mathewson authored
Stop running ./configure from autogen.sh. "Let's see if anybody complains!" says Roger. svn:r11159
-
Peter Palfrader authored
Do not run configure from autogen.sh. Also switch to set -e instead of linking all the commands using && svn:r11158
-
Nick Mathewson authored
Compile without warnings on MinGW, even with --enable-gcc-warnings enabled. svn:r11157
-
Nick Mathewson authored
Try to fix bug 482: do not rely on s6_addr16 or s6_addr32 on MSVC. How ugly. svn:r11155
-
Roger Dingledine authored
svn:r11154
-
Nick Mathewson authored
Functions to save and load MTBF information. svn:r11153
-
Nick Mathewson authored
spec clarification noted by Stefan K. svn:r11152
-
Nick Mathewson authored
Link note_router_reachable and note_router_unreachable to mtbf code. decouple mtbf from connect/disconnect. log it in USR1. do not blow it away on cleanup if we are an authority. svn:r11151
-
Roger Dingledine authored
svn:r11148
-
- Aug 16, 2007
-
-
Nick Mathewson authored
Initial work on proposal 108: have rephist.c track the information we want to be tracking for OR stability. svn:r11147
-
Roger Dingledine authored
svn:r11146
-
Nick Mathewson authored
Implement CookieAuthFile and CookieAuthFileGroupReadable. Backport candidate. svn:r11141
-
Nick Mathewson authored
Implement proposal 119. Backport candidate. svn:r11138
-
Nick Mathewson authored
Patches to proposal 119 as described on or-dev. Mark 119 as "Accepted" svn:r11137
-
- Aug 15, 2007
-
-
Nick Mathewson authored
Fix a bug caught by Kate: when we switched from masks to bits in 0.2.0.3-alpha, we added a spurious ! that made us never believe that any address fell inside a virtual address range. While we're at it, save a trip around the loop in the common case. svn:r11129
-
Nick Mathewson authored
Correct GETINFO guard-nodes spec based on comments from pei hanru. svn:r11128
-
Nick Mathewson authored
Fix an XXXX020 and a few DOCDOCs. svn:r11127
-
Nick Mathewson authored
Eliminate tons of repeated code in directory_handle_command_get. svn:r11126
-
Nick Mathewson authored
Implement code to serve pending votes, consensuses, and signatures. svn:r11125
-
Nick Mathewson authored
fix a really nasty bug in v3 authorities: only set v3_digest in trusted_dir_server_t for v3 authorities. svn:r11124
-
Nick Mathewson authored
Add more logs to try to hunt down latest voting bug. svn:r11123
-
Nick Mathewson authored
Fix consensus signatures: regenerate the entire signature list when we get a new signature, rather than just appending the new signature. This lets us tentatively accept weird signatures, since we can replace them with better ones later. svn:r11122
-
Nick Mathewson authored
Add unit tests for median functions; enforce sensible ranges for intervals and delays. svn:r11121
-
Nick Mathewson authored
Fix a segfault in cert retrieval svn:r11120
-
Roger Dingledine authored
more comfortable. nick, can you confirm this? svn:r11119
-
Roger Dingledine authored
- If we require CookieAuthentication but we fail to write the cookie file, we would warn but not exit, and end up in a state where no controller could authenticate. Now we exit. - If we require CookieAuthentication, stop generating a new cookie every time we change any piece of our config. svn:r11117
-
Roger Dingledine authored
svn:r11115
-
- Aug 14, 2007
-
-
Nick Mathewson authored
Implement cert-retrieval URLs. (Also, update TODO) svn:r11112
-
Nick Mathewson authored
Document http status codes svn:r11111
-
Nick Mathewson authored
return 404 properly when somebody requests a bunch of nonexistent statuses/servers svn:r11110
-
Nick Mathewson authored
Save a 4 or 8 bytes per connection in or.h svn:r11109
-
Nick Mathewson authored
Resolve XXXX020s in config.c svn:r11108
-
Nick Mathewson authored
Enable more code for v3 voting timing information. Also, spec clarification. svn:r11107
-
Roger Dingledine authored
svn:r11106
-