aboutsummaryrefslogtreecommitdiff
path: root/include/curl/multi.h
AgeCommit message (Expand)Author
2008-05-20Adapting last changes to OS400:Patrick Monnerat
2007-05-30Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for settingDaniel Stenberg
2007-04-16- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg
2006-10-12Jeff Pohlmeyer has been working with the hiperfifo.c example source code,Daniel Stenberg
2006-09-07Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg
2006-08-29David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA toDaniel Stenberg
2006-08-11Use __minix to detect Minix, which works on both ACK and GCC.Dan Fandrich
2006-08-04Initial stab at making libcurl compile under Minix 3.Dan Fandrich
2006-08-03adding CURLM_CALL_MULTI_SOCKET that's just the same as CURLM_CALL_MULTI_PERFORMDaniel Stenberg
2006-07-30curl_multi_socket() and curl_multi_socket_all() got modified prototypes: theyDaniel Stenberg
2006-07-26[Hiper-related work] Added a function called curl_multi_assign() that willDaniel Stenberg
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse
2006-04-10curl_multi_socket() updatesDaniel Stenberg
2006-01-28include sys/select.h on NetBSD as wellDaniel Stenberg
2006-01-09Made the copyright year match the latest modification's year.Daniel Stenberg
2006-01-02Removed inaccurate comment for upcoming curl_multi_socket() and family.Daniel Stenberg
2005-12-19Undo previous change. This header file belongs to the publicYang Tse
2005-12-18Cleanup windows header includes. Where aplicable, inclusion ofYang Tse
2005-11-28added note about the inclusion of curl.h from within this fileDaniel Stenberg
2005-10-18Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.Daniel Stenberg
2005-04-18Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed forDaniel Stenberg
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-01-18skip sys/socket.h on windows CEDaniel Stenberg
2004-11-09Changes for removing libcurl.def file on Win32.Gisle Vanem
2004-11-02Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg
2004-09-30Günter Knauf and Casey O'Donnell worked out an extra #if condition for theDaniel Stenberg
2004-08-17removed trailing whitespaceDaniel Stenberg
2004-03-24Added protos for the upcoming curl_*_strerror() functionsDaniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel Stenberg
2004-02-26David Byron's fixes to make the latest curl build fine under MSVC 6.Daniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-06-05Reversed the logic to only include the <sys/select.h> header on systemsDaniel Stenberg
2003-05-27sys/select.h is not present on HPUX, avoid including itDaniel Stenberg
2003-05-26languageDaniel Stenberg
2003-05-26Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so weDaniel Stenberg
2003-05-09AIX wants sys/select.hDaniel Stenberg
2003-03-10Include sys/types.h as well. Ray DeGennaro reports successful compiling onDaniel Stenberg
2003-02-04James Bursa corrected a bad commentDaniel Stenberg
2003-01-22oops, broken comment fixedDaniel Stenberg
2003-01-22extern C this to work in C++ conditionsDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-08-13include curl-includes "local" instead of <curl/foo>Daniel Stenberg
2002-07-31sys/socket.h without #ifdefDaniel Stenberg
2002-03-19moved here from ../../lib/Daniel Stenberg