summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* checksrc: escape open brace in regexDaniel Stenberg2017-07-271-2/+2
* nss: fix a possible use-after-free in SelectClientCert()Kamil Dudka2017-07-201-0/+8
* nss: unify the coding style of nss_send() and nss_recv()Kamil Dudka2017-07-201-6/+11
* darwinssl: fix pinnedpubkey build errorJay Satiro2017-07-171-1/+1
* build: remove WIN32_LEAN_AND_MEAN from individual build systemsMarcel Raad2017-07-111-3/+0
* curl_setup: always define WIN32_LEAN_AND_MEAN on WindowsMarcel Raad2017-07-111-3/+11
* strerror: Preserve Windows error code in some functionsJay Satiro2017-07-111-25/+42
* errno: fix non-windows builds after af0216251b94e7Daniel Stenberg2017-07-102-6/+8
* ldap: fix MinGW compiler warningMarcel Raad2017-07-101-2/+1