Age | Commit message (Expand) | Author |
2017-04-24 | configure: fix the -ldl check for openssl, add -lpthread check | Daniel Stenberg |
2017-04-24 | llist: fix a comment after cbae73e1dd9 | Daniel Stenberg |
2017-04-22 | schannel: Don't treat encrypted partial record as pending data | Jay Satiro |
2017-04-22 | multi: clarify condition in curl_multi_wait | Alan Jenkins |
2017-04-22 | lib: fix maybe-uninitialized warnings | Marcel Raad |
2017-04-22 | gnutls: removed some code when --disable-verbose is configured | Dan Fandrich |
2017-04-22 | llist: no longer uses malloc | Daniel Stenberg |
2017-04-21 | typecheck-gcc: handle function pointers properly | Marcel Raad |
2017-04-21 | mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable | Dan Fandrich |
2017-04-21 | tests: remove the html and PDF versions from the tarball | Daniel Stenberg |
2017-04-20 | openssl: fix memory leak in servercert | Daniel Stenberg |
2017-04-20 | Revert "src/Makefile.am: avoid explicit $<" | Daniel Stenberg |
2017-04-19 | bump: start working on next release | Daniel Stenberg |
2017-04-19 | src/Makefile.am: avoid explicit $< | Daniel Stenberg |
2017-04-19 | THANKS: add contributors from 7.54.0 release notes | Daniel Stenberg |
2017-04-19 | RELEASE-NOTES: curl 7.54.0 | Daniel Stenberg |
2017-04-18 | nss: fix MinGW compiler warnings | Marcel Raad |
2017-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |
2017-04-17 | openssl: don't try to print nonexistant peer private keys | David Benjamin |
2017-04-17 | openssl: fix thread-safety bugs in error-handling | David Benjamin |
2017-04-17 | openssl: make SSL_ERROR_to_str more future-proof | David Benjamin |
2017-04-17 | code: fix typos and style in comments | Daniel Gustafsson |
2017-04-17 | extern-scan.pl: strip trailing CR | Marcel Raad |
2017-04-17 | configure.ac: ignore CR after version numbers | Marcel Raad |
2017-04-17 | .gitattributes: force shell scripts to LF | Marcel Raad |
2017-04-16 | unit1303: fix compiler warning | Marcel Raad |
2017-04-16 | RELEASE-NOTES: synced with 1451271e0 | Daniel Stenberg |
2017-04-15 | http2: fix handle leak in error path | Larry Stefani |
2017-04-15 | mbedtls: fix memory leak in error path | Larry Stefani |
2017-04-15 | curl-compilers.m4: turn implicit function declarations into errors | Marcel Raad |
2017-04-12 | test1541: also test for CURL_PULL_WS2TCPIP_H | Marcel Raad |
2017-04-12 | tests/server/util: prefer <poll.h> over <sys/poll.h> | Marcel Raad |
2017-04-11 | Curl_expire_latest: ignore already expired timers | Daniel Stenberg |
2017-04-11 | system.h: fix mingw section | Daniel Stenberg |
2017-04-11 | polarssl: unbreak build with versions < 1.3.8 | Marcel Raad |
2017-04-11 | poll: prefer <poll.h> over <sys/poll.h> | Marcel Raad |
2017-04-10 | openssl: fix this statement may fall through [-Wimplicit-fallthrough=] | Alexis La Goutte |
2017-04-10 | nss: load CA certificates even with --insecure | Kamil Dudka |
2017-04-10 | RELEASE-NOTES: synced with f9d1e9a27f7e1 | Daniel Stenberg |
2017-04-10 | libcurl-thread.3: fixed a bad macro that caused test 1140 to fail | Dan Fandrich |
2017-04-09 | libcurl-thread.3: also mention threaded-resolver | Daniel Stenberg |
2017-04-09 | .github/stale.yml: enable the stale bot | Daniel Stenberg |
2017-04-08 | CURLINFO_SCHEME.3: fix variable type | Jay Satiro |
2017-04-08 | INSTALL.md: fix secure transport configure arguments | Marcel Raad |
2017-04-08 | vtls: fix unreferenced variable warnings | Marcel Raad |
2017-04-07 | BUGS: "Bugs in old versions" | Daniel Stenberg |
2017-04-07 | system.h: add section for tcc | Daniel Stenberg |
2017-04-07 | schannel: fix compiler warnings | Marcel Raad |
2017-04-07 | sspi: print out InitializeSecurityContext() error message | Isaac Boukris |
2017-04-06 | gtls: fix compiler warning | Marcel Raad |