Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 1d9319c7 | 2019-01-29 07:56:21 | win32select: print an error in case of failure (cherry picked from commit 8882f4fd60aa61fe1caf8b372989427a9872c3b9) | ||
| fd36647a | 2015-08-25 15:24:39 | Don't use BSD u_* types. These types are not part of POSIX. As we only use them in a small number of places, we'd better replace them by C standard types. This makes a larger part of the code build for CloudABI. | ||
| 01a6ef78 | 2013-07-21 13:27:49 | Merge remote-tracking branch 'origin/patches-2.0' | ||
| b8f59807 | 2013-07-20 14:02:49 | libevent/win32_dealloc() : fix sizeof(pointer) vs sizeof(*pointer) | ||
| f9182d72 | 2012-11-02 11:46:14 | Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_compilation Conflicts: http.c signal.c | ||
| 62bd2c44 | 2012-11-02 11:44:29 | Fix compilation on mingw64 with -DUSE_DEBUG | ||
| 6c14d564 | 2012-07-16 15:44:07 | Merge remote-tracking branch 'origin/patches-2.0' Conflicts: event.c win32select.c | ||
| 160e58b6 | 2012-07-16 15:34:18 | Win32: avoid crash when waiting forever on zero fds. | ||
| 71bca50f | 2012-04-20 12:27:12 | Split out time-related prototypes into time-internal.h | ||
| 3aa44159 | 2012-04-09 11:30:46 | Tweak the new evutil_weakrand_() code Make its state actually get seeded. Document it more thoroughly. Turn its state into a structure. Fix a bug in evutil_weakrand_range_() where it could return the top of the range. Change its return type to ev_int32_t. Add a quick unit test to make sure that the value of evutil_weakrand_range_() is in range. |