Ove Kaaven
|
77c30552aa
|
Handle socket POLLERR/POLLHUP conditions properly.
Clear error field for OOB notifications.
|
2000-03-25 21:41:43 +00:00 |
Alexandre Julliard
|
1dca5e24c7
|
Moved poll handling to the generic part of the server objects.
Fixed busy waiting on POLLERR events.
Merged struct client into struct thread.
|
2000-01-01 00:56:27 +00:00 |
Alexandre Julliard
|
247b8aeeb9
|
Use poll() instead of select() for the server main loop.
Fixed races with SIGCHLD handling and ptrace.
Minor fixes to timeout handling.
|
1999-12-13 00:16:44 +00:00 |
Jeremy White
|
942010a762
|
Fixed bug in WINSOCK_accept when no event is present.
|
1999-11-07 19:15:19 +00:00 |
Ove Kaaven
|
3669b94160
|
Handle socket creation errors.
|
1999-11-07 05:23:02 +00:00 |
Patrik Stridvall
|
96336324cf
|
- Added missing configuration #if:s and #includes:s.
- Minor configuration related changes.
|
1999-10-24 22:13:47 +00:00 |
Ove Kaaven
|
f45608f639
|
Winsock rewrite. Sockets are now proper win32 handles.
Internal structures are now really internal.
|
1999-10-23 16:53:34 +00:00 |
Ove Kaaven
|
019211f864
|
Added socket interface to wineserver.
|
1999-10-13 16:05:37 +00:00 |