| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
|
| |
Look in netinet/in6.h header when looking for struct in6_addr. (Issue found by saeftl.)
svn:r9272
|
|
|
|
| |
svn:r9270
|
|
|
|
|
|
|
| |
Add ipv6 functionality to evdns.
svn:r9089
|
|
|
|
| |
svn:r9022
|
|
|
|
| |
svn:r9015
|
|
|
|
|
|
|
| |
Small cross-compilation fixes.
svn:r8980
|
|
|
|
|
|
|
| |
Try to detect mipspro compiler. Add -c99 to cflags if we find it.
svn:r8955
|
|
|
|
|
|
|
| |
Patch from pnx to make configure.in link against libevent properly on irix64. "This time for sure--presto!".
svn:r8954
|
|
|
|
|
|
|
| |
Have libevent search include /usr/pkg. This may make irix happier.
svn:r8953
|
|
|
|
|
|
|
| |
add includes to AC_CHECK_MEMBERS test for timeval.tv_sec.
svn:r8906
|
|
|
|
| |
svn:r8863
|
|
|
|
| |
svn:r8860
|
|
|
|
|
|
|
| |
Libevent-1.2 exports, but does not define in its headers, strlcpy. Try to fix this in configure.in by checking for most functions before we check for libevent.
svn:r8826
|
|
|
|
|
|
|
| |
Try to detect windows properly when cross-compiling
svn:r8755
|
|
|
|
|
|
|
| |
Remove -Winline from standard list, add -Wswitch-enum.
svn:r8687
|
|
|
|
|
|
|
| |
Make --enable-gcc-warnings work on gcc3.3, not just on gcc4.0
svn:r8686
|
|
|
|
|
|
|
| |
Add some quotes to a test in configure.in, so IRIX will run the configure script without warning.
svn:r8662
|
|
|
|
|
|
|
| |
Add an --enable-gcc-warnings flag to configure.in
svn:r8655
|
|
|
|
| |
svn:r8639
|
|
|
|
|
|
|
| |
Fix IRIX builds so that IRIX no longer self-detects as win32. For once, this is not the fault of Windows: Apparently, some helpful person decided that the the MIPSpro C Compiler should give a warning on #error rather than actually failing. How... "innovative." (Bug found by pnx; thanks!)
svn:r8635
|
|
|
|
|
|
|
| |
compile bug on an obscure platform while i'm asleep.
svn:r8634
|
|
|
|
|
|
|
| |
Fix a configure notice on crosscompile
svn:r8625
|
|
|
|
|
|
|
| |
When eventdns is enabled, we can allow machines with thread-unsafe resolver functions to build multithreaded anyway.
svn:r8608
|
|
|
|
|
|
|
| |
Check whether inet_aton requires libresolv. Apparently this is another solaris thing.
svn:r8602
|
|
|
|
|
|
|
| |
Resolve an XXXX: make sure that we are actually on 2s-complement hardware.
svn:r8576
|
|
|
|
|
|
|
| |
Fix some warnings on mingw; hopefully this should let us build on mingw without warnings.
svn:r8509
|
|
|
|
| |
svn:r8487
|
|
|
|
|
|
| |
prediction for NULL returns, and skip the malloc(0) check on platforms where malloc(0) returns a pointer.
svn:r8431
|
|
|
|
|
|
|
| |
Fix more compile warnings on Woody.
svn:r8349
|
|
|
|
|
|
|
| |
- configure lets user build with eventdns on win32
svn:r8332
|
|
|
|
|
|
|
| |
Clean up configure.in spaces, and make it work on Mac OS X again (for me).
svn:r8325
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- made configure link to required system dll's if building for win32
- added diffs for libevent 1.1b
- forced user to turn off eventdns if win32 is set
- cleaned up tor_mmap_file()_win32 (not sure if it's stable)
- cleaned up some warnings and typos
svn:r8322
|
|
|
|
|
|
|
| |
Remove unused autoconf checks.
svn:r8319
|
|
|
|
|
|
|
| |
correct includes for net/if.h and net/pfvar.h on openbsd (from Tup)
svn:r8316
|
|
|
|
|
|
|
| |
Now that 0.1.2.1-alpha is out, make eventdns on-by-default again. (Hoop-lah.)
svn:r8253
|
|
|
|
| |
svn:r8251
|
|
|
|
|
|
|
|
| |
log messages into it. no use learning that it's broken without
being able to learn what is broken too.
svn:r8245
|
|
|
|
|
|
|
| |
(does it work?)
svn:r8244
|
|
|
|
|
|
|
| |
Enable eventdns by default on platforms where we autoconf. This should be everything but windows.
svn:r8214
|
|
|
|
|
|
|
| |
Add more warnings to the list of those we tolerate. Start using GCC attributes more, for better error checking and better code generation.
svn:r7020
|
|
|
|
|
|
|
| |
Add sys/socket.h prereq for net/if.h and net/pfvar.h
svn:r7019
|
|
|
|
|
|
|
| |
add missing "test" and missing include.
svn:r7015
|
|
|
|
|
|
|
| |
Add missing .h to header file name. My bad.
svn:r7013
|
|
|
|
|
|
|
| |
Distinguish netfilter vs pf at configure time based on headers, not on OS.
svn:r7008
|
|
|
|
|
|
|
| |
Patch from Tup to add support for transparent AP connections: this basically bundles the functionality of trans-proxy-tor into the tor mainline. Now hosts with compliant pf/netfilter implementations can redirect TCP connections straight to Tor without diverting through SOCKS.
svn:r7007
|
|
|
|
| |
svn:r6938
|
|
|
|
| |
svn:r6769
|
|
|
|
|
|
|
| |
versions of autoconf. Thanks to Clint for his auto* voodoo.
svn:r6632
|
|
|
|
|
|
|
| |
on irix64 and other weird platforms now.
svn:r6624
|
|
|
|
| |
svn:r6535
|