Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-21 | So the non-portable MSG_DONTWAIT may alleviate the problem... might | Laurent Bercot | |
as well use it on architectures that support it. | |||
2014-12-20 | Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocks | Laurent Bercot | |
until buffer full or socket shutdown on BSD, *even if the socket is nonblocking*. So I added an "okwaitall" sysdeps, and won't set MSG_WAITALL on retarded systems. | |||
2014-12-16 | Test _XOPEN_SOURCE=700, you never know... (but not for Solaris) | Laurent Bercot | |
2014-12-15 | Declare static/shared libs in configure, it's specific anyway | Laurent Bercot | |
2014-12-11 | Use -O2 by default | Laurent Bercot | |
2014-12-08 | Remove CPPFLAGS_AUTO entries that disable compiler warnings | Laurent Bercot | |
2014-09-18 | initial commit with rc for skalibs-2.0.0.0 | Laurent Bercot | |