summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: Add support for various DNS binding options.new-options-specify-DNSBen Greear2013-09-095-5/+39
* libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry2013-09-099-0/+201
* ftpserver: Reworked AUTH support to allow for specifying the mechanismsSteve Holme2013-09-082-18/+39
* ftpserver: Reworked CAPA support to allow for specifying the capabilitiesSteve Holme2013-09-082-14/+36
* ftpserver.pl: Corrected POP3 LIST as message numbers should be contiguousSteve Holme2013-09-082-2/+2
* curl_easy_pause: suggest one way to unpauseClemens Gruber2013-09-081-2/+5
* tests: Updated descriptions to be more meaningfulSteve Holme2013-09-083-3/+3
* tests: Added test for POP3 NOOP commandSteve Holme2013-09-082-1/+41
* ftpserver.pl: Added support for POP3 NOOP commandSteve Holme2013-09-081-0/+14
* ftpserver.pl: Fixed 'Use of uninitialized value $args in string ne'Steve Holme2013-09-081-2/+2
* tests: Added test for POP3 STAT commandSteve Holme2013-09-082-0/+41
* ftpserver.pl: Added support for POP STAT commandSteve Holme2013-09-081-0/+16
* ftpserver.pl: Moved POP3 QUIT handler into own functionSteve Holme2013-09-081-1/+7
* ftpserver.pl: Reordered the POP3 handlers to be alphabeticalSteve Holme2013-09-081-3/+3
* ftpserver.pl: Corrected misaligned indentation in POP3 handlersSteve Holme2013-09-081-55/+54
* tests: Added test for POP3 DELE commandSteve Holme2013-09-072-1/+41
* ftpserver.pl: Added support for POP3 DELE commandSteve Holme2013-09-071-0/+16
* http2: include curl_memory.hDaniel Stenberg2013-09-071-0/+1
* http: fix build warning under LLVMNick Zitzmann2013-09-071-0/+2
* http2: actually init nghttp2 and send HTTP2-Settings properlyDaniel Stenberg2013-09-073-9/+139
* README.http2: how to use it best with the multi API?Daniel Stenberg2013-09-071-0/+5
* http2: first embryo toward Upgrade:Daniel Stenberg2013-09-073-0/+39
* http: rename use_http_1_1 to use_http_1_1plusDaniel Stenberg2013-09-071-10/+15
* configure: improve CURL_CHECK_COMPILER_PROTOTYPE_MISMATCHDaniel Stenberg2013-09-071-1/+1
* Pass password to OpenSSL engine by user interfacePetr Písař2013-09-071-1/+56
* urlglob: improved error messages and column number on bad useDaniel Stenberg2013-09-063-84/+68
* urlglob: avoid error code translationDaniel Stenberg2013-09-061-6/+4
* urlglob: avoid NULL pointer dereferenceDaniel Stenberg2013-09-061-1/+1
* http2: use correct include for snprintfGisle Vanem2013-09-061-0/+3
* --data: mention CRLF treatment when reading from fileDaniel Stenberg2013-09-061-2/+3
* LDAP: fix bad free() when URL parsing failedGeoff Beier2013-09-061-38/+30
* darwinssl: add support for PKCS#12 files for client authenticationNick Zitzmann2013-09-053-23/+124
* symbols: added HTTP2 symbols and sorted listDaniel Stenberg2013-09-051-3/+5
* configure: add HTTP2 as a curl-config --feature outputDaniel Stenberg2013-09-051-0/+4
* curl: unbreak --http1.0 againDaniel Stenberg2013-09-051-2/+2
* SASL: fix compiler warningsDaniel Stenberg2013-09-043-7/+7
* curl: add --http1.1 and --http2.0 optionsDaniel Stenberg2013-09-044-7/+29
* Curl_setopt: refuse CURL_HTTP_VERSION_2_0 if built without supportDaniel Stenberg2013-09-041-1/+6
* http2: add http2.[ch] and add nghttp2 version outputDaniel Stenberg2013-09-044-3/+84
* curl -V: output HTTP2 as a feature if presentDaniel Stenberg2013-09-041-1/+2
* curl.h: add CURL_VERSION_HTTP2 as a featureDaniel Stenberg2013-09-041-0/+1
* imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 serversSteve Holme2013-09-042-4/+4
* curl.h: added CURL_HTTP_VERSION_2_0Daniel Stenberg2013-09-042-0/+20
* configure: added --with-nghttp2Daniel Stenberg2013-09-041-0/+87
* acinclude: fix --without-ca-path when cross-compilingDaniel Stenberg2013-09-041-36/+37
* lib1512.c: Fixed compilation warningSteve Holme2013-09-021-3/+3
* Killed warning 'res' might be used uninitialized.Guenter Knauf2013-09-011-1/+1
* url.c: Fixed compilation warningSteve Holme2013-09-011-3/+4
* easy.c: Fixed compilation warningSteve Holme2013-09-011-1/+1
* -x: rephrased the --proxy section somewhatDaniel Stenberg2013-08-311-7/+10