aboutsummaryrefslogtreecommitdiff
path: root/include/curl/multi.h
AgeCommit message (Expand)Author
2020-06-10wording: avoid blacklist/whitelist stereotypesDaniel Stenberg
2020-01-11multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro
2020-01-09include: remove non-curl prefixed definesDaniel Stenberg
2020-01-06multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public headerDaniel Stenberg
2019-11-25multi: add curl_multi_wakeup()Gergely Nagy
2019-10-02CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde
2019-08-23defines: avoid underscore-prefixed definesDaniel Stenberg
2019-08-06curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg
2018-02-23spelling fixesViktor Szakats
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2017-09-03headers: move the global_sslset() proto from multi.h to curl.hDaniel Stenberg
2017-08-29curl/multi.h: remove duplicated closing c++ braceDaniel Stenberg
2017-08-28vtls: introduce curl_global_sslset()Johannes Schindelin
2017-03-26spelling fixesklemens
2016-07-31include: revert 9adf3c4 and make public types void * againDaniel Stenberg
2016-06-22headers: forward declare CURL, CURLM and CURLSH as structsDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-06-30multi: Move http2 push function declarations to header endJay Satiro
2015-06-24http2: curl_pushheader_byname now takes a const char *Daniel Stenberg
2015-06-24http2: fixed the header accessor functions for the push callbackDaniel Stenberg
2015-06-24http2: initial implementation of the push callbackDaniel Stenberg
2015-06-24http2: initial HTTP/2 server push types/docsDaniel Stenberg
2015-05-18CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg
2013-08-20CURLM_ADDED_ALREADY: new error codeDaniel Stenberg
2013-03-13Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing
2012-09-16curl_multi_wait: Add parameter to return number of active socketsSara Golemon
2012-09-01multi: add curl_multi_wait()Sara Golemon
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
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