- 13 Feb, 2005 1 commit
-
-
Nick Mathewson authored
Tell openssl how to use locks and how to find thread ids -- this may prevent race conditions surrounding the error queue. svn:r3622
-
- 03 Feb, 2005 1 commit
-
-
Nick Mathewson authored
svn:r3517
-
- 27 Jan, 2005 1 commit
-
-
Nick Mathewson authored
svn:r3439
-
- 22 Jan, 2005 1 commit
-
-
Nick Mathewson authored
svn:r3410
-
- 12 Jan, 2005 1 commit
-
-
Nick Mathewson authored
poll-but-sometimes-select mess. This will let us use faster async cores (like epoll, kpoll, and /dev/poll), and hopefully work better on Windows too. There are some fairly nasty changes to main.c here; this will almost certainly break something. But hey, that's what alphas are for. svn:r3341
-
- 03 Jan, 2005 1 commit
-
-
Nick Mathewson authored
Possible fix for task #43: when running on a multithreaded environment (currently only windows), threads should not close opposite sides of their socketpairs, and workers should not call connection_free_all(). This may fix win32 servers. svn:r3247
-
- 22 Dec, 2004 2 commits
-
-
Roger Dingledine authored
call network_init in tor-resolve.c too move tor_lookup_hostname from common/util to common/compat svn:r3203
-
Nick Mathewson authored
of the warning messages. svn:r3199
-
- 08 Dec, 2004 1 commit
-
-
Nick Mathewson authored
Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug svn:r3120
-
- 29 Nov, 2004 1 commit
-
-
Nick Mathewson authored
svn:r3019
-
- 28 Nov, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2999
-
- 26 Nov, 2004 1 commit
-
-
Roger Dingledine authored
svn:r2989
-
- 22 Nov, 2004 1 commit
-
-
Nick Mathewson authored
- func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943
-
- 20 Nov, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2911
-
- 10 Nov, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2789
-
- 04 Nov, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2681
-
- 03 Nov, 2004 1 commit
-
-
Nick Mathewson authored
svn:r2650
-
- 02 Nov, 2004 2 commits
-
-
Nick Mathewson authored
svn:r2648
-
Nick Mathewson authored
svn:r2647
-
- 01 Nov, 2004 2 commits
-
-
Nick Mathewson authored
svn:r2643
-
Nick Mathewson authored
Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability). svn:r2640
-