index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
select.h
Age
Commit message (
Expand
)
Author
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2008-07-10
Peter Lamberg filed bug report #2015126: "poll gives WSAEINVAL when POLLPRI
Yang Tse
2008-01-22
check availability of poll.h header at configuration time, and include
Yang Tse
2007-11-10
Some versions of winsock2.h have pollfd struct and constants
Yang Tse
2007-06-14
Make our own definitions of the POLL* defiens and the pollfd struct only get
Daniel Stenberg
2007-05-31
When transferring 500 downloads in parallel with a c-ares enabled build only
Daniel Stenberg
2007-04-16
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
Daniel Stenberg
2007-03-27
New Internal wrapper function Curl_select() around select (2), it
Yang Tse
2007-03-26
Internal function Curl_select() renamed to Curl_socket_ready()
Yang Tse
2007-03-18
Code refactoring, extracting a new function wait_ms() from Curl_select and
Yang Tse
2007-03-11
reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html
Daniel Stenberg
2007-03-10
- Bryan Henderson introduces two things:
Daniel Stenberg
2006-09-24
Cory Nelson made libcurl use the WSAPoll() function if built for Windows
Daniel Stenberg
2006-04-07
First commit of David McCreedy's EBCDIC and TPF changes.
Daniel Stenberg
2004-11-19
Suppress signed vs. unsigned warnings on Win32
Gisle Vanem
2004-11-19
Curl_select() now uses curl_socket_t on socket arguments
Daniel Stenberg
2004-11-19
David Phillips' FD_SETSIZE fix
Daniel Stenberg