]> granicus.if.org Git - curl/shortlog
curl
2017-08-10 Marcel Raadbuild: check out *.sln files with Windows line endings
2017-08-10 Marcel Raadgitignore: ignore top-level .vs folder
2017-08-10 Jay Satirodigest_sspi: Don't reuse context if the user/passwd...
2017-08-09 Adam Sampsondist: Add dictserver.py/negtelnetserver.py to EXTRA_DIST
2017-08-09 Adam Sampsoncurl: do bounds check using a double comparison
2017-08-09 Daniel Stenbergmake install: add 8 missing man pages to the installation
2017-08-09 Daniel Stenbergbuild: fix 'make install' with configure, install docs...
2017-08-09 Daniel StenbergRELEASE-NOTES: curl 7.55.0 curl-7_55_0
2017-08-09 Daniel StenbergTHANKS: 20 new contributors in 7.55.0
2017-08-08 Viktor Szakatsdocs/comments: Update to secure URL versions
2017-08-08 Daniel Stenbergconfigure: fix recv/send/select detection on Android
2017-08-08 Marcel Raadax_code_coverage.m4: update to latest version
2017-08-07 Daniel Stenbergtest1427: verify command line parser integer overflow...
2017-08-07 Daniel Stenbergcurl: detect and bail out early on parameter integer...
2017-08-07 Daniel Stenbergglob: do not continue parsing after a strtoul() overflo...
2017-08-07 Daniel Stenbergtftp: reject file name lengths that don't fit
2017-08-07 Even Rouaultfile: output the correct buffer to the user
2017-08-06 Daniel Stenbergeasy_events: make event data static
2017-08-05 Daniel Stenberggetparameter: avoid returning uninitialized 'usedarg'
2017-08-04 Isaac Boukrisgssapi: fix memory leak of output token in multi round...
2017-08-04 Marcel Raaddarwinssl: fix compiler warning
2017-08-04 Marcel RaadCMake: fix CURL_WERROR for MSVC
2017-08-04 Daniel StenbergRELEASE-NOTES: synced with 561e9217c
2017-08-04 Daniel Stenbergtest1010: verify that #1718 is fixed
2017-08-04 Daniel StenbergFTP: skip unnecessary CWD when in nocwd mode
2017-08-04 Marcel Raadtravis: explicitly specify dist
2017-08-03 Daniel Stenbergtravis: BUILD_TYPE => T
2017-08-03 Daniel Stenbergtravis: add osx build with darwinssl
2017-08-03 Daniel Stenbergdarwin: silence compiler warnings
2017-08-03 Daniel StenbergBUILD.WINDOWS: mention buildconf.bat for builds off git
2017-08-03 Daniel Stenbergdarwinssl: fix curlssl_sha256sum() compiler warnings...
2017-08-03 Daniel Stenbergtest130: verify comments in .netrc
2017-08-03 Gisle Vanemnetrc: skip lines starting with '#'
2017-08-03 Marcel RaadCMake: set MSVC warning level to 4
2017-08-02 Daniel StenbergCURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2
2017-08-02 Daniel StenbergCURLOPT_NETRC.3: mention the file name on windows
2017-08-02 Daniel Stenbergtravis: build osx with libressl too
2017-08-02 Daniel Stenbergtravis: build osx with openssl too
2017-08-02 Daniel Stenbergtests/server/util: fix curltime mistake from 4dee50b9c80f9
2017-08-01 Marcel Raadcurl_threads: fix MSVC compiler warning
2017-08-01 Daniel StenbergBUGS: improved phrasing about security bugs
2017-08-01 Daniel StenbergBUGS: clarify how to report security related bugs
2017-08-01 Brad Spencermulti: fix request timer management
2017-08-01 Jay Satirocurl_setup: Define CURL_NO_OLDIES for building libcurl
2017-07-31 Jeremy Tanconfigure: fix the check for IdnToUnicode
2017-07-31 Daniel Stenberghttp: fix response code parser to avoid integer overflow
2017-07-31 Dwarakanath... libcurl: Stop using error codes defined under CURL_NO_O...
2017-07-30 Jay Satiroinclude.d: clarify --include is only for response headers
2017-07-29 jasjuangcmake: support make uninstall
2017-07-29 Daniel StenbergRELEASE-NOTES: synced with 001701c47
2017-07-29 Marcel RaadAppVeyor: now really use CURL_WERROR
2017-07-29 Jay Satirotool_help: clarify --include is only for response headers
2017-07-29 Jay Satirosplay: fix signed/unsigned mismatch warning
2017-07-28 Daniel Stenberginclude.d: clarify that it concerns the response headers
2017-07-28 Johannes Schindelincurl_rtmp: fix a compiler warning
2017-07-28 Daniel Stenbergtest1323: verify curlx_tvdiff
2017-07-28 Daniel Stenbergtimeval: struct curltime is a struct timeval replacement
2017-07-27 Daniel Stenbergdarwinssl: fix variable type mistake (regression)
2017-07-26 Daniel Stenbergmulti: mention integer overflow risk if using > 500...
2017-07-26 Daniel Stenbergchecksrc: escape open brace in regex
2017-07-20 Kamil Dudkanss: fix a possible use-after-free in SelectClientCert()
2017-07-20 Kamil Dudkanss: unify the coding style of nss_send() and nss_recv()
2017-07-18 Marcel Raadtests/server/resolve.c: fix deprecation warning
2017-07-17 Jay Satirodarwinssl: fix pinnedpubkey build error
2017-07-16 Marcel Raadrtspd: fix GCC warning after MSVC warning fix
2017-07-16 Marcel Raadlibtest: fix MSVC warning C4706
2017-07-16 Marcel Raadsockfilt: suppress conversion warning with explicit...
2017-07-16 Marcel Raadrtspd: fix MSVC level 4 warning
2017-07-14 Marcel Raadwinbuild: re-enable warning C4127 for curl tool
2017-07-13 Marcel Raadwinbuild: build with warning level 4
2017-07-13 Max Dymondtravis: install libidn2
2017-07-12 Marcel Raadtravis: enable warnings also in release mode
2017-07-12 Max Dymondtravis: install libssh2
2017-07-12 Marcel Raadsystem.h: include winsock2.h before windows.h
2017-07-11 Marcel Raadbuild: remove WIN32_LEAN_AND_MEAN from individual build...
2017-07-11 Jay SatiroISSUE_TEMPLATE: Add a comment not to file security...
2017-07-11 Marcel Raadcurl_setup: always define WIN32_LEAN_AND_MEAN on Windows
2017-07-11 Jay Satirostrerror: Preserve Windows error code in some functions
2017-07-10 Max Dymondtests: Fix up issues with errno in test files
2017-07-10 Daniel Stenbergerrno: fix non-windows builds after af0216251b94e7
2017-07-10 Ryan Winogradmake: fix docs build on OpenBSD
2017-07-10 Marcel Raadldap: fix MinGW compiler warning
2017-07-10 Marcel Raadcurl-compilers.m4: disable warning spam with Cygwin...
2017-07-10 Jay Satirocurl_setup_once: Remove ERRNO/SET_ERRNO macros
2017-07-09 Jay Satirotool_getparam: fix potentially uninitialized err
2017-07-09 Marcel Raadsmb: rename variable to fix shadowing warning
2017-07-09 Marcel Raadtool_cb_wrt: fix variable shadowing warning
2017-07-07 Daniel StenbergRELEASE-NOTES: synced with be2c999b8
2017-07-07 Daniel Stenbergtravis: install stunnel
2017-07-07 Daniel Stenbergvalgrind.supp: supress OpenSSL false positive seen...
2017-07-07 Daniel Stenbergtravis: detect and use valgrind for normal builds
2017-07-07 Daniel Stenbergtravis: add SMB, DICT, TELNET torture to coverage test
2017-07-07 Paul Harriscmake: offer CMAKE_DEBUG_POSTFIX when building with...
2017-07-07 Daniel StenbergCURLOPT_POSTFIELDS.3: explain the 100-continue magic...
2017-07-07 Max Dymondtest1452: add telnet negotiation
2017-07-07 Daniel Stenbergtravis: do more tests in the coverage run
2017-07-07 Daniel Stenbergcurl_easy_escape.3: mention the (lack of) encoding
2017-07-06 Gisle Vanemmemdebug: don't setbuf() if the file open failed
2017-07-06 Daniel Stenbergappveyor: enable CURL_WERROR on all builds
2017-07-06 Daniel Stenbergcmake: add CURL_WERROR for enabling "warning as errors"
next