summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* 1.3a on trunk?Niels Provos2007-02-181-1/+1
* small bug fixes to AAAA resolution and regression test; from Nick Mathewson!Niels Provos2007-01-271-1/+1
* AAAA support for DNS; from Nick Mathewson.Niels Provos2007-01-271-1/+12
* rename strlcpy so that it does not conflict with other tests; fromNiels Provos2007-01-031-2/+1
* mingw fixes from NickNiels Provos2006-11-221-1/+1
* make it 1.2; fix some size issues for printf in regression codeNiels Provos2006-10-151-1/+1
* make it compile with mingw; from NickNiels Provos2006-09-271-0/+15
* configure evdns and make it compileNiels Provos2006-08-131-1/+7
* 1.2-rc1; Solaris' event port support from Dave PachecoNiels Provos2006-07-151-2/+11
* use clock_gettime if available from Claudio Jeker <claudio@openbsd.org>Niels Provos2006-03-281-1/+1
* provide strlcpy for the unenlightened libcsNiels Provos2006-02-261-0/+1
* version 1.2Niels Provos2006-01-221-1/+1
* treate EINVAL as per fd error in kqueue; use argument for debug macros inNiels Provos2005-06-111-1/+1
* performance improvements by Nick Mathewson; we modify the arrays directlyNiels Provos2005-05-101-1/+1
* syncNiels Provos2005-05-101-1/+1
* 1.0dNiels Provos2005-04-231-1/+1
* libtoolize; from Nick MathewsonNiels Provos2005-04-231-1/+7
* acknowledgements and new versionNiels Provos2005-04-041-1/+1
* debugging callbacks from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-291-2/+0
* compilation fixes for IRIX; from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-02-221-0/+57
* provide maintainer mode in automake; put event_gotsig back into globalNiels Provos2005-02-221-1/+1
* version 1.0Niels Provos2004-12-051-1/+1
* close file descriptors on exec(); suggested by aaron at die.netNiels Provos2004-08-101-1/+13