kc3-lang/libevent/include/event2/buffer_compat.h

Branch :


Log

Author Commit Date CI Message
0b4ab122 2009-05-28 15:47:15 Spell-check the the headers svn:r1320
eda27f95 2009-04-19 20:54:12 Update copyright notices, add some missing license statements svn:r1208
a8f6d961 2009-04-17 06:56:09 Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.h svn:r1183
f1b1bad4 2009-04-03 14:27:03 Make the new evbuffer callbacks use a new struct-based interface. The old interface would fail pretty hard when we had to batch up multiple adds and drains in a single call. svn:r1131
f90500a5 2009-04-03 01:21:36 Add a new improved search function. The old evbuffer_find didn't allow iterative searching, and forced us to repack the buffer completely every time we searched in it. The new evbuffer_search addresses both of these. As a side-effect, the evbuffer_find implementation is now a little more efficient. svn:r1130
bdbd5e0e 2009-01-26 17:09:37 For every deprecated function, explain why it is deprecated and what you should call instead. svn:r1052
ec2f4cbc 2009-01-23 01:35:57 Move obsolete evbuffer function into include/event2/buffer_compat.h svn:r1043