summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAge
* Fix compilation when openssl support is disabledNick Mathewson2010-04-28
* Fix a couple of bugs in the BSD sysctl arc4seed logicNick Mathewson2010-04-23
* Seed the RNG using sysctl() as well as /dev/urandomNick Mathewson2010-04-23
* Never test for select() on windowsTrond Norbye2010-03-23
* Switch to using AM conditionals in place of AC_LIBOBJNick Mathewson2010-03-12
* Bump version to 2.0.4-alpha-devNick Mathewson2010-02-28
* Bump the version to 2.0.4-alphaNick Mathewson2010-02-28
* Merge branch 'arc4random'Nick Mathewson2010-02-17
|\
| * Make RNG work when we have arc4random() but not arc4random_buf()Nick Mathewson2010-02-13
| * Add an arc4random implementation for use by evdnsNick Mathewson2010-02-11
* | Increment the submicro version number.Nick Mathewson2010-02-15
|/
* Add ev_[u]intptr_t to include/event2/util.hNick Mathewson2010-01-26
* Add support for a "debug mode" to try to catch common errors.Nick Mathewson2010-01-25
* Detect setenv/unsetenv; skip main/base_environ test if we can't fake them.Nick Mathewson2010-01-22
* Never believe that we have pthreads on win32, even if gcc thinks we do.Nick Mathewson2009-12-30
* Set all instances of the version number correctly.Nick Mathewson2009-12-18
* call it 2.0.3-alphaNiels Provos2009-11-20
* Windows *does* have getservbyname, no matter what autoconf says.Nick Mathewson2009-11-17
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-16
* When running set[ug]id, don't check the environment.Nick Mathewson2009-11-15
* Use arc4random() for dns transaction ids where available. Patch taken from O...Nick Mathewson2009-11-15
* Implement size limits on HTTP header length and body length.Nick Mathewson2009-11-04
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-03
* Forward-port: fix android compilationNick Mathewson2009-09-23
* Support sendfile on solaris: patch from Caitlin Mercer.Nick Mathewson2009-08-16
* Bufferevent support for openssl.Nick Mathewson2009-07-28
* call it 2.0.2-alphaNiels Provos2009-07-25
* Use a uniform strategy when a function is not working: do not exposeNick Mathewson2009-07-17
* Change use of AC_CHECK_LIB to AC_SEARCH_LIBS.Nick Mathewson2009-07-10
* Add requirement in configure.in for autoconf 2.59c. Needed for ssize_t test....Nick Mathewson2009-05-25
* Apparently MSVC lacks a ssize_t. Define an ev_ssize_t for headers, and make ...Nick Mathewson2009-04-30
* Use signal.h, not sys/signal.h.Nick Mathewson2009-04-23
* bump the numeric version; this is not the same as the alpha.Nick Mathewson2009-04-23
* Bump version to 2.0.1-alpha-dev so that nobody mistakes a svn checkout for 2....Nick Mathewson2009-04-17
* Increment version to 2.0.1-alpha, and add a numeric version facilityNick Mathewson2009-04-17
* Add a configure flag to hardcode all of our mm functions.Nick Mathewson2009-04-17
* pkgconfig support from Ted BullockNiels Provos2009-04-17
* Build with the -fno-strict-aliasing flag on GCC.Nick Mathewson2009-01-31
* sendfile/mmap and memory reference implementation for evbuffersNiels Provos2009-01-27
* rename sys/signal.h to signal.h; configure m4 macro dir; this assist with com...Niels Provos2009-01-22
* New functions to provide sane threading callbacks with pthreads and win32 thr...Nick Mathewson2009-01-21
* Use eventfd for main-thread notification where available (i.e., linux).Nick Mathewson2009-01-19
* Make event_break threadsafe; make notify-thread mechanism a little more gener...Nick Mathewson2009-01-19
* Work better with platforms that do not have ipv6 structures, or that do not h...Nick Mathewson2009-01-02
* New functions in evutil to clone inet_pton and inet_ntop, with tests.Nick Mathewson2009-01-02
* replace fnmatch with homegrown functionNiels Provos2008-05-10
* r15555@tombo: nickm | 2008-05-08 19:56:51 -0400Nick Mathewson2008-05-08
* add support for virtual http hosts; no tests yetNiels Provos2008-05-05
* provide example bufferevent filters doing compression and decompression as ad...Niels Provos2008-04-30
* r19305@catbus: nickm | 2008-04-10 15:34:10 -0400Nick Mathewson2008-04-10