Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9c75c24c | 2019-02-10 16:23:11 | Merge branch 'release-2.1.9-beta-pull' into patches-2.1 * release-2.1.9-beta-pull: Bump version to 2.1.9-beta everywhere Bump ChangeLog Bump AUTHORS section ... Tested on (cmake/autotools): - ubuntu - freebsd - osx - windows - netbsd - solaris - centos Closes: #744 | ||
| 900f5c45 | 2019-02-03 19:19:46 | Bump version to 2.1.9-beta everywhere | ||
| 9e0a1e06 | 2019-02-10 14:39:49 | Bump AUTHORS section | ||
| b5126dbe | 2019-02-03 19:25:09 | Bump ChangeLog | ||
| e0e5d53b | 2019-02-04 22:34:10 | test/dns: in solaris under EMFILE devpoll does not dispatch (cherry picked from commit 3ce38f6d2d74edcacfe17d612c611ae35e97acfc) | ||
| 7f161902 | 2019-02-04 22:18:45 | cmake: fix checking of devpoll backend (like in autotools, by devpoll.h existence) (cherry picked from commit 8e87de3c24cad940516f49aa0466cfe53fa042bf) | ||
| ce4e2b7b | 2019-02-03 18:47:14 | test/ssl/bufferevent_wm: explicitly break the loop once client/server received enough There can be tricky cases (that can be reproduced by reducing SO_RCVBUF/SO_SNDBUF to 6144, on linux, and be aware, since linux doubles this const), when there is still write event pending, although we read enough. This should be fixed in a more sophisticated way, but to backport the patch, let's simply break the loop manually. The ssl/bufferevent_wm originally failed on solaris. (cherry picked from commit ae9b285d2d7c9b898049072c157d50769d8014ea) | ||
| 5a26e7bd | 2019-02-03 18:54:00 | test/dns: in solaris under EMFILE the error is EAI_FAIL (cherry picked from commit d234902da713cb722596f6bf66bb0dde8a3842dc) | ||
| e66078a0 | 2019-01-29 21:12:33 | Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows) windows has intptr_t instead of regular int. Also tt_fd_op() had been introduced, since we cannot use tt_int_op() for comparing fd, since it is not always int. (cherry picked from commit b29207dceee33832bb28ab103a833df6a2fd29d3) | ||
| 048bee0a | 2019-01-29 21:31:19 | evmap: use approparite type for changes to avoid warnings under windows (cherry picked from commit 74c10894117f9dd2b230ec8d0e30d41c08df3b45) |