summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_socket.3
Commit message (Collapse)AuthorAgeFilesLines
* docs: address proselint nitsDaniel Stenberg2021-11-261-3/+3
| | | | | | | | | - avoid exclamation marks - use consistent number of spaces after periods: one - avoid clichés - avoid using 'very' Closes #8060
* man pages: require all to use the same section header orderDaniel Stenberg2021-10-251-20/+13
| | | | | | | | | This is the same order we already enforce among the options' man pages: consistency is good. Add lots of previously missing examples. Adjust the manpage-syntax script for this purpose, used in test 1173. Closes #7904
* manpage: adjust the asterisk in some SYNOPSIS sectionsDaniel Stenberg2021-10-201-2/+2
| | | | Closes #7884
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
| | | | Follow-up from 4d2f8006777
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* docs: fix missed option name markupsDaniel Stenberg2018-06-301-10/+11
|
* curl_multi_socket.3: fix typoDaniel Stenberg2016-12-151-1/+1
|
* docs: unified man page references to use \fIDaniel Stenberg2016-05-021-4/+4
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* source header: added to more filesDaniel Stenberg2011-03-121-1/+21
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* split off curl_multi_socket_action() into its own separate man page as this isDaniel Stenberg2009-05-111-21/+2
| | | | | the function we should use, while both curl_multi_socket() and curl_multi_socket_all() should be killed!
* Anthony Bryan's man page cleanup in language and spellingDaniel Stenberg2008-12-281-5/+5
|
* updated to match current realityDaniel Stenberg2008-07-101-41/+49
|
* Christopher Palow's multi interface docs updatesDaniel Stenberg2008-05-241-11/+8
|
* spellcheckedDaniel Stenberg2008-03-061-4/+4
|
* curl_multi_timeout() is really not recommended with curl_multi_socket()-basedDaniel Stenberg2008-03-061-9/+12
| | | | usage
* users should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeoutDaniel Stenberg2007-07-301-9/+12
| | | | when using the socket API
* updated based on suggestion from Jeff PohlmeyerDaniel Stenberg2007-07-301-8/+11
|
* - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg2007-04-161-12/+30
| | | | | | | | function that deprecates the curl_multi_socket() function. Using the new function the application tell libcurl what action that was found in the socket that it passes in. This gives a significant performance boost as it allows libcurl to avoid a call to poll()/select() for every call to curl_multi_socket*().
* updated docs with the new parameterDaniel Stenberg2006-08-011-14/+26
|
* [Hiper-related work] Added a function called curl_multi_assign() that willDaniel Stenberg2006-07-261-15/+33
| | | | | set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function.
* corrected introduction version numberDaniel Stenberg2006-06-241-1/+1
|
* adjusted to the new concept of the callbackDaniel Stenberg2006-01-151-23/+30
|
* removed easy handle argument from protoDaniel Stenberg2006-01-041-8/+5
|
* I removed the timeout argument from the socket callback and did some otherDaniel Stenberg2006-01-021-15/+25
| | | | | | cleanups of this man page. The lengthy description has now also been removed from curl/multi.h since it immediately got tedious to maintain the info on two places when I did major updates...
* The inital early embryos to describe the curl_multi_socket() API. CommittedDaniel Stenberg2005-12-221-0/+82
now to enable them to get added as web pages easier, they are not ready for anything "real" just yet.