]> granicus.if.org Git - libevent/shortlog
libevent
2019-05-25 Azat Khuzhintest: mark bev_connect_hostname() as static (to avoid...
2019-05-25 Azat Khuzhincmake: add -Wmissing-prototypes (like autotools has)
2019-05-21 Azat Khuzhintime-test: disable buffering (mostly for windows)
2019-05-16 Azat KhuzhinMerge branch 'evbuffer-fixes-806-v2'
2019-05-16 Azat Khuzhinevbuffer: fix last_with_datap after prepend with empty...
2019-05-16 Azat Khuzhintest: regression for evbuffer_expand_fast_() with inval...
2019-05-16 Azat Khuzhintest: cover adjusting of last_with_datap in evbuffer_pr...
2019-05-15 Azat KhuzhinAdd getopt into dist archive
2019-05-13 Joseph SpadavecchiaImplement bufferevent_socket_connect_hostname_hints()
2019-05-12 Azat KhuzhinMerge branch 'issue-807-accept4-getnameinfo-AF_UNIX'
2019-05-12 Azat Khuzhinhttp-server: add usage/help dialog
2019-05-12 Azat Khuzhinhttp: avoid use of uninitialized value for AF_UNIX...
2019-05-12 Azat Khuzhinhttp-server: add ability to bind to unix-socket
2019-05-12 Azat Khuzhinbuild: struct sockaddr_un detection (sys/un.h, afunix.h)
2019-05-11 Tobias Stoeckmannkqueue: Avoid undefined behaviour.
2019-05-07 Tobias StoeckmannPrevent integer overflow in kq_build_changes_list.
2019-05-06 zhuizhuhaomengevdns: fix lock/unlock mismatch in evdns_close_server_p...
2019-04-30 Azat KhuzhinMerge remote-tracking branch 'official/pr/804'
2019-04-27 Tobias StoeckmannAdded test for evmap slot validations.
2019-04-26 Tobias StoeckmannPrevent endless loop in evmap_make_space.
2019-04-26 Tobias StoeckmannEnforce limit of NSIG signals.
2019-04-22 Tobias StoeckmannProtect min_heap_push_ against integer overflow.
2019-04-18 linxiaohuile-proxy: initiate use of the Winsock DLL
2019-04-17 Dan Rosenevwatch: fix race condition
2019-04-13 Azat KhuzhinIgnore build files for autotools build in subfolder too
2019-04-11 Azat KhuzhinMerge branch '21_http_extended_method'
2019-04-11 Thomas BernardAdded http method extending
2019-04-11 Thomas Bernardhttp: Update allowed_methods field from 16 to 32bits.
2019-04-09 Azat Khuzhinhttp: replace EVHTTP_REQ_UNKNOWN_ with 0
2019-04-07 Azat KhuzhinRemove experimental note for finalizers API
2019-04-03 Azat Khuzhinhttps-client: do not try to free not initialized base
2019-04-03 Azat Khuzhinhttp: drop unused internal macros
2019-04-03 Dan Rosenevwatch: Add "prepare" and "check" watchers.
2019-04-03 Azat KhuzhinDisable logging for tests that assume printing warnings
2019-04-03 Azat KhuzhinRemove manually written nmake makefiles (cmake should...
2019-04-02 Azat Khuzhinappveyor: check intermediate powershell commands exit...
2019-03-31 Azat KhuzhinMerge branch 'fix-uchex-warnings'
2019-03-31 Azat Khuzhinevdns: do not check server_req twice
2019-03-31 Azat Khuzhinevrpc: do not check req twice
2019-03-31 Azat Khuzhinevdns: add DNS_OPTION_NAMESERVERS_NO_DEFAULT/EVDNS_BASE...
2019-03-31 Azat Khuzhinevdns: add descriptions for DNS_OPTION_*/DNS_OPTIONS_ALL
2019-03-25 Azat KhuzhinLink test/regress with event_core/event_extra over...
2019-03-25 Azat Khuzhinsignal: guard __cdecl definition with #ifdef
2019-03-24 Azat Khuzhintinytest: fix parsing --timeout argument
2019-03-24 Azat Khuzhintinytest: implement per-test timeout (via alarm() under...
2019-03-16 Azat KhuzhinMerge branch 'buffer-read-size'
2019-03-16 Azat Khuzhinsample/becat: bufferevent cat, ncat/nc/telnet analog
2019-03-16 Azat KhuzhinAdjust evbuffer max read for bufferevents
2019-03-16 Azat KhuzhinMaximum evbuffer read configuration
2019-03-16 Azat KhuzhinFix leaks in error path of the bufferevent_init_common_()
2019-03-16 Azat Khuzhinbench: suppress int conversion warnings
2019-03-16 Azat KhuzhinSuppress int conversion warnings in getopt_long compati...
2019-03-14 Alexander Drozdovhttp: add WebDAV methods support
2019-03-12 Azat Khuzhinhttp: suppress -Wwrite-string in evhttp_parse_query_impl()
2019-03-12 Azat Khuzhincmake: sync warnings with autotools v2
2019-03-11 Sayan NandanUpdate documentation [ci skip]
2019-03-08 Sayan NandanMove list of contributors into separate file
2019-03-04 Azat Khuzhinhttp: implement separate timeouts for read/write/connec...
2019-03-03 John OhlAdd support for EV_TIMEOUT to event_base_active_by_fd
2019-03-03 Azat Khuzhinbuffer: make evbuffer_prepend() of zero-length array...
2019-03-03 Azat KhuzhinMerge branch 'evbuffer-empty-chain-handling'
2019-03-03 Azat Khuzhinbuffer: do not rely on ->off in advance_last_with_data()
2019-03-03 Azat Khuzhinbuffer: fix evbuffer_remove_buffer() with empty chain...
2019-03-03 Azat Khuzhintest: verify content of the buffer in evbuffer/remove_b...
2019-03-01 Seong-Joong KimRemove needless check for arc4_seeded_ok
2019-03-01 Enji CooperFix typos: warnigns -> warnings
2019-03-01 Enji CooperFix typos in a comment describing the purpose of `Versi...
2019-02-27 Enji CooperDefine `_GNU_SOURCE` properly/consistently per autoconf
2019-02-26 Yury KorzhetskyDon't loose top error in SSL
2019-02-24 Azat KhuzhinIgnore bitrise branches for travis-ci/appvyeor [ci...
2019-02-24 Azat KhuzhinUpdate link to the appveyor project
2019-02-24 Azat KhuzhinMatch definition with prototype for bufferevent_socket_...
2019-02-24 Azat KhuzhinRevert "test: avoid regress hanging in macOS"
2019-02-24 Azat KhuzhinUse kill() over raise() for raising the signal (fixes...
2019-02-21 Nathan FrenchMerge pull request #769 from sungjungk/fix-return-handling
2019-02-21 Seong-Joong KimAdd error-handling routine for arc4_seed()
2019-02-12 Nathan FrenchAdded DNS header mask definitions.
2019-02-05 Azat KhuzhinUse the logo from the libevent.org
2019-02-04 Azat Khuzhintest/dns: in solaris under EMFILE devpoll does not...
2019-02-04 Azat Khuzhincmake: fix checking of devpoll backend (like in autotoo...
2019-02-03 Azat Khuzhintest/dns: in solaris under EMFILE the error is EAI_FAIL
2019-02-03 Azat Khuzhintest/ssl/bufferevent_wm: explicitly break the loop...
2019-01-29 Azat KhuzhinEliminate fd conversion warnings and introduce EVUTIL_I...
2019-01-29 Azat Khuzhinevmap: use approparite type for changes to avoid warnin...
2019-01-29 Azat Khuzhintest/et/et: use evutil_socket_t* over int* for pointer...
2019-01-29 Azat Khuzhinappveyor: disable verbosity of MSBuild
2019-01-29 Azat KhuzhinMerge branch 'win64-fixes'
2019-01-29 Azat Khuzhintest/et/et: fix it by using appropriate type for the...
2019-01-29 Azat Khuzhintest/et/et: verify return codes
2019-01-29 Azat Khuzhinappveyor: switch to new VS/MinGW and x64
2019-01-29 Azat Khuzhinwin32select: print an error in case of failure
2019-01-29 Azat KhuzhinAdd OS-specific exclude patterns of the branch names...
2019-01-28 Azat Khuzhins/http-server: fix cleanup routines
2019-01-28 Azat KhuzhinMerge branch 'http-EVHTTP_CON_READ_ON_WRITE_ERROR-fixes-v2'
2019-01-28 Azat Khuzhinhttp: try to read existing data in buffer under EVHTTP_...
2019-01-28 Azat Khuzhintest: add logging for http/read_on_write_error and...
2019-01-28 Azat Khuzhinhttp: do not call deferred readcb if readcb is not set
2019-01-28 Azat KhuzhinMerge branch 'travis-ci-osx-fixes'
2019-01-28 Azat Khuzhintravis-ci/osx: switch to xcode 10.1, since 9.4 is not...
2019-01-28 Azat Khuzhintravis-ci/osx: install gcc and fix CC
next