Age | Commit message (Expand) | Author |
2019-02-23 | configure: remove CURL_CHECK_FUNC_FDOPEN call | Marcel Raad |
2019-02-23 | wolfssl: stop custom-adding curves | Daniel Stenberg |
2019-02-22 | configure: remove the unused fdopen macro | Daniel Stenberg |
2019-02-22 | url: change conn shutdown order to unlink data as last step | Jay Satiro |
2019-02-22 | Fix strict-prototypes GCC warning | Marcel Raad |
2019-02-21 | tests: Fixed XML validation errors in some test files. | Dan Fandrich |
2019-02-20 | TODO: Allow SAN names in HTTP/2 server push | Daniel Stenberg |
2019-02-20 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-02-20 | curl: remove MANUAL from -M output | Daniel Stenberg |
2019-02-20 | http2: verify :athority in push promise requests | Daniel Stenberg |
2019-02-20 | singlesocket: fix the 'sincebefore' placement | Daniel Stenberg |
2019-02-19 | connection: never reuse CONNECT_ONLY conections | Daniel Stenberg |
2019-02-19 | cli tool: fix mime post with --disable-libcurl-option configure option | Patrick Monnerat |
2019-02-19 | x509asn1: cleanup and unify code layout | Daniel Stenberg |
2019-02-19 | curl_multi_remove_handle.3: use at any time, just not from within callbacks | Daniel Stenberg |
2019-02-19 | http: make adding a blank header thread-safe | Daniel Stenberg |
2019-02-19 | unit1651: survive curl_easy_init() fails | Daniel Stenberg |
2019-02-18 | rand: Fix a mismatch between comments in source and header. | Frank Gevaerts |
2019-02-18 | x509asn1: replace single char with an array | Patrick Monnerat |
2019-02-18 | examples/http2-serverpush: add some sensible error checks | Daniel Stenberg |
2019-02-18 | easy: fix win32 init to work without CURL_GLOBAL_WIN32 | Jay Satiro |
2019-02-17 | cookie: Add support for cookie prefixes | Daniel Gustafsson |
2019-02-16 | mbedtls: release sessionid resources on error | Daniel Gustafsson |
2019-02-16 | cli tool: refactor encoding conversion sequence for switch case fallthrough. | Patrick Monnerat |
2019-02-16 | version.c: silent scan-build even when librtmp is not enabled | Patrick Monnerat |
2019-02-15 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-02-15 | Curl_now: figure out windows version in win32_init | Daniel Stenberg |
2019-02-15 | unit1307: just fail without FTP support | Marcel Raad |
2019-02-15 | travis: enable valgrind for the iconv tests too | Daniel Stenberg |
2019-02-14 | travis: add scan-build | Daniel Stenberg |
2019-02-14 | examples/sftpuploadresume: Value stored to 'result' is never read | Daniel Stenberg |
2019-02-14 | examples/http2-upload: cleaned up | Daniel Stenberg |
2019-02-14 | examples/http2-download: cleaned up | Daniel Stenberg |
2019-02-14 | examples/postinmemory: Potential leak of memory pointed to by 'chunk.memory' | Daniel Stenberg |
2019-02-14 | examples/httpcustomheader: Value stored to 'res' is never read | Daniel Stenberg |
2019-02-14 | examples: remove superfluous null-pointer checks | Daniel Stenberg |
2019-02-14 | strip_trailing_dot: make sure NULL is never used for strlen | Daniel Stenberg |
2019-02-14 | connection_check: restore original conn->data after the check | Jay Satiro |
2019-02-14 | memdebug: bring back curl_mark_sclose | Daniel Stenberg |
2019-02-14 | transfer.c: do not compute length of undefined hex buffer. | Patrick Monnerat |
2019-02-14 | KNOWN_BUGS: Cannot compile against a static build of OpenLDAP | Daniel Stenberg |
2019-02-14 | x509asn1: "Dereference of null pointer" | Patrick Monnerat |
2019-02-14 | configure: show features as well in the final summary | Daniel Stenberg |
2019-02-14 | KNOWN_BUGS: curl compiled on OSX 10.13 failed to run on OSX 10.10 | Daniel Stenberg |
2019-02-14 | KNOWN_BUGS: Deflate error after all content was received | Daniel Stenberg |
2019-02-14 | gssapi: fix deprecated header warnings | Daniel Stenberg |
2019-02-14 | TODO: Upgrade to websockets | Daniel Stenberg |
2019-02-14 | TODO: cmake test suite improvements | Daniel Stenberg |
2019-02-13 | curl: "Dereference of null pointer" | Patrick Monnerat |
2019-02-13 | unit1307: require FTP support | Marcel Raad |