Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 3d7ffbd9 | 2008-02-09 16:05:23 | from trunk: check EAGAIN for Solaris' event ports; from W.C.A. Wijngaards svn:r631 | ||
| d5aeeca0 | 2008-01-26 07:34:47 | from trunk: remove pending timeouts on event_base_free svn:r628 | ||
| 149c5b43 | 2007-12-31 20:46:29 | r15763@tombo: nickm | 2007-12-31 15:46:03 -0500 Make generated rpc files build-depend on event_rpcgen. svn:r625 | ||
| 1cfba117 | 2007-12-25 02:48:12 | r15675@tombo: nickm | 2007-12-24 21:48:00 -0500 Add a new "what's new in Libevent 1.4" file to summarize changes from a user's point of view. Needs editing. svn:r614 | ||
| 718e64ac | 2007-12-23 08:32:00 | make it 1.4.1-beta svn:r610 | ||
| 163c37b6 | 2007-12-20 22:09:37 | r17289@catbus: nickm | 2007-12-20 17:09:04 -0500 Backport win32 changes in r574 through r576: make win32 backend n lg n instead of n^2. svn:r606 | ||
| 19545583 | 2007-12-19 06:34:36 | from trunk: removed linger from http server socket; reported by Ilya Martynov svn:r605 | ||
| 108ee5f3 | 2007-12-19 04:52:28 | from trunk: r15171@tombo: nickm | 2007-12-06 12:47:47 -0500 Use GCC attributes (where available) to verify printf type-correctness. Fix some bugs this turned up. svn:r603 | ||
| 3368cc79 | 2007-12-18 03:50:04 | from trunk: r16733@catbus: nickm | 2007-11-26 14:18:25 -0500 Add an --enable-gcc-warnings option (lifted from Tor) to the configure script. When provided, and when we are using GCC, we enable a bunch of extra GCC warnings in the compiler. Also, make the code all build happily with these warnings. svn:r601 | ||
| c7bc1f10 | 2007-12-16 18:55:47 | r15520@tombo: nickm | 2007-12-16 13:54:22 -0500 Fix for bug 1846282: accept as well-formed DNS replies with questions but no answers. [Backport to 1.4] svn:r596 | ||
| 5bb67a80 | 2007-12-15 02:55:59 | from trunk: support for 32-bit tag numbers in rpc structures svn:r593 | ||
| b23f1dbe | 2007-12-14 07:18:02 | from trunk: move EV_PERSIST handling out of the event backends svn:r592 | ||
| d5153cef | 2007-12-14 07:12:35 | from trunk: forgot to make new member optional svn:r591 | ||
| 6d5b846c | 2007-12-13 06:44:40 | from trunk: pull setters/getters out of RPC structures to reduce their memory footprint svn:r589 | ||
| 9a708389 | 2007-12-13 05:58:05 | from trunk: remove obsolete recalc code svn:r586 | ||
| eecd6932 | 2007-12-12 06:26:07 | from trunk: Patch from Scott Lamb: Implement event_{base_}loopbreak. Includes documentation and tests. From sf.net Feature Request 1826546. svn:r584 | ||
| d582000e | 2007-12-06 04:35:39 | r15167@tombo: nickm | 2007-12-05 23:35:30 -0500 Backport: Apply patch from bug 1841036: set the base of the correct event in evhttp_connection_start_detectclose() svn:r570 | ||
| ef12a5a1 | 2007-11-29 06:09:30 | from trunk: always generate Date and Content-Length headers for HTTP/1.1 svn:r565 | ||
| 567f681b | 2007-11-29 04:04:08 | from trunk: small improvements to evhttp documentation svn:r563 | ||
| bcd263fb | 2007-11-29 02:53:19 | from trunk: a bug in the regression test of event_reinit caused epoll to fail svn:r561 | ||
| 75cc61bf | 2007-11-27 06:46:44 | from trunk: we need to pass the evbase to evsel->add svn:r559 | ||
| 7717cec7 | 2007-11-27 06:15:36 | from trunk: provide event_reinit() to reinitialized an event_base after fork - necessary for epoll/kqueue svn:r557 | ||
| 5ff1fd7a | 2007-11-25 17:15:39 | r14945@tombo: nickm | 2007-11-25 12:13:05 -0500 Make kqueue pass more unit tests. (Backport) svn:r545 | ||
| 6a2ad8d2 | 2007-11-22 16:41:59 | r14936@tombo: nickm | 2007-11-22 11:41:16 -0500 [Backport to 1.4 branch] Always set test_ok to zero after finishing a test, and before starting one. This turns up some failures we had been missing. svn:r538 | ||
| 2604377f | 2007-11-17 22:23:03 | r14929@tombo: nickm | 2007-11-17 17:00:31 -0500 Backport documentation fix on loopexit from Scott Lamb. svn:r536 | ||
| 9e060775 | 2007-11-17 01:33:35 | from trunk: use a const pointer for bufferevent_write svn:r532 | ||
| a060b24c | 2007-11-14 17:53:43 | from trunk: provide event_base_new() without setting current_base global svn:r530 | ||
| 40cd2ce3 | 2007-11-13 17:38:39 | from trunk: debug cleanups in signal.c; from Christopher Layne svn:r528 | ||
| 57fe6ed2 | 2007-11-13 03:33:07 | from trunk: free minheap; from Christopher Layne svn:r526 | ||
| 2793c8ee | 2007-11-12 07:35:30 | call it 1.4.0-beta svn:r523 | ||
| f1ce978f | 2007-11-12 07:35:17 | from trunk: clean up event-config.h to fix make distcheck; from sourceforge tracker svn:r522 | ||
| 5c796d74 | 2007-11-12 06:56:02 | from trunk: We do not need to specially remove a timeout before calling event_del; patch from Christopher Layne. svn:r520 | ||
| 3d14e100 | 2007-11-12 05:34:50 | srcdir for verify; from Christopher Layne svn:r517 | ||
| 4f97edc5 | 2007-11-12 02:43:34 | stick autogen.sh into EXTRA_DIST svn:r514 | ||
| d8026971 | 2007-11-12 02:39:15 | call it 1.4.0 svn:r513 | ||
| 6b4342db | 2007-11-12 02:37:25 | copy trunk to 1.4 svn:r512 |