Age | Commit message (Expand) | Author |
2017-08-10 | digest_sspi: Don't reuse context if the user/passwd has changed | Jay Satiro |
2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats |
2017-08-07 | tftp: reject file name lengths that don't fit | Daniel Stenberg |
2017-08-07 | file: output the correct buffer to the user | Even Rouault |
2017-08-06 | easy_events: make event data static | Daniel Stenberg |
2017-08-05 | gssapi: fix memory leak of output token in multi round context | Isaac Boukris |
2017-08-05 | darwinssl: fix compiler warning | Marcel Raad |
2017-08-04 | FTP: skip unnecessary CWD when in nocwd mode | Daniel Stenberg |
2017-08-04 | darwin: silence compiler warnings | Daniel Stenberg |
2017-08-03 | darwinssl: fix curlssl_sha256sum() compiler warnings on first argument | Daniel Stenberg |
2017-08-03 | netrc: skip lines starting with '#' | Gisle Vanem |
2017-08-03 | CMake: set MSVC warning level to 4 | Marcel Raad |
2017-08-01 | curl_threads: fix MSVC compiler warning | Marcel Raad |
2017-08-01 | multi: fix request timer management | Brad Spencer |
2017-08-01 | curl_setup: Define CURL_NO_OLDIES for building libcurl | Jay Satiro |
2017-07-31 | http: fix response code parser to avoid integer overflow | Daniel Stenberg |
2017-07-31 | libcurl: Stop using error codes defined under CURL_NO_OLDIES | Dwarakanath Yadavalli |
2017-07-29 | splay: fix signed/unsigned mismatch warning | Jay Satiro |
2017-07-28 | curl_rtmp: fix a compiler warning | Johannes Schindelin |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-07-27 | darwinssl: fix variable type mistake (regression) | Daniel Stenberg |
2017-07-27 | multi: mention integer overflow risk if using > 500 million sockets | Daniel Stenberg |
2017-07-27 | checksrc: escape open brace in regex | Daniel Stenberg |
2017-07-20 | nss: fix a possible use-after-free in SelectClientCert() | Kamil Dudka |
2017-07-20 | nss: unify the coding style of nss_send() and nss_recv() | Kamil Dudka |
2017-07-17 | darwinssl: fix pinnedpubkey build error | Jay Satiro |
2017-07-11 | build: remove WIN32_LEAN_AND_MEAN from individual build systems | Marcel Raad |
2017-07-11 | curl_setup: always define WIN32_LEAN_AND_MEAN on Windows | Marcel Raad |
2017-07-11 | strerror: Preserve Windows error code in some functions | Jay Satiro |
2017-07-10 | errno: fix non-windows builds after af0216251b94e7 | Daniel Stenberg |
2017-07-10 | ldap: fix MinGW compiler warning | Marcel Raad |
2017-07-10 | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro |
2017-07-09 | smb: rename variable to fix shadowing warning | Marcel Raad |
2017-07-07 | cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVC | Paul Harris |
2017-07-06 | memdebug: don't setbuf() if the file open failed | Gisle Vanem |
2017-07-06 | asyn-thread.c: fix unused variable warnings on macOS | Daniel Stenberg |
2017-07-06 | http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLD | Daniel Stenberg |
2017-07-05 | select.h: avoid macro redefinition harder | Daniel Stenberg |
2017-07-05 | inet_pton: fix include on windows to get prototype | Daniel Stenberg |
2017-07-04 | smb: add support for CURLOPT_FILETIME | Gisle Vanem |
2017-07-04 | smb: fix build for djgpp/MSDOS | Gisle Vanem |
2017-07-04 | configure: remove checks for 5 functions never used | Daniel Stenberg |
2017-07-04 | timeval.c: Use long long constant type for timeval assignment | Martin Kepplinger |
2017-07-03 | url: make the original string get used on subsequent transfers | Daniel Stenberg |
2017-07-03 | gtls: fix build when sizeof(long) < sizeof(void *) | Johannes Schindelin |
2017-06-30 | http2: handle PING frames | Max Dymond |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-06-30 | openssl: improve fallback seed of PRNG with a time based hash | dmitrykos |
2017-06-30 | progress: prevent resetting t_starttransfer | Ryan Winograd |
2017-06-28 | CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth | Kamil Dudka |