- 15 Sep, 2006 5 commits
-
-
Roger Dingledine authored
svn:r8400
-
Roger Dingledine authored
we're reachable. Spread them over 4 circuits, so hopefully a few will be fast. This exercises our bandwidth and bootstraps us quicker. svn:r8399
-
Peter Palfrader authored
router_set_networkstatus() gets a list of status documents we asked for from connection_dir_client_reached_eof(). However, as a cache we (sometimes?) just ask for "all". router_set_networkstatus() would freak out over that, meaning it would log a warning and drop the status document instead of caching it as it is supposed to. Now we let router_set_networkstatus() know if the data comes from an all-request so it can do the right thing. svn:r8398
-
Peter Palfrader authored
Minor documentation fix svn:r8397
-
Nick Mathewson authored
Implement a smartlist_uniq() that will with luck not end the world. svn:r8396
-
- 14 Sep, 2006 9 commits
-
-
Nick Mathewson authored
Patch from steve hildrey: Generate network status correctly on non-versioning dirservers svn:r8395
-
Roger Dingledine authored
svn:r8393
-
Peter Palfrader authored
Add smartlist_uniq() to TODO list svn:r8392
-
Peter Palfrader authored
Add a comment svn:r8391
-
Peter Palfrader authored
Remove duplicates from MyFamily svn:r8390
-
Peter Palfrader authored
Fix some dead code that is on occasion useful svn:r8389
-
Nick Mathewson authored
House style for no-args functions is old-style C, not C++ svn:r8388
-
Peter Palfrader authored
Do not graciously increase the size to be mmaped if the current size already is at a page_size boundary. This is important since if a file has a size of zero and we mmap() it with length > 0, then accessing the mmaped memory area causes a bus error. However, if we pass a length of 0 to mmap() it will return with -1 and things work from there. svn:r8387
-
Peter Palfrader authored
Refactor dirserv_parse_fingerprint_file(fname) into dirserv_load_fingerprint_file(): There is not need to put together the path to the approved-routers file in more than one place. svn:r8386
-
- 13 Sep, 2006 3 commits
-
-
Roger Dingledine authored
svn:r8385
-
Roger Dingledine authored
svn:r8384
-
Nick Mathewson authored
Try to split off the mingw portions of the libevent diff so we can send them to niels separately. Adding two patches: one that applies against 1.1b; one that applies against the libevent svn trunk. svn:r8383
-
- 12 Sep, 2006 6 commits
-
-
Nick Mathewson authored
As long as we are being pedantic, we may as well be extra-pedantic. svn:r8376
-
Roger Dingledine authored
svn:r8375
-
Peter Palfrader authored
Set svn:keywords svn:r8374
-
Nick Mathewson authored
Add non-dist utility for weasel svn:r8373
-
Andrew Lewman authored
svn:r8371
-
Nick Mathewson authored
Avoid crash when telling controller stream-status and a stream is detached. Fixes bug 334. Backport candidate. svn:r8370
-
- 11 Sep, 2006 1 commit
-
-
Andrew Lewman authored
mingw. Relies upon magic to actually work right now. svn:r8361
-
- 09 Sep, 2006 6 commits
-
-
Roger Dingledine authored
a client, so you can become a server more smoothly. svn:r8359
-
Roger Dingledine authored
svn:r8358
-
Roger Dingledine authored
svn:r8357
-
Nick Mathewson authored
Remove some completed items from TODO; defer a bunch of stuff from 0.1.2.x (which we want to have an RC for by the end of October) svn:r8356
-
Roger Dingledine authored
fix error code when "getinfo dir/status/" fails. svn:r8355
-
Roger Dingledine authored
svn:r8354
-
- 08 Sep, 2006 4 commits
-
-
Roger Dingledine authored
svn:r8353
-
Peter Palfrader authored
Make tor build with -O0 svn:r8352
-
Mike Chiussi authored
svn:r8351
-
Mike Chiussi authored
svn:r8350
-
- 07 Sep, 2006 6 commits
-
-
Nick Mathewson authored
Fix more compile warnings on Woody. svn:r8349
-
Nick Mathewson authored
Tabify eventdns svn:r8348
-
Nick Mathewson authored
Make eventdns spacing consistant svn:r8347
-
Mike Chiussi authored
svn:r8346
-
Mike Chiussi authored
svn:r8345
-
Mike Chiussi authored
svn:r8344
-