Age | Commit message (Expand) | Author |
2018-08-27 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-08-27 | CURLOPT_ACCEPT_ENCODING.3: list them comma-separated [ci skip] | Daniel Stenberg |
2018-08-27 | CURLOPT_SSL_CTX_FUNCTION.3: might cause unintended connection reuse [ci skip] | Daniel Stenberg |
2018-08-25 | curl: fix time-of-check, time-of-use race in dir creation | Daniel Stenberg |
2018-08-25 | cmdline-opts/page-footer: fix edit mistake | Daniel Stenberg |
2018-08-24 | docs: clarify NO_PROXY env variable functionality | Daniel Stenberg |
2018-08-24 | lib1522: fix curl_easy_setopt argument type | Marcel Raad |
2018-08-24 | curl_threads: silence bad-function-cast warning | Marcel Raad |
2018-08-24 | README: add appveyor build badge [ci skip] | Daniel Stenberg |
2018-08-24 | schannel: client certificate store opening fix | Ihor Karpenko |
2018-08-24 | gopher: Do not translate `?' to `%09' | Leonardo Taccari |
2018-08-23 | cookie tests: treat files as text | Marcel Raad |
2018-08-23 | libcurl-thread.3: expand somewhat on the NO_SIGNAL motivation | Daniel Stenberg |
2018-08-22 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-08-22 | Tests: fixes for Windows | Marcel Raad |
2018-08-22 | http2: abort the send_callback if not setup yet | Daniel Stenberg |
2018-08-21 | http2: remove four unused nghttp2 callbacks | Daniel Stenberg |
2018-08-21 | x509asn1: use FALLTHROUGH | Daniel Stenberg |
2018-08-21 | test1148: disable if decimal separator is not point | Marcel Raad |
2018-08-21 | Enable more GCC warnings | Marcel Raad |
2018-08-21 | curl-compilers: enable -Wimplicit-fallthrough=4 for GCC | Marcel Raad |
2018-08-21 | curl-compilers: enable -Wbad-function-cast on GCC | Marcel Raad |
2018-08-21 | configure: conditionally enable pedantic-errors | Marcel Raad |
2018-08-21 | Remove unused definitions | Marcel Raad |
2018-08-21 | x509asn1: make several functions static | Daniel Stenberg |
2018-08-21 | INTERNALS: require GnuTLS >= 2.11.3 | Daniel Stenberg |
2018-08-21 | http2: avoid set_stream_user_data() before stream is assigned | Daniel Stenberg |
2018-08-20 | SSLCERTS: improve the openssl command line | Daniel Stenberg |
2018-08-20 | docs/SECURITY-PROCESS: now we name the files after the CVE id | Daniel Stenberg |
2018-08-19 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-08-18 | upload: change default UPLOAD_BUFSIZE to 64KB | Daniel Stenberg |
2018-08-18 | upload: allocate upload buffer on-demand | Daniel Stenberg |
2018-08-18 | vtls: reinstantiate engine on duplicated handles | Laurent Bonnans |
2018-08-17 | http2: make sure to send after RST_STREAM | Daniel Stenberg |
2018-08-16 | test1268: check the stderr output as "text" | Daniel Stenberg |
2018-08-16 | urldata: remove unused pipe_broke struct field | Daniel Stenberg |
2018-08-15 | curl: warn the user if a given file name looks like an option | Daniel Stenberg |
2018-08-15 | http2: check nghttp2_session_set_stream_user_data return code | Daniel Stenberg |
2018-08-15 | travis: revert back to gcc-7 for coverage builds | Daniel Stenberg |
2018-08-15 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-08-15 | CMake: CMake config files are defining CURL_STATICLIB for static builds | Adrien |
2018-08-15 | TODO: host name sections in config files | Daniel Stenberg |
2018-08-14 | ssh-libssh: fix infinite connect loop on invalid private key | Kamil Dudka |
2018-08-14 | ssh-libssh: reduce excessive verbose output about pubkey auth | Kamil Dudka |
2018-08-14 | travis: disable h2 torture tests for "coverage" | Daniel Stenberg |
2018-08-14 | travis: update to GCC 8 | Marcel Raad |
2018-08-13 | http: fix for tiny "HTTP/0.9" response | Daniel Stenberg |
2018-08-13 | docs: add disallow-username-in-url.d and haproxy-protocol.d on the list | Kamil Dudka |
2018-08-13 | .travis.yml: verify that man pages can be regenerated | Kamil Dudka |
2018-08-11 | Split non-portable part off test 1133 | Marcel Raad |