Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| eec47a67 | 2024-04-30 15:59:58 | Fix typos (#1634) | ||
| 147298a2 | 2024-04-24 11:14:47 | Fix some comments Signed-off-by: dockercui <dockercui@aliyun.com> | ||
| 4e19e8b4 | 2023-05-20 16:28:28 | Update ChangeLog and whatsnew for 2.2.1 | ||
| 8dcb94a4 | 2016-01-08 13:36:20 | Added http method extending User can define his own response method by calling evhttp_set_ext_method_cmp() on the struct http, or evhttp_connection_set_ext_method_cmp() on the connection. We expose a new stucture `evhttp_ext_method` which is passed to the callback if it's set. So any field can be modified, with some exceptions (in evhttp_method_): If the cmp function is set, it has the ability to modify method, and flags. Other fields will be ignored. Flags returned are OR'd with the current flags. Based on changes to the #282 from: Mark Ellzey <socket@gmail.com> | ||
| 2f184f8b | 2019-03-26 13:33:57 | evwatch: Add "prepare" and "check" watchers. Adds two new callbacks: "prepare" watchers, which fire immediately before we poll for I/O, and "check" watchers, which fire immediately after we finish polling and before we process events. This allows other event loops to be embedded into libevent's, and enables certain performance monitoring. Closes: #710 | ||
| 1a448088 | 2017-05-14 06:22:11 | Provide Makefile variables LIBEVENT_{CFLAGS,CPPFLAGS,LDFLAGS} This will allow a parent package to specify compiler, CPP, and linker flags to a libevent built as a sub-package. Document this in whatsnew-2.2.txt. Picked-from: #506 Closes: #506 | ||
| efcfa046 | 2017-01-29 18:13:07 | Bump version in master to 2.2.0-alpha-dev And according to f8d80a285cf941505277d9060d0357b5b7e543d2 ("Bump version to 2.1.3-alpha-dev") numeric version have 1 at the end, since it means "-dev". |