summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Implement size limits on HTTP header length and body length.Nick Mathewson2009-11-041-0/+1
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-031-1/+1
* Forward-port: fix android compilationNick Mathewson2009-09-231-0/+8
* Support sendfile on solaris: patch from Caitlin Mercer.Nick Mathewson2009-08-161-0/+1
* Bufferevent support for openssl.Nick Mathewson2009-07-281-2/+21
* call it 2.0.2-alphaNiels Provos2009-07-251-2/+2
* Use a uniform strategy when a function is not working: do not exposeNick Mathewson2009-07-171-1/+1
* Change use of AC_CHECK_LIB to AC_SEARCH_LIBS.Nick Mathewson2009-07-101-11/+13
* Add requirement in configure.in for autoconf 2.59c. Needed for ssize_t test....Nick Mathewson2009-05-251-0/+1
* Apparently MSVC lacks a ssize_t. Define an ev_ssize_t for headers, and make ...Nick Mathewson2009-04-301-0/+1
* Use signal.h, not sys/signal.h.Nick Mathewson2009-04-231-1/+1
* bump the numeric version; this is not the same as the alpha.Nick Mathewson2009-04-231-1/+1
* Bump version to 2.0.1-alpha-dev so that nobody mistakes a svn checkout for 2....Nick Mathewson2009-04-171-1/+1
* Increment version to 2.0.1-alpha, and add a numeric version facilityNick Mathewson2009-04-171-1/+2
* Add a configure flag to hardcode all of our mm functions.Nick Mathewson2009-04-171-0/+9
* pkgconfig support from Ted BullockNiels Provos2009-04-171-4/+5
* Build with the -fno-strict-aliasing flag on GCC.Nick Mathewson2009-01-311-2/+6
* sendfile/mmap and memory reference implementation for evbuffersNiels Provos2009-01-271-2/+2
* rename sys/signal.h to signal.h; configure m4 macro dir; this assist with com...Niels Provos2009-01-221-0/+2
* New functions to provide sane threading callbacks with pthreads and win32 thr...Nick Mathewson2009-01-211-1/+1
* Use eventfd for main-thread notification where available (i.e., linux).Nick Mathewson2009-01-191-2/+2
* Make event_break threadsafe; make notify-thread mechanism a little more gener...Nick Mathewson2009-01-191-1/+1
* Work better with platforms that do not have ipv6 structures, or that do not h...Nick Mathewson2009-01-021-7/+42
* New functions in evutil to clone inet_pton and inet_ntop, with tests.Nick Mathewson2009-01-021-2/+2
* replace fnmatch with homegrown functionNiels Provos2008-05-101-2/+2
* r15555@tombo: nickm | 2008-05-08 19:56:51 -0400Nick Mathewson2008-05-081-3/+3
* add support for virtual http hosts; no tests yetNiels Provos2008-05-051-2/+2
* provide example bufferevent filters doing compression and decompression as ad...Niels Provos2008-04-301-0/+12
* r19305@catbus: nickm | 2008-04-10 15:34:10 -0400Nick Mathewson2008-04-101-1/+1
* Provide OpenSSL style support for multiple threads accessing the same event_baseNiels Provos2008-03-021-1/+17
* r18486@catbus: nickm | 2008-02-28 13:35:53 -0500Nick Mathewson2008-02-281-1/+1
* improved code for evbuffer; avoids memcpyNiels Provos2008-02-281-2/+2
* r18169@catbus: nickm | 2008-02-18 15:13:20 -0500Nick Mathewson2008-02-181-1/+0
* r18145@catbus: nickm | 2008-02-18 15:02:20 -0500Nick Mathewson2008-02-181-4/+16
* 1.3.99-trunk -> 1.4.99-trunkNiels Provos2008-02-171-1/+1
* r14211@tombo: nickm | 2008-02-16 15:28:54 -0500Nick Mathewson2008-02-161-1/+3
* add -Wstrict-aliasing and remove bogus evtag_test from event.hNiels Provos2007-12-181-1/+1
* r16733@catbus: nickm | 2007-11-26 14:18:25 -0500Nick Mathewson2007-11-261-0/+36
* Make all the C files in the libraries compile under MSVC 2005 Express. There...Nick Mathewson2007-11-071-1/+1
* r16487@catbus: nickm | 2007-11-06 22:38:44 -0500Nick Mathewson2007-11-071-53/+0
* r15217@catbus: nickm | 2007-09-20 14:04:32 -0400Nick Mathewson2007-09-201-1/+7
* r15216@catbus: nickm | 2007-09-20 13:58:23 -0400Nick Mathewson2007-09-201-1/+1
* r14970@catbus: nickm | 2007-09-06 20:09:39 -0400Nick Mathewson2007-09-071-2/+3
* Bump version number in svn trunk to 1.3.99.Nick Mathewson2007-08-241-1/+1
* check for sys/select.hNiels Provos2007-07-311-1/+1
* make clock_monotonic work; do not use default timeout;Niels Provos2007-07-301-0/+1
* convert u_int8_t types to uint8_t typesNiels Provos2007-06-301-4/+4
* make it compile on solaris; from Andrei NigmatulinNiels Provos2007-06-161-1/+2
* fix evbuffer_find off by one; found by Ken Cox; regression test by himNiels Provos2007-04-191-1/+1
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1