| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
- Remove some erroneous text.
Closes https://github.com/curl/curl/pull/865
 | 
 | 
 | 
 | 
... to make them appear as links on the html version.
 | 
 | 
 | 
 | 
 | 
 | 
Commit c3ea3eb6 introduced some minor cosmetic errors in
curl_mutli_socket_action(3).
 | 
 | 
* Elaborates on default values of some curl_easy_setopt() options.
* Reminds the user to cast variadic arguments to curl_easy_setopt() to
  'void *' where curl internally interprets them as such.
* Clarifies the working of the CURLOPT_SEEKFUNCTION option for
  curl_easy_setopt().
* Fixes typo 'forth' → 'fourth'.
* Elaborates on CURL_SOCKET_TIMEOUT.
* Adds some missing periods.
* Notes that the return value of curl_version() must not be passed to
  free().
 | 
 | 
Mention the CURL_SOCKET_TIMEOUT argument in step 6 of the typical
application.
 | 
 | 
 | 
 | 
The callbacks are called when curl_multi_socket_action() is called, not
when handles are added. This is now mentioned in the "TYPICAL USAGE"
section.
 | 
 | 
 | 
 | 
 | 
 | 
simply check for CURLM_CALL_MULTI_PERFORM internally. This has the added
benefit that this goes in line with my long-term wishes to get rid of the
CURLM_CALL_MULTI_PERFORM all together from the public API.
 | 
 | 
 | 
 | 
the function we should use, while both curl_multi_socket() and
curl_multi_socket_all() should be killed!
 |