Age | Commit message (Expand) | Author |
2015-06-18 | curl_easy_setopt.3: option order doesn't matter | Daniel Stenberg |
2015-06-17 | CURLOPT_ERRORBUFFER.3: Fix example, escape backslashes | Jay Satiro |
2015-06-17 | CURLOPT_ERRORBUFFER.3: Improve example | Jay Satiro |
2015-06-16 | Fix typo in docs | Paul Oliver |
2015-06-15 | curl_easy_duphandle: see also *reset | Daniel Stenberg |
2015-06-13 | curl_multi_info_read.3: fix example formatting | Jay Satiro |
2015-06-11 | curl_easy_cleanup.3: provide more SEE ALSO | Daniel Stenberg |
2015-06-08 | docs: Spelling fixes | Ville Skyttä |
2015-06-05 | curl.h: add CURL_HTTP_VERSION_2 | Daniel Stenberg |
2015-06-03 | cookie: Stop exporting any-domain cookies | Jay Satiro |
2015-06-02 | curl_multi_timeout.3: added example | Daniel Stenberg |
2015-06-02 | curl_multi_perform.3: added example | Daniel Stenberg |
2015-06-02 | curl_multi_info_read.3: added example | Daniel Stenberg |
2015-06-01 | curl_getdate.3: update RFC reference | Daniel Stenberg |
2015-05-25 | CURLOPT_COOKIELIST.3: Explain Set-Cookie without a domain | Jay Satiro |
2015-05-24 | CURLOPT_COOKIE.3: Explain that the cookies won't be modified | Jay Satiro |
2015-05-24 | CURLOPT_COOKIELIST.3: Add example | Jay Satiro |
2015-05-21 | CURLOPT_HTTPPROXYTUNNEL.3: only works with a HTTP proxy! | Daniel Stenberg |
2015-05-20 | curl_easy_unescape.3: update RFC reference | Daniel Stenberg |
2015-05-20 | CURLOPT_POSTFIELDS.3: Mention curl_easy_escape | Jay Satiro |
2015-05-18 | symbols-in-versions: add CURLOPT_PIPEWAIT | Daniel Stenberg |
2015-05-18 | CURLOPT_PIPEWAIT: added | Daniel Stenberg |
2015-05-18 | http2: separate multiplex/pipelining + cleanup memory leaks | Daniel Stenberg |
2015-05-18 | CURLMOPT_PIPELINE: bit 1 is for multiplexing | Daniel Stenberg |
2015-05-12 | CURLMOPT_MAX_HOST_CONNECTIONS: host = host name + port number | Daniel Stenberg |
2015-05-08 | opts: improved the TCP keepalive examples | Egon Eckert |
2015-05-04 | curl_multi_info_read.3: fix typo | Daniel Stenberg |
2015-04-29 | docs/libcurl: gitignore libcurl-symbols.3 | Jay Satiro |
2015-04-28 | CURLOPT_HEADEROPT: default to separate | Daniel Stenberg |
2015-04-28 | docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentation | Linus Nielsen |
2015-04-28 | dist: ship CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAME | Daniel Stenberg |
2015-04-28 | Negotiate: custom service names for SPNEGO. | Linus Nielsen |
2015-04-27 | curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION | Daniel Stenberg |
2015-04-22 | cyassl: Implement public key pinning | Jay Satiro |
2015-04-22 | docs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man page, too | Kamil Dudka |
2015-04-22 | nss: implement public key pinning for NSS backend | Kamil Dudka |
2015-04-20 | CURLOPT_HEADERFUNCTION.3: match parameter name in synopsis and desc | Daniel Stenberg |
2015-04-19 | CURLMOPT_TIMERFUNCTION.3: Clarify, add an example | Michael Stapelberg |
2015-04-18 | curl_version_info.3: fixed the 'protocols' variable type | Daniel Stenberg |
2015-03-31 | CURLOPT_HTTP200ALIASES.3: Mainly SHOUTcast servers use "ICY 200" | Thomas Ruecker |
2015-03-28 | cyassl: CTX callback cosmetic changes and doc fix | Jay Satiro |
2015-03-27 | cyassl: add SSL context callback support for CyaSSL | Kyle L. Huff |
2015-03-24 | symbols-in-versions: added CURLOPT_PATH_AS_IS | Dan Fandrich |
2015-03-24 | curl_easy_setopt.3: Fix misspelling in CURLOPT_PATH_AS_IS description | Jay Satiro |
2015-03-24 | CURLOPT_HTTPHEADER.3: fix typo in recent commit | Viktor Szakáts |
2015-03-24 | CURLOPT_PATH_AS_IS.3: add type 'long' to prototype | Viktor Szakáts |
2015-03-24 | curl_easy_setopt.3: Add CURLOPT_PATH_AS_IS | Daniel Stenberg |
2015-03-24 | CURLOPT_PATH_AS_IS: added | Daniel Stenberg |
2015-03-23 | curl_easy_recv/send: make them work with the multi interface | Yamada Yasuharu |
2015-03-21 | darwinsssl: add support for TLS False Start | Nick Zitzmann |