summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Revise the locking API: deprecate the old locking callbacks and add trylock.Nick Mathewson2009-11-271-1/+1
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-161-1/+1
* Export nmakefiles in source distribution.Nick Mathewson2009-11-051-1/+2
* Rename win32.c to win32select.c, and take it out of the WIN32-Code ghetto.Nick Mathewson2009-11-051-3/+2
* Fix another ssize_t userNick Mathewson2009-11-051-1/+0
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-031-1/+1
* Remove compat/sys/_time.hNick Mathewson2009-11-031-1/+1
* Bufferevent support for openssl.Nick Mathewson2009-07-281-0/+9
* Use -version-info, not -release.Nick Mathewson2009-07-131-14/+10
* We were distributing the wrong event-config.h with our source distributions. ...Nick Mathewson2009-05-151-1/+4
* Make unit tests for bufferevent_async compile and _almost_ work.Nick Mathewson2009-05-051-1/+3
* Add new code to make and accept connections.Nick Mathewson2009-05-051-1/+1
* defer-internal.h was missing from dist; so our first tar ball did not even co...Niels Provos2009-04-191-1/+1
* Increment version to 2.0.1-alpha, and add a numeric version facilityNick Mathewson2009-04-171-2/+10
* Rename whatsnew file to reflect actual version.Nick Mathewson2009-04-171-0/+1
* Document many internal functions and pieces of code.Nick Mathewson2009-04-171-2/+6
* pkgconfig support from Ted BullockNiels Provos2009-04-171-1/+5
* Make buffer iocp stuff compile happilyNick Mathewson2009-04-141-1/+2
* Add a linked-pair abstraction to bufferevents.Nick Mathewson2009-04-101-0/+1
* 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