diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-11-12 22:49:19 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-11-12 22:49:19 +0000 |
| commit | 8a712eb5afb603465dfe812510dd7077bf626d17 (patch) | |
| tree | 71e8c1affe0f2155ab40b31f7aa01e553e2fcc11 /CHANGES | |
| parent | d58790af174d11d50541505c2f3fdebcc4911d96 (diff) | |
Eugene Kotlyarov found out that cygwin's poll() function isn't doing things
right: http://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable
poll() and use select() on cygwin too (we already do the same choice on Mac OS
X)
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ Daniel (12 November 2005) +- Eugene Kotlyarov found out that cygwin's poll() function isn't doing things + right: http://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable + poll() and use select() on cygwin too (we already do the same choice on Mac + OS X) + - Dima Barsky patched problem #1348930: the GnuTLS code completely ignored client certificates! (http://curl.haxx.se/bug/view.cgi?id=1348930). |
