]> granicus.if.org Git - curl/shortlog
curl
2019-03-02 Simon Legnerscripts/completion.pl: also generate fish completion...
2019-03-02 Daniel Stenberggnutls: remove call to deprecated gnutls_compression_ge...
2019-03-02 Jay Satirosystem_win32: move win32_init here from easy.c
2019-03-01 Daniel Stenbergcurl_easy_duphandle.3: clarify that a duped handle...
2019-03-01 Daniel Stenberg10-at-a-time.c: fix too long line
2019-03-01 Arnaud Rebilloutexamples: various fixes in ephiperfifo.c
2019-03-01 Daniel Stenbergurldata: simplify bytecounters
2019-03-01 Daniel Stenbergexamples/10-at-a-time.c: improve readability and simplify
2019-03-01 Daniel Stenbergthreaded-resolver: shutdown the resolver thread without...
2019-03-01 Ԝеѕdocs: update max-redirs.d phrasing
2019-03-01 Daniel Stenbergssh: fix Condition '!status' is always true
2019-02-28 Daniel Stenbergtest578: make it read data from the correct test
2019-02-28 Daniel StenbergCurl_easy: remove req.maxfd - never used!
2019-02-28 Daniel Stenberghttp: set state.infilesize when sending formposts
2019-02-28 Daniel StenbergINSTALL: refer to the current TLS library names and...
2019-02-28 Daniel StenbergFAQ: minor updates and spelling fixes
2019-02-28 Daniel StenbergGOVERNANCE.md: minor spelling fixes
2019-02-28 Daniel StenbergSecure Transport: no more "darwinssl"
2019-02-27 Marcel RaadAppVeyor: add classic MinGW build
2019-02-27 Marcel RaadAppVeyor: add MinGW-w64 build
2019-02-27 Daniel Stenbergcookies: only save the cookie file if the engine is...
2019-02-27 DaVieScacertinmem.c: use multiple certificates for loading...
2019-02-27 Daniel Stenbergurldata: convert bools to bitfields and move to end
2019-02-27 Don J Olmsteadcurl.h: use __has_declspec_attribute for shared builds
2019-02-27 Daniel Stenbergcurl: display --version features sorted alphabetically
2019-02-26 Daniel Stenbergruntests: detect "schannel" as an alias for "winssl"
2019-02-26 Marcel RaadAppVeyor: update to Visual Studio 2017
2019-02-26 Marcel RaadAppVeyor: switch VS 2015 builds to VS 2017 image
2019-02-26 Marcel RaadAppVeyor: explicitly select worker image
2019-02-26 Daniel Stenbergstrerror: make the strerror function use local buffers
2019-02-26 Michael Wallnercookies: fix NULL dereference if flushing cookies with...
2019-02-26 Marcel RaadAppVeyor: re-enable test 500
2019-02-26 Marcel RaadAppVeyor: remove redundant builds
2019-02-25 Daniel StenbergRELEASE-NOTES: synced
2019-02-25 Bernd MuellerOpenSSL: add support for TLS ASYNC state
2019-02-25 Michael Feltacinclude: add additional libraries to check for LDAP...
2019-02-25 georgeokschannel: support CALG_ECDH_EPHEM algorithm
2019-02-24 Daniel Stenbergmulti: call multi_done on connect timeouts
2019-02-23 Daniel Stenbergexamples: remove recursive calls to curl_multi_socket_a...
2019-02-23 Marcel Raadconfigure: remove CURL_CHECK_FUNC_FDOPEN call
2019-02-23 Daniel Stenbergwolfssl: stop custom-adding curves
2019-02-22 Daniel Stenbergconfigure: remove the unused fdopen macro
2019-02-22 Jay Satirourl: change conn shutdown order to unlink data as last...
2019-02-22 Marcel RaadFix strict-prototypes GCC warning
2019-02-21 Dan Fandrichtests: Fixed XML validation errors in some test files.
2019-02-20 Daniel StenbergTODO: Allow SAN names in HTTP/2 server push
2019-02-20 Daniel StenbergRELEASE-NOTES: synced
2019-02-20 Daniel Stenbergcurl: remove MANUAL from -M output
2019-02-20 Daniel Stenberghttp2: verify :athority in push promise requests
2019-02-20 Daniel Stenbergsinglesocket: fix the 'sincebefore' placement
2019-02-19 Daniel Stenbergconnection: never reuse CONNECT_ONLY conections
2019-02-19 Patrick Monneratcli tool: fix mime post with --disable-libcurl-option...
2019-02-19 Daniel Stenbergx509asn1: cleanup and unify code layout
2019-02-19 Daniel Stenbergcurl_multi_remove_handle.3: use at any time, just not...
2019-02-19 Daniel Stenberghttp: make adding a blank header thread-safe
2019-02-19 Daniel Stenbergunit1651: survive curl_easy_init() fails
2019-02-18 Frank Gevaertsrand: Fix a mismatch between comments in source and...
2019-02-18 Patrick Monneratx509asn1: replace single char with an array
2019-02-18 Daniel Stenbergexamples/http2-serverpush: add some sensible error...
2019-02-18 Jay Satiroeasy: fix win32 init to work without CURL_GLOBAL_WIN32
2019-02-16 Daniel Gustafssoncookie: Add support for cookie prefixes
2019-02-16 Daniel Gustafssonmbedtls: release sessionid resources on error
2019-02-16 Patrick Monneratcli tool: refactor encoding conversion sequence for...
2019-02-16 Patrick Monneratversion.c: silent scan-build even when librtmp is not...
2019-02-15 Daniel StenbergRELEASE-NOTES: synced
2019-02-15 Daniel StenbergCurl_now: figure out windows version in win32_init
2019-02-15 Marcel Raadunit1307: just fail without FTP support
2019-02-15 Daniel Stenbergtravis: enable valgrind for the iconv tests too
2019-02-14 Daniel Stenbergtravis: add scan-build
2019-02-14 Daniel Stenbergexamples/sftpuploadresume: Value stored to 'result...
2019-02-14 Daniel Stenbergexamples/http2-upload: cleaned up
2019-02-14 Daniel Stenbergexamples/http2-download: cleaned up
2019-02-14 Daniel Stenbergexamples/postinmemory: Potential leak of memory pointed...
2019-02-14 Daniel Stenbergexamples/httpcustomheader: Value stored to 'res' is...
2019-02-14 Daniel Stenbergexamples: remove superfluous null-pointer checks
2019-02-14 Daniel Stenbergstrip_trailing_dot: make sure NULL is never used for...
2019-02-14 Jay Satiroconnection_check: restore original conn->data after...
2019-02-14 Daniel Stenbergmemdebug: bring back curl_mark_sclose
2019-02-14 Patrick Monnerattransfer.c: do not compute length of undefined hex...
2019-02-14 Daniel StenbergKNOWN_BUGS: Cannot compile against a static build of...
2019-02-14 Patrick Monneratx509asn1: "Dereference of null pointer"
2019-02-14 Daniel Stenbergconfigure: show features as well in the final summary
2019-02-14 Daniel StenbergKNOWN_BUGS: curl compiled on OSX 10.13 failed to run...
2019-02-14 Daniel StenbergKNOWN_BUGS: Deflate error after all content was received
2019-02-14 Daniel Stenberggssapi: fix deprecated header warnings
2019-02-14 Daniel StenbergTODO: Upgrade to websockets
2019-02-14 Daniel StenbergTODO: cmake test suite improvements
2019-02-13 Patrick Monneratcurl: "Dereference of null pointer"
2019-02-13 Marcel Raadunit1307: require FTP support
2019-02-13 Daniel StenbergTODO: TFO support on Windows
2019-02-13 Daniel Stenbergmulti: Dereference of null pointer
2019-02-13 Daniel Stenbergurlglob: Argument with 'nonnull' attribute passed null
2019-02-13 Jay Satiroschannel: restore some debug output but only for debug...
2019-02-12 Jay Satiroexamples/crawler: Fix the Accept-Encoding setting
2019-02-12 Daniel Stenbergmime: put the boundary buffer into the curl_mime struct
2019-02-12 Daniel Stenbergschannel: be quiet
2019-02-12 Romain GeisslerCurl_resolv: fix a gcc -Werror=maybe-uninitialized...
2019-02-12 Daniel Stenberghttp2: multi_connchanged() moved from multi.c, only...
2019-02-12 Daniel Stenbergcurl: "Function call argument is an uninitialized value"
2019-02-12 Daniel Stenbergpretransfer: don't strlen() POSTFIELDS set for GET...
next