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

Branch :


Log

Author Commit Date CI Message
ec347b92 2010-07-07 16:45:03 Move event-config.h to include/event2 This change means that all required include files are in event2, and all files not in event2/* are optional.
6ae53d67 2010-08-04 15:44:08 Add an interface to expose min_share in ratelimiting groups
215e629c 2010-06-21 12:26:21 Add bufferevent_lock()/bufferevent_unlock() Although bufferevent operations are threadsafe, sometimes you need to make sure that a few operations on a single bufferevent will all be executed with nothing intervening. That's what these functions are for.
17a8e2d7 2010-06-07 12:06:43 Add a function to retrieve the other side of a bufferevent pair
a62c8433 2010-05-06 14:16:50 Merge commit 'chrisd/connect-hostname-report-err'
a5208fe4 2010-04-27 13:42:26 Release locks on bufferevents while executing callbacks This fixes a dead lock for me where bufferevents in different event loops use each other and access their input/output buffers (proxy-like scenario).
0ef40706 2010-04-24 00:06:38 Report DNS error when lookup fails during bufferevent_socket_connect_hostname.
fb366c1d 2010-03-21 13:16:31 Functions to track the total bytes sent over a rate limit group.
ee41aca6 2010-03-12 00:46:39 Functions to manipulate existing rate limiting groups. This patch adds a function to change the current rate limit of a rate limiting group, and another to free an empty rate limiting group.
17efc1cd 2010-03-04 01:25:51 Update all our copyright notices to say "2010"