kc3-lang/libevent/test

Branch :


Log

Author Commit Date CI Message
5408ff3b 2012-01-24 11:16:26 Oops:remove an accidentally committed "sleep(1)" in a unit test
dab91877 2012-01-24 11:04:19 Workaround in the unit tests for an apparent epoll bug in Linux 3.2
3312b020 2012-01-23 17:43:35 Check event_base correctness at end of each unit test
27737d55 2012-01-21 12:55:15 Add function to check referential integrity of an event_base
cba48c7d 2012-01-09 16:44:53 Fix a race condition in the dns/bufferevent_connect_hostname test. As originally written, the test would only pass if the accept() callbacks for the evconnlistener were all invoked before the last of the CONNECTED/ERROR callbacks for the connecting/resolving bufferevent had its call to event_base_loopexit() complete. But this was only accidentally true in 2.0, and might not be true at all in 2.1 where we schedule event_base_once() callbacks more aggressively. Found by Sebastian Hahn.
c986f232 2011-12-08 14:30:20 Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0) (Patch altered by nickm to not affect the behavior of evbuffer_peek(buf,-1,NULL,vec,n_vec).)
19277763 2011-12-06 13:35:54 Fix a silly compilation error with the sun compiler Apparently, other compilers were allowing "return free(x)" in a function returning void.
b17b0eec 2011-11-15 17:11:42 Fix DNS memleak checks when running with malloc-replacement/debugging disabled
7eb52eb8 2011-11-02 15:19:05 improve test to remove at least one buffer from src
90bd620f 2011-11-01 13:44:40 unit test for remove_buffer bug