buffer.c


Log

Author Commit Date CI Message
Niels Provos 8d1317d7 2005-12-06T03:26:28 add evbuffer_add_vprintf interface from artur grabowski; add some testing svn:r188
Niels Provos 11a40d47 2005-09-20T15:59:00 event.3 svn:r184
Niels Provos e1759c7b 2005-06-19T20:28:20 fix issue with signedness warnings; from Alexander von Gernler svn:r169
Niels Provos 81bd0a06 2005-06-10T07:42:14 bufferevents would not correctly detect EOF on read; reported by Jonathan Brannan svn:r167
Niels Provos 425fc0d5 2005-04-23T02:53:39 provide a function to read lines from buffers; comes in handy for many AscII protocols. svn:r154
Niels Provos 5e2ba12a 2005-04-14T23:28:06 fixes from alexander von gernler svn:r148
Niels Provos 32bed8f9 2005-04-01T04:20:39 build fixes from nick mathewson svn:r139
Niels Provos fbdaf3ab 2005-03-29T07:03:10 debugging callbacks from Nick Mathewson <nickm@freehaven.net> svn:r136
Niels Provos 6db3da27 2004-07-19T06:18:10 should work a little bit better with solaris compiler svn:r111
Niels Provos 44d88ea6 2004-07-13T08:02:45 change evbuffer_read so that it reads directly into the memory allocated to the evbuffer; this avoids one unnecessary data copy. svn:r110
Niels Provos de5fc619 2004-06-11T04:42:56 make it compile on systems without vasprintf svn:r107
Niels Provos 025d1bc2 2004-05-24T00:19:52 fix some of the windows compile issues; make buffer.c faster; support signals via pipes. svn:r105
Niels Provos 849d5249 2004-04-13T06:22:48 license svn:r104
Niels Provos fbf01c7f 2004-04-04T02:20:21 support for low and high watermarks svn:r101
Niels Provos 5908bd72 2004-03-23T03:43:53 provided buffered events svn:r95
Niels Provos ec2c1db4 2004-02-22T21:17:23 new event_once interface; start of buffering interface for buffered events svn:r93