Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4c364111 | 2009-07-21 18:57:38 | Fix compilation of 1.4 branch on win32 svn:r1370 | ||
| b99254ac | 2009-06-24 22:39:03 | Activate fd events in a pseudorandom order on older backends. New backends like poll and kqueue and so on add fds to the queue in the order that they are triggered. But the select backend currently activates low-numbered fds first, whereas the poll and win32 backends currently favor whatever fds have been on for the longest. This is no good for fairness. svn:r1327 | ||
| 499d0039 | 2009-05-22 15:09:43 | Try to contain the failure when we are running without socketpair(). Some win32 systems (mostly those using Kaspersky, it would seem) prevent us from faking socketpair(). This makes our signal notification code just not work. Our response since 1.4 has been to assert. For users who would rather work without signals than not work at all, this has been a regression from 1.3e. This patch makes adding signal events fail in this case; there's no reason to kill the whole process. svn:r1304 | ||
| 5d639d6c | 2009-05-15 01:14:08 | Fix win32 compilation warnings in 1.4. svn:r1287 | ||
| 987597ff | 2008-05-08 14:08:12 | r19651@catbus: nickm | 2008-05-08 10:05:35 -0400 Replace gettimeofday() usage with a new evutil_gettimeofday(). This removes all previous need for win32-code/misc.[ch] svn:r793 | ||
| 6bd28951 | 2008-05-07 21:51:07 | r19639@catbus: nickm | 2008-05-07 17:50:48 -0400 Fix win32 vc-2005 build. svn:r785 | ||
| 163c37b6 | 2007-12-20 22:09:37 | r17289@catbus: nickm | 2007-12-20 17:09:04 -0500 Backport win32 changes in r574 through r576: make win32 backend n lg n instead of n^2. svn:r606 | ||
| 9a708389 | 2007-12-13 05:58:05 | from trunk: remove obsolete recalc code svn:r586 | ||
| 6b4342db | 2007-11-12 02:37:25 | copy trunk to 1.4 svn:r512 |