]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2021-07-18  Max Zettlmeißldocs: make the documentation for --etag-save match...
2021-07-17  Josh Sorefwrite-out.d: add missing periods
2021-07-17  Josie Huddlestoneasy: during upkeep, attach Curl_easy to connections...
2021-07-16  Josh Sorefcleanup: spell DoH with a lowercase o
2021-07-16  Josh SorefTheArtOfHttpScripting: polish
2021-07-16  Josh Sorefform.d: add examples of `,`/`;` for file[name]
2021-07-16  MAntoniakmbedtls: Remove unnecessary include
2021-07-16  Daniel StenbergRELEASE-NOTES: synced
2021-07-16  User Sgmulti: fix crash in curl_multi_wait / curl_multi_poll
2021-07-16  Daniel Gustafssontool_help: remove unused define
2021-07-16  Sergey Markelovbuild: fix compiler warnings when CURL_DISABLE_VERBOSE_...
2021-07-16  Andrea Pappacodabuild: fix IoctlSocket FIONBIO check
2021-07-16  t.artikovconfigure: fix nghttp2 library name for static builds
2021-07-16  Gisle Vanem[PellesC] fix _lseeki64() macro
2021-07-16  Gisle Vanem[SChannel] Use '_tcsncmp()' instead
2021-07-16  Gisle Vanem[PellesC] missing '_tcsnccmp'
2021-07-14  Daniel GustafssonTODO: add mention of mbedTLS 3 incompatibilities
2021-07-14  Daniel Gustafssondocs: fix inconsistencies in EGDSOCKET documentation
2021-07-13  Борис Верховскийdocs: document missing arguments to commands
2021-07-13  Randolf Jdocs: fix incorrect argument name reference
2021-07-12  Борис Верховскийtool_help: Document that --tlspassword takes a password
2021-07-10  Daniel Gustafssonscripts: Fix typo in release-notes instructions
2021-07-10  Daniel GustafssonRELEASE-NOTES: synced
2021-07-10  Jay Satirowrite-out.d: Clarify urlnum is not unique for de-globbe...
2021-07-03  William Desportesdocs: Fix typos
2021-07-08  Jonathan WernbergRevert "ftp: Expression 'ftpc->wait_data_conn' is alway...
2021-07-08  Daniel Stenbergmsnprintf: return number of printed characters excludin...
2021-07-07  Daniel Stenberginfof: remove newline from format strings, always append it
2021-07-07  Daniel Stenbergexamples/multi-single: fix scan-build warning
2021-07-07  Daniel Stenbergwolfssl: failing to set a session id is not reason...
2021-07-07  Daniel Stenbergdocs/examples: use curl_multi_poll() in multi examples
2021-07-05  Daniel StenbergKNOWN_BUGS: flaky Windows CI builds
2021-07-05  Daniel StenbergRELEASE-NOTES: synced
2021-07-05  Daniel Stenbergtest1147: hyper doesn't allow "crazy" request headers...
2021-07-05  Daniel Stenbergc-hyper: bail on too long response headers
2021-07-05  Daniel Stenbergtest1151: added missing CRLF to work with hyper
2021-07-05  Daniel Stenbergc-hyper: add support for transfer-encoding in the request
2021-07-05  Andrea Pappacodacmake: remove libssh2 feature checks
2021-07-05  Daniel Stenbergtest1116: hyper doesn't pass through "surprise-trailers"
2021-07-05  Daniel Stenbergsocks4: scan for the IPv4 address in resolve results
2021-07-05  Jay Satiroproto.d: fix formatting for paragraphs after margin...
2021-07-05  Jay Satiropinnedpubkey.d: fix formatting for version support...
2021-07-02  Daniel StenbergTODO: "Support in-memory certs/ca certs/keys" done
2021-07-01  Daniel Stenbergexamples: safer and more proper read callback logic
2021-07-01  Daniel Stenbergtest1519: adjusted to work with hyper
2021-07-01  Daniel Stenbergtest1518: adjusted to work with hyper
2021-07-01  Daniel Stenbergtest1514: add a CRLF to the response to make it correct
2021-07-01  Daniel Stenbergformdata: avoid "Argument cannot be negative" warning
2021-07-01  Daniel Stenberglib: more %u for port and int for %*s fixes
2021-06-30  Daniel Stenbergdoh: (void)-prefix call to curl_easy_setopt
2021-06-30  Daniel Stenberglib: fix type of len passed to *printf's %*s
2021-06-30  Daniel Stenberglib: use %u instead of %ld for port number printf
2021-06-30  Daniel Stenbergversion: turn version number functions into returning...
2021-06-30  Daniel Stenbergmqtt: extend the error message for no topic
2021-06-30  Daniel Stenbergformdata: correct typecast in curl_mime_data call
2021-06-30  Daniel Stenbergurl: (void)-prefix a curl_url_get() call
2021-06-30  Daniel Stenbergglob: pass an 'int' as len when using printf's %*s
2021-06-30  Daniel Stenbergvtls: use free() not curl_free()
2021-06-30  Daniel Stenbergzuul: use the new rustls directory name
2021-06-29  Jay Satirohttp: fix crash in rate-limited upload
2021-06-29  Daniel Stenbergcopyright: add boiler-plate headers to CI config files
2021-06-29  Daniel StenbergCI: remove travis details
2021-06-29  Daniel StenbergRELEASE-NOTES: synced
2021-06-29  Daniel Stenbergopenssl: avoid static variable for seed flag
2021-06-29  Daniel Stenbergconfigure: inhibit the implicit-fallthrough warning...
2021-06-28  Andrei Rybakmisc: fix typos in comments which repeat a word
2021-06-27  Daniel Stenberglib677: make it survive torture testing
2021-06-27  Tommy Chiangdocs/BINDINGS: fix outdated links
2021-06-26  Jacob Hoffman... curstls: bump crustls version and use new URL
2021-06-24  Daniel StenbergRELEASE-NOTES: synced
2021-06-24  Daniel Stenbergexamples: length-limit two sscanf() uses of %s
2021-06-24  Richard Whitehousemulti: alter transfer timeout ordering
2021-06-24  Daniel Stenbergtest677: IMAP CONNECT_ONLY, custom command and then...
2021-06-24  Daniel Stenbergmulti: do not switch off connect_only flag when closing
2021-06-24  Daniel Stenberghttp: make the haproxy support work with unix domain...
2021-06-22  Xiang Xiaocurl.h: include sys/select.h for NuttX RTOS
2021-06-22  Bin Mengcurl.h: remove the execution bit
2021-06-22  Bin Lancurl.h: <sys/select.h> is supported by VxWorks7
2021-06-21  Bachue Zhouquiche: use send() instead of sendto() to avoid macOS...
2021-06-21  Li Xinweicmake: fix support for UnixSockets feature on Win32
2021-06-21  Gregory Muchkahostip: (macOS) free returned memory of SCDynamicStoreC...
2021-06-21  Daniel StenbergRELEASE-NOTES: synced
2021-06-21  Jay Satirovtls: fix warning due to function prototype mismatch
2021-06-21  Jay Satirocurl_multibyte: Remove local encoding fallbacks
2021-06-20  Daniel Stenbergcurl_endian: remove the unused Curl_write64_le function
2021-06-19  Daniel Stenbergvtls: only store TIMER_APPCONNECT for non-proxy connect
2021-06-18  Daniel Stenberggnutls: set the preferred TLS versions in correct order 7278/head
2021-06-18  Gergely Nagyconfigure/cmake: remove checks for unused gethostbyaddr...
2021-06-18  Gergely Nagyconfigure/cmake: remove checks for unused inet_ntoa...
2021-06-18  Gergely Nagyconfigure/cmake: remove unused define HAVE_PERROR
2021-06-18  Gergely Nagyconfigure: remove unused check for gai_strerror
2021-06-18  Gergely Nagyconfigure/cmake: remove unused define HAVE_FREEIFADDRS
2021-06-18  Gergely Nagyconfigure/cmake: remove unused define HAVE_FORK
2021-06-18  Gergely Nagyconfigure/cmake: remove unused define HAVE_FDOPEN
2021-06-18  Gergely Nagyconfigure/cmake: remove checks for unused sgtty.h
2021-06-18  Gergely Nagyconfigure/cmake: remove remaining checks for rsa.h
2021-06-18  Gergely Nagyconfigure/cmake: remove remaining checks for err.h
2021-06-18  Gergely Nagyconfigure/cmake: remove remaining checks for crypto.h
2021-06-18  Gergely Nagyconfigure/cmake: remove checks for unused getservbyport_r
2021-06-17  Daniel Stenberg--socks4[a]: clarify where the host name is resolved
next