Age | Commit message (Expand) | Author |
2013-04-16 | docs/libcurl: fix formatting in manpage | Dave Reisner |
2013-04-12 | libcurl-share.3: update what it does and does not share. | David Strauss |
2013-04-05 | curl_global_init.3: improve description of CURL_GLOBAL_ALL | Kamil Dudka |
2013-04-03 | curl_easy_setopt.3: CURLOPT_HTTPGET disables CURLOPT_UPLOAD | Daniel Stenberg |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-03-12 | curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag | Zdenek Pavlas |
2013-03-07 | DOCS: Corrected the IMAP URL grammar of the UIDVALIDITY parameter | Steve Holme |
2013-03-07 | DOCS: Added the list command to the IMAP URL section | Steve Holme |
2013-02-26 | DOCS: Added the IMAP UIDVALIDITY property to the CURLOPT_URL section | Steve Holme |
2013-02-25 | DOCS: Corrected IMAP URL examples according to RFC5092 | Steve Holme |
2013-02-24 | DOCS: Corrected layout of POP3 and IMAP URL examples | Steve Holme |
2013-02-23 | DOCS: Updated CURLOPT_URL section following recent POP3 and IMAP changes | Steve Holme |
2013-02-22 | libcurl documentation: clarifications and typos | Alexander Klauer |
2013-02-22 | libcurl documentation: updates HTML index | Alexander Klauer |
2013-02-18 | docs: schannel and darwinssl documentation improvements | Nick Zitzmann |
2013-02-17 | docs: refer to CURLOPT_ACCEPT_ENCODING instead of the old name | Daniel Stenberg |
2013-01-28 | docs: fix typos in man pages | Kamil Dudka |
2013-01-28 | docs: update the comments about loading CA certs with NSS | Kamil Dudka |
2013-01-19 | curl_easy_send.3: document return codes | Daniel Stenberg |
2013-01-19 | curl_easy_recv.3: document return codes | Daniel Stenberg |
2012-11-23 | DOCS: Updated CURLOPT_CONNECT_ONLY to reflect usage in other protocols | Steve Holme |
2012-11-06 | CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value | Daniel Stenberg |
2012-10-09 | curl_multi_wait: no wait if no descriptors to wait for | Daniel Stenberg |
2012-10-09 | curl_multi_wait.3: style formatting mistake | Daniel Stenberg |
2012-10-08 | curl_multi_wait.3: fix the name of the man page | Daniel Stenberg |
2012-10-08 | curl_multi_wait.3: renamed the last argument variable for clarity | Daniel Stenberg |
2012-09-16 | curl_multi_wait: Add parameter to return number of active sockets | Sara Golemon |
2012-09-01 | symbols-in-versions: new CURL_WAIT_* symbols | Daniel Stenberg |
2012-09-01 | Manpage for curl_multi_wait(). | Sara Golemon |
2012-08-27 | libcurl-share.3: remove wrong info of what can be shared | Daniel Stenberg |
2012-08-27 | curl_multi_perform.3: extended/clarified | Daniel Stenberg |
2012-08-16 | curl_easy_setopt: documented CURLSOCKTYPE_ACCEPT for SOCKOPTFUNCTION | Daniel Stenberg |
2012-08-09 | docs: update the links to cipher-suites supported by NSS | Kamil Dudka |
2012-08-08 | docs: mention CURLSSH_AUTH_AGENT | Armel Asselin |
2012-07-24 | curl_easy_setopt: fix typo | Daniel Stenberg |
2012-07-20 | Fixed some typos in documentation | Dan Fandrich |
2012-07-12 | docs: mention CURL_GLOBAL_DEFAULT | Daniel Stenberg |
2012-07-03 | docs: clarify how to start with curl_multi_socket_action | Daniel Stenberg |
2012-07-02 | errors: CURLM_CALL_MULTI_PERFORM is not returned anymore | Daniel Stenberg |
2012-06-24 | DOCS: Added clarification to CURLOPT_CUSTOMREQUEST for the POP3 protocol | Steve Holme |
2012-06-04 | curl_easy_setopt.3: proto updates + cleanups | Daniel Stenberg |
2012-05-27 | DOCS: Corrected the "Added in" version number for CURLOPT_MAIL_AUTH | Steve Holme |
2012-05-26 | DOCS: Fixed line spacing of authentication examples in CURLOPT_URL | Steve Holme |
2012-05-26 | DOCS: Changed domain names in various examples to example.com | Steve Holme |
2012-05-26 | DOCS: Fixed meaning of bit 2 in CURLOPT_POSTREDIR | Steve Holme |
2012-05-26 | DOCS: Standardised how RFCs are referenced. | Steve Holme |
2012-05-24 | DOCS: Added LDAP to the CURLOPT_URL section | Steve Holme |
2012-05-22 | DOCS: Updated version number for features added in the pending release | Steve Holme |
2012-05-12 | NTLM: is supported in GnuTLS builds too | Daniel Stenberg |
2012-05-07 | CURLOPT_HEADERFUNCTION: works for non-HTTP protocols too | Daniel Stenberg |