]> granicus.if.org Git - libevent/shortlog
libevent
2008-05-10 Niels Provosdispatch the callbacks against the decoded uri to be...
2008-05-10 Niels Provosevhttp_request_uri -> evhttp_request_get_uri
2008-05-10 Niels Provosreplace fnmatch with homegrown function
2008-05-09 Nick Mathewson r19667@catbus: nickm | 2008-05-08 23:49:26 -0400
2008-05-08 Nick Mathewson r15555@tombo: nickm | 2008-05-08 19:56:51 -0400
2008-05-08 Nick Mathewson r15551@tombo: nickm | 2008-05-08 14:49:20 -0400
2008-05-08 Nick Mathewson r15549@tombo: nickm | 2008-05-08 11:53:11 -0400
2008-05-08 Nick Mathewsonsvn:r797
2008-05-08 Nick Mathewson r19656@catbus: nickm | 2008-05-08 10:25:08 -0400
2008-05-08 Nick Mathewson r19649@catbus: nickm | 2008-05-08 10:00:14 -0400
2008-05-08 Niels Provosdeprecate timeout_* event functions by moving them...
2008-05-08 Niels Provosmigrate evhttp to event2; accessors are still missing
2008-05-08 Niels Provosevent_base_new_with_config() and related methods
2008-05-08 Niels Provosprovide an api for retrieving the supported event mecha...
2008-05-07 Nick Mathewson r19641@catbus: nickm | 2008-05-07 17:51:26 -0400
2008-05-07 Nick Mathewson r19634@catbus: nickm | 2008-05-07 16:10:37 -0400
2008-05-07 Nick Mathewson r19633@catbus: nickm | 2008-05-07 16:10:00 -0400
2008-05-07 Niels Provostest virtual hosts
2008-05-05 Nick Mathewson r19610@catbus: nickm | 2008-05-05 15:18:52 -0400
2008-05-05 Nick Mathewson r19609@catbus: nickm | 2008-05-05 15:16:52 -0400
2008-05-05 Nick Mathewson r19607@catbus: nickm | 2008-05-05 13:49:44 -0400
2008-05-05 Nick Mathewson r19602@catbus: nickm | 2008-05-05 11:45:18 -0400
2008-05-05 Nick Mathewson r19601@catbus: nickm | 2008-05-05 11:45:04 -0400
2008-05-05 Nick Mathewson r19600@catbus: nickm | 2008-05-05 11:34:06 -0400
2008-05-05 Nick Mathewson r19599@catbus: nickm | 2008-05-05 11:26:18 -0400
2008-05-05 Nick Mathewson r19597@catbus: nickm | 2008-05-05 11:00:29 -0400
2008-05-05 Niels Provosadd support for virtual http hosts; no tests yet
2008-05-04 Niels Provosfix a bug where it was not possible to bind multiple...
2008-05-04 Niels Provosimprove doxygen documentation for evhttp.h - still...
2008-05-04 Niels Provostrust in naming: rename evbuffer.c to bufferevent.c
2008-05-04 Nick Mathewson r19564@catbus: nickm | 2008-05-04 13:23:10 -0400
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
next