Age | Commit message (Expand) | Author |
2013-10-16 | DOCS: Added libcurl version number to CURLOPT_SSLVERSION | Steve Holme |
2013-10-16 | SSL: Corrected version number for new symbols from commit ad34a2d5c87c7f | Steve Holme |
2013-10-15 | build: distribute and install libcurl.m4 by default | Dave Reisner |
2013-10-15 | SSL: protocol version can be specified more precisely | Gergely Nagy |
2013-09-30 | curl_easy_setopt.3: slight clarification of SEEKFUNCTION | Daniel Stenberg |
2013-09-20 | curl_easy_setopt.3: clarify that TIMEOUT and TIMEOUT_MS set the same value | Daniel Stenberg |
2013-09-20 | pop3: Added basic SASL XOAUTH2 support | Steve Holme |
2013-09-13 | curl_easy_setopt.3: mention RTMP URL quirks | Daniel Stenberg |
2013-09-12 | libcurl: New options to bind DNS to local interfaces or IP addresses | Kim Vandry |
2013-09-12 | libcurl.3: for multi interface connections are held in the multi handle | Daniel Stenberg |
2013-09-08 | curl_easy_pause: suggest one way to unpause | Clemens Gruber |
2013-09-05 | darwinssl: add support for PKCS#12 files for client authentication | Nick Zitzmann |
2013-09-05 | symbols: added HTTP2 symbols and sorted list | Daniel Stenberg |
2013-08-30 | docs: Added documentation for CURLOPT_BEARER | Kyle L. Huff |
2013-08-28 | symbols-in-versions: add CURLOPT_XOAUTH2_BEARER | Daniel Stenberg |
2013-08-20 | CURLM_ADDED_ALREADY: new error code | Daniel Stenberg |
2013-08-09 | curl_multi_add_handle.3: ... that timer callback is for event-based | Daniel Stenberg |
2013-08-09 | curl_multi_add_handle.3: mention the CURLMOPT_TIMERFUNCTION use | Daniel Stenberg |
2013-08-02 | Revert "DOCS: Added IMAP URL example for listing new messages" | Steve Holme |
2013-08-02 | DOCS: Added IMAP URL example for listing new messages | Steve Holme |
2013-07-29 | curl_easy_pause: on unpause, trigger mulit-socket handling | Daniel Stenberg |
2013-07-18 | CURLOPT_XFERINFOFUNCTION: introducing a new progress callback | Daniel Stenberg |
2013-06-22 | docs: fix typo in curl_easy_getinfo manpage | Alessandro Ghedini |
2013-06-14 | curl_easy_setopt.3: clarify CURLOPT_PROGRESSFUNCTION frequency | Daniel Stenberg |
2013-06-13 | curl_multi_wait.3: clarify the numfds counter | Daniel Stenberg |
2013-06-08 | curl_easy_setopt.3: HTTP header with no content | Peter Gal |
2013-06-03 | libcurl-tutorial.3: added a section on IPv6 | Dan Fandrich |
2013-06-03 | curl_multi_wait: reduce timeout if the multi handle wants to | Daniel Stenberg |
2013-05-28 | libcurl-tutorial.3: remove incorrect backslash | Daniel Stenberg |
2013-05-28 | curl_formadd.3: fixed wrong "end-marker" syntax | Daniel Stenberg |
2013-05-20 | curl_easy_setopt.3: expand the PROGRESSFUNCTION section | Daniel Stenberg |
2013-04-28 | DOCS: Corrected line length of recent Secure Transport changes | Steve Holme |
2013-04-27 | darwinssl: add TLS crypto authentication | Nick Zitzmann |
2013-04-27 | Corrected version numbers after bump | Steve Holme |
2013-04-27 | DOCS: Updated following the addition of CURLOPT_SASL_IR | Steve Holme |
2013-04-25 | DOCS: Minor rewording / clarification of host name protocol detection | Steve Holme |
2013-04-24 | DOCS: Added reference to IETF draft for SMTP URL Interface | Steve Holme |
2013-04-23 | DOCS: Reworked the scheme calculation explanation under CURLOPT_URL | Steve Holme |
2013-04-22 | DOCS: Added information about login options to CURLOPT_USERPWD | Steve Holme |
2013-04-22 | DOCS: Added information about login options in the URL | Steve Holme |
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 |