- Jul 05, 2007
-
-
Peter Palfrader authored
svn:r10742
-
Nick Mathewson authored
Argh, re-enable CRITICAL_SECTION code in win32. svn:r10741
-
Nick Mathewson authored
svn:r10740
-
Nick Mathewson authored
Switch windows locking implementation to CRITICAL_SECTION, not Mutex: Mutex is heavier-weight, and meant for multi-process situations. svn:r10739
-
Nick Mathewson authored
Fix a type error in the last checkin. svn:r10738
-
Nick Mathewson authored
Patch from Robert Hogan: Generate STREAM NEW events for dnsport requests and tunneled directory connections. Log when we are testing for hijacking. svn:r10737
-
Nick Mathewson authored
Fix typos and clarify points in dir-spec. Patch from Karsten. svn:r10736
-
Nick Mathewson authored
svn:r10735
-
- Jul 02, 2007
-
-
Roger Dingledine authored
never choose any guards past it. This way we don't expand our guard list unless we need to. [Bugfix in 0.1.2.x] I'm not sure if this will solve all our problems, but it is at least something. svn:r10730
-
Roger Dingledine authored
svn:r10729
-
Nick Mathewson authored
Some temporary output to try to figure out where bsd thread unit tests are going wrong svn:r10728
-
Peter Palfrader authored
I so wonder how this blows up on the real network - make _routerlist_find_elt be strict about the idx it is passed - if it is not -1 then it has to be correct svn:r10727
-
Peter Palfrader authored
svn:r10726
-
Nick Mathewson authored
dir-spec.txt clarifications suggested by Lee Fisher. svn:r10725
-
Peter Palfrader authored
svn:r10724
-
Peter Palfrader authored
svn:r10722
-
Peter Palfrader authored
svn:r10721
-
Peter Palfrader authored
svn:r10720
-
- Jul 01, 2007
-
-
Nick Mathewson authored
Implement conditions in compat.c; switch windows to use "critical sections" instead of mutexes. Apparently, mutexes are for IPC and critical sections are for multithreaded. svn:r10716
-
- Jun 30, 2007
-
-
Nick Mathewson authored
allow test_threads() to time out svn:r10711
-
Nick Mathewson authored
Split "Util" tests into subgroups so I can see why freebsd trunk is failing. svn:r10710
-
Nick Mathewson authored
set keywords on proposal 116. Thanks, Karsten! (Is there no way to automate this?) svn:r10709
-
- Jun 28, 2007
-
-
Andrew Lewman authored
svn:r10689
-
- Jun 27, 2007
-
-
Paul Syverson authored
svn:r10688
-
Paul Syverson authored
svn:r10686
-
- Jun 26, 2007
-
-
Karsten Loesing authored
svn:r10685
-
Nick Mathewson authored
Update 108 based on conversation with Roger. I think this is the version to build. svn:r10684
-
Nick Mathewson authored
Add proposal 116 from Mike Lieberman: Two hop paths from entry guards. svn:r10683
-
- Jun 17, 2007
-
-
Nick Mathewson authored
Oops; forgot to save a file in the last batch. svn:r10646
-
Nick Mathewson authored
Sun CC likes to give warnings for the do { } while(0) construction for making statement-like macros. Define STMT_BEGIN/STMT_END macros that do the right thing, and use them everywhere. svn:r10645
-
Nick Mathewson authored
Build with fewer compiler warnings on Sun. (This and previous Sun patches are thanks to the tremendously handy services of unix-center.net.) svn:r10644
-
Nick Mathewson authored
Fix solaris eventdns.c behavior. This time, I think I got it. We were redefining _FILE_OFFSET_BITS, and thereby calling fstat64() on a struct stat, or something like that. svn:r10643
-
Nick Mathewson authored
Report address and por correctly on requests to dnsport. (Patch from Robert Hogan.) svn:r10641
-
Nick Mathewson authored
Add a SOURCE_ADDR field to STREAM NEW events so that controllers can match requests to applications. (Patch from Robert Hogan.) svn:r10639
-
Nick Mathewson authored
svn:r10638
-
Nick Mathewson authored
document some functions svn:r10637
-
Nick Mathewson authored
Incorporate comments [from april, ugh] into proposal 108. svn:r10636
-
Nick Mathewson authored
Clarify some rules about svn:r10635
-
Nick Mathewson authored
Adjust networkstatus_compute_consensus to take an argument saying how many voters there _should_ be. svn:r10634
-
- Jun 16, 2007
-
-
Karsten Loesing authored
svn:r10625
-