summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2006-10-07bump to 0.1.2.2-alpha-dev. time to go wild again.Roger Dingledine
svn:r8639
2006-10-07 r8920@totoro: nickm | 2006-10-07 11:40:06 -0400Nick Mathewson
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
2006-10-07Bump to 0.1.2.2-alpha. Not tagged yet, so somebody can find aRoger Dingledine
compile bug on an obscure platform while i'm asleep. svn:r8634
2006-10-07 r10016@danube: weasel | 2006-10-07 03:25:51 +0200Peter Palfrader
Fix a configure notice on crosscompile svn:r8625
2006-10-06 r9107@Kushana: nickm | 2006-10-06 02:14:02 -0400Nick Mathewson
When eventdns is enabled, we can allow machines with thread-unsafe resolver functions to build multithreaded anyway. svn:r8608
2006-10-06 r9103@Kushana: nickm | 2006-10-05 23:27:35 -0400Nick Mathewson
Check whether inet_aton requires libresolv. Apparently this is another solaris thing. svn:r8602
2006-10-02 r8844@totoro: nickm | 2006-10-02 16:32:44 -0400Nick Mathewson
Resolve an XXXX: make sure that we are actually on 2s-complement hardware. svn:r8576
2006-09-28 r8750@totoro: nickm | 2006-09-27 20:52:01 -0400Nick Mathewson
Fix some warnings on mingw; hopefully this should let us build on mingw without warnings. svn:r8509
2006-09-24Build correctly for use on OS X platforms with case-sensitive filesystemsNick Mathewson
svn:r8487
2006-09-19Malloc and friends are critical-path: Thus, add an it-wont-happen branch ↵Nick Mathewson
prediction for NULL returns, and skip the malloc(0) check on platforms where malloc(0) returns a pointer. svn:r8431
2006-09-07 r8757@Kushana: nickm | 2006-09-07 13:07:46 -0400Nick Mathewson
Fix more compile warnings on Woody. svn:r8349
2006-09-07- fixed up typos in eventdns.cMike Chiussi
- configure lets user build with eventdns on win32 svn:r8332
2006-09-06 r8723@Kushana: nickm | 2006-09-06 04:24:54 -0400Nick Mathewson
Clean up configure.in spaces, and make it work on Mac OS X again (for me). svn:r8325
2006-09-06- made configure check if we are building for win32Mike Chiussi
- 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
2006-09-03 r8709@Kushana: nickm | 2006-09-02 20:59:54 -0400Nick Mathewson
Remove unused autoconf checks. svn:r8319
2006-09-02 r8704@Kushana: nickm | 2006-09-02 01:32:34 -0400Nick Mathewson
correct includes for net/if.h and net/pfvar.h on openbsd (from Tup) svn:r8316
2006-08-28 r8606@Kushana: nickm | 2006-08-27 14:04:19 -0400Nick Mathewson
Now that 0.1.2.1-alpha is out, make eventdns on-by-default again. (Hoop-lah.) svn:r8253
2006-08-28bump trunk to 0.1.2.1-alpha-devRoger Dingledine
svn:r8251
2006-08-27turn eventdns off by default until we can get some more usefultor-0.1.2.1-alphaRoger Dingledine
log messages into it. no use learning that it's broken without being able to learn what is broken too. svn:r8245
2006-08-27bump to 0.1.2.1-alphaRoger Dingledine
(does it work?) svn:r8244
2006-08-22 r8556@Kushana: nickm | 2006-08-22 01:22:46 -0400Nick Mathewson
Enable eventdns by default on platforms where we autoconf. This should be everything but windows. svn:r8214
2006-08-11 r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson
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
2006-08-11 r7323@Kushana: nickm | 2006-08-10 22:04:57 -0700Nick Mathewson
Add sys/socket.h prereq for net/if.h and net/pfvar.h svn:r7019
2006-08-10 r7315@Kushana: nickm | 2006-08-10 02:30:13 -0700Nick Mathewson
add missing "test" and missing include. svn:r7015
2006-08-10 r7313@Kushana: nickm | 2006-08-10 02:13:35 -0700Nick Mathewson
Add missing .h to header file name. My bad. svn:r7013
2006-08-10 r7300@Kushana: nickm | 2006-08-10 01:36:40 -0700Nick Mathewson
Distinguish netfilter vs pf at configure time based on headers, not on OS. svn:r7008
2006-08-10 r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700Nick Mathewson
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
2006-07-30Remove the last vestiges of launchd plist.Andrew Lewman
svn:r6938
2006-07-17Added net.freehaven.tor.plist to AC_OUTPUTAndrew Lewman
svn:r6769
2006-06-16Fix configure.in to not produce broken configure files with more recentPeter Palfrader
versions of autoconf. Thanks to Clint for his auto* voodoo. svn:r6632
2006-06-14start checking for limits.h too. we should resume compilingRoger Dingledine
on irix64 and other weird platforms now. svn:r6624
2006-06-05More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads.Nick Mathewson
svn:r6535
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means ↵Nick Mathewson
we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.) svn:r6532
2006-06-03Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, ↵Nick Mathewson
we may want to switch to libevnet/c-ares, if they ever handle 10k fd situations properly. This one still needs work too, but at least it is small. This code is disabled by default, and not integrated with dns.c. svn:r6524
2006-05-28Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ↵Nick Mathewson
instead. Based on code from Michael Mohr. svn:r6510
2006-05-26build the Makefile in contrib/suse/ tooRoger Dingledine
svn:r6502
2006-05-26Let AC_OUTPUT know about contrib/suse/tor.sh and we only need tor.shAndrew Lewman
from contrib/suse svn:r6501
2006-05-23Patch from Michael Mohr to fix cross-compilation. Backport candidate. ↵Nick Mathewson
Tweaked to use sensible defaults for NULL_REP_IS_ZERO_BYTES and TIME_T_IS_SIGNED. svn:r6474
2006-05-23Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ↵Nick Mathewson
often way way slower than doing the right thing. Backport candidate. svn:r6473
2006-04-100.1.2.0-alpha-cvs!Roger Dingledine
svn:r6375
2006-04-10bump to 0.1.1.18-rcRoger Dingledine
svn:r6351
2006-03-29one preposition is better than two, sometimes.Roger Dingledine
svn:r6270
2006-03-28bump to 0.1.1.17-rc-cvsRoger Dingledine
so much for 'release candidate' svn:r6265
2006-03-28bump to 0.1.1.17-rctor-0.1.1.17-rcRoger Dingledine
svn:r6261
2006-03-27On non-gcc compilers, use -g -O instead of -Wall -g -O2: resolve bug 273.Nick Mathewson
svn:r6245
2006-03-21Oops; give error earlier when no runnable libevent is found. Grep reveals no ↵Nick Mathewson
more errors of this type in configure.in svn:r6210
2006-03-19and now resume building on netbsd 2.0Roger Dingledine
insert circus music here svn:r6199
2006-03-19resume building on irix64Roger Dingledine
svn:r6198
2006-03-19bump to 0.1.1.16-rc-cvs so we can start fixing more bugsRoger Dingledine
svn:r6197
2006-03-19which brings us to 0.1.1.16-rctor-0.1.1.16-rcRoger Dingledine
svn:r6195