summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evdns: add DNS_OPTION_NAMESERVERS_NO_DEFAULT/EVDNS_BASE_NAMESERVERS_NO_DEFAULTAzat Khuzhin2019-04-013-8/+96
* evdns: add descriptions for DNS_OPTION_*/DNS_OPTIONS_ALLAzat Khuzhin2019-04-011-1/+26
* Link test/regress with event_core/event_extra over eventAzat Khuzhin2019-03-251-1/+1
* signal: guard __cdecl definition with #ifdefAzat Khuzhin2019-03-251-0/+2
* tinytest: fix parsing --timeout argumentAzat Khuzhin2019-03-241-2/+3
* tinytest: implement per-test timeout (via alarm() under !win32 only)Azat Khuzhin2019-03-241-2/+38
* Merge branch 'buffer-read-size'Azat Khuzhin2019-03-1611-28/+716
|\
| * sample/becat: bufferevent cat, ncat/nc/telnet analogAzat Khuzhin2019-03-165-0/+634
| * Adjust evbuffer max read for buffereventsAzat Khuzhin2019-03-162-1/+8
| * Maximum evbuffer read configurationAzat Khuzhin2019-03-163-12/+55
| * Fix leaks in error path of the bufferevent_init_common_()Azat Khuzhin2019-03-161-15/+19
|/
* bench: suppress int conversion warningsAzat Khuzhin2019-03-161-10/+15
* Suppress int conversion warnings in getopt_long compatibilityAzat Khuzhin2019-03-161-3/+4
* http: add WebDAV methods supportAlexander Drozdov2019-03-143-32/+208
* http: suppress -Wwrite-string in evhttp_parse_query_impl()Azat Khuzhin2019-03-131-1/+1
* cmake: sync warnings with autotools v2Azat Khuzhin2019-03-131-2/+7
* Update documentation [ci skip]Sayan Nandan2019-03-113-141/+143
* Move list of contributors into separate fileSayan Nandan2019-03-082-206/+207
* http: implement separate timeouts for read/write/connect phaseAzat Khuzhin2019-03-055-64/+293
* Add support for EV_TIMEOUT to event_base_active_by_fdJohn Ohl2019-03-033-3/+32
* buffer: make evbuffer_prepend() of zero-length array no-opAzat Khuzhin2019-03-031-0/+4
* Merge branch 'evbuffer-empty-chain-handling'Azat Khuzhin2019-03-032-25/+156
|\
| * buffer: do not rely on ->off in advance_last_with_data()Azat Khuzhin2019-03-032-3/+88
| * buffer: fix evbuffer_remove_buffer() with empty chain in frontAzat Khuzhin2019-03-032-1/+29
| * test: verify content of the buffer in evbuffer/remove_buffer_with_empty*Azat Khuzhin2019-03-031-21/+39
|/
* Remove needless check for arc4_seeded_okSeong-Joong Kim2019-03-012-12/+1
* Fix typos: warnigns -> warningsEnji Cooper2019-02-283-3/+3
* Fix typos in a comment describing the purpose of `VersionViaGit.cmake`Enji Cooper2019-02-281-1/+1
* Define `_GNU_SOURCE` properly/consistently per autoconfEnji Cooper2019-02-273-6/+3
* Don't loose top error in SSLYury Korzhetsky2019-02-261-0/+3
* Ignore bitrise branches for travis-ci/appvyeor [ci skip]Azat Khuzhin2019-02-252-0/+2
* Update link to the appveyor projectAzat Khuzhin2019-02-241-1/+1
* Match definition with prototype for bufferevent_socket_set_conn_address_fd_()Azat Khuzhin2019-02-241-1/+1
* Revert "test: avoid regress hanging in macOS"Azat Khuzhin2019-02-241-1/+1
* Use kill() over raise() for raising the signal (fixes osx 10.14 with kqueue)Azat Khuzhin2019-02-241-11/+11
* Merge pull request #769 from sungjungk/fix-return-handlingNathan French2019-02-211-1/+3
|\
| * Add error-handling routine for arc4_seed()Seong-Joong Kim2019-02-211-1/+3
|/
* Added DNS header mask definitions.Nathan French2019-02-121-10/+23
* Use the logo from the libevent.orgAzat Khuzhin2019-02-061-1/+1
* test/dns: in solaris under EMFILE devpoll does not dispatch (due DP_POLL fail...Azat Khuzhin2019-02-041-1/+13
* cmake: fix checking of devpoll backend (like in autotools, by devpoll.h exist...Azat Khuzhin2019-02-043-7/+1
* test/dns: in solaris under EMFILE the error is EAI_FAILAzat Khuzhin2019-02-031-1/+4
* test/ssl/bufferevent_wm: explicitly break the loop once client/server receive...Azat Khuzhin2019-02-031-0/+7
* Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows)Azat Khuzhin2019-01-2912-65/+86
* evmap: use approparite type for changes to avoid warnings under windowsAzat Khuzhin2019-01-291-2/+2
* test/et/et: use evutil_socket_t* over int* for pointer to the pairAzat Khuzhin2019-01-291-1/+1
* appveyor: disable verbosity of MSBuildAzat Khuzhin2019-01-291-1/+1
* Merge branch 'win64-fixes'Azat Khuzhin2019-01-292-21/+28
|\
| * test/et/et: fix it by using appropriate type for the SOCKET (evutil_socket_t)Azat Khuzhin2019-01-291-1/+1
| * test/et/et: verify return codesAzat Khuzhin2019-01-291-5/+5