summaryrefslogtreecommitdiff
path: root/include/curl/multi.h
Commit message (Expand)AuthorAgeFilesLines
* misc: spelling fixesViktor Szakats2022-08-311-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* select: return error from "lethal" poll/select errorsDaniel Stenberg2022-06-081-1/+2
* multi: handle errors returned from socket/timer callbacksDaniel Stenberg2021-12-061-2/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* CURL_PUSH_ERROROUT: allow the push callback to fail the parent streamDaniel Stenberg2020-07-161-4/+6
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-101-4/+2
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-111-1/+2
* include: remove non-curl prefixed definesDaniel Stenberg2020-01-091-29/+16
* multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public headerDaniel Stenberg2020-01-061-4/+1
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-251-0/+10
* CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde2019-10-021-0/+6
* 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