Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 3b24f4ee | 2008-07-25 00:48:30 | another fix; we also need to remove the signal event from the queue svn:r918 | ||
| a4e2f52a | 2008-07-20 23:31:28 | add a signal and free the base for reinit test svn:r915 | ||
| f7e61870 | 2008-07-11 15:49:04 | support multiple events listening on the same signal; make signals regular events that go on the same event queue svn:r901 | ||
| 5512be01 | 2008-07-11 15:15:04 | fix a bug where deleting signals with kqueue would delete subsequent adds svn:r899 | ||
| df97fca9 | 2008-07-02 06:08:16 | From Scott Lamb: * Allow the user to set the Content-Length: then stream a reply. This is useful for large requests of a known size. Added unit test. * Don't send a response body on HEAD requests, 1xx status codes, 204 status codes, or 304 status codes, as described in RFC 2616 section 4.3. (Doing otherwise causes problems - in particular, if a 304 has a chunked body (even an empty one), Safari 3.1.1 issues and then fails the next request on the connection with the non-sequitur error message "Too many HTTP redirects"!) * Specify a default Content-Type: when a response body is required, not when we have data in the response buffer by the time we make the header. (I.e., do this on evhttp_send_reply_start() for consistency.) * Don't expect a body in response to HEAD requests. svn:r898 | ||
| 707f6784 | 2008-07-02 04:22:48 | reject negative content-length headers svn:r894 | ||
| cb7c3bd6 | 2008-06-29 01:30:06 | support multi-line http headers; based on a patch from Moshe Litvin svn:r890 | ||
| 9998c0cb | 2008-06-26 00:40:57 | correct handling of trailing headers in chunked replies; from Scott Lamb. svn:r887 | ||
| ac0c7e2c | 2008-06-25 00:58:08 | skip connection-retry test on windows svn:r869 | ||
| f80f90ed | 2008-06-24 21:01:44 | fix a bug in http_connect for windows; the address was not copied correctly. svn:r863 | ||
| 2f8708db | 2008-06-24 18:04:41 | ifdef out a whole bunch of sections; gettimeofday to evutil_gettimeofday svn:r862 | ||
| 994a7c50 | 2008-06-24 16:39:45 | close -> EVUTIL_CLOSESOCKET() gettimeofday -> evutil_gettimeofday() svn:r861 | ||
| e736991a | 2008-06-22 16:00:48 | make it work with older versions of automake; from Scott Lamb svn:r858 | ||
| 99a1063e | 2008-06-21 02:21:25 | support 64-bit integers in rpc structs svn:r856 | ||
| 2baaac7f | 2008-06-14 17:50:36 | Forward-port: Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but keep the INPUT/OUTPUT aliases on non-win32 platforms to maintain backwards compatibility. svn:r852 | ||
| 344c2b56 | 2008-06-02 05:45:26 | deliver partial data to request callbacks when chunked callback is set even if there is no chunking on the http level; allows cancelation of requests from within the chunked callback; from Scott Lamb. svn:r846 | ||
| 9586a1cb | 2008-06-01 16:21:24 | fix an evbuffer corruption when adding an empty evbuffer; from Scott Lamb svn:r845 | ||
| 9515c807 | 2008-05-30 17:35:20 | Oops; add regress_et.c svn:r841 | ||
| 39400e68 | 2008-05-30 16:56:34 | Patch from Valery Kholodkov: support for edge-triggered events with epoll and kqueue. Changed from original patch: made test into a regression test, with explicit success/failure for edge-triggered and non-edge-triggered cases. Closes SF request 1968284. svn:r840 | ||
| 2deb3ce0 | 2008-05-29 01:39:43 | simplify handling of environment variables for disabling backends; make event_get_supported_methods obey environment variables; this fixes make verify; problem reported by Scott Lamb. svn:r838 | ||
| 134344b7 | 2008-05-16 01:55:40 | Fix use of freed memory in event_reinit; pointed out by Peter Postma svn:r834 | ||
| 89a1512a | 2008-05-15 06:33:23 | close -> EVUTIL_CLOSESOCKET svn:r832 | ||
| c3c11f27 | 2008-05-15 01:54:20 | add a simple http server for potential benchmarking svn:r823 | ||
| 7be8f13b | 2008-05-14 15:56:17 | r19736@catbus: nickm | 2008-05-14 11:50:49 -0400 Add casts to make some printf formats in regress.c happier. svn:r821 | ||
| 0cafdeb6 | 2008-05-12 17:16:47 | Tweaks to make unit tests fail less badly on mingw on trunk. svn:r814 | ||
| c6da86ff | 2008-05-12 16:44:24 | r19709@catbus: nickm | 2008-05-12 12:42:48 -0400 Possible fix for [1960723] snprintf and vsnprintf return values are wrong on win32 svn:r813 | ||
| 1080852e | 2008-05-12 03:12:09 | allow cancelation of user initiated http requests; this will allow cancelation of rpc requests eventually svn:r812 | ||
| 950af186 | 2008-05-10 05:58:17 | replace fnmatch with homegrown function svn:r804 | ||
| 8acb80b4 | 2008-05-08 22:51:39 | r15551@tombo: nickm | 2008-05-08 14:49:20 -0400 Use _get_ convention for new accessor functions. (These are all new ones as of 2.0, I believe). svn:r799 | ||
| 3f56e364 | 2008-05-08 05:56:20 | event_base_new_with_config() and related methods svn:r789 | ||
| 3b2022ef | 2008-05-08 05:33:15 | provide an api for retrieving the supported event mechanisms svn:r788 | ||
| f2d65f8a | 2008-05-07 20:29:33 | r19634@catbus: nickm | 2008-05-07 16:10:37 -0400 the C syntax is fn(void), not fn(). svn:r784 | ||
| 68fecb7a | 2008-05-07 20:29:11 | r19633@catbus: nickm | 2008-05-07 16:10:00 -0400 Fix bug 1958901: stop overriding CPPFLAGS in test directory. svn:r783 | ||
| 300a4efb | 2008-05-07 01:52:24 | test virtual hosts svn:r780 | ||
| caa368e1 | 2008-05-05 19:19:47 | r19610@catbus: nickm | 2008-05-05 15:18:52 -0400 Switch strcmp() tests in test_evbuffer() to use memcmp instead. Previously they broke on my Linux box. svn:r779 | ||
| 4e8a339e | 2008-05-05 15:46:00 | r19602@catbus: nickm | 2008-05-05 11:45:18 -0400 Make most of the tests use the new headers. svn:r776 | ||
| f940eb4b | 2008-05-04 22:21:29 | fix a bug where it was not possible to bind multiple sockets to the same http server; test that binding multiple sockets works. svn:r769 | ||
| 1d30750b | 2008-05-03 22:10:09 | support for periodic timeouts svn:r762 | ||
| 45e6fb0d | 2008-05-03 18:23:44 | cache clock_gettime/gettimeofday values in base svn:r758 | ||
| f04497e4 | 2008-05-03 03:05:28 | introduce evbuffer_reserve_space() and evbuffer_commit_space() to make processing in filters more efficient svn:r757 | ||
| becc89b7 | 2008-05-03 02:37:18 | introduce evbuffer_contiguous_space() and use it in the zlib filter test svn:r756 | ||
| e8f450f2 | 2008-05-01 02:08:26 | expose a way to create the rpc context manually svn:r754 | ||
| d76cca72 | 2008-04-30 04:36:26 | fix missing printf format argument svn:r752 | ||
| ccb70f1b | 2008-04-30 04:31:10 | provide example bufferevent filters doing compression and decompression as additional regression test svn:r751 | ||
| c58a01a2 | 2008-04-30 00:50:20 | fix regression test; oops svn:r749 | ||
| 682adc44 | 2008-04-30 00:09:16 | support input/output filters for bufferevents svn:r748 | ||
| 98dc98c5 | 2008-04-29 21:19:26 | r15346@tombo: nickm | 2008-04-29 17:19:18 -0400 Remove the never-exported, never-used, never-threadsafe evhttp_hostportfile() svn:r746 | ||
| 4cff82bb | 2008-04-29 18:11:10 | r15339@tombo: nickm | 2008-04-29 14:03:48 -0400 Note that evhttp_hostportfile is not threadsafe, and so its usage will change. Mark its first argument const. Remove a now-redundant declaration for it in http-internal.h. svn:r743 | ||
| 0ec09b55 | 2008-04-29 04:35:26 | also try client connection for chunked requests svn:r741 | ||
| 9c480533 | 2008-04-29 02:33:27 | test the server side of sending chunked replies svn:r740 | ||
| 72a3902e | 2008-04-29 00:24:00 | test some primitives from http.c svn:r739 | ||
| 22c8a404 | 2008-04-27 20:04:33 | test connection retry logic svn:r736 | ||
| 7b29ad57 | 2008-04-27 19:41:26 | test server behavior when connection times out while reading the headers svn:r735 | ||
| 3a17aeed | 2008-04-26 01:00:44 | fix a bug in buffrevent read water marks and add a test for them svn:r731 | ||
| 89f63b20 | 2008-04-25 02:44:46 | add bufferevent_read_buffer function svn:r728 | ||
| 3eb21c0d | 2008-04-17 19:25:35 | r15226@tombo: nickm | 2008-04-17 15:25:25 -0400 Fix a couple of gcc warnings on 64-bit platforms svn:r719 | ||
| f560198e | 2008-04-16 20:01:27 | r15192@tombo: nickm | 2008-04-16 15:59:51 -0400 Fix a compilation error on OSX. svn:r710 | ||
| 193c06a7 | 2008-03-31 02:04:34 | fix a bug in which evbuffer_add_vfprintf would loop forever; avoid fragmentation in evbuffer_expand by increasing the size of the last buffer in the chain; as a result with have to keep track of the previous_to_last chain; provide a evbuffer_validate() function in the regression test to make sure that all evbuffer are internally consistent. svn:r699 | ||
| cb50f615 | 2008-03-11 05:26:30 | rename lock create callback functions; as suggested by nick svn:r691 | ||
| c182baca | 2008-03-10 03:17:20 | switch thread support so that locks get allocated as they are needed. svn:r690 | ||
| 6a92ec0b | 2008-03-04 19:47:01 | r18547@catbus: nickm | 2008-03-04 14:46:42 -0500 Fix compilation with --enable-gcc-warnings svn:r689 | ||
| 558de9b3 | 2008-03-02 21:18:33 | Provide OpenSSL style support for multiple threads accessing the same event_base svn:r684 | ||
| 0e7cbe65 | 2008-02-28 17:38:52 | r18482@catbus: nickm | 2008-02-28 12:38:40 -0500 Fix GCC 4.2 warnings; fix includes in subdirs. svn:r675 | ||
| 5c70ea4c | 2008-02-28 02:47:43 | improved code for evbuffer; avoids memcpy svn:r674 | ||
| eb9b9580 | 2008-02-27 06:20:48 | add some basic tests for DELETE/PUT; from Josh Rotenberg svn:r673 | ||
| bd31d00f | 2008-02-26 04:54:19 | move signal callbacks closer to test code svn:r670 | ||
| 67bf29ad | 2008-02-23 06:02:04 | simplify evbuffer by removing orig_buffer svn:r654 | ||
| 11230f7e | 2008-02-18 20:04:01 | r18145@catbus: nickm | 2008-02-18 15:02:20 -0500 Stop using deprecated autoconf code to set integer types; detect actual files to include more thoroughly. This should make us work on solaris 9 again. This should be a backport candidate, if it works. Also, make all libevent code use ev_uint32_t etc, rather than uint_32_t. svn:r649 | ||
| 23ef0d09 | 2008-02-17 01:15:36 | allow regression code to be build even without Python installed svn:r645 | ||
| 807ab182 | 2008-02-16 20:49:47 | r14211@tombo: nickm | 2008-02-16 15:28:54 -0500 Add new evutil_strtoll() function so we can apply 64-bit content-length patch from Scott Lamb in a portable way. svn:r640 | ||
| 8c66d4e2 | 2008-01-26 07:29:57 | remove pending timeouts on event_base_free svn:r627 | ||
| 9859bc78 | 2007-12-31 20:47:12 | r15764@tombo: nickm | 2007-12-31 15:46:16 -0500 Forward-port from 1.4 branch: Make generated rpc files build-depend on event_rpcgen. svn:r626 | ||
| 2460aa59 | 2007-12-31 19:33:30 | allow hooks to get access to the connection object svn:r623 | ||
| 5a5609c7 | 2007-12-29 22:45:54 | allow association of meta data with RPC requests for hook processing svn:r622 | ||
| 024804cc | 2007-12-28 07:58:29 | the win32 changes for regress_http broke the regression test under unix. making the socket non-blocking can return -1 on connect; so now, we need to check the errno; not sure if that is supported under windows. svn:r621 | ||
| 955c6abf | 2007-12-28 00:36:47 | pausing an rpc via a hook needs to deal with the fact that http callbacks free the request after they return; provide a way for a callback to take ownership of the request structure; the user then needs to explicitly free it. svn:r620 | ||
| 6d291da2 | 2007-12-28 00:34:05 | Fix at least two bugs that are keeping the HTTP regression tests from running on windows. There are some more bugs somewhere, since the HTTP regression tests still fail on windows. But now they fail less. svn:r619 | ||
| 819d4a33 | 2007-12-27 23:17:24 | allow hooks to pause RPC processing; this will allow hooks to do meaningful work before resuming the RPC processing; this is not backwards compatible. svn:r617 | ||
| 7e3a7af7 | 2007-12-24 23:59:41 | support string arrays in event_rpcgen svn:r613 | ||
| 68725dc8 | 2007-12-23 07:38:11 | support integer arrays in rpc structures; this involved some refactoring of the event_rpcgen code, so that other types should be able to get arrays fairly easily svn:r609 | ||
| a5176a65 | 2007-12-20 22:45:30 | Fix a win32 warning in regress.c svn:r608 | ||
| d4bdbca8 | 2007-12-18 03:54:19 | add -Wstrict-aliasing and remove bogus evtag_test from event.h svn:r602 | ||
| d56a34e4 | 2007-12-16 19:33:52 | r16991@catbus: nickm | 2007-12-06 15:05:56 -0500 Move event_init in regress.c to the function that actually messed up the current_base value. svn:r598 | ||
| 622f69cc | 2007-12-14 07:12:05 | forgot to make new member optional svn:r590 | ||
| 85053473 | 2007-12-13 06:36:54 | fix a bug with event_rpcgen for integers svn:r588 | ||
| ffd606cd | 2007-12-13 06:14:18 | prefix {encode,decode}_tag functions with evtag to avoid collisions svn:r587 | ||
| ba487199 | 2007-12-12 04:39:42 | support for 32-bit tag numbers in rpc structures svn:r583 | ||
| fa89d661 | 2007-12-06 19:40:49 | Adjust more unit tests to pass on win32. svn:r580 | ||
| fd418645 | 2007-12-06 19:36:49 | Add winsock init functions to bench.c so it can run on win32. svn:r579 | ||
| 1e435af1 | 2007-12-06 18:12:44 | r15170@tombo: nickm | 2007-12-06 12:38:03 -0500 Fix a warning in regress.c svn:r572 | ||
| 60103d25 | 2007-12-01 16:36:00 | remove duplicate submit of test_evbuffer_readln svn:r569 | ||
| 395dd198 | 2007-12-01 09:30:07 | r15096@tombo: nickm | 2007-12-01 04:29:39 -0500 Test for corner-cases of re-adding non-persistent events from one another's handlers svn:r568 | ||
| d73cf1e1 | 2007-12-01 09:29:52 | svn:r567 | ||
| 876c3af7 | 2007-11-30 02:21:33 | add another benchmark that tests cascading events svn:r566 | ||
| 74b3db50 | 2007-11-29 06:08:24 | always generate Date and Content-Length headers for HTTP/1.1 svn:r564 | ||
| eeb5e4cd | 2007-11-29 02:52:32 | a bug in the regression test of event_reinit caused epoll to fail svn:r560 | ||
| e2e4cf1f | 2007-11-27 06:11:28 | more complete test for forking behavior svn:r556 | ||
| ce4ee418 | 2007-11-26 19:18:49 | 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:r553 | ||
| 6773a597 | 2007-11-25 21:32:26 | r14953@tombo: nickm | 2007-11-25 15:56:40 -0500 Replace evbuffer_readline with a more powerful evbuffer_readln that can handle more EOL styles, and that can give useful results when there are NUL characters inside the returned values. Includes regression tests. svn:r550 | ||
| 2823cb05 | 2007-11-25 17:15:28 | r14944@tombo: nickm | 2007-11-25 12:12:28 -0500 Make kqueue pass more unit tests. svn:r544 |