summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* include Doxyfile in tar ball; from Jeff GarzikNiels Provos2009-03-121-0/+1
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-021-1/+2
* Make ht-internal.h get distributed.Nick Mathewson2009-01-291-1/+1
* rename sys/signal.h to signal.h; configure m4 macro dir; this assist with com...Niels Provos2009-01-221-0/+1
* New functions to provide sane threading callbacks with pthreads and win32 thr...Nick Mathewson2009-01-211-1/+10
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-1/+1
* Stop linking backends into libevent_extra.laNick Mathewson2009-01-131-2/+2
* Move internal headers into noinst_HEADERS automake target where they belong.Nick Mathewson2009-01-131-9/+11
* New EVUTIL_ERR_*_RETRIABLE macros to tell if an errno blocked or failed.Nick Mathewson2009-01-131-0/+2
* Move strlcpy.c into libevent-core, so that code built against libevent-core o...Nick Mathewson2009-01-121-2/+2
* Work better with platforms that do not have ipv6 structures, or that do not h...Nick Mathewson2009-01-021-1/+1
* Restructure the event backends so that they do not need to keep track of even...Niels Provos2008-12-231-1/+1
* r19649@catbus: nickm | 2008-05-08 10:00:14 -0400Nick Mathewson2008-05-081-3/+3
* trust in naming: rename evbuffer.c to bufferevent.cNiels Provos2008-05-041-1/+1
* support input/output filters for buffereventsNiels Provos2008-04-301-1/+3
* Provide OpenSSL style support for multiple threads accessing the same event_baseNiels Provos2008-03-021-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/+1
* r17291@catbus: nickm | 2007-12-20 17:19:55 -0500Nick Mathewson2007-12-201-0/+1
* Compile regression tests by default even on win32.Nick Mathewson2007-12-061-2/+2
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-1/+1
* clean up event-config.h to fix make distcheck; from sourceforge trackerNiels Provos2007-11-121-1/+1
* stick autogen.sh into EXTRA_DISTNiels Provos2007-11-121-1/+1
* we no longer need acconfig.hNiels Provos2007-11-121-1/+1
* r16501@catbus: nickm | 2007-11-07 01:00:31 -0500Nick Mathewson2007-11-071-1/+17
* r16487@catbus: nickm | 2007-11-06 22:38:44 -0500Nick Mathewson2007-11-071-1/+1
* remove tree.h from EXTRA_DIST; from Charles KerrNiels Provos2007-11-071-1/+1
* r14698@tombo: nickm | 2007-11-03 22:20:23 -0400Nick Mathewson2007-11-041-3/+29
* split libevent into two extra libraries libevent_core and libevent_extraNiels Provos2007-11-031-7/+15
* switch timeouts to a min heap; from Maxim YegorushkinNiels Provos2007-11-031-1/+1
* r15216@catbus: nickm | 2007-09-20 13:58:23 -0400Nick Mathewson2007-09-201-2/+3
* r15103@catbus: nickm | 2007-09-18 11:13:09 -0400Nick Mathewson2007-09-181-1/+2
* r15096@catbus: nickm | 2007-09-18 11:02:12 -0400Nick Mathewson2007-09-181-0/+3
* r14699@catbus: nickm | 2007-08-20 10:42:57 -0400Nick Mathewson2007-08-201-2/+2
* install evrpc.h headerNiels Provos2007-03-031-1/+1
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-2/+2
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-2/+2
* missing reference to strlcpy-internalNiels Provos2007-02-151-1/+2
* rename strlcpy so that it does not conflict with other tests; fromNiels Provos2007-01-031-2/+2
* first stab at an rpc layer; this breaks the regression test.Niels Provos2006-11-161-1/+3
* install evdns.3 man pageNiels Provos2006-10-091-2/+3
* make it compile with mingw; from NickNiels Provos2006-09-271-4/+19
* include evdns.h header - fix windows distribution filesNiels Provos2006-08-271-3/+3
* configure evdns and make it compileNiels Provos2006-08-131-1/+1
* windows makefile fixes from branchNiels Provos2006-08-111-4/+3
* 1.2-rc1; Solaris' event port support from Dave PachecoNiels Provos2006-07-151-1/+1
* move http related prototypes to evhttp.hNiels Provos2006-06-101-2/+2
* rename http.h to http-internal.h - i wish there were decent refactoring toolsNiels Provos2006-06-101-1/+1
* I often need some very simple HTTP functionality, so this is a first stabNiels Provos2006-01-221-1/+2
* including the tagging code that is required by event_rpcgen.py; test theNiels Provos2005-08-221-3/+5