projects
/
libevent
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libevent
2019-09-05
Azat Khuzhin
Fix checking return value of the evdns_base_resolv_conf...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-03
Azat Khuzhin
cmake: fix getrandom() detection
commit
|
commitdiff
|
tree
|
snapshot
2019-09-02
Azat Khuzhin
arc4random: replace sysctl() with getrandom (on linux)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-02
yuangongji
Upgrade autoconf (after upgrading minimum required...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-02
Azat Khuzhin
Revert "Warn if forked from the event loop during event...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-02
Boris.Dergachov
Fixes spelling
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
yuangongji
Doxygen documentation improvements
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
yuangongji
eliminate some C4267 warnings in Windows
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
yuangongji
autotools: attach doxygen target into all target
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
yuangongji
cmake: attach doxygen target into all target
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
Jan Kasiak
Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
Jan Kasiak
test: prevent duplicate event_enable_debug_mode() for...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Azat Khuzhin
test: introduce TT_ENABLE_DEBUG_MODE flag
commit
|
commitdiff
|
tree
|
snapshot
2019-08-21
yuangongji
travis-ci: add openssl1.1 into travis build matrix
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
David Disseldorp
sample/http-server: fix parameter parsing
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
David Disseldorp
sample/signal-test: fix use of uninitialized variable
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
ygj6
sample: fix 'INFINITY' undeclared error
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
ygj6
becat: avoid using anonymous structures
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
dota17
Fix typos in comments (sample/test/event-internal.h)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
dota17
sample/signal-test: add NULL checks
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Azat Khuzhin
Add becat into .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
ygj6
Change the minimum version of automake to 1.13 and...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Azat Khuzhin
Add Uninstall.cmake.in into dist archive
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Azat Khuzhin
buffer: fix possible NULL dereference in evbuffer_setcb...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
yuangongji
Change autoconf version to 2.62 and automake version...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
Azat Khuzhin
cmake: install shared library only if it was requested
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
yuangongji
Missing <winerror.h> on win7/MinGW(MINGW32_NT-6.1)...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
yuangongji
cmake: set library names to be the same as with autotools
commit
|
commitdiff
|
tree
|
snapshot
2019-07-08
Keith Smiley
Enable _GNU_SOURCE for Android
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Keith Smiley
Enable kqueue for APPLE targets
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Azat Khuzhin
Warn if forked from the event loop during event_reinit()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Azat Khuzhin
autotools: do not install bufferevent_ssl.h under ...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Azat Khuzhin
cmake: link against shell32.lib/advapi32.lib
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Azat Khuzhin
Add README.md/Documentation into dist archive
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Azat Khuzhin
Require cmake >= 3.1.2 (for correct openssl 1.0.2 detec...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-15
Azat Khuzhin
evdns: add new options -- so-rcvbuf/so-sndbuf
commit
|
commitdiff
|
tree
|
snapshot
2019-06-14
Azat Khuzhin
evutil: drop force_check from evutil_check_interfaces...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-14
jeremyerb
evutil: set the have_checked_interfaces in evutil_check...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-13
yuangongji
cmake: add missing autotools targets (doxygen, uninstal...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-08
Fabrice Fontaine
m4/libevent_openssl.m4: fix detection of openssl
commit
|
commitdiff
|
tree
|
snapshot
2019-06-03
yuangongji (A)
doc: cmake command on Windows
commit
|
commitdiff
|
tree
|
snapshot
2019-06-02
Azat Khuzhin
becat: remove extra SSL_CTX options usage [ci skip]
commit
|
commitdiff
|
tree
|
snapshot
2019-06-02
Azat Khuzhin
Fix detection of the __has_attribute() for apple clang...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-31
wenyg
https-client: correction error checking
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
yuangongji
typo error in header file
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Jan Beich
cmake: limit MSVC to Clang-CL
commit
|
commitdiff
|
tree
|
snapshot
2019-05-25
Azat Khuzhin
http: do not name variable "sun" since this breaks...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-25
Azat Khuzhin
test: mark bev_connect_hostname() as static (to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-25
Azat Khuzhin
cmake: add -Wmissing-prototypes (like autotools has)
commit
|
commitdiff
|
tree
|
snapshot
2019-05-21
Azat Khuzhin
time-test: disable buffering (mostly for windows)
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Azat Khuzhin
Merge branch 'evbuffer-fixes-806-v2'
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Azat Khuzhin
evbuffer: fix last_with_datap after prepend with empty...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Azat Khuzhin
test: regression for evbuffer_expand_fast_() with inval...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Azat Khuzhin
test: cover adjusting of last_with_datap in evbuffer_pr...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-15
Azat Khuzhin
Add getopt into dist archive
commit
|
commitdiff
|
tree
|
snapshot
2019-05-13
Joseph Spadavecchia
Implement bufferevent_socket_connect_hostname_hints()
commit
|
commitdiff
|
tree
|
snapshot
2019-05-12
Azat Khuzhin
Merge branch 'issue-807-accept4-getnameinfo-AF_UNIX'
commit
|
commitdiff
|
tree
|
snapshot
2019-05-12
Azat Khuzhin
http-server: add usage/help dialog
commit
|
commitdiff
|
tree
|
snapshot
2019-05-12
Azat Khuzhin
http: avoid use of uninitialized value for AF_UNIX...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-12
Azat Khuzhin
http-server: add ability to bind to unix-socket
commit
|
commitdiff
|
tree
|
snapshot
2019-05-12
Azat Khuzhin
build: struct sockaddr_un detection (sys/un.h, afunix.h)
commit
|
commitdiff
|
tree
|
snapshot
2019-05-11
Tobias Stoeckmann
kqueue: Avoid undefined behaviour.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-07
Tobias Stoeckmann
Prevent integer overflow in kq_build_changes_list.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
zhuizhuhaomeng
evdns: fix lock/unlock mismatch in evdns_close_server_p...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-30
Azat Khuzhin
Merge remote-tracking branch 'official/pr/804'
commit
|
commitdiff
|
tree
|
snapshot
2019-04-27
Tobias Stoeckmann
Added test for evmap slot validations.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Tobias Stoeckmann
Prevent endless loop in evmap_make_space.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Tobias Stoeckmann
Enforce limit of NSIG signals.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-22
Tobias Stoeckmann
Protect min_heap_push_ against integer overflow.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-18
linxiaohui
le-proxy: initiate use of the Winsock DLL
commit
|
commitdiff
|
tree
|
snapshot
2019-04-17
Dan Rosen
evwatch: fix race condition
commit
|
commitdiff
|
tree
|
snapshot
2019-04-13
Azat Khuzhin
Ignore build files for autotools build in subfolder too
commit
|
commitdiff
|
tree
|
snapshot
2019-04-11
Azat Khuzhin
Merge branch '21_http_extended_method'
commit
|
commitdiff
|
tree
|
snapshot
2019-04-11
Thomas Bernard
Added http method extending
commit
|
commitdiff
|
tree
|
snapshot
2019-04-11
Thomas Bernard
http: Update allowed_methods field from 16 to 32bits.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-09
Azat Khuzhin
http: replace EVHTTP_REQ_UNKNOWN_ with 0
commit
|
commitdiff
|
tree
|
snapshot
2019-04-07
Azat Khuzhin
Remove experimental note for finalizers API
commit
|
commitdiff
|
tree
|
snapshot
2019-04-03
Azat Khuzhin
https-client: do not try to free not initialized base
commit
|
commitdiff
|
tree
|
snapshot
2019-04-03
Azat Khuzhin
http: drop unused internal macros
commit
|
commitdiff
|
tree
|
snapshot
2019-04-03
Dan Rosen
evwatch: Add "prepare" and "check" watchers.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-03
Azat Khuzhin
Disable logging for tests that assume printing warnings
commit
|
commitdiff
|
tree
|
snapshot
2019-04-03
Azat Khuzhin
Remove manually written nmake makefiles (cmake should...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-02
Azat Khuzhin
appveyor: check intermediate powershell commands exit...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-31
Azat Khuzhin
Merge branch 'fix-uchex-warnings'
commit
|
commitdiff
|
tree
|
snapshot
2019-03-31
Azat Khuzhin
evdns: do not check server_req twice
commit
|
commitdiff
|
tree
|
snapshot
2019-03-31
Azat Khuzhin
evrpc: do not check req twice
commit
|
commitdiff
|
tree
|
snapshot
2019-03-31
Azat Khuzhin
evdns: add DNS_OPTION_NAMESERVERS_NO_DEFAULT/EVDNS_BASE...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-31
Azat Khuzhin
evdns: add descriptions for DNS_OPTION_*/DNS_OPTIONS_ALL
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Azat Khuzhin
Link test/regress with event_core/event_extra over...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-25
Azat Khuzhin
signal: guard __cdecl definition with #ifdef
commit
|
commitdiff
|
tree
|
snapshot
2019-03-24
Azat Khuzhin
tinytest: fix parsing --timeout argument
commit
|
commitdiff
|
tree
|
snapshot
2019-03-24
Azat Khuzhin
tinytest: implement per-test timeout (via alarm() under...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-16
Azat Khuzhin
Merge branch 'buffer-read-size'
commit
|
commitdiff
|
tree
|
snapshot
2019-03-16
Azat Khuzhin
sample/becat: bufferevent cat, ncat/nc/telnet analog
commit
|
commitdiff
|
tree
|
snapshot
2019-03-16
Azat Khuzhin
Adjust evbuffer max read for bufferevents
commit
|
commitdiff
|
tree
|
snapshot
2019-03-16
Azat Khuzhin
Maximum evbuffer read configuration
commit
|
commitdiff
|
tree
|
snapshot
2019-03-16
Azat Khuzhin
Fix leaks in error path of the bufferevent_init_common_()
commit
|
commitdiff
|
tree
|
snapshot
2019-03-16
Azat Khuzhin
bench: suppress int conversion warnings
commit
|
commitdiff
|
tree
|
snapshot
2019-03-16
Azat Khuzhin
Suppress int conversion warnings in getopt_long compati...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-14
Alexander Drozdov
http: add WebDAV methods support
commit
|
commitdiff
|
tree
|
snapshot
next