summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * appveyor: switch to new VS/MinGW and x64Azat Khuzhin2019-01-291-15/+22
|/
* win32select: print an error in case of failureAzat Khuzhin2019-01-291-0/+2
* Add OS-specific exclude patterns of the branch names for the CIAzat Khuzhin2019-01-292-0/+6
* s/http-server: fix cleanup routinesAzat Khuzhin2019-01-291-0/+3
* Merge branch 'http-EVHTTP_CON_READ_ON_WRITE_ERROR-fixes-v2'Azat Khuzhin2019-01-292-16/+29
|\
| * http: try to read existing data in buffer under EVHTTP_CON_READ_ON_WRITE_ERRORAzat Khuzhin2019-01-291-0/+8
| * test: add logging for http/read_on_write_error and rearrange codeAzat Khuzhin2019-01-291-15/+18
| * http: do not call deferred readcb if readcb is not setAzat Khuzhin2019-01-281-1/+3
|/
* Merge branch 'travis-ci-osx-fixes'Azat Khuzhin2019-01-281-1/+3
|\
| * travis-ci/osx: switch to xcode 10.1, since 9.4 is not compatible with gcc-8Azat Khuzhin2019-01-281-0/+1
| * travis-ci/osx: install gcc and fix CCAzat Khuzhin2019-01-281-1/+2
|/
* test: adjust expecting error for getaddrinfo() under EMFILEAzat Khuzhin2019-01-261-0/+7
* test/nonpersist_readd: use assert helpersAzat Khuzhin2019-01-121-35/+23
* rpc: use *_new_with_arg() to match function prototypeAzat Khuzhin2019-01-111-2/+2
* http: Preserve socket error from listen across closesocket cleanupLuke Dashjr2019-01-071-0/+3
* cmake: support static runtime (MSVC)Azat Khuzhin2018-12-171-0/+28
* appveyor: cover static libs for MSVCAzat Khuzhin2018-12-171-0/+2
* fix a comment errorbaixiangcpp2018-12-161-1/+1
* cmake: Fix some typos in option descriptionsFredrik Strupe2018-12-151-3/+3
* http: fix connection retries when there more then one request for connectionAzat Khuzhin2018-12-121-1/+7
* Do not check O_NONBLOCK for invalid fdsAzat Khuzhin2018-12-091-6/+7
* test-fdleak: fix memory leaksAzat Khuzhin2018-12-081-6/+9
* travis-ci: do not run coveralls with clang (SIGSEGV)Azat Khuzhin2018-12-051-0/+4
* Add mailmapAzat Khuzhin2018-12-051-0/+5
* test: add TT_RETRIABLE for http/cancel_by_host_no_nsAzat Khuzhin2018-11-231-1/+1
* appveyor: enable parallel buildAzat Khuzhin2018-11-231-2/+3
* cmake: do not build both (SHARED and STATIC) for MSVC/win32Azat Khuzhin2018-11-232-4/+18
* cmake: introduce EVENT__LIBRARY_TYPE optionAzat Khuzhin2018-11-233-49/+88
* cmake: drop redundant add_dependencies()Azat Khuzhin2018-11-221-10/+0
* Merge branch 'TT_RETRIABLE'Azat Khuzhin2018-11-217-22/+78
|\
| * Mark a lot of flacky tests with TT_RETRIABLE (for linux/win32 only)Azat Khuzhin2018-11-204-13/+15
| * regress: introduce TT_RETRIABLEAzat Khuzhin2018-11-203-9/+63
|/
* bufferevent: add debug messages when .setfd/.getfd/.enable/.disable failedAzat Khuzhin2018-11-201-0/+8
* http: improve error path for bufferevent_{setfd,enable,disable}()Azat Khuzhin2018-11-201-9/+18
* regress_http: fix compilation with !EVENT__HAVE_OPENSSLAzat Khuzhin2018-11-201-0/+2
* regress_bufferevent: add TT_IOCP_LEGACY/TT_IOCPAzat Khuzhin2018-11-131-18/+15
* t/bench_http: disable buffering (win32 do not show anything otherwise)Azat Khuzhin2018-11-131-0/+3
* s/http-server: check for EVTHREAD_USE_WINDOWS_THREADS_IMPLEMENTEDAzat Khuzhin2018-11-131-1/+3
* Merge branch 'iocp-fixes'Azat Khuzhin2018-11-134-18/+44
|\
| * regress: test for HTTP/HTTPS with IOCP enabledAzat Khuzhin2018-11-133-0/+7
| * bev_async: trigger/run only deferred callbacksAzat Khuzhin2018-11-131-10/+17
| * bev_async: do not initialize timeouts multiple timesAzat Khuzhin2018-11-131-1/+0
| * bev_async: set "ok" on setfd if fd>=0 (like we do during creation)Azat Khuzhin2018-11-131-0/+2
| * bev_async: ignore ERROR_INVALID_PARAMETER on .setfd for iocpAzat Khuzhin2018-11-131-7/+18
|/
* Fix conceivable UAF of the bufferevent in evhttp_connection_free()Azat Khuzhin2018-11-131-8/+10
* Use BEV_UPCASE() everywhereAzat Khuzhin2018-11-133-67/+33
* regress: add EVENT_NO_FILE_BUFFERING, to disable buffering for stdout/stderrAzat Khuzhin2018-11-131-0/+5
* event: add some debug information into loop for event_base_free_queues_()Azat Khuzhin2018-11-131-0/+1
* Merge branch 'sample-http-server'Azat Khuzhin2018-11-132-27/+113
|\
| * s/http-server: graceful cleanupAzat Khuzhin2018-11-132-16/+51