aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
...
* 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
* Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ↵Nick Mathewson2006-05-28
| | | | | | instead. Based on code from Michael Mohr. svn:r6510
* build the Makefile in contrib/suse/ tooRoger Dingledine2006-05-26
| | | | svn:r6502
* Let AC_OUTPUT know about contrib/suse/tor.sh and we only need tor.shAndrew Lewman2006-05-26
| | | | | | | from contrib/suse svn:r6501
* Patch from Michael Mohr to fix cross-compilation. Backport candidate. ↵Nick Mathewson2006-05-23
| | | | | | Tweaked to use sensible defaults for NULL_REP_IS_ZERO_BYTES and TIME_T_IS_SIGNED. svn:r6474
* Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ↵Nick Mathewson2006-05-23
| | | | | | often way way slower than doing the right thing. Backport candidate. svn:r6473
* 0.1.2.0-alpha-cvs!Roger Dingledine2006-04-10
| | | | svn:r6375
* bump to 0.1.1.18-rcRoger Dingledine2006-04-10
| | | | svn:r6351
* one preposition is better than two, sometimes.Roger Dingledine2006-03-29
| | | | svn:r6270
* bump to 0.1.1.17-rc-cvsRoger Dingledine2006-03-28
| | | | | | | so much for 'release candidate' svn:r6265
* bump to 0.1.1.17-rcRoger Dingledine2006-03-28
| | | | svn:r6261
* On non-gcc compilers, use -g -O instead of -Wall -g -O2: resolve bug 273.Nick Mathewson2006-03-27
| | | | svn:r6245
* Oops; give error earlier when no runnable libevent is found. Grep reveals no ↵Nick Mathewson2006-03-21
| | | | | | more errors of this type in configure.in svn:r6210
* and now resume building on netbsd 2.0Roger Dingledine2006-03-19
| | | | | | | insert circus music here svn:r6199
* resume building on irix64Roger Dingledine2006-03-19
| | | | svn:r6198
* bump to 0.1.1.16-rc-cvs so we can start fixing more bugsRoger Dingledine2006-03-19
| | | | svn:r6197
* which brings us to 0.1.1.16-rcRoger Dingledine2006-03-19
| | | | svn:r6195
* remove extraneous (i hope) include from the openssl detectionRoger Dingledine2006-03-14
| | | | svn:r6160
* fix some punctuation and tabsRoger Dingledine2006-03-13
| | | | svn:r6154
* fix a flipped boolean. I had mistakenly assumed my OSX latptop was my friendNick Mathewson2006-03-13
| | | | svn:r6152
* Add a missing include in ssl version test.Nick Mathewson2006-03-13
| | | | svn:r6151
* Another configure.in fix. We copied some idiocy from our example "look for ↵Nick Mathewson2006-03-13
| | | | | | openssl" code where we skipped checking for the presence of header files when deciding whether we needed a -L or -I option. This broke the case where openssl/libevent was in our default linker search path, but not our default cpp search path. Thanks go to cat-"pathological case"-xeger and her Solaris box. svn:r6149
* Fix a couple of bugs in OpenSSL detection. Also, deal better when there are ↵Nick Mathewson2006-03-13
| | | | | | multiple SSLs installed. svn:r6148
* Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ↵Nick Mathewson2006-03-13
| | | | | | use autoconf. Also, prefer __func__ in our own code: __func__ is a C99 standard, whereas __FUNCTION__ is not. [Fixes bug 254.] svn:r6144
* bump to 0.1.1.15-rc-cvsRoger Dingledine2006-03-12
| | | | svn:r6132
* bump to 0.1.1.15-rcRoger Dingledine2006-03-11
| | | | svn:r6126
* bump to 0.1.1.14-alpha-cvs, and we're off.Roger Dingledine2006-02-21
| | | | svn:r6062
* bump to 0.1.1.14-alphaRoger Dingledine2006-02-21
| | | | svn:r6059
* bump to 0.1.1.13-alpha-cvs -- progress!Roger Dingledine2006-02-10
| | | | svn:r5954
* bump to 0.1.1.13-alphaRoger Dingledine2006-02-09
| | | | svn:r5951
* Happy new year!Roger Dingledine2006-02-09
| | | | svn:r5949
* Be sure to restore LDFLAGS from LDFLAGS, not from LIBS.Nick Mathewson2006-02-03
| | | | svn:r5902
* Apply Matt Ghali's --with-syslog-facility patchPeter Palfrader2006-02-01
| | | | svn:r5883
* Make OpenSSL configure.in logic match libevent configure.in logic.Nick Mathewson2006-01-27
| | | | svn:r5873
* More improvements on libevent hunting: give a good error when no libevent ↵Nick Mathewson2006-01-27
| | | | | | linkable is found at all; also try using -R to link libevent where needed. svn:r5872
* Minor cleanup of last patch: check system before prefix, so we dont believe ↵Nick Mathewson2006-01-27
| | | | | | that libevent is /usr/local/lib when it is in /usr. svn:r5871
* Implement --with-libevent-dir. Improve libevent search techniques. May be ↵Nick Mathewson2006-01-27
| | | | | | buggy as my old apartment. svn:r5870
* bump to 0.1.1.12-alpha-cvsRoger Dingledine2006-01-12
| | | | svn:r5825
* bump to 0.1.1.12-alphaRoger Dingledine2006-01-11
| | | | | | | ha ha svn:r5808
* bump to 0.1.1.11-alpha-cvsRoger Dingledine2006-01-11
| | | | svn:r5799
* bump to 0.1.1.11-alpha in preparation for releaseRoger Dingledine2006-01-10
| | | | svn:r5783
* Apply RPM-related cleanups from John BashinskiNick Mathewson2005-12-24
| | | | svn:r5639
* bump to 0.1.1.10-alpha-cvsRoger Dingledine2005-12-11
| | | | svn:r5558
* bump to 0.1.1.10-alphaRoger Dingledine2005-12-10
| | | | svn:r5553
* Also print usernames, not just numeric UIDs when we tell the user that his ↵Peter Palfrader2005-12-05
| | | | | | data directory has the wrong owner svn:r5502