summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtls: fix build when sizeof(long) < sizeof(void *)Johannes Schindelin2017-07-031-11/+9
* http2: handle PING framesMax Dymond2017-06-301-2/+46
* handler: refactor connection checkingMax Dymond2017-06-3020-7/+78
* openssl: improve fallback seed of PRNG with a time based hashdmitrykos2017-06-301-17/+26
* progress: prevent resetting t_starttransferRyan Winograd2017-06-301-1/+15
* CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka2017-06-283-9/+27
* socks: deduplicate the code for auth requestKamil Dudka2017-06-281-9/+10
* socks: use proxy_user instead of proxy_nameKamil Dudka2017-06-281-16/+16
* progress: progress.timespent needs to be usDaniel Stenberg2017-06-241-2/+2
* progress: fix "time spent", broke in adef394acDaniel Stenberg2017-06-241-4/+4
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-213-6/+6