summaryrefslogtreecommitdiff
path: root/include/curl/multi.h
Commit message (Expand)AuthorAgeFilesLines
* Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for settingDaniel Stenberg2007-05-301-0/+3
* - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg2007-04-161-1/+17
* Jeff Pohlmeyer has been working with the hiperfifo.c example source code,Daniel Stenberg2006-10-121-0/+20
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-0/+3
* David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA toDaniel Stenberg2006-08-291-40/+0
* Use __minix to detect Minix, which works on both ACK and GCC.Dan Fandrich2006-08-111-1/+1
* Initial stab at making libcurl compile under Minix 3.Dan Fandrich2006-08-041-1/+1
* adding CURLM_CALL_MULTI_SOCKET that's just the same as CURLM_CALL_MULTI_PERFORMDaniel Stenberg2006-08-031-1/+7
* curl_multi_socket() and curl_multi_socket_all() got modified prototypes: theyDaniel Stenberg2006-07-301-2/+4
* [Hiper-related work] Added a function called curl_multi_assign() that willDaniel Stenberg2006-07-261-6/+23
* Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse2006-07-051-2/+2
* curl_multi_socket() updatesDaniel Stenberg2006-04-101-16/+37
* include sys/select.h on NetBSD as wellDaniel Stenberg2006-01-281-1/+1
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-091-1/+1
* Removed inaccurate comment for upcoming curl_multi_socket() and family.Daniel Stenberg2006-01-021-45/+2
* Undo previous change. This header file belongs to the publicYang Tse2005-12-191-1/+5
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-181-5/+1
* added note about the inclusion of curl.h from within this fileDaniel Stenberg2005-11-281-0/+9
* Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.Daniel Stenberg2005-10-181-1/+1
* Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed forDaniel Stenberg2005-04-181-14/+118
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* skip sys/socket.h on windows CEDaniel Stenberg2005-01-181-0/+2
* Changes for removing libcurl.def file on Win32.Gisle Vanem2004-11-091-16/+16
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-1/+2
* Günter Knauf and Casey O'Donnell worked out an extra #if condition for theDaniel Stenberg2004-09-301-0/+4
* removed trailing whitespaceDaniel Stenberg2004-08-171-7/+7
* Added protos for the upcoming curl_*_strerror() functionsDaniel Stenberg2004-03-241-0/+11
* Günter Knauf's NetWare changes.Daniel Stenberg2004-03-171-1/+1
* David Byron's fixes to make the latest curl build fine under MSVC 6.Daniel Stenberg2004-02-261-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Reversed the logic to only include the <sys/select.h> header on systemsDaniel Stenberg2003-06-051-2/+6
* sys/select.h is not present on HPUX, avoid including itDaniel Stenberg2003-05-271-0/+3
* languageDaniel Stenberg2003-05-261-2/+2
* Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so weDaniel Stenberg2003-05-261-0/+5
* AIX wants sys/select.hDaniel Stenberg2003-05-091-0/+1
* Include sys/types.h as well. Ray DeGennaro reports successful compiling onDaniel Stenberg2003-03-101-0/+1
* James Bursa corrected a bad commentDaniel Stenberg2003-02-041-1/+1
* oops, broken comment fixedDaniel Stenberg2003-01-221-1/+1
* extern C this to work in C++ conditionsDaniel Stenberg2003-01-221-2/+8
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* include curl-includes "local" instead of <curl/foo>Daniel Stenberg2002-08-131-1/+1
* sys/socket.h without #ifdefDaniel Stenberg2002-07-311-3/+4
* moved here from ../../lib/Daniel Stenberg2002-03-191-0/+189