- 14 Sep, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5067
-
- 10 Sep, 2005 1 commit
-
-
Nick Mathewson authored
svn:r4981
-
- 12 Aug, 2005 1 commit
-
-
Nick Mathewson authored
Make GCC very happy, even with lots of warnings set. Also, try to fix some reported Solaris x86 warnings. svn:r4770
-
- 23 Jul, 2005 2 commits
-
-
Roger Dingledine authored
svn:r4643
-
Nick Mathewson authored
svn:r4642
-
- 18 Jun, 2005 1 commit
-
-
Nick Mathewson authored
svn:r4452
-
- 09 Jun, 2005 1 commit
-
-
Nick Mathewson authored
svn:r4382
-
- 10 May, 2005 1 commit
-
-
Nick Mathewson authored
svn:r4187
-
- 07 May, 2005 1 commit
-
-
Nick Mathewson authored
svn:r4184
-
- 01 Apr, 2005 1 commit
-
-
Nick Mathewson authored
svn:r3982
-
- 14 Mar, 2005 2 commits
-
-
Nick Mathewson authored
svn:r3758
-
Nick Mathewson authored
svn:r3757
-
- 25 Feb, 2005 1 commit
-
-
Nick Mathewson authored
- Mapaddress - Postdescriptor - GetInfo on descriptors Required changes elsewhere: - Keep the most recent running_routers_t in the routerlist_t. That way we can learn about new routers and remember whether we were last told that they were up or down. Also enables more simplifications. - Keep the signed descriptor inside routerinfo_t. This makes descriptor_entry_t in dirservers.c unneeded. - Rename AddressMap (the verb) to MapAddress. Keep AddressMap as a noun. - Check addresses for plausibility before mapping them. svn:r3696
-
- 22 Feb, 2005 2 commits
-
-
Roger Dingledine authored
go, but not past MAXCONNECTIONS. Also throw away the FAKE_POLL caveats since 0.1.0 doesn't need it any more. svn:r3657
-
Nick Mathewson authored
Patch to localtime/gmtime handling: use the _r variants where available. Use mutexes to fake _r where necessary. Make mutexes no-ops where no threading is enabled. svn:r3653
-
- 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
-