Nick Mathewson
|
e2b1a77c3e
r12006@catbus: nickm | 2007-02-28 16:06:24 -0500
|
17 years ago |
Nick Mathewson
|
dfbced7499
r11998@catbus: nickm | 2007-02-28 13:56:55 -0500
|
17 years ago |
Nick Mathewson
|
e1176ece5a
r11992@catbus: nickm | 2007-02-28 12:46:32 -0500
|
17 years ago |
Nick Mathewson
|
759c58151e
r11775@catbus: nickm | 2007-02-12 16:39:09 -0500
|
18 years ago |
Nick Mathewson
|
30e7c05075
r11774@catbus: nickm | 2007-02-12 16:31:47 -0500
|
18 years ago |
Nick Mathewson
|
76f896e714
r11607@catbus: nickm | 2007-01-30 17:19:27 -0500
|
18 years ago |
Nick Mathewson
|
50771a6b48
r9380@Kushana: nickm | 2006-10-24 21:25:07 -0400
|
18 years ago |
Nick Mathewson
|
7551c44a53
r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400
|
18 years ago |
Nick Mathewson
|
93beeac01d
Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)
|
18 years ago |
Nick Mathewson
|
000b7b287c
r8724@Kushana: nickm | 2006-09-06 04:32:28 -0400
|
18 years ago |
Mike Chiussi
|
6ec9c1092a
- made configure check if we are building for win32
|
18 years ago |
Nick Mathewson
|
f170e5798f
r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400
|
18 years ago |
Nick Mathewson
|
bc0c39f85d
r8691@Kushana: nickm | 2006-08-31 13:30:46 -0400
|
18 years ago |
Nick Mathewson
|
fee33d2ff1
r8682@Kushana: nickm | 2006-08-29 17:58:59 -0400
|
18 years ago |
Nick Mathewson
|
6fcdcc7fc7
r8626@Kushana: nickm | 2006-08-27 23:45:46 -0400
|
18 years ago |
Nick Mathewson
|
ffab3b48a8
r7326@Kushana: nickm | 2006-08-10 23:50:49 -0700
|
18 years ago |
Nick Mathewson
|
09a895e222
r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700
|
18 years ago |
Nick Mathewson
|
7c596c166b
r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700
|
18 years ago |
Nick Mathewson
|
dbac3fb481
r7028@Kushana: nickm | 2006-08-04 13:10:16 -0700
|
18 years ago |
Nick Mathewson
|
bf72878cad
r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700
|
18 years ago |
Nick Mathewson
|
3843b1b3d0
r6978@Kushana: nickm | 2006-07-31 13:16:14 -0400
|
18 years ago |
Nick Mathewson
|
08a4114abf
Another MSVC6 fix. Grnk.
|
18 years ago |
Nick Mathewson
|
e572d5990c
MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t and double, and needs more persuasion than usual to cast one to the other. Issue identified by Frediano Ziglio; patch revised for minimal impact on non-MSVC6 compilers.
|
18 years ago |
Roger Dingledine
|
35e95d7783
minor fixes
|
18 years ago |
Roger Dingledine
|
45065f1466
simplify code now that libevent considers all sockets pollable.
|
18 years ago |
Nick Mathewson
|
86da3e0a0a
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.
|
18 years ago |
Nick Mathewson
|
64d487a2d6
Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str instead. Based on code from Michael Mohr.
|
18 years ago |
Nick Mathewson
|
89a8411ace
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.
|
18 years ago |
Nick Mathewson
|
0f0e14c6e3
normalize whitespace.
|
18 years ago |
Nick Mathewson
|
0c132ee2a1
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.]
|
18 years ago |