aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-11-30curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme
2013-11-29parseconfig: dash options can't specified with colon or equalsDaniel Stenberg
2013-11-29curl.1: -G also takes --data-urlencode dataDaniel Stenberg
2013-11-28sessioninfo.c: Added sample code for CURLINFO_TLS_SESSIONChristian Grothoff
2013-11-27KNOWN_BUGS: #86: Disconnect commands may not be sent by IMAP, POP3 and SMTPSteve Holme
2013-11-22symbols-in-versions: Added missing CURLSSLBACKEND_* symbolsSteve Holme
2013-11-22symbols-in-versions: Fixed missing CURLINFO_TLS_SESSIONSteve Holme
2013-11-21curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internalsChristian Grothoff
2013-11-17smtp: Changed the default command to HELP when no options are specifiedSteve Holme
2013-11-15DOCS: Updated curl_easy_setopt.3 following recent SMTP changesSteve Holme
2013-11-15DOCS: Updated manpage following recent SMTP modificationsSteve Holme
2013-11-12darwinssl: PKCS#12 import feature now requires Lion or laterNick Zitzmann
2013-11-12TODO: Added auth= in URLs to the wish list for HTTPSteve Holme
2013-11-12curl_easy_setopt: Added the ability to set the login options separatelySteve Holme
2013-11-12curl.1: mention that -O does no URL decodingDaniel Stenberg
2013-11-12curl_easy_setopt.3: clarify CURLOPT_SSL_VERIFYHOST documentationTomas Hoger
2013-11-05KNOWN_BUGS: STARTTRANSFER for POST requestsDaniel Stenberg
2013-11-03DOCS: Expanded --request description to include POP3 and IMAP detailsSteve Holme
2013-11-03DOCS: Updated --list-only description to include POP3Steve Holme
2013-10-30TODO: Removed the 'Graceful base64 decoding failure' sectionsSteve Holme
2013-10-30NSS: support for CERTINFO featurePatrick Monnerat
2013-10-28SECURITY: "curl security for developers"Daniel Stenberg
2013-10-27docs/examples/httpput.c: fix build for MSVCGisle Vanem
2013-10-27TODO: remove "Happy Eyeball dual stack connect"Daniel Stenberg
2013-10-23CURLOPT_RESOLVE: mention they don't time-outDaniel Stenberg
2013-10-20curl.1: add missing exit-codeGisle Vanem
2013-10-16DOCS: Added libcurl version number to CURLOPT_SSLVERSIONSteve Holme
2013-10-16SSL: Corrected version number for new symbols from commit ad34a2d5c87c7fSteve Holme
2013-10-15usercertinmem: fix memory leaksIshan SinghLevett
2013-10-15build: distribute and install libcurl.m4 by defaultDave Reisner
2013-10-15curl.1: fix typo conjuction -> conjunctionAlessandro Ghedini
2013-10-15curl: document the new --tlsv1.[012] optionsDaniel Stenberg
2013-10-15SSL: protocol version can be specified more preciselyGergely Nagy
2013-10-14THANKS: added contributors from the 7.33.0 announcementDaniel Stenberg
2013-10-12curl: rename --bearer to --oauth2-bearerDaniel Stenberg
2013-10-11minor fix in docHeinrich Schaefer
2013-10-02KNOWN_BUGS: #84: CURLINFO_SSL_VERIFYRESULTDaniel Stenberg
2013-09-30curl_easy_setopt.3: slight clarification of SEEKFUNCTIONDaniel Stenberg
2013-09-29getinmemory: remove a commentDaniel Stenberg
2013-09-29postinmemory: new exampleDaniel Stenberg
2013-09-21curl.1: Added information about optional login options to --user in manpageSteve Holme
2013-09-20curl_easy_setopt.3: clarify that TIMEOUT and TIMEOUT_MS set the same valueDaniel Stenberg
2013-09-20Documented --dns-* options in curl manpageKim Vandry
2013-09-20pop3: Added basic SASL XOAUTH2 supportSteve Holme
2013-09-13curl.1: detail how short/long options workDaniel Stenberg
2013-09-13curl_easy_setopt.3: mention RTMP URL quirksDaniel Stenberg
2013-09-12libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry
2013-09-12libcurl.3: for multi interface connections are held in the multi handleDaniel Stenberg
2013-09-08curl_easy_pause: suggest one way to unpauseClemens Gruber
2013-09-06--data: mention CRLF treatment when reading from fileDaniel Stenberg