summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test1556: verify >16KB headers to the header callbackbagder/http-headers-cut-callbackDaniel Stenberg2018-02-164-2/+147
* header callback: don't chop headers into smaller piecesDaniel Stenberg2018-02-163-33/+33
* TODO: 1.1 Option to refuse usernames in URLsDaniel Stenberg2018-02-161-0/+17
* TODO: 1.7 Support HTTP/2 for HTTP(S) proxiesDaniel Stenberg2018-02-161-0/+5
* ssh: add two missing state namesDaniel Stenberg2018-02-161-0/+5
* Revert "KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy"Daniel Stenberg2018-02-151-8/+0
* non-ascii: fix implicit declaration warningJay Satiro2018-02-151-0/+1
* travis: add build with iconv enabledDaniel Stenberg2018-02-152-0/+13
* TODO: 18.18 retry on network is unreachableDaniel Stenberg2018-02-151-0/+13
* KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxyDaniel Stenberg2018-02-151-0/+8
* nss: use PK11_CreateManagedGenericObject() if availableKamil Dudka2018-02-152-1/+20
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-1528-29/+312
* BINDINGS: fix curb link (and remove ruby-curl-multi)Daniel Stenberg2018-02-141-1/+1
* curl_gssapi: make sure this file too uses our *printf()Daniel Stenberg2018-02-131-1/+6
* libcurl-security.3: separate file:// sectionDaniel Stenberg2018-02-131-0/+7
* libcurl-security.3: the http://192.168.0.1/my_router_config caseDaniel Stenberg2018-02-131-1/+6
* libcurl-security.3: mention the URL standards problems tooDaniel Stenberg2018-02-131-0/+10
* libcurl-security.3: split out from libcurl-tutorial.3Daniel Stenberg2018-02-133-230/+320
* RELEASE-NOTES: synced with e551910f8Daniel Stenberg2018-02-131-5/+43
* tests: new tests for http raw modePatrick Monnerat2018-02-133-2/+125
* tlsauthtype.d: works only if libcurl is built with TLS-SRP supportKamil Dudka2018-02-121-1/+3
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-126-4/+98
* sha256: avoid redefineDaniel Stenberg2018-02-121-6/+2
* sha256: build with OpenSSL < 0.9.8 tooDouglas Mencken2018-02-121-0/+12
* README: language fixBruno Grasselli2018-02-121-1/+1
* http_chunks: don't write chunks twice with CURLOPT_HTTP_TRANSFER_DECODING onPatrick Monnerat2018-02-121-7/+7
* get_posix_time: only check for overflows if they can happen!Daniel Stenberg2018-02-091-0/+2
* schannel: fix "no previous prototype" compiler warningMichael Kaufmann2018-02-091-8/+8
* content_encoding: Add "none" alias to "identity"Mohammad AlSaleh2018-02-091-1/+1
* build-openssl.bat: Follow up to 648679ab8e to suppress copy/move outputSteve Holme2018-02-081-24/+24
* build-openssl.bat: Fixed incorrect move if destination build folder existsSteve Holme2018-02-081-10/+50
* schannel: fix compiler warningsMichael Kaufmann2018-02-081-10/+13
* curl_addrinfo.c: Allow Unix Domain Sockets to compile under WindowsSteve Holme2018-02-072-2/+11
* fnmatch: optimize processing of consecutive *s and ?s pattern charactersPatrick Monnerat2018-02-071-13/+18
* build-openssl.bat/build-wolfssl.bat: Build platform is optionalSteve Holme2018-02-062-6/+4
* openssl: Don't add verify locations when verifypeer==0Patrick Schlangen2018-02-061-16/+15
* build-wolfssl.bat: Extend VC15 support to include Enterprise and ProfessionalSteve Holme2018-02-051-12/+21
* build-openssl.bat: Extend VC15 support to include Enterprise and ProfessionalSteve Holme2018-02-051-12/+21
* time-cond: fix reading the file modification time on WindowsMichael Kaufmann2018-02-056-98/+210
* formdata: use the mime-content type functionDaniel Stenberg2018-02-053-65/+17
* getdate: return -1 for out of rangeDaniel Stenberg2018-02-021-5/+1
* build: fix termios issue on android cross-compileBen Greear2018-02-011-0/+6
* time_t-fixes: remove typecasts to 'long' for info.filetimeDaniel Stenberg2018-02-015-11/+11
* curl_setup: move the precautionary define of SIZEOF_TIME_TDaniel Stenberg2018-01-311-5/+5
* parsedate: s/#if/#ifdefDaniel Stenberg2018-01-311-1/+1
* fnmatch: pattern syntax can no longer failPatrick Monnerat2018-01-312-115/+83
* fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat2018-01-312-93/+61
* fnmatch: do not match the empty string with a character setPatrick Monnerat2018-01-312-5/+5
* build: fix windows build methods for curl_ctype.cJay Satiro2018-01-302-1/+6
* progress-bar.d: update to match implementationDaniel Stenberg2018-01-301-2/+3