- 04 Jul, 2006 1 commit
-
-
Roger Dingledine authored
svn:r6710
-
- 05 Jun, 2006 1 commit
-
-
Roger Dingledine authored
what we really mean now is ">= 0", which is clearer to test for. svn:r6543
-
- 03 Jun, 2006 1 commit
-
-
Nick Mathewson authored
Patch based on post by Mike C to or-dev; special-case based on use of MSVC, rather than on MS_WINDOWS, so that mingw builds. svn:r6523
-
- 28 May, 2006 1 commit
-
-
Nick Mathewson authored
Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str instead. Based on code from Michael Mohr. svn:r6510
-
- 23 May, 2006 1 commit
-
-
Nick Mathewson authored
Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is often way way slower than doing the right thing. Backport candidate. svn:r6473
-
- 17 Mar, 2006 1 commit
-
-
Nick Mathewson authored
svn:r6173
-
- 13 Mar, 2006 1 commit
-
-
Nick Mathewson authored
Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, use autoconf. Also, prefer __func__ in our own code: __func__ is a C99 standard, whereas __FUNCTION__ is not. [Fixes bug 254.] svn:r6144
-
- 09 Feb, 2006 1 commit
-
-
Roger Dingledine authored
svn:r5949
-
- 03 Feb, 2006 1 commit
-
-
Roger Dingledine authored
svn:r5899
-
- 14 Dec, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5582
-
- 07 Dec, 2005 1 commit
-
-
Roger Dingledine authored
svn:r5522
-
- 25 Oct, 2005 1 commit
-
-
Nick Mathewson authored
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general. svn:r5309
-
- 06 Oct, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5208
-
- 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
-