|
4c364111
|
2009-07-21T18:57:38
|
|
Fix compilation of 1.4 branch on win32
svn:r1370
|
|
b99254ac
|
2009-06-24T22: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-22T15: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-15T01:14:08
|
|
Fix win32 compilation warnings in 1.4.
svn:r1287
|
|
163c37b6
|
2007-12-20T22: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-13T05:58:05
|
|
from trunk: remove obsolete recalc code
svn:r586
|
|
6b4342db
|
2007-11-12T02:37:25
|
|
copy trunk to 1.4
svn:r512
|