aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* r11536@Kushana: nickm | 2006-12-11 22:48:21 -0500Nick Mathewson2006-12-12
| | | | | | | Add ipv6 functionality to evdns. svn:r9089
* bump to 0.1.2.4-alpha-devRoger Dingledine2006-12-04
| | | | svn:r9022
* cleanups, bump to 0.1.2.4-alphaRoger Dingledine2006-12-02
| | | | svn:r9015
* r9372@totoro: nickm | 2006-11-21 10:59:47 -0500Nick Mathewson2006-11-21
| | | | | | | Small cross-compilation fixes. svn:r8980
* r9326@totoro: nickm | 2006-11-15 16:17:35 -0500Nick Mathewson2006-11-15
| | | | | | | Try to detect mipspro compiler. Add -c99 to cflags if we find it. svn:r8955
* r9324@totoro: nickm | 2006-11-14 20:21:43 -0500Nick Mathewson2006-11-15
| | | | | | | Patch from pnx to make configure.in link against libevent properly on irix64. "This time for sure--presto!". svn:r8954
* r9322@totoro: nickm | 2006-11-14 15:20:28 -0500Nick Mathewson2006-11-14
| | | | | | | Have libevent search include /usr/pkg. This may make irix happier. svn:r8953
* r9478@Kushana: nickm | 2006-11-05 10:52:29 -0500Nick Mathewson2006-11-05
| | | | | | | add includes to AC_CHECK_MEMBERS test for timeval.tv_sec. svn:r8906
* and then bump to 0.1.2.3-alpha-devRoger Dingledine2006-10-30
| | | | svn:r8863
* clean changelog, bump to 0.1.2.3-alphaRoger Dingledine2006-10-30
| | | | svn:r8860
* r9384@Kushana: nickm | 2006-10-24 22:51:42 -0400Nick Mathewson2006-10-25
| | | | | | | 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
* r9081@totoro: nickm | 2006-10-19 11:00:51 -0400Nick Mathewson2006-10-19
| | | | | | | Try to detect windows properly when cross-compiling svn:r8755
* r8987@totoro: nickm | 2006-10-10 19:46:08 -0400Nick Mathewson2006-10-10
| | | | | | | Remove -Winline from standard list, add -Wswitch-enum. svn:r8687
* r8986@totoro: nickm | 2006-10-10 19:40:28 -0400Nick Mathewson2006-10-10
| | | | | | | Make --enable-gcc-warnings work on gcc3.3, not just on gcc4.0 svn:r8686
* r8955@totoro: nickm | 2006-10-08 22:23:17 -0400Nick Mathewson2006-10-09
| | | | | | | Add some quotes to a test in configure.in, so IRIX will run the configure script without warning. svn:r8662
* r8948@totoro: nickm | 2006-10-08 17:04:53 -0400Nick Mathewson2006-10-08
| | | | | | | Add an --enable-gcc-warnings flag to configure.in svn:r8655
* bump to 0.1.2.2-alpha-dev. time to go wild again.Roger Dingledine2006-10-07
| | | | svn:r8639
* r8920@totoro: nickm | 2006-10-07 11:40:06 -0400Nick Mathewson2006-10-07
| | | | | | | 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
* Bump to 0.1.2.2-alpha. Not tagged yet, so somebody can find aRoger Dingledine2006-10-07
| | | | | | | compile bug on an obscure platform while i'm asleep. svn:r8634
* r10016@danube: weasel | 2006-10-07 03:25:51 +0200Peter Palfrader2006-10-07
| | | | | | | Fix a configure notice on crosscompile svn:r8625
* r9107@Kushana: nickm | 2006-10-06 02:14:02 -0400Nick Mathewson2006-10-06
| | | | | | | When eventdns is enabled, we can allow machines with thread-unsafe resolver functions to build multithreaded anyway. svn:r8608
* r9103@Kushana: nickm | 2006-10-05 23:27:35 -0400Nick Mathewson2006-10-06
| | | | | | | Check whether inet_aton requires libresolv. Apparently this is another solaris thing. svn:r8602
* r8844@totoro: nickm | 2006-10-02 16:32:44 -0400Nick Mathewson2006-10-02
| | | | | | | Resolve an XXXX: make sure that we are actually on 2s-complement hardware. svn:r8576
* r8750@totoro: nickm | 2006-09-27 20:52:01 -0400Nick Mathewson2006-09-28
| | | | | | | Fix some warnings on mingw; hopefully this should let us build on mingw without warnings. svn:r8509
* Build correctly for use on OS X platforms with case-sensitive filesystemsNick Mathewson2006-09-24
| | | | svn:r8487
* Malloc and friends are critical-path: Thus, add an it-wont-happen branch ↵Nick Mathewson2006-09-19
| | | | | | prediction for NULL returns, and skip the malloc(0) check on platforms where malloc(0) returns a pointer. svn:r8431
* r8757@Kushana: nickm | 2006-09-07 13:07:46 -0400Nick Mathewson2006-09-07
| | | | | | | Fix more compile warnings on Woody. svn:r8349
* - fixed up typos in eventdns.cMike Chiussi2006-09-07
| | | | | | | - configure lets user build with eventdns on win32 svn:r8332
* r8723@Kushana: nickm | 2006-09-06 04:24:54 -0400Nick Mathewson2006-09-06
| | | | | | | Clean up configure.in spaces, and make it work on Mac OS X again (for me). svn:r8325
* - made configure check if we are building for win32Mike Chiussi2006-09-06
| | | | | | | | | | | | | - 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
* r8709@Kushana: nickm | 2006-09-02 20:59:54 -0400Nick Mathewson2006-09-03
| | | | | | | Remove unused autoconf checks. svn:r8319
* r8704@Kushana: nickm | 2006-09-02 01:32:34 -0400Nick Mathewson2006-09-02
| | | | | | | correct includes for net/if.h and net/pfvar.h on openbsd (from Tup) svn:r8316
* r8606@Kushana: nickm | 2006-08-27 14:04:19 -0400Nick Mathewson2006-08-28
| | | | | | | Now that 0.1.2.1-alpha is out, make eventdns on-by-default again. (Hoop-lah.) svn:r8253
* bump trunk to 0.1.2.1-alpha-devRoger Dingledine2006-08-28
| | | | svn:r8251
* turn eventdns off by default until we can get some more usefulRoger Dingledine2006-08-27
| | | | | | | | log messages into it. no use learning that it's broken without being able to learn what is broken too. svn:r8245
* bump to 0.1.2.1-alphaRoger Dingledine2006-08-27
| | | | | | | (does it work?) svn:r8244
* r8556@Kushana: nickm | 2006-08-22 01:22:46 -0400Nick Mathewson2006-08-22
| | | | | | | Enable eventdns by default on platforms where we autoconf. This should be everything but windows. svn:r8214
* r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson2006-08-11
| | | | | | | 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
* r7323@Kushana: nickm | 2006-08-10 22:04:57 -0700Nick Mathewson2006-08-11
| | | | | | | Add sys/socket.h prereq for net/if.h and net/pfvar.h svn:r7019
* r7315@Kushana: nickm | 2006-08-10 02:30:13 -0700Nick Mathewson2006-08-10
| | | | | | | add missing "test" and missing include. svn:r7015
* r7313@Kushana: nickm | 2006-08-10 02:13:35 -0700Nick Mathewson2006-08-10
| | | | | | | Add missing .h to header file name. My bad. svn:r7013
* r7300@Kushana: nickm | 2006-08-10 01:36:40 -0700Nick Mathewson2006-08-10
| | | | | | | Distinguish netfilter vs pf at configure time based on headers, not on OS. svn:r7008
* r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700Nick Mathewson2006-08-10
| | | | | | | 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
* Remove the last vestiges of launchd plist.Andrew Lewman2006-07-30
| | | | svn:r6938
* Added net.freehaven.tor.plist to AC_OUTPUTAndrew Lewman2006-07-17
| | | | svn:r6769
* Fix configure.in to not produce broken configure files with more recentPeter Palfrader2006-06-16
| | | | | | | versions of autoconf. Thanks to Clint for his auto* voodoo. svn:r6632
* start checking for limits.h too. we should resume compilingRoger Dingledine2006-06-14
| | | | | | | on irix64 and other weird platforms now. svn:r6624
* More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads.Nick Mathewson2006-06-05
| | | | svn:r6535
* Add a new warning to our "warn a lot" list: unused parameters. This means ↵Nick Mathewson2006-06-04
| | | | | | we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.) svn:r6532
* Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, ↵Nick Mathewson2006-06-03
| | | | | | 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