summaryrefslogtreecommitdiff
path: root/include/curl/multi.h
Commit message (Expand)AuthorAgeFilesLines
* defines: avoid underscore-prefixed definesDaniel Stenberg2019-08-231-2/+2
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-061-1/+15
* spelling fixesViktor Szakats2018-02-231-2/+2
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+2
* headers: move the global_sslset() proto from multi.h to curl.hDaniel Stenberg2017-09-031-40/+0
* curl/multi.h: remove duplicated closing c++ braceDaniel Stenberg2017-08-291-5/+1
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-281-0/+44
* spelling fixesklemens2017-03-261-1/+1
* include: revert 9adf3c4 and make public types void * againDaniel Stenberg2016-07-311-0/+4
* headers: forward declare CURL, CURLM and CURLSH as structsDaniel Stenberg2016-06-221-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* multi: Move http2 push function declarations to header endJay Satiro2015-06-301-24/+25
* http2: curl_pushheader_byname now takes a const char *Daniel Stenberg2015-06-241-2/+1
* http2: fixed the header accessor functions for the push callbackDaniel Stenberg2015-06-241-11/+6
* http2: initial implementation of the push callbackDaniel Stenberg2015-06-241-1/+5
* http2: initial HTTP/2 server push types/docsDaniel Stenberg2015-06-241-0/+32
* CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg2015-05-181-1/+6
* CURLM_ADDED_ALREADY: new error codeDaniel Stenberg2013-08-201-1/+3
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-0/+25
* curl_multi_wait: Add parameter to return number of active socketsSara Golemon2012-09-161-1/+2
* multi: add curl_multi_wait()Sara Golemon2012-09-011-1/+27
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Adapting last changes to OS400:Patrick Monnerat2008-05-201-1/+1
* 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