]> granicus.if.org Git - libevent/shortlog
libevent
2019-02-02 Azat Khuzhint/bench_http: disable buffering (win32 do not show...
2019-02-02 Azat Khuzhins/http-server: check for EVTHREAD_USE_WINDOWS_THREADS_I...
2019-02-02 Azat KhuzhinMerge branch 'iocp-fixes'
2019-02-02 Azat KhuzhinFix conceivable UAF of the bufferevent in evhttp_connec...
2019-02-02 Azat KhuzhinUse BEV_UPCASE() everywhere
2019-02-02 Azat Khuzhinregress: add EVENT_NO_FILE_BUFFERING, to disable buffer...
2019-02-02 Azat Khuzhinevent: add some debug information into loop for event_b...
2019-02-02 Azat KhuzhinMerge branch 'sample-http-server'
2019-02-02 Azat Khuzhinregress_ssl: fix ssl/bufferevent_wm_filter for non...
2019-02-02 Azat Khuzhinappveyor: skip travis patches (by commit subject/files)
2019-02-02 Azat Khuzhinappveyor: cache build directory to reduce overall time...
2019-02-02 Azat Khuzhinappveyor: disable verbosity
2019-02-02 Azat Khuzhinappveyor: do not run on branches that has "travis"...
2019-02-02 Azat Khuzhincmake: set CMP0075 to NEW (for ws2_32.lib in win32)
2019-02-02 Azat Khuzhincmake: set CMP0074 to NEW (for OPENSSL_ROOT in appveyor)
2019-02-02 Azat Khuzhintravis: use homebrew via addon (-~4min/16% from the...
2019-02-02 Azat Khuzhinregress_ssl: make ssl/bufferevent_wm_filter more fault...
2019-02-02 Azat Khuzhinregress_http: disable http/read_on_write_error under...
2019-02-02 Azat Khuzhintravis-ci: exclude appveyor branches
2019-02-02 Azat Khuzhincmake: do not detect _GNU_SOURCE/__GNU_LIBRARY__ if...
2019-02-02 Azat KhuzhinMerge branch 'ssl_bufferevent_wm_filter-fix'
2019-02-02 Azat Khuzhinregress_http: make https_basic non time dependent
2019-02-02 Azat KhuzhinMerge branch 'check-O_NONBLOCK-in-debug'
2019-02-02 Azat KhuzhinAdd cmake rules into dist archive
2019-02-02 Azat KhuzhinMerge branch 'event-ET-#636-v2'
2019-02-02 Azat Khuzhinappveyor: reconfigure tests with allow_failure and...
2019-02-02 Azat KhuzhinMerge branch 'win32-visibility-event_debug_logging_mask_'
2019-02-02 Azat KhuzhinCheck existence of IPV6_V6ONLY in evutil_make_listen_so...
2019-02-02 Azat KhuzhinConvert evbuffer_strspn() (internal helper) to use...
2019-02-02 Azat Khuzhinbuffer: add an assert for last_with_datap to suppress...
2019-02-02 Azat Khuzhinbench_cascase: include getopt.h only for _WIN32 (like...
2019-02-02 Maya RashishDefine __EXT_POSIX2 for QNX
2019-02-02 Azat Khuzhinregress_ssl: reset static variables on test setup/clean...
2019-02-02 Azat Khuzhintest: export basic_test_setup/basic_test_cleanup to...
2019-02-02 Azat Khuzhintravis-ci: do not notify irc.oftc.net#libevent
2019-02-02 Azat Khuzhinbe_openssl: avoid leaking of SSL structure
2019-02-02 Azat Khuzhinbe_openssl: drop close_flag parameter of the BIO_new_bu...
2019-02-02 Azat Khuzhinregress_http: basic evhttp_parse_query_str() coverage
2019-02-02 Azat Khuzhincmake: add various warning flags like autotools has
2019-02-02 Azat Khuzhinautotools: do not add warnings that is included into...
2019-02-02 Murat Demirtenlistener: ipv6only socket bind support
2019-02-02 Azat KhuzhinMerge branch 'evutil_found_ifaddr-dev'
2019-02-02 Azat KhuzhinMerge branch 'http-request-line-parsing'
2019-02-02 Azat KhuzhinDisable parallel jobs for the osx (due to CPU time...
2019-02-02 Azat KhuzhinUse matrix.fast_finish for the travis-ci to mark the...
2019-02-02 Azat KhuzhinSimplify bufferevent timeout tests to reduce CPU usage...
2019-02-02 Bogdan Harjocevdns: handle NULL filename explicitly
2019-02-02 Azat KhuzhinMerge branch 'regress-dns-fixes'
2019-02-02 Jiri LuznickyFix missing LIST_HEAD
2019-02-02 Azat KhuzhinMake cmake's check_const_exists() rely on cache
2019-02-02 Azat KhuzhinMerge branch 'be-wm-overrun-v2'
2019-02-02 Azat KhuzhinAdd -fdiagnostics-color=always for Ninja
2019-02-02 Azat Khuzhinevrpc: avoid NULL dereference on request is not EVHTTP_...
2019-02-02 Carlo Marcelo... test: make sure pthread is defined
2019-02-02 Azat Khuzhinappveyor: add all build tree into artifacts in case...
2019-02-02 Bogdan Harjocdns-example: free result in getaddrinfo callback
2019-02-02 Philip PrindevilleEliminate compiler warnings (at least for gcc/linux)
2019-02-02 Azat KhuzhinMerge branch 'evdns_getaddrinfo-race-fix'
2019-02-02 Azat KhuzhinCleanup __func__ detection
2019-02-02 Azat KhuzhinMerge branch 'official/pr/671' -- README cleanup
2019-02-02 Azat Khuzhinautotools: include win32 specific headers for socklen_t...
2019-02-02 Azat Khuzhinappveyor: disable almost all configurations (except...
2019-02-02 Xiaozhou LiuFix typo
2019-02-02 Nathan French[http] fix C90 warnings
2019-02-02 Philip PrindevilleTell Travis to use quiet git clone
2019-02-02 Leo Zhangtest: make regress_dns C89 compatible
2019-02-02 Azat KhuzhinIgnore evconfig-private.h for autotools
2019-02-02 Azat KhuzhinReplace all EVENT_HAVE with EVENT__HAVE (EVENT__HAVE_US...
2019-02-02 Philip PrindevilleAdd convenience macros for user-triggered events
2019-02-02 Philip PrindevilleGet rid of macros which are never used
2019-02-02 an-taofix spelling mistakes
2019-02-02 Philip Prindevilleconfig.h can't be prefixed unconditionally
2019-02-02 Azat KhuzhinMake rpc headers self-compilable
2019-02-02 Azat KhuzhinNotify event base if there are no more events, so it...
2019-02-02 Azat KhuzhinFix CheckFunctionExistsEx() cmake macro on win32
2019-02-02 Azat Khuzhintest/dns: install correct RLIMIT_NOFILE in bufferevent_...
2019-02-02 Azat Khuzhintravis-ci: allow tests under osx to fail (temporary...
2019-02-02 Azat Khuzhintest/http: cover evhttp_connection_get_addr() for incom...
2019-02-02 Greg HazelFix evhttp_connection_get_addr() fox incomming http...
2019-02-02 Azat Khuzhintest/dns: verify bufferevent_socket_connect() errorcb...
2019-02-02 Jesse Fangbufferevent_socket_connect{,_hostname}() missing event...
2019-02-02 Azat Khuzhintest/dns: cleanup test_bufferevent_connect_hostname()
2019-02-02 Azat KhuzhinMerge branch 'pull-628'
2019-02-02 Azat KhuzhinAdopt ignore rules for cmake + ninja
2019-02-02 SuckShitFix assert() condition in evbuffer_drain() for IOCP
2019-02-02 The Gitter... Add Gitter badge
2019-02-02 Philip Herroncmake: ensure windows dll's are installed as well as...
2019-02-02 dpayneGenerating evdns_base_config_windows_nameservers docs...
2019-02-02 dpayneFixing doxygen docs for evdns_base_search_clear when...
2019-02-02 Bernard SpilFix build with LibreSSL 2.7
2019-02-02 Philip PrindevilleAvoid possible SEGVs in select() (in unit tests)
2019-02-02 Greg Hazeldon't fail be_null_filter if bytes are copied
2019-02-02 Greg HazelCall underlying bev ctrl GET_FD on filtered bufferevents
2019-02-02 Azat KhuzhinFix base unlocking in event_del() if event_base_set...
2019-02-02 Azat KhuzhinConvert event_debug_*() helpers from macros to static...
2019-02-02 stennProvide Makefile variables LIBEVENT_{CFLAGS,CPPFLAGS...
2019-02-02 Azat Khuzhinhttp: remove message in case !Content-Length and Connec...
2019-02-02 Azat Khuzhinbuffer: fix incorrect unlock of the buffer mutex (for...
2019-02-02 Dmitry AlimovFix typos in comments
2019-02-02 Azat Khuzhinhttp: fix leaks in evhttp_uriencode()
next