aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-09ftpserver.pl: Added support for POP3 UIDL commandSteve Holme
2013-09-09http2: adjust to new nghttp2_pack_settings_payload protoDaniel Stenberg
2013-09-09url: handle abortion by read/write callbacks, tooKamil Dudka
2013-09-09ldap: fix the build for systems with ldap_url_parse()Daniel Stenberg
2013-09-09pingpong: Check SSL library buffers for already read dataJiri Hruska
2013-09-09imap: Fixed calculation of transfer when partial FETCH receivedSteve Holme
2013-09-08ftpserver.pl: Fixed empty array checksSteve Holme
2013-09-08ftpserver: Reworked AUTH support to allow for specifying the mechanismsSteve Holme
2013-09-08ftpserver: Reworked CAPA support to allow for specifying the capabilitiesSteve Holme
2013-09-08ftpserver.pl: Corrected POP3 LIST as message numbers should be contiguousSteve Holme
2013-09-08curl_easy_pause: suggest one way to unpauseClemens Gruber
2013-09-08tests: Updated descriptions to be more meaningfulSteve Holme
2013-09-08tests: Added test for POP3 NOOP commandSteve Holme
2013-09-08ftpserver.pl: Added support for POP3 NOOP commandSteve Holme
2013-09-08ftpserver.pl: Fixed 'Use of uninitialized value $args in string ne'Steve Holme
2013-09-08tests: Added test for POP3 STAT commandSteve Holme
2013-09-08ftpserver.pl: Added support for POP STAT commandSteve Holme
2013-09-08ftpserver.pl: Moved POP3 QUIT handler into own functionSteve Holme
2013-09-08ftpserver.pl: Reordered the POP3 handlers to be alphabeticalSteve Holme
2013-09-08ftpserver.pl: Corrected misaligned indentation in POP3 handlersSteve Holme
2013-09-07tests: Added test for POP3 DELE commandSteve Holme
2013-09-07ftpserver.pl: Added support for POP3 DELE commandSteve Holme
2013-09-07http2: include curl_memory.hDaniel Stenberg
2013-09-07http: fix build warning under LLVMNick Zitzmann
2013-09-07http2: actually init nghttp2 and send HTTP2-Settings properlyDaniel Stenberg
2013-09-07README.http2: how to use it best with the multi API?Daniel Stenberg
2013-09-07http2: first embryo toward Upgrade:Daniel Stenberg
2013-09-07http: rename use_http_1_1 to use_http_1_1plusDaniel Stenberg
2013-09-07configure: improve CURL_CHECK_COMPILER_PROTOTYPE_MISMATCHDaniel Stenberg
2013-09-07Pass password to OpenSSL engine by user interfacePetr Písař
2013-09-06urlglob: improved error messages and column number on bad useDaniel Stenberg
2013-09-06urlglob: avoid error code translationDaniel Stenberg
2013-09-06urlglob: avoid NULL pointer dereferenceDaniel Stenberg
2013-09-06http2: use correct include for snprintfGisle Vanem
2013-09-06--data: mention CRLF treatment when reading from fileDaniel Stenberg
2013-09-06LDAP: fix bad free() when URL parsing failedGeoff Beier
2013-09-05darwinssl: add support for PKCS#12 files for client authenticationNick Zitzmann
2013-09-05symbols: added HTTP2 symbols and sorted listDaniel Stenberg
2013-09-05configure: add HTTP2 as a curl-config --feature outputDaniel Stenberg
2013-09-05curl: unbreak --http1.0 againDaniel Stenberg
2013-09-04SASL: fix compiler warningsDaniel Stenberg
2013-09-04curl: add --http1.1 and --http2.0 optionsDaniel Stenberg
2013-09-04Curl_setopt: refuse CURL_HTTP_VERSION_2_0 if built without supportDaniel Stenberg
2013-09-04http2: add http2.[ch] and add nghttp2 version outputDaniel Stenberg
2013-09-04curl -V: output HTTP2 as a feature if presentDaniel Stenberg
2013-09-04curl.h: add CURL_VERSION_HTTP2 as a featureDaniel Stenberg
2013-09-04imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 serversSteve Holme
2013-09-04curl.h: added CURL_HTTP_VERSION_2_0Daniel Stenberg
2013-09-04configure: added --with-nghttp2Daniel Stenberg
2013-09-04acinclude: fix --without-ca-path when cross-compilingDaniel Stenberg