]> granicus.if.org Git - libevent/shortlog
libevent
2007-12-31 Niels Provosdereference the right field and associate the right...
2007-12-31 Niels Provosallow hooks to get access to the connection object
2007-12-29 Niels Provosallow association of meta data with RPC requests for...
2007-12-28 Niels Provosthe win32 changes for regress_http broke the regression...
2007-12-28 Niels Provospausing an rpc via a hook needs to deal with the fact...
2007-12-28 Nick MathewsonFix at least two bugs that are keeping the HTTP regress...
2007-12-27 Niels Provosallow hooks to pause RPC processing; this will allow...
2007-12-27 Nick Mathewson r15733@tombo: nickm | 2007-12-27 16:37:33 -0500
2007-12-27 Niels Provosadditional add argument was missing const qualifier
2007-12-24 Niels Provossupport string arrays in event_rpcgen
2007-12-24 Niels Provosrollback r594: restructuring to make event activation...
2007-12-23 Niels Provossupport integer arrays in rpc structures; this involve...
2007-12-20 Nick MathewsonFix a win32 warning in regress.c
2007-12-20 Nick Mathewson r17291@catbus: nickm | 2007-12-20 17:19:55 -0500
2007-12-19 Niels Provosremoved linger from http server socket; reported by...
2007-12-18 Niels Provosadd -Wstrict-aliasing and remove bogus evtag_test from...
2007-12-16 Nick Mathewson r17185@catbus: nickm | 2007-12-16 14:33:40 -0500
2007-12-16 Nick Mathewson r16991@catbus: nickm | 2007-12-06 15:05:56 -0500
2007-12-16 Nick Mathewson r15519@tombo: nickm | 2007-12-16 13:54:12 -0500
2007-12-16 Niels Provosrestructure the code to make event activation independe...
2007-12-14 Niels Provosforgot to make new member optional
2007-12-13 Niels Provosfix a bug with event_rpcgen for integers
2007-12-13 Niels Provosprefix {encode,decode}_tag functions with evtag to...
2007-12-12 Niels Provospull setters/getters out of RPC structures to reduce...
2007-12-12 Niels Provossupport for 32-bit tag numbers in rpc structures
2007-12-09 Niels Provosupdate ChangeLog; forgot about it
2007-12-09 Niels Provosremove obsoleted recalc code
2007-12-06 Nick MathewsonAdjust more unit tests to pass on win32.
2007-12-06 Nick MathewsonAdd winsock init functions to bench.c so it can run...
2007-12-06 Nick MathewsonCompile regression tests by default even on win32.
2007-12-06 Nick Mathewson r16931@catbus: nickm | 2007-12-06 14:19:58 -0500
2007-12-06 Nick MathewsonDebug new win32 code: make bufferevents test pass.
2007-12-06 Nick MathewsonFix compile warnings and errors in win32 build.
2007-12-06 Nick Mathewson r15172@tombo: nickm | 2007-12-06 12:54:37 -0500
2007-12-06 Nick Mathewson r15171@tombo: nickm | 2007-12-06 12:47:47 -0500
2007-12-06 Nick Mathewson r15170@tombo: nickm | 2007-12-06 12:38:03 -0500
2007-12-06 Nick Mathewson r15166@tombo: nickm | 2007-12-05 23:35:10 -0500
2007-12-01 Niels Provosremove duplicate submit of test_evbuffer_readln
2007-12-01 Nick Mathewson r15096@tombo: nickm | 2007-12-01 04:29:39 -0500
2007-12-01 Nick Mathewsonsvn:r567
2007-11-30 Niels Provosadd another benchmark that tests cascading events
2007-11-29 Niels Provosalways generate Date and Content-Length headers for...
2007-11-29 Niels Provossmall improvements to evhttp documentation
2007-11-29 Niels Provosa bug in the regression test of event_reinit caused...
2007-11-27 Niels Provoswe need to pass the evbase to evsel->add
2007-11-27 Niels Provosmore complete test for forking behavior
2007-11-27 Niels Provosmove EV_PERSIST handling out of the event backends
2007-11-26 Nick Mathewson r16735@catbus: nickm | 2007-11-26 14:24:58 -0500
2007-11-26 Nick Mathewson r16733@catbus: nickm | 2007-11-26 14:18:25 -0500
2007-11-25 Nick Mathewson r16731@catbus: nickm | 2007-11-25 16:52:53 -0500
2007-11-25 Nick Mathewson r16729@catbus: nickm | 2007-11-25 16:34:50 -0500
2007-11-25 Nick Mathewson r14953@tombo: nickm | 2007-11-25 15:56:40 -0500
2007-11-25 Nick Mathewson r14952@tombo: nickm | 2007-11-25 14:47:45 -0500
2007-11-25 Nick Mathewsonsvn:r547
2007-11-25 Nick Mathewson r16704@catbus: nickm | 2007-11-19 15:58:54 -0500
2007-11-25 Nick Mathewson r14944@tombo: nickm | 2007-11-25 12:12:28 -0500
2007-11-25 Nick Mathewsonsvn:r543
2007-11-25 Nick Mathewson r14940@tombo: nickm | 2007-11-25 12:01:37 -0500
2007-11-25 Nick Mathewson r14939@tombo: nickm | 2007-11-25 11:59:26 -0500
2007-11-25 Niels Provosforgot to dealloc previous base
2007-11-25 Niels Provosprovide event_reinit() to reinitialized an event_base...
2007-11-22 Nick Mathewson r14935@tombo: nickm | 2007-11-22 11:36:54 -0500
2007-11-17 Nick Mathewson r14931@tombo: nickm | 2007-11-17 17:21:09 -0500
2007-11-17 Nick Mathewson r14930@tombo: nickm | 2007-11-17 17:01:14 -0500
2007-11-17 Niels Provosuse a const pointer for bufferevent_write
2007-11-14 Niels Provosprovide event_base_new() as a mechanism for not setting...
2007-11-13 Niels Provosdebug cleanups in signal.c; from Christopher Layne
2007-11-13 Niels Provosfree minheap; from Christopher Layne
2007-11-12 Niels Provosclean up event-config.h to fix make distcheck; from...
2007-11-12 Niels ProvosWe do not need to specially remove a timeout before...
2007-11-12 Niels Provossrcdir for verify; from Christopher Layne
2007-11-12 Niels Provosstick autogen.sh into EXTRA_DIST
2007-11-12 Niels Provoswe no longer need acconfig.h
2007-11-12 Niels ProvosMake the logic for active events work better with inter...
2007-11-11 Niels Provosrevert r505; it introduced errors in epoll
2007-11-10 Nick Mathewson r16588@catbus: nickm | 2007-11-10 02:47:14 -0500
2007-11-10 Nick Mathewson r16585@catbus: nickm | 2007-11-10 00:16:11 -0500
2007-11-10 Nick Mathewson r16584@catbus: nickm | 2007-11-10 00:00:59 -0500
2007-11-08 Nick Mathewson r16578@catbus: nickm | 2007-11-08 12:34:51 -0500
2007-11-07 Nick Mathewson r16556@catbus: nickm | 2007-11-07 17:55:39 -0500
2007-11-07 Nick Mathewson r16554@catbus: nickm | 2007-11-07 17:33:49 -0500
2007-11-07 Nick Mathewson r16544@catbus: nickm | 2007-11-07 16:12:37 -0500
2007-11-07 Nick MathewsonMake all the C files in the libraries compile under...
2007-11-07 Nick Mathewson r16510@catbus: nickm | 2007-11-07 02:29:42 -0500
2007-11-07 Nick Mathewson r16509@catbus: nickm | 2007-11-07 02:08:32 -0500
2007-11-07 Nick Mathewson r16508@catbus: nickm | 2007-11-07 02:01:03 -0500
2007-11-07 Nick Mathewson r16507@catbus: nickm | 2007-11-07 01:34:55 -0500
2007-11-07 Nick Mathewson r16506@catbus: nickm | 2007-11-07 01:29:59 -0500
2007-11-07 Nick MathewsonRemove spurious #include <sys/tree.h> in win32.c.
2007-11-07 Nick Mathewson r16501@catbus: nickm | 2007-11-07 01:00:31 -0500
2007-11-07 Nick Mathewson r16500@catbus: nickm | 2007-11-07 00:27:44 -0500
2007-11-07 Nick Mathewson r16497@catbus: nickm | 2007-11-07 00:01:02 -0500
2007-11-07 Nick Mathewson r16496@catbus: nickm | 2007-11-06 23:58:52 -0500
2007-11-07 Nick Mathewson r16492@catbus: nickm | 2007-11-06 23:27:32 -0500
2007-11-07 Nick Mathewson r16489@catbus: nickm | 2007-11-06 22:51:05 -0500
2007-11-07 Nick Mathewson r16487@catbus: nickm | 2007-11-06 22:38:44 -0500
2007-11-07 Niels Provosremove tree.h from EXTRA_DIST; from Charles Kerr
2007-11-07 Nick Mathewson r14744@tombo: nickm | 2007-11-06 21:30:11 -0500
2007-11-07 Niels Provosmake event_init should return struct event_base *
2007-11-06 Nick Mathewson r16473@catbus: nickm | 2007-11-06 15:55:35 -0500
next