summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Remove nonfunctional enable_libevent_(install|regress)_def variablesNick Mathewson2011-02-221-5/+2
* Add configure options to disable installation, regression testsDave Hart2011-02-221-0/+19
* Add -D_OSF_SOURCE to fix hpux buildsHarlan Stenn2011-02-221-0/+12
* Use the gcc -ffunction-segments feature to allow gc when linking with static ...Dave Hart2011-02-221-0/+32
* Check for getservbyname even if not on win32.Harlan Stenn2011-02-221-0/+1
* Fix autoconf bracket issues; make check for getaddrinfo include netdb.hHarlan Stenn2011-02-221-4/+25
* Skip check for zlib if we have no zlib.hHarlan Stenn2011-02-221-0/+4
* Fix warnings about AC_LANG_PROGRAM usageSebastian Hahn2011-02-031-8/+8
* Do not check for gethostbyname_r versions if we have getaddrinfoNick Mathewson2011-01-311-0/+3
* Build correctly on platforms without sockaddr_storageNick Mathewson2011-01-241-1/+1
* Make --enable-gcc-warnings a no-op if not using gccNick Mathewson2011-01-241-1/+1
* Bump version to 2.0.10-stable-devNick Mathewson2010-12-161-2/+2
* Set the version to 2.0.10-stableNick Mathewson2010-12-151-2/+2
* Increment version to 2.0.9-rc-devNick Mathewson2010-11-301-2/+2
* Increment version to 2.0.9-rcNick Mathewson2010-11-301-2/+2
* Reworked AIX __ss_family workaround to use AC_STRUCT_MEMBER.Kevin Bowling2010-11-231-1/+1
* select comes from <sys/select.h> according to POSIX.1-2001, or from aKevin Bowling2010-11-231-2/+2
* Fix bugs in posix thread-id calculation when sizeof(pthread_t) != sizeof(long)Nick Mathewson2010-10-261-0/+4
* Increment version in git to 2.0.8-rc-devNick Mathewson2010-10-141-2/+2
* Increment the version to 2.0.8-rcrelease-2.0.8-rcNick Mathewson2010-10-141-2/+2
* Make the --enable-gcc-warnings option include signed comparison warningsNick Mathewson2010-10-141-1/+1
* Bump version to 2.0.7-rc-devNick Mathewson2010-09-091-2/+2
* Make all versioning changes for 2.0.7-rc, and add ChangeLogrelease-2.0.7-rcNick Mathewson2010-09-091-2/+2
* Fix kquue correctness test on x84_64Nick Mathewson2010-08-191-1/+2
* Merge branch 'more_pkgconfig'Nick Mathewson2010-08-101-1/+1
|\
| * Add pkgconfig files for libevent_{openssl,pthreads}Nick Mathewson2010-08-101-1/+1
* | Increment vesion to 2.0.6-rc-devNick Mathewson2010-08-061-2/+2
* | Increment versions to 2.0.6-rcrelease-2.0.6-rcNick Mathewson2010-08-061-2/+2
* | Move event-config.h to include/event2Nick Mathewson2010-08-061-0/+1
|/
* Use -Wlogical-op on gcc 4.5 or higherNick Mathewson2010-05-181-0/+9
* Add some missing includes to fix Linux build againNick Mathewson2010-05-141-1/+1
* Bump version to 2.0.5-beta-devNick Mathewson2010-05-101-2/+2
* Increment version numbers for 2.0.5-betarelease-2.0.5-betaNick Mathewson2010-05-091-2/+2
* Fix some autoconf issues on OpenBSDNick Mathewson2010-05-081-1/+6
* Define _REENTRANT as needed on Solaris, elsewhereNick Mathewson2010-05-081-2/+4
* Numerous opensolaris compilation fixesNick Mathewson2010-05-081-1/+1
* Fix compilation when openssl support is disabledNick Mathewson2010-04-281-0/+2
* Fix a couple of bugs in the BSD sysctl arc4seed logicNick Mathewson2010-04-231-3/+4
* Seed the RNG using sysctl() as well as /dev/urandomNick Mathewson2010-04-231-1/+7
* Never test for select() on windowsTrond Norbye2010-03-231-3/+5
* Switch to using AM conditionals in place of AC_LIBOBJNick Mathewson2010-03-121-21/+20
* Bump version to 2.0.4-alpha-devNick Mathewson2010-02-281-2/+2
* Bump the version to 2.0.4-alpharelease-2.0.4-alphaNick Mathewson2010-02-281-2/+2
* Merge branch 'arc4random'Nick Mathewson2010-02-171-9/+1
|\
| * Make RNG work when we have arc4random() but not arc4random_buf()Nick Mathewson2010-02-131-1/+1
| * Add an arc4random implementation for use by evdnsNick Mathewson2010-02-111-8/+0
* | Increment the submicro version number.Nick Mathewson2010-02-151-1/+1
|/
* Add ev_[u]intptr_t to include/event2/util.hNick Mathewson2010-01-261-1/+2
* Add support for a "debug mode" to try to catch common errors.Nick Mathewson2010-01-251-1/+10
* Detect setenv/unsetenv; skip main/base_environ test if we can't fake them.Nick Mathewson2010-01-221-2/+1