Age | Commit message (Expand) | Author |
2016-05-23 | checksrc.pl: Added variants of strcat() & strncat() to banned function list | Steve Holme |
2016-05-23 | smtp: minor ident (white space) fixes | Daniel Stenberg |
2016-05-23 | THANKS: updated after script fixes | Daniel Stenberg |
2016-05-23 | THANKS-filter: more name cleanups | Daniel Stenberg |
2016-05-23 | contrithanks.sh: exclude existing names case insensitively | Daniel Stenberg |
2016-05-23 | contrithanks.sh: use same grep pattern and -a flag as contributors.sh | Daniel Stenberg |
2016-05-23 | contributors.sh: better grep pattern, use grep -a | Daniel Stenberg |
2016-05-23 | THANKS-filter: fix more names | Daniel Stenberg |
2016-05-23 | contrithanks.sh: do the same github fix as contributors.sh | Daniel Stenberg |
2016-05-23 | contributors: Show GitHub username if real name unknown | Jay Satiro |
2016-05-21 | RELEASE-NOTES: synced with 3caaeffbe8ded4 | Daniel Stenberg |
2016-05-20 | openssl: cleanup must free compression methods | Jay Satiro |
2016-05-20 | curl_multibyte: fix compiler error | Gisle Vanem |
2016-05-20 | THANKS-filter: make Jan-E get proper credit | Daniel Stenberg |
2016-05-20 | winbuild/Makefile.vc: Fix check on SSL, MBEDTLS, WINSSL exclusivity | Jan-E |
2016-05-20 | libcurl.m4: Avoid obsolete warning | Alexander Traud |
2016-05-20 | CURLOPT_CONNECT_TO.3: user must not free the list prematurely | Michael Kaufmann |
2016-05-19 | RELEASE-NOTES: synced with 48114a8634242c | Daniel Stenberg |
2016-05-19 | openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0 | Daniel Stenberg |
2016-05-19 | http2: use HTTP/2 in the HTTP/1.1-alike header | Daniel Stenberg |
2016-05-19 | dist: include curl_multi_socket_all.3 | Jay Satiro |
2016-05-18 | bump: Start work on 7.49.1 | Steve Holme |
2016-05-18 | curlbuild.h.dist: check __LP64__ as well to fix MIPS build | Daniel Stenberg |
2016-05-18 | schannel: fix compile break with MSVC XP toolset | Marcel Raad |
2016-05-18 | dist: include CHECKSRC.md | Daniel Stenberg |
2016-05-18 | test/Makefile.am: include manpage-scan.pl and nroff-scan.pl in dist | Daniel Stenberg |
2016-05-17 | THANKS: 24 new names from 7.49.0 release notes | Daniel Stenberg |
2016-05-17 | RELEASE-NOTES: 7.49.0 | Daniel Stenberg |
2016-05-17 | mbedtls/polarssl: set "hostname" unconditionally | Daniel Stenberg |
2016-05-17 | CURLOPT_RESOLVE.3: fix typo | Frank Gevaerts |
2016-05-17 | docs: CURLOPT_RESOLVE overrides CURLOPT_IPRESOLVE | Daniel Stenberg |
2016-05-17 | KNOWN_BUGS: GnuTLS backend skips really long certificate fields | Daniel Stenberg |
2016-05-17 | CURLOPT_HTTPPOST.3: the data needs to be around while in use | Daniel Stenberg |
2016-05-17 | openssl: get_cert_chain: fix NULL dereference | Daniel Stenberg |
2016-05-17 | openssl: get_cert_chain: avoid NULL dereference | Daniel Stenberg |
2016-05-17 | dprintf_formatf: fix (false?) Coverity warning | Daniel Stenberg |
2016-05-16 | RELEASE-NOTES: synced with 2dcb5adc72d6 | Daniel Stenberg |
2016-05-16 | THANKS-filter: fixed Jonathan Cardoso | Daniel Stenberg |
2016-05-15 | ftp: fix incorrect out-of-memory code in Curl_pretransfer | Jay Satiro |
2016-05-15 | ftp wildcard: segfault due to init only in multi_perform | Daniel Stenberg |
2016-05-13 | libcurl-tlibcurl-thread: Update OpenSSL links | Jay Satiro |
2016-05-13 | darwinssl.c: fix OS X codename typo in comment | Viktor Szakats |
2016-05-13 | RELEASE-NOTES: synced with 68701e51c1f7 | Daniel Stenberg |
2016-05-13 | mprintf: Fix processing of width and prec args | Jay Satiro |
2016-05-13 | ConnectionExists: follow-up fix for proxy re-use | Michael Kaufmann |
2016-05-12 | darwinssl: fix certificate verification disable on OS X 10.8 | Per Malmberg |
2016-05-12 | http2: Add space between colon and header value | Cory Benfield |
2016-05-12 | openssl: fix compile-time warning in Curl_ossl_check_cxn() | Kamil Dudka |
2016-05-11 | openssl: stricter connection check function | Jay Satiro |
2016-05-11 | TLS: SSL_peek is not a const operation | Anders Bakken |