]> granicus.if.org Git - libevent/shortlog
libevent
2008-05-04 Niels Provosremove too agressive assert
2008-05-03 Niels Provosmake event_assign void; it cannot return an error
2008-05-03 Niels Provossupport for periodic timeouts
2008-05-03 Niels Provosseparate signal events from io events
2008-05-03 Niels Provoscache clock_gettime/gettimeofday values in base
2008-05-03 Niels Provosintroduce evbuffer_reserve_space() and evbuffer_commit_...
2008-05-03 Niels Provosintroduce evbuffer_contiguous_space() and use it in...
2008-05-02 Nick Mathewson r15439@tombo: nickm | 2008-05-02 12:28:08 -0400
2008-05-01 Niels Provosexpose a way to create the rpc context manually
2008-05-01 Niels Provosallow connections to be removed from an rpc pool
2008-04-30 Niels Provosfix missing printf format argument
2008-04-30 Niels Provosprovide example bufferevent filters doing compression...
2008-04-30 Niels Provosimprove documentation for bufferevent.h
2008-04-30 Niels Provosfix regression test; oops
2008-04-30 Niels Provossupport input/output filters for bufferevents
2008-04-29 Niels Provosadd more header files to doxygen
2008-04-29 Nick Mathewson r15346@tombo: nickm | 2008-04-29 17:19:18 -0400
2008-04-29 Nick Mathewson r15341@tombo: nickm | 2008-04-29 14:09:50 -0400
2008-04-29 Nick Mathewson r15339@tombo: nickm | 2008-04-29 14:03:48 -0400
2008-04-29 Niels Provosconvert evhttp_connection to use bufferevents
2008-04-29 Niels Provosalso try client connection for chunked requests
2008-04-29 Niels Provostest the server side of sending chunked replies
2008-04-29 Niels Provostest some primitives from http.c
2008-04-27 Niels Provosintroduce bufferevent_setcb and bufferevent_setfd to...
2008-04-27 Niels Provostest connection retry logic
2008-04-27 Niels Provostest server behavior when connection times out while...
2008-04-27 Niels Provosprovide bufferevent_input and bufferevent_output withou...
2008-04-26 Niels Provosfix a bug in which bufferevent_write_buffer would not...
2008-04-26 Niels Provosfix a bug in buffrevent read water marks and add a...
2008-04-26 Niels Provosexpose bufferevent_setwatermark via header files and...
2008-04-25 Niels Provosadd bufferevent_read_buffer function
2008-04-25 Nick Mathewson r15320@tombo: nickm | 2008-04-24 21:29:06 -0400
2008-04-25 Nick Mathewson r15317@tombo: nickm | 2008-04-24 21:17:49 -0400
2008-04-25 Nick Mathewson r15316@tombo: nickm | 2008-04-24 20:58:36 -0400
2008-04-18 Nick Mathewson r15249@tombo: nickm | 2008-04-18 09:46:02 -0400
2008-04-18 Nick Mathewson r15245@tombo: nickm | 2008-04-18 09:27:50 -0400
2008-04-18 Nick Mathewson r15242@tombo: nickm | 2008-04-18 09:24:44 -0400
2008-04-17 Nick Mathewson r15228@tombo: nickm | 2008-04-17 15:27:39 -0400
2008-04-17 Nick Mathewson r15226@tombo: nickm | 2008-04-17 15:25:25 -0400
2008-04-17 Nick Mathewson r15224@tombo: nickm | 2008-04-17 15:19:24 -0400
2008-04-17 Nick Mathewson r15220@tombo: nickm | 2008-04-17 15:16:02 -0400
2008-04-17 Nick Mathewson r15219@tombo: nickm | 2008-04-17 15:12:17 -0400
2008-04-17 Nick Mathewson r15218@tombo: nickm | 2008-04-17 15:10:13 -0400
2008-04-17 Nick Mathewson r15216@tombo: nickm | 2008-04-17 13:55:05 -0400
2008-04-17 Nick Mathewson r15214@tombo: nickm | 2008-04-17 11:47:10 -0400
2008-04-16 Nick Mathewson r15212@tombo: nickm | 2008-04-16 17:01:21 -0400
2008-04-16 Nick Mathewson r15193@tombo: nickm | 2008-04-16 16:00:35 -0400
2008-04-16 Nick Mathewson r15192@tombo: nickm | 2008-04-16 15:59:51 -0400
2008-04-11 Nick Mathewson r19309@catbus: nickm | 2008-04-11 16:02:07 -0400
2008-04-10 Nick Mathewson r19305@catbus: nickm | 2008-04-10 15:34:10 -0400
2008-04-10 Nick Mathewson r19301@catbus: nickm | 2008-04-10 14:54:46 -0400
2008-04-03 Niels Provosproxy one more generator
2008-04-03 Niels Provosslight refactoring
2008-03-31 Niels Provosfix a bug in which evbuffer_add_vfprintf would loop...
2008-03-31 Niels Provosdo not delete uninitialized timeout event in evdns
2008-03-31 Niels Provosadd a check that base != NULL for threading; might...
2008-03-30 Niels Provosmake RPC replies use application/octet-stream
2008-03-29 Niels Provosmake event methods static so that they are not exported...
2008-03-11 Niels Provosrename lock create callback functions; as suggested...
2008-03-10 Niels Provosswitch thread support so that locks get allocated as...
2008-03-04 Nick Mathewson r18547@catbus: nickm | 2008-03-04 14:46:42 -0500
2008-03-04 Niels Provosdocument thread functions
2008-03-03 Niels Provosmake event_rpcgen.py generate code include event-config.h
2008-03-02 Niels Provosforgot this header file
2008-03-02 Niels ProvosProvide OpenSSL style support for multiple threads...
2008-03-02 Niels ProvosDo not free the kqop file descriptor in other processes...
2008-02-29 Nick Mathewson r18492@catbus: nickm | 2008-02-29 17:32:55 -0500
2008-02-29 Niels Provosaddress nick's comments and make evbuffer_pullup more...
2008-02-28 Nick Mathewson r18490@catbus: nickm | 2008-02-28 15:56:55 -0500
2008-02-28 Nick Mathewson r18488@catbus: nickm | 2008-02-28 15:41:27 -0500
2008-02-28 Nick Mathewson r18486@catbus: nickm | 2008-02-28 13:35:53 -0500
2008-02-28 Nick Mathewson r18484@catbus: nickm | 2008-02-28 12:47:20 -0500
2008-02-28 Nick Mathewson r18482@catbus: nickm | 2008-02-28 12:38:40 -0500
2008-02-28 Niels Provosimproved code for evbuffer; avoids memcpy
2008-02-27 Niels Provosadd some basic tests for DELETE/PUT; from Josh Rotenberg
2008-02-26 Nick Mathewson r14507@tombo: nickm | 2008-02-26 15:23:44 -0500
2008-02-26 Niels Provosmove signal callbacks closer to test code
2008-02-26 Niels Provosincrease listen queue for http sockets to 128
2008-02-26 Niels Provosdeal correctly with http/1.0 and keep-alive
2008-02-26 Niels Provosintroduce evhttp_accept_socket() to accept from an...
2008-02-25 Niels Provosadd support (without tests!) to PUT/DELETE requests...
2008-02-25 Niels Provosdo not insert event into list when evsel->add fails
2008-02-23 Nick Mathewson r18370@catbus: nickm | 2008-02-23 14:04:00 -0500
2008-02-23 Niels Provossimplify evbuffer by removing orig_buffer
2008-02-20 Niels Provosupdate event_base_loop documentation; from Tani Hosokawa
2008-02-18 Nick Mathewson r18169@catbus: nickm | 2008-02-18 15:13:20 -0500
2008-02-18 Nick Mathewson r18145@catbus: nickm | 2008-02-18 15:02:20 -0500
2008-02-17 Niels Provosremove NDEBUG ifdefs from evdns.c
2008-02-17 Niels Provosallow regression code to be build even without Python...
2008-02-17 Niels Provos1.3.99-trunk -> 1.4.99-trunk
2008-02-16 Nick Mathewson r14213@tombo: nickm | 2008-02-16 15:48:07 -0500
2008-02-16 Nick Mathewson r14211@tombo: nickm | 2008-02-16 15:28:54 -0500
2008-02-16 Nick Mathewson r14205@tombo: nickm | 2008-02-16 11:55:57 -0500
2008-02-16 Niels Provosevent_base_get_method; from Springande Ulv
2008-02-12 Niels Provosdevpoll and evport need reinit; tested by W.C.A. Wijngaards
2008-02-09 Niels Provosaddress some compiler warnings in debug mode
2008-02-06 Niels ProvosEAGAIN check for event ports; from Wijngaards
2008-01-26 Niels Provosremove pending timeouts on event_base_free
2007-12-31 Nick Mathewson r15764@tombo: nickm | 2007-12-31 15:46:16 -0500
2007-12-31 Niels Provosdereference the right field and associate the right...
next