summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-1012-90/+73
* smb: rename variable to fix shadowing warningMarcel Raad2017-07-091-5/+5
* cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVCPaul Harris2017-07-071-0/+7
* memdebug: don't setbuf() if the file open failedGisle Vanem2017-07-061-1/+2
* asyn-thread.c: fix unused variable warnings on macOSDaniel Stenberg2017-07-061-13/+14
* http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLDDaniel Stenberg2017-07-062-4/+9
* select.h: avoid macro redefinition harderDaniel Stenberg2017-07-051-2/+3
* inet_pton: fix include on windows to get prototypeDaniel Stenberg2017-07-051-1/+4
* smb: add support for CURLOPT_FILETIMEGisle Vanem2017-07-041-3/+24
* smb: fix build for djgpp/MSDOSGisle Vanem2017-07-041-1/+1
* configure: remove checks for 5 functions never usedDaniel Stenberg2017-07-041-13/+0
* timeval.c: Use long long constant type for timeval assignmentMartin Kepplinger2017-07-041-2/+2
* url: make the original string get used on subsequent transfersDaniel Stenberg2017-07-031-0/+7