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
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-28
lib/*.h: use our standard naming scheme for header inclusion guards
Yang Tse
2012-08-07
WSAPoll: disabled on all windows builds
Daniel Stenberg
2011-12-20
sockets: new Curl_socket_check() can wait for 3 sockets
Daniel Stenberg
2011-09-25
curl_multi_fdset: avoid FD_SET out of bounds
Daniel Stenberg
2011-07-28
Give the NTLM SSO helper a moment to cleanly shut down if needed
Dan Fandrich
2011-06-04
Curl_socket_ready: make timeout a 'long'
Daniel Stenberg
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