Age | Commit message (Expand) | Author |
2013-11-21 | curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals | Christian Grothoff |
2013-11-17 | smtp: Changed the default command to HELP when no options are specified | Steve Holme |
2013-11-15 | DOCS: Updated curl_easy_setopt.3 following recent SMTP changes | Steve Holme |
2013-11-15 | DOCS: Updated manpage following recent SMTP modifications | Steve Holme |
2013-11-12 | darwinssl: PKCS#12 import feature now requires Lion or later | Nick Zitzmann |
2013-11-12 | TODO: Added auth= in URLs to the wish list for HTTP | Steve Holme |
2013-11-12 | curl_easy_setopt: Added the ability to set the login options separately | Steve Holme |
2013-11-12 | curl.1: mention that -O does no URL decoding | Daniel Stenberg |
2013-11-12 | curl_easy_setopt.3: clarify CURLOPT_SSL_VERIFYHOST documentation | Tomas Hoger |
2013-11-05 | KNOWN_BUGS: STARTTRANSFER for POST requests | Daniel Stenberg |
2013-11-03 | DOCS: Expanded --request description to include POP3 and IMAP details | Steve Holme |
2013-11-03 | DOCS: Updated --list-only description to include POP3 | Steve Holme |
2013-10-30 | TODO: Removed the 'Graceful base64 decoding failure' sections | Steve Holme |
2013-10-30 | NSS: support for CERTINFO feature | Patrick Monnerat |
2013-10-28 | SECURITY: "curl security for developers" | Daniel Stenberg |
2013-10-27 | docs/examples/httpput.c: fix build for MSVC | Gisle Vanem |
2013-10-27 | TODO: remove "Happy Eyeball dual stack connect" | Daniel Stenberg |
2013-10-23 | CURLOPT_RESOLVE: mention they don't time-out | Daniel Stenberg |
2013-10-20 | curl.1: add missing exit-code | Gisle Vanem |
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 | usercertinmem: fix memory leaks | Ishan SinghLevett |
2013-10-15 | build: distribute and install libcurl.m4 by default | Dave Reisner |
2013-10-15 | curl.1: fix typo conjuction -> conjunction | Alessandro Ghedini |
2013-10-15 | curl: document the new --tlsv1.[012] options | Daniel Stenberg |
2013-10-15 | SSL: protocol version can be specified more precisely | Gergely Nagy |
2013-10-14 | THANKS: added contributors from the 7.33.0 announcement | Daniel Stenberg |
2013-10-12 | curl: rename --bearer to --oauth2-bearer | Daniel Stenberg |
2013-10-11 | minor fix in doc | Heinrich Schaefer |
2013-10-02 | KNOWN_BUGS: #84: CURLINFO_SSL_VERIFYRESULT | Daniel Stenberg |
2013-09-30 | curl_easy_setopt.3: slight clarification of SEEKFUNCTION | Daniel Stenberg |
2013-09-29 | getinmemory: remove a comment | Daniel Stenberg |
2013-09-29 | postinmemory: new example | Daniel Stenberg |
2013-09-21 | curl.1: Added information about optional login options to --user in manpage | Steve Holme |
2013-09-20 | curl_easy_setopt.3: clarify that TIMEOUT and TIMEOUT_MS set the same value | Daniel Stenberg |
2013-09-20 | Documented --dns-* options in curl manpage | Kim Vandry |
2013-09-20 | pop3: Added basic SASL XOAUTH2 support | Steve Holme |
2013-09-13 | curl.1: detail how short/long options work | Daniel Stenberg |
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-06 | --data: mention CRLF treatment when reading from file | Daniel Stenberg |
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-09-04 | curl: add --http1.1 and --http2.0 options | Daniel Stenberg |
2013-08-31 | -x: rephrased the --proxy section somewhat | Daniel Stenberg |
2013-08-30 | docs: Added documentation for CURLOPT_BEARER | Kyle L. Huff |
2013-08-30 | curl.1: Add usage of '--bearer' option | Kyle L. Huff |
2013-08-28 | symbols-in-versions: add CURLOPT_XOAUTH2_BEARER | Daniel Stenberg |