2016-11-04 |
Azat Khuzhin | Bump version to 2.1.7-beta everywhere |
commit | commitdiff | tree | snapshot |
2016-11-04 |
Azat Khuzhin | Update changelog for 2.1.7-rc |
commit | commitdiff | tree | snapshot |
2016-11-04 |
Azat Khuzhin | README: update AUTHORS |
commit | commitdiff | tree | snapshot |
2016-11-04 |
Azat Khuzhin | travis-ci/osx: install lcov |
commit | commitdiff | tree | snapshot |
2016-11-04 |
Tim Hentenaar | test/regress: cover a polling of invalid fd |
commit | commitdiff | tree | snapshot |
2016-11-04 |
Tim Hentenaar | poll: Prevent libevent from spinning if POLLNVAL occurs |
commit | commitdiff | tree | snapshot |
2016-11-02 |
Azat Khuzhin | Use coveralls.io via travis |
commit | commitdiff | tree | snapshot |
2016-11-02 |
Azat Khuzhin | Fix cmake -DEVENT__COVERAGE=ON |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Azat Khuzhin | Testing with vagrant for 6 OS and cmake+autoconf |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Azat Khuzhin | autogen.sh: learn about gmake |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Azat Khuzhin | autogen.sh: remove all autoconf/automake caches, if any |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Azat Khuzhin | cmake: fix finding python2, and check that it is really 2 |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Azat Khuzhin | Ignore temporary configure files |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Azat Khuzhin | cmake: fix CheckFunctionExistsEx/CheckPrototypeDefiniti... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Zonr Chang | cmake: cleanup |
commit | commitdiff | tree | snapshot |
2016-10-25 |
Thomas Bernard | use ev_uint16_t instead of unsigned short for port |
commit | commitdiff | tree | snapshot |
2016-10-25 |
Azat Khuzhin | cmake/win32: fix running regress, but fixing finding... |
commit | commitdiff | tree | snapshot |
2016-10-21 |
Simone Basso | README.md: fix typo: ar -> are |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Azat Khuzhin | travis-ci: use container-based infrastructure |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Azat Khuzhin | travis-ci/osx: fix compiling/linking openssl libraries |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Azat Khuzhin | travis-ci: use gcc-5 (fixes osx|gcc failures) |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Kurt Roeckx | Make it build using OpenSSL 1.1.0 |
commit | commitdiff | tree | snapshot |
2016-10-15 |
Adam Langley | Don't call BIO_number_{read|written} on NULL BIOs. |
commit | commitdiff | tree | snapshot |
2016-10-13 |
Adam Langley | Switch from a 512 to 2048-bit RSA key. |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Azat Khuzhin | Merge branch 'contrib-guide-v2' |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Azat Khuzhin | Add CONTRIBUTING.md (with checkpatch.sh examples) |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Azat Khuzhin | Add checkpatch script |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Azat Khuzhin | Add config for clang-format |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Azat Khuzhin | Add config for uncrustify |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Seven | be: just a simple mistake, reinclude the <errno.h> |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Azat Khuzhin | cmake: use PYTHON_EXECUTABLE to find python2 |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Azat Khuzhin | Merge branch 'force-disable-clockgettime' |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Azat Khuzhin | Add -DEVENT__DISABLE_CLOCK_GETTIME switch for cmake |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Vlad Shcherban | Adding option to ignore clock_gettime: --disable-clock... |
commit | commitdiff | tree | snapshot |
2016-08-26 |
Azat Khuzhin | Merge branch 'release-2.1.6-beta-pull' release-2.1.6-beta |
commit | commitdiff | tree | snapshot |
2016-08-26 |
Azat Khuzhin | Bump version to 2.1.6-beta everywhere |
commit | commitdiff | tree | snapshot |
2016-08-26 |
Azat Khuzhin | ChangeLog: Add brief notes |
commit | commitdiff | tree | snapshot |
2016-08-26 |
Azat Khuzhin | Update changelog for 2.1.6-beta (ugh, pretty huge) |
commit | commitdiff | tree | snapshot |
2016-08-26 |
Azat Khuzhin | Update AUTHORS section in README |
commit | commitdiff | tree | snapshot |
2016-08-26 |
Zonr Chang | Fix evhttp_uriencode() regression. |
commit | commitdiff | tree | snapshot |
2016-08-14 |
Mark Ellzey | removed unused vars |
commit | commitdiff | tree | snapshot |
2016-08-14 |
Mark Ellzey | pointer overflow checks for evhttp_uriencode |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Azat Khuzhin | tests: use waitpid(..., WNOWAIT) to fix failing of... |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Azat Khuzhin | test: replace sleeping with syncing pair in main/fork |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Azat Khuzhin | travis: split long lines, and make it cleaner |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Azat Khuzhin | travis: fix autotools on osx by reinstalling libtool |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Azat Khuzhin | be_sock: handle readv() returns ECONNREFUSED (freebsd... |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Azat Khuzhin | test/http: do not run tests that based on backlog filli... |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Azat Khuzhin | evutil: mark ai_find_protocol() static (prototype-less) |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Azat Khuzhin | test/bufferevent/iocp: fix test name for "bufferevent_c... |
commit | commitdiff | tree | snapshot |
2016-08-10 |
Azat Khuzhin | Fix getaddrinfo under solaris (for multiprotocol case) |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | cmake/solaris: set CMAKE_REQUIRED_LIBRARIES to fix... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | cmake/solaris: fix building (link with socket,nsl) |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | Merge branch 'appveyor-cmake-v6' |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | test/ssl: use send()/recv()/EVUTIL_ERR_RW_RETRIABLE... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | test/https_basic: increase timeout for complete write... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | cmake: check for ZLIB_INCLUDE_DIR, since we can have... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | autotools/win32: fix searching ssl library |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | appveyor/autotools: link with openssl by passing LDFLAG... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | appveyor: image already had openssl installed |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | cmake/win32: do not compile regress_thread on -DEVENT__... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | cmake/win32: do not compile evthread_win32 on -DEVENT__... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | appveyor: check -DUNICODE -D_UNICODE according to Relea... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | cmake: fix -DEVENT__ENABLE_VERBOSE_DEBUG (typo on ... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | test: fix building with --disable-thread-support under... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | cmake: do not use stderr for notifications/version... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | autoconf: fix --disable-thread-support build under... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | appveyor: ignore failure of mingw-get |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | appveyor: drop shallow_clone, since we use tags for... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | appveyor: support cmake & autotools using build matrix... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
Azat Khuzhin | Ignore `make dist` generated files |
commit | commitdiff | tree | snapshot |
2016-07-12 |
Mark Mentovai | Check for Mac OS X 10.4 kqueue bug properly |
commit | commitdiff | tree | snapshot |
2016-07-07 |
Azat Khuzhin | buffer: don't mix code and declarations |
commit | commitdiff | tree | snapshot |
2016-06-29 |
basavesh.as | Fix memory leak in signal-test.c |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Mark Ellzey | [#372] check for errno.h |
commit | commitdiff | tree | snapshot |
2016-06-26 |
Mark Ellzey | Merge pull request #367 from neerajbadlani/master |
commit | commitdiff | tree | snapshot |
2016-06-25 |
Azat Khuzhin | buffer: Merge branch '340-dig-v2' |
commit | commitdiff | tree | snapshot |
2016-06-25 |
Azat Khuzhin | buffer: fix overflow check in evbuffer_expand_singlechain() |
commit | commitdiff | tree | snapshot |
2016-06-25 |
Azat Khuzhin | test/buffer: cover evbuffer_expand() for overflow |
commit | commitdiff | tree | snapshot |
2016-06-25 |
Mark Ellzey | [Issue #313] set method to ASCII "NULL" if evhttp_metho... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Neeraj Badlani | Update gitignore file to ignore cscope gen'ed files |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Azat Khuzhin | buffer: Merge branch 'evbuffer-empty-chains-fixes-v4' |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Azat Khuzhin | bufferevent_filter: Merge branch 'be-filter-data-stuck' |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Eduardo Panisset | test/be_filter: creating test case for data stuck with... |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Eduardo Panisset | be_filter: avoid data stuck under active watermarks |
commit | commitdiff | tree | snapshot |
2016-06-17 |
David Paschich | Fix bufferevent_pair to properly set BEV_EVENT_{READING... |
commit | commitdiff | tree | snapshot |
2016-06-17 |
Azat Khuzhin | buffer: evbuffer_add_buffer(): clean empty chains from... |
commit | commitdiff | tree | snapshot |
2016-06-17 |
Azat Khuzhin | test/buffer: evbuffer_add_buffer() with empty chains |
commit | commitdiff | tree | snapshot |
2016-06-17 |
Azat Khuzhin | test/buffer: evbuffer_remove_buffer() with empty chains... |
commit | commitdiff | tree | snapshot |
2016-06-17 |
Azat Khuzhin | test/buffer: evbuffer_remove_buffer() with empty chains... |
commit | commitdiff | tree | snapshot |
2016-06-17 |
Azat Khuzhin | test/http: avoid using conditionals with omitted operan... |
commit | commitdiff | tree | snapshot |
2016-06-17 |
Azat Khuzhin | test/http: don't mix declarations and code (fixes ... |
commit | commitdiff | tree | snapshot |
2016-06-17 |
Azat Khuzhin | test/buffer: fix leak in test_evbuffer_prepend() |
commit | commitdiff | tree | snapshot |
2016-06-17 |
Azat Khuzhin | test/buffer: avoid errors with --no-fork (reinitialize... |
commit | commitdiff | tree | snapshot |
2016-06-08 |
Rainer Keller | For non GCC/clang on OSX the -Wno-deprecated-declaratio... |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Azat Khuzhin | Merge branch 'travis-ci-os-matrix-v2' |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Azat Khuzhin | automake: define serial-tests only if automake have... |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Azat Khuzhin | test/automake: don't use paralell test harness (since... |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Azat Khuzhin | travis-ci/osx: relink gcc/g++ instead of clang |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Azat Khuzhin | travis-ci: enable multi-os mode (osx, linux) |
commit | commitdiff | tree | snapshot |
next |