Nick Mathewson
|
09a895e222
r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700
|
18 lat temu |
Nick Mathewson
|
7c596c166b
r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700
|
18 lat temu |
Nick Mathewson
|
dbac3fb481
r7028@Kushana: nickm | 2006-08-04 13:10:16 -0700
|
18 lat temu |
Nick Mathewson
|
bf72878cad
r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700
|
18 lat temu |
Nick Mathewson
|
3843b1b3d0
r6978@Kushana: nickm | 2006-07-31 13:16:14 -0400
|
18 lat temu |
Nick Mathewson
|
08a4114abf
Another MSVC6 fix. Grnk.
|
18 lat temu |
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 lat temu |
Roger Dingledine
|
35e95d7783
minor fixes
|
18 lat temu |
Roger Dingledine
|
45065f1466
simplify code now that libevent considers all sockets pollable.
|
18 lat temu |
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 lat temu |
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 lat temu |
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 lat temu |
Nick Mathewson
|
0f0e14c6e3
normalize whitespace.
|
18 lat temu |
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 lat temu |
Roger Dingledine
|
5f051574d5
Happy new year!
|
19 lat temu |
Roger Dingledine
|
6f579deff4
check for EADDRINUSE in a cross-platform way (unless i'm wrong)
|
19 lat temu |
Nick Mathewson
|
1af630d32c
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
19 lat temu |
Roger Dingledine
|
130d0e4d1d
fix typo noticed by scrimbly
|
19 lat temu |
Nick Mathewson
|
932106f54c
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.
|
19 lat temu |
Nick Mathewson
|
ba24193ab5
Make doxygen marginally happier
|
19 lat temu |
Nick Mathewson
|
6973ef9be4
Add a touch_file() function to compat so we can update cache mtimes.
|
19 lat temu |
Nick Mathewson
|
d26523e089
Use tor_listdir in test.c instead of duplicating ode.
|
19 lat temu |
Nick Mathewson
|
789374dbbd
Make GCC very happy, even with lots of warnings set. Also, try to fix some reported Solaris x86 warnings.
|
19 lat temu |
Roger Dingledine
|
cfd6514482
and a nearby define
|
19 lat temu |
Nick Mathewson
|
b98e4a0cd7
add parenthesis to U64_PRINTF_ARG macro
|
19 lat temu |
Nick Mathewson
|
5fee58adfb
Add a tor_memmem function
|
19 lat temu |
Nick Mathewson
|
0831823763
Change end-of-file NLNL convention. It turns out arma I and I agree.
|
19 lat temu |
Nick Mathewson
|
ea5591ee4d
Implement --disable-threads
|
19 lat temu |
Nick Mathewson
|
10b2208d93
Make Tor compile with no warnings with gcc4.0 on OSX
|
19 lat temu |
Nick Mathewson
|
0e81265359
update copyright notices.
|
19 lat temu |