summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* imap: use defined names for response codesDaniel Stenberg2017-08-241-20/+18
* imap: support PREAUTHDaniel Stenberg2017-08-232-11/+17
* config-tpf: define SIZEOF_LONGJay Satiro2017-08-231-0/+3
* config-dos: add missing defines, SIZEOF_* and two othersGisle Vanem2017-08-221-1/+5
* makefile.m32: add support for libidn2Viktor Szakats2017-08-221-9/+9
* config-win32: define SIZEOF_LONGViktor Szakats2017-08-222-0/+6
* tftp: fix memory leak on too long filenameEven Rouault2017-08-191-0/+1
* http2_recv: return error better on fatal h2 errorsDaniel Stenberg2017-08-181-2/+2
* http: Don't wait on CONNECT when there is no proxyJan Alexander Steffens (heftig)2017-08-181-1/+1
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-172-8/+4
* config-win32: define SIZEOF_CURL_OFF_TDaniel Stenberg2017-08-171-0/+3
* cmake: sizeof curl_off_t, remove unused detectionsDaniel Stenberg2017-08-171-0/+3
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-175-26/+19
* ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg2017-08-172-1/+4
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-173-0/+11
* http_proxy: fix build error for CURL_DOES_CONVERSIONSMaksim Stsepanenka2017-08-161-1/+2
* configure: check for __builtin_available() availability (#1788)Nick Zitzmann2017-08-161-10/+19
* darwinssi: fix error: variable length array usedDaniel Stenberg2017-08-161-1/+1
* cmake: remove dead code for DISABLED_THREADSAFEBenbuck Nason2017-08-151-3/+0
* progress: Track total times following redirectsRyan Winograd2017-08-155-12/+13
* cmake: remove dead code for CURL_DISABLE_RTMPBenbuck Nason2017-08-152-6/+0
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-1411-126/+180
* ipv6_scope: support unique local addressesDaniel Stenberg2017-08-132-3/+6
* redirect: skip URL encoding for host namesSalah-Eddin Shaban2017-08-131-6/+62
* bagder/Curl_tvdiff_us: fix the mathDaniel Stenberg2017-08-121-1/+1
* parse_proxy(): fix memory leak in case of invalid proxy server nameEven Rouault2017-08-111-1/+4
* openssl: fix "error: this statement may fall through"Daniel Stenberg2017-08-111-0/+1
* openssl: remove CONST_ASN1_BIT_STRING.David Benjamin2017-08-111-3/+1
* digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro2017-08-102-0/+45
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-081-1/+1
* tftp: reject file name lengths that don't fitDaniel Stenberg2017-08-071-1/+6
* file: output the correct buffer to the userEven Rouault2017-08-071-1/+1
* easy_events: make event data staticDaniel Stenberg2017-08-061-1/+3
* gssapi: fix memory leak of output token in multi round contextIsaac Boukris2017-08-051-0/+4
* darwinssl: fix compiler warningMarcel Raad2017-08-051-1/+1
* FTP: skip unnecessary CWD when in nocwd modeDaniel Stenberg2017-08-042-11/+15
* darwin: silence compiler warningsDaniel Stenberg2017-08-041-2/+12
* darwinssl: fix curlssl_sha256sum() compiler warnings on first argumentDaniel Stenberg2017-08-032-7/+8
* netrc: skip lines starting with '#'Gisle Vanem2017-08-031-1/+4
* CMake: set MSVC warning level to 4Marcel Raad2017-08-031-0/+1
* curl_threads: fix MSVC compiler warningMarcel Raad2017-08-011-1/+1
* multi: fix request timer managementBrad Spencer2017-08-011-14/+13
* curl_setup: Define CURL_NO_OLDIES for building libcurlJay Satiro2017-08-011-0/+4
* http: fix response code parser to avoid integer overflowDaniel Stenberg2017-07-311-4/+11
* libcurl: Stop using error codes defined under CURL_NO_OLDIESDwarakanath Yadavalli2017-07-312-2/+2
* splay: fix signed/unsigned mismatch warningJay Satiro2017-07-291-2/+2
* curl_rtmp: fix a compiler warningJohannes Schindelin2017-07-281-1/+1
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-2824-115/+136
* darwinssl: fix variable type mistake (regression)Daniel Stenberg2017-07-271-1/+2
* multi: mention integer overflow risk if using > 500 million socketsDaniel Stenberg2017-07-271-0/+4