summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* http2: set DEBUG_HTTP2 to enable more HTTP/2 loggingDaniel Stenberg2018-01-301-60/+66
* file: Check the return code from Curl_range and bail out on errorMax Dymond2018-01-301-1/+3
* Curl_range: add check to ensure "from <= to"Max Dymond2018-01-301-3/+8
* Curl_range: commonize FTP and FILE range handlingMax Dymond2018-01-306-122/+135
* RELEASE-NOTES: synced with 811beab9fDaniel Stenberg2018-01-301-7/+23
* curlver: next release will be 7.59.0Daniel Stenberg2018-01-301-4/+4
* curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6MichaƂ Janiszewski2018-01-301-1/+1
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-3014-21/+193
* curl_easy_reset: clear digest auth stateDaniel Stenberg2018-01-301-0/+2
* winbuild: make linker generate proper PDBAdam Marcionek2018-01-301-1/+1
* curl: add --proxy-pinnedpubkeyDaniel Stenberg2018-01-306-4/+29
* configure: set PATH_SEPARATOR to colon for PATH w/o separatorDaniel Stenberg2018-01-301-7/+5
* curl_ctype: private is*() type macros and functionsDaniel Stenberg2018-01-297-38/+176
* build: open VC15 projects with VS 2017Marcel Raad2018-01-293-3/+3
* RELEASE-NOTES: synced with 094647fcaDaniel Stenberg2018-01-291-3/+21
* TODO: UTF-8 filenames in Content-DispositionDaniel Stenberg2018-01-281-0/+8
* KNOWN_BUGS: DICT responses show the underlying protocolDaniel Stenberg2018-01-281-0/+11
* docs: fix typos in man pagesAlessandro Ghedini2018-01-272-3/+3
* lib555: drop text conversion and encode data as ascii codesPatrick Monnerat2018-01-262-14/+14
* lib517: make variable static to avoid compiler warningDaniel Stenberg2018-01-261-1/+1
* lib544: sync ascii code data with textual dataPatrick Monnerat2018-01-261-4/+7
* GSKit: restore pinnedpubkey functionalitymoparisthebest2018-01-252-2/+4