kc3-lang/libevent/buffer.c

Branch :


Log

Author Commit Date CI Message
58f42c79 2007-02-14 16:59:47 fix handling of chunked requests svn:r328
22e53c7a 2007-01-27 04:10:08 make it work on freebsd; from phil oleson svn:r314
de4e25f1 2007-01-06 02:25:50 evbuffer_find fix from Dug Song svn:r308
79d2ca8c 2006-11-10 02:16:16 fix a potential problem in multiple handling of va_list; use va_copy instead; from Alejo. svn:r251
9f7d28bb 2006-09-27 03:07:38 make it compile with mingw; from Nick svn:r235
896bf3a2 2006-02-13 02:22:48 many changes for fixing a small bug: post requests would not send the post data. I took the opportunity to reorganize a bit. svn:r201
7b78c828 2006-02-13 01:51:58 limit the amount of data bufferevents are going to consume to something reasonable; in some circumstances it could happen that libevent happily allocated 100MB in read buffers without telling the user; found by christopher maxwell - parts of these changes are from his patch. svn:r200
36bedaef 2006-01-22 05:06:14 another fix from art svn:r194
8d1317d7 2005-12-06 03:26:28 add evbuffer_add_vprintf interface from artur grabowski; add some testing svn:r188
11a40d47 2005-09-20 15:59:00 event.3 svn:r184
e1759c7b 2005-06-19 20:28:20 fix issue with signedness warnings; from Alexander von Gernler svn:r169
81bd0a06 2005-06-10 07:42:14 bufferevents would not correctly detect EOF on read; reported by Jonathan Brannan svn:r167
425fc0d5 2005-04-23 02:53:39 provide a function to read lines from buffers; comes in handy for many AscII protocols. svn:r154
5e2ba12a 2005-04-14 23:28:06 fixes from alexander von gernler svn:r148
32bed8f9 2005-04-01 04:20:39 build fixes from nick mathewson svn:r139
fbdaf3ab 2005-03-29 07:03:10 debugging callbacks from Nick Mathewson <nickm@freehaven.net> svn:r136
6db3da27 2004-07-19 06:18:10 should work a little bit better with solaris compiler svn:r111
44d88ea6 2004-07-13 08: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
de5fc619 2004-06-11 04:42:56 make it compile on systems without vasprintf svn:r107
025d1bc2 2004-05-24 00:19:52 fix some of the windows compile issues; make buffer.c faster; support signals via pipes. svn:r105
849d5249 2004-04-13 06:22:48 license svn:r104
fbf01c7f 2004-04-04 02:20:21 support for low and high watermarks svn:r101
5908bd72 2004-03-23 03:43:53 provided buffered events svn:r95
ec2c1db4 2004-02-22 21:17:23 new event_once interface; start of buffering interface for buffered events svn:r93