]> granicus.if.org Git - curl/shortlog
curl
2018-05-14 Daniel Stenberggcc: disable picky gcc-8 function pointer warnings...
2018-05-14 Daniel Stenberghttp2: use the correct function pointer typedef
2018-05-14 Daniel StenbergCODE_STYLE: mention return w/o parens, but sizeof with
2018-05-14 Rikard Falkebornexamples: Fix format specifiers
2018-05-14 Rikard Falkeborntool: Fix format specifiers
2018-05-14 Rikard Falkebornntlm: Fix format specifiers
2018-05-14 Rikard Falkeborntests: Fix format specifiers
2018-05-14 Rikard Falkebornlib: Fix format specifiers
2018-05-14 Daniel Stenbergcontributors.sh: use "on github", not at
2018-05-14 Daniel Stenberghttp2: getsock fix for uploads
2018-05-14 Daniel Stenbergpingpong: fix response cache memcpy overflow
2018-05-14 Daniel Stenberghttp: restore buffer pointer when bad response-line...
2018-05-12 Patrick Monneratcookies: do not take cookie name as a parameter
2018-05-12 Daniel Stenbergsmb: reject negative file sizes
2018-05-11 Daniel Stenbergsetup_transfer: deal with both sockets being -1
2018-05-10 Daniel Stenbergtravis: add build using NSS
2018-05-10 Sunny Purusheopenssl: change FILE ops to BIO ops
2018-05-09 Daniel Stenbergtravis: add a build using WolfSSL
2018-05-07 Daniel StenbergRELEASE-NOTES: typo
2018-05-07 Daniel StenbergRELEASE-NOTES: synced
2018-05-05 Daniel GustafssonURLs: fix one more http url
2018-05-05 Daniel Stenberggithub/lock: auto-lock closed issues after 90 days...
2018-05-04 Daniel Stenbergvtls: fix missing commas
2018-05-04 Daniel Stenbergvtls: use unified "supports" bitfield member in backends
2018-05-04 Daniel Stenbergtransfer: don't unset writesockfd on setup of multiplex...
2018-05-04 Frank Gevaertsconfigure: put CURLDEBUG and DEBUGBUILD in lib/curl_con...
2018-05-04 Daniel Stenberghttp: don't set the "rewind" flag when not uploading...
2018-05-04 Daniel Stenbergtravis: add an mbedtls build
2018-05-03 Daniel Stenbergconfigure: only check for CA bundle for file-using...
2018-05-03 Daniel Stenbergssh-libssh.c: fix left shift compiler warning
2018-05-03 Stephan MühlstrasserURL: fix ASCII dependency in strcpy_url and strlen_url
2018-05-03 Denis Ollierdocs: remove extraneous commas in man pages
2018-05-03 Daniel StenbergRELEASE-NOTES: synced
2018-05-03 Daniel StenbergRevert "TODO: remove configure --disable-pthreads"
2018-05-02 Daniel Stenbergvtls: don't define MD5_DIGEST_LENGTH for wolfssl
2018-05-02 Daniel StenbergTODO: remove configure --disable-pthreads
2018-05-02 David Garskewolfssl: Fix non-blocking connect
2018-04-30 Daniel StenbergCURLOPT_URL.3: add ENCODING section [ci skip]
2018-04-30 Daniel StenbergKNOWN_BUGS: Client cert with Issuer DN differs between...
2018-04-30 Daniel StenbergKNOWN_BUGS: Passive transfer tries only one IP address
2018-04-30 Daniel StenbergKNOWN_BUGS: --upload-file . hang if delay in STDIN
2018-04-30 Daniel StenbergKNOWN_BUGS: Connection information when using TCP Fast...
2018-04-30 Daniel Stenbergtravis: enable libssh2 on both macos and Linux
2018-04-29 Daniel StenbergTODO: Support the clienthello extension
2018-04-29 Daniel StenbergTODO: CLOEXEC
2018-04-29 Daniel Stenbergtests: provide 'manual' as a feature to optionally...
2018-04-27 Daniel StenbergCURLINFO_PROTOCOL.3: mention the existing defined names
2018-04-27 Daniel Gustafssoncookies: remove unused macro
2018-04-26 Daniel Gustafssonchecksrc: force indentation of lines after an else
2018-04-26 Daniel Stenberghttp2: fix null pointer dereference in http2_connisdead
2018-04-26 Daniel Stenberghttp2: get rid of another strstr()
2018-04-26 Daniel Stenbergcyassl: adapt to libraries without TLS 1.0 support...
2018-04-26 Daniel Stenbergconfigure: provide --with-wolfssl as an alias for ...
2018-04-25 Daniel StenbergRELEASE-NOTES: synced
2018-04-25 Daniel Gustafssonos400.c: fix ASSIGNWITHINCONDITION checksrc warnings
2018-04-25 Daniel Gustafssoncookies: ensure that we have cookies before writing jar
2018-04-25 Daniel Stenbergstrcpy_url: only %-encode values >= 0x80
2018-04-24 Daniel Stenbergmime: avoid NULL pointer dereference risk
2018-04-24 Stephan Mühlstrasserctype: restore character classification for non-ASCII...
2018-04-24 Daniel Stenbergftplistparser: keep state between invokes
2018-04-24 Daniel Stenbergexamples/http2-upload: expand buffer to avoid silly...
2018-04-24 Daniel Stenbergexamples/sftpuploadresume: typecast fseek argument...
2018-04-24 Daniel StenbergRevert "ftplistparser: keep state between invokes"
2018-04-24 Daniel StenbergCurl_memchr: zero length input can't match
2018-04-23 Daniel Stenbergftplistparser: keep state between invokes
2018-04-23 Daniel Stenbergftplistparser: renamed some members and variables
2018-04-23 Daniel StenbergRELEASE-NOTES: synced
2018-04-23 Christian Schmitzcurl_global_sslset: always provide available backends
2018-04-23 Daniel Stenberghttp2: convert an assert to run-time check
2018-04-23 Daniel Stenbergcurl.1: clarify that options and URLs can be mixed
2018-04-23 Archangel_SDYCURLOPT_SSLCERT.3: improve WinSSL-specific usage info
2018-04-23 Archangel_SDYschannel: fix build error on targets <= XP
2018-04-23 Daniel StenbergRevert "ftplistparser: keep state between invokes"
2018-04-21 Jay Satirotool_help: clarify --max-time unit of time is seconds
2018-04-20 Daniel Stenberghttp2: handle GOAWAY properly
2018-04-20 Daniel Stenberghttp2: clear the "drain counter" when a stream is closed
2018-04-20 Daniel Stenberghttp2: avoid strstr() on data not zero terminated
2018-04-20 Stephan Mühlstrasseropenssl: fix subjectAltName check on non-ASCII platforms
2018-04-20 Jay Satiroopenssl: Add support for OpenSSL 1.1.1 verbose-mode...
2018-04-19 Daniel Stenbergftplistparser: keep state between invokes
2018-04-19 Daniel Stenbergdetect_proxy: only show proxy use if it had contents
2018-04-19 Daniel Stenberghttp2: handle on_begin_headers() called more than once
2018-04-18 Dan McNultyschannel: add support for CURLOPT_CAINFO
2018-04-17 Jay Satiroschannel: fix warning
2018-04-17 Jakub Wilkdocs: fix typos
2018-04-17 Daniel StenbergRELEASE-NOTES: synced
2018-04-17 kdekkerwinbuild: Support custom devel paths for each dependency
2018-04-16 JessREADME.md: add backers and sponsors
2018-04-16 Archangel_SDYschannel: add client certificate authentication
2018-04-16 toughengineerntlm_sspi: fix authentication using Credential Manager
2018-04-16 Daniel Stenbergconfigure: keep LD_LIBRARY_PATH changes local
2018-04-16 Marcel Raadurldata: make service names unconditional
2018-04-16 Daniel Stenbergtest1148: tolerate progress updates better
2018-04-16 Christian Schmitzssh: show libSSH2 error code when closing fails
2018-04-15 Daniel Gustafssonvauth: Fix typo
2018-04-15 Dagobert Michelsensystem.h: Add sparcv8plus to oracle/sunpro 32-bit detection
2018-04-15 Daniel Gustafssonchecksrc: Fix typo
2018-04-15 Daniel Gustafssonall: Refactor malloc+memset to use calloc
2018-04-12 Daniel Stenbergduphandle: make sure CURLOPT_RESOLVE is duplicated...
2018-04-12 Daniel Stenbergmailmap: add a monnerat fixup [ci skip]
next