summaryrefslogtreecommitdiff
path: root/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-2/+2
* r14953@tombo: nickm | 2007-11-25 15:56:40 -0500Nick Mathewson2007-11-251-25/+71
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-5/+6
* Make all the C files in the libraries compile under MSVC 2005 Express. There...Nick Mathewson2007-11-071-1/+2
* r16509@catbus: nickm | 2007-11-07 02:08:32 -0500Nick Mathewson2007-11-071-1/+0
* On win32, sockets apparently can't be used with ReadFile and WriteFile: You n...Nick Mathewson2007-09-201-23/+18
* fix typo in commentsNiels Provos2007-08-191-1/+1
* fixes from Joerg Sonnenberger:Niels Provos2007-06-301-1/+1
* support removing of http callbacks and removing of registered RPCsNiels Provos2007-05-231-2/+7
* fix evbuffer_find off by one; found by Ken Cox; regression test by himNiels Provos2007-04-191-5/+4
* 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
* fix handling of chunked requestsNiels Provos2007-02-141-1/+1
* make it work on freebsd; from phil olesonNiels Provos2007-01-271-0/+3
* evbuffer_find fix from Dug SongNiels Provos2007-01-061-3/+4
* fix a potential problem in multiple handling of va_list; use va_copy instead;Niels Provos2006-11-101-3/+9
* make it compile with mingw; from NickNiels Provos2006-09-271-1/+1
* many changes for fixing a small bug: post requests would not send the postNiels Provos2006-02-131-1/+3
* limit the amount of data bufferevents are going to consume to somethingNiels Provos2006-02-131-1/+14
* another fix from artNiels Provos2006-01-221-2/+2
* add evbuffer_add_vprintf interface from artur grabowski; add some testingNiels Provos2005-12-061-26/+34
* event.3Niels Provos2005-09-201-1/+1
* fix issue with signedness warnings; from Alexander von Gernlerrelease-1.1bNiels Provos2005-06-191-2/+2
* bufferevents would not correctly detect EOF on read; reported byNiels Provos2005-06-101-1/+1
* provide a function to read lines from buffers; comes in handy for manyNiels Provos2005-04-231-0/+47
* fixes from alexander von gernlerNiels Provos2005-04-141-1/+1
* build fixes from nick mathewsonNiels Provos2005-04-011-2/+7
* debugging callbacks from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-291-1/+0
* should work a little bit better with solaris compilerNiels Provos2004-07-191-1/+1
* change evbuffer_read so that it reads directly into the memory allocated toNiels Provos2004-07-131-28/+75
* make it compile on systems without vasprintfNiels Provos2004-06-111-3/+7
* fix some of the windows compile issues; make buffer.c faster; supportNiels Provos2004-05-241-19/+120
* licenseNiels Provos2004-04-131-2/+24
* support for low and high watermarksNiels Provos2004-04-041-1/+21
* provided buffered eventsNiels Provos2004-03-231-18/+31
* new event_once interface; start of buffering interface for buffered eventsNiels Provos2004-02-221-0/+165