summaryrefslogtreecommitdiff
path: root/evbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* improved code for evbuffer; avoids memcpyNiels Provos2008-02-281-19/+2
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-3/+3
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-4/+5
* use a const pointer for bufferevent_writeNiels Provos2007-11-171-1/+1
* Make all the C files in the libraries compile under MSVC 2005 Express. There...Nick Mathewson2007-11-071-0/+4
* r16501@catbus: nickm | 2007-11-07 01:00:31 -0500Nick Mathewson2007-11-071-1/+2
* 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
* make it compile with mingw; from NickNiels Provos2006-09-271-0/+8
* allow both read and write callbacks for bufferevents to be NULLNiels Provos2006-08-261-2/+7
* limit the amount of data bufferevents are going to consume to somethingNiels Provos2006-02-131-1/+9
* allow setting an event base for bufferevents; from phil olesonNiels Provos2006-02-031-1/+19
* make it compile on mac os xNiels Provos2005-09-091-1/+1
* better commentNiels Provos2005-04-231-0/+2
* fixes from alexander von gernlerNiels Provos2005-04-141-0/+5
* make it compile on solarisNiels Provos2005-04-041-1/+0
* fixes for threaded operations from Andrew DanforthNiels Provos2005-01-031-1/+3
* support for event priorities; active events are scheduled into priority queues;Niels Provos2004-09-191-0/+11
* licenseNiels Provos2004-04-131-2/+21
* support for low and high watermarksNiels Provos2004-04-041-2/+63
* allow the write callback to called even if there is no buffered dataNiels Provos2004-03-231-15/+19
* provided buffered eventsNiels Provos2004-03-231-0/+271