Added except set support in select (patch #6860)

This commit is contained in:
goldsimon
2010-01-29 23:05:33 +00:00
parent 9c41e1eea3
commit 855dcadf7a
4 changed files with 42 additions and 11 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2010-01-29: Simon Goldschmidt (patch by Laura Garrett)
* api.h, api_msg.c, sockets.c: Added except set support in select
(patch #6860)
2010-01-29: Simon Goldschmidt (patch by Laura Garrett)
* api.h, sockets.h, err.h, api_lib.c, api_msg.c, sockets.c, err.c:
Add non-blocking support for connect (partly from patch #6860),