]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2022-07-19  Viktor Szakatstidy-up: delete unused build configuration macros
2022-07-19  Daniel StenbergRELEASE-NOTES: synced
2022-07-19  Daniel Stenbergcookie: treat a blank domain in Set-Cookie: as non...
2022-07-19  Patrick Monneratbase64: base64url encoding has no padding
2022-07-19  Daniel Stenbergeasyoptions: fix icc warning
2022-07-18  lwthikerh2h3: fix overriding the 'TE: Trailers' header
2022-07-18  Daniel Stenberglib3026: reduce the number of threads to 100
2022-07-18  Daniel Stenbergdoh: move doh related struct definitions to doh.h
2022-07-17  Viktor SzakatsMakefile.m32: stop trying to build libcares.a [ci skip]
2022-07-17  Daniel Stenbergcurl: writeout: fix repeated header outputs
2022-07-17  Daniel Stenbergcurl_multi_timeout.3: clarify usage
2022-07-17  Daniel Stenbergmprintf: make dprintf_formatf never return negative
2022-07-17  Viktor Szakatstrace: 0x7F character is non-printable
2022-07-16  Viktor Szakatsdoh: use https protocol by default
2022-07-14  Viktor Szakatsopenssl: fix BoringSSL symbol conflicts with LDAP and...
2022-07-13  Daniel Stenbergasyn-thread: make getaddrinfo_complete return CURLcode
2022-07-12  Daniel Stenbergeasy_lock: fix build with icc
2022-07-12  Daniel Stenbergconfigure: fix --disable-headers-api
2022-07-12  Daniel Stenbergtest3026: require 'threadsafe'
2022-07-12  Even RouaultCMake: link curl to its dependencies with PRIVATE
2022-07-12  Even RouaultCMake: remove APPEND in export(TARGETS)
2022-07-12  Tatsuhiro Tsujikawangtcp2: implement cb_h3_stop_sending and cb_h3_reset_st...
2022-07-11  Daniel StenbergRELEASE-NOTES: synced
2022-07-11  Viktor Szakatsbuild: improve OS string in CMake and `config-win32.h`
2022-07-10  Viktor SzakatsMakefile.m32: add `CURL_RC` and `CURL_STRIP` variables...
2022-07-10  Tatsuhiro Tsujikawangtcp2: fix stall or busy loop on STOP_SENDING with...
2022-07-10  xkerneltool_operate: better cleanup of easy handle in exit...
2022-07-10  xkernelgetinfo: return better error on NULL as first argument
2022-07-10  Daniel Stenbergtool_getparam: repair cleanarg
2022-07-10  Jay Satirodocs: explain curl_easy_escape/unescape curl handle...
2022-07-08  Viktor Szakatsopenssl: add `CURL_BORINGSSL_VERSION` to identify BoringSSL
2022-07-08  Jay Satiroescape: remove outdated comment
2022-07-08  Tatsuhiro Tsujikawangtcp2: Fix missing initialization of nghttp3_nv.flags
2022-07-06  Brad Forschingernetrc.d: remove spurious quote
2022-07-06  Viktor SzakatsMakefile.m32: add `NGTCP2_LIBS` option [ci skip]
2022-07-06  Evgeny Grin... digest: fix missing increment of 'nc' value for auth-int
2022-07-05  Daniel StenbergRELEASE-NOTES: synced
2022-07-05  Daniel Stenbergurldata: reduce size of four ftp related members
2022-07-05  Daniel Stenbergurldata: reduce three type-members from int to uchar
2022-07-05  Daniel StenbergCURLOPT_SERVER_RESPONSE_TIMEOUT: the new name
2022-07-05  Daniel Stenbergurldata: make 'ftp_create_missing_dirs' a uchar
2022-07-05  Doncmake: support ngtcp2 boringssl backend
2022-07-04  Daniel Stenbergurldata: change 4 timeouts to unsigned int from long
2022-07-04  Daniel Stenbergurldata: make 'use_netrc' a uchar
2022-07-04  Daniel Stenbergurldata: make 'buffer_size' an unsigned int
2022-07-04  Daniel Stenbergurldata: remove the unused 'rtspversion' struct member
2022-07-04  Daniel Stenbergurldata: make 'use_port' an usigned short
2022-07-04  Daniel Stenbergurldata: store dns cache timeout in an int
2022-07-04  Daniel Stenbergcurl: proto2num: make sure obuf is inited
2022-07-04  Daniel Stenbergcookie: use %zu to infof() for size_t values
2022-07-04  Viktor Szakatsmakefile.m32: add support for custom ARCH [ci skip]
2022-07-04  Viktor Szakatscmake: do not force Windows target versions
2022-07-04  Viktor Szakatswindows: improve random source
2022-07-04  Daniel Stenbergsetopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PRO...
2022-07-04  Daniel Stenbergdigest: simplify a switch() to a simple if
2022-07-04  Daniel Stenbergdigest: provide a special bit for "sess" algos
2022-07-04  Thomas Weißschuhselect: do not return fatal error on EINTR from poll()
2022-07-03  Kai Pastorcmake: fix build for mingw cross compile
2022-07-03  Jay Satiroeasy_lock: fix build for mingw
2022-07-01  Daniel Stenbergtool_progress: avoid division by zero in parallel progr...
2022-07-01  Daniel Stenberghttp_aws_sigv4.c: remove two unusued includes
2022-07-01  Daniel Stenberg.mailmap: additional edit
2022-07-01  Daniel StenbergRELEASE-NOTES: synced
2022-07-01  Evgeny Grin... .mailmap: updated
2022-07-01  Evgeny Grin... THANKS: merged two entries for Evgeny Grin
2022-07-01  Jilayne Lovejoylib/curl_path.c: add ISC to license expression
2022-06-30  Sean McArthurhyper: use wakers for curl pause/resume
2022-06-30  Viktor SzakatsMakefile.m32: do not set the libcurl.rc debug flag...
2022-06-29  Daniel Stenbergcurl.h: CURLE_CONV_FAILED is obsoleted
2022-06-29  Daniel Stenbergcurl: output warning when a cookie is dropped due to...
2022-06-28  Daniel Stenbergcurl_mime_data.3: polish the wording
2022-06-28  Daniel Stenbergconfigure: check for the stdatomic.h header in configure
2022-06-28  Daniel Stenbergeasy_lock: fix the #ifdef conditional for ia32_pause
2022-06-28  Daniel Stenbergeasy_lock: switch to using atomic_int instead of bool
2022-06-27  vvb2060ngtcp2: fix incompatible function pointer types
2022-06-27  vvb2060easy_lock.h: use __asm__ instead of asm to fix build
2022-06-27  Samuel Henriquelibcurl-security.3: fix typo on macro "SH_"
2022-06-27  Daniel Stenbergeasy_lock.h: include sched.h if available to fix build
2022-06-27  Daniel StenbergRELEASE-NOTES: synced curl-7_84_0
2022-06-27  Daniel StenbergTHANKS: contributors from 7.84.0 release notes
2022-06-26  Daniel Stenberghsts: use Curl_fopen()
2022-06-26  Daniel Stenbergaltsvc: use Curl_fopen()
2022-06-26  Daniel Stenbergfopen: add Curl_fopen() for better overwriting of files
2022-06-26  Daniel Stenbergtest444: test many received Set-Cookie:
2022-06-26  Daniel Stenbergtest442/443: test cookie caps
2022-06-26  Daniel Stenbergcookie: apply limits
2022-06-25  Daniel Stenbergtest387: verify rejection of compression chain attack
2022-06-25  Daniel Stenbergcontent_encoding: return error on too many compression...
2022-06-25  Daniel Stenbergkrb5: return error properly on decode errors
2022-06-23  Daniel Stenbergeasy_lock.h: remove use of the deprecated ATOMIC_VAR_IN...
2022-06-23  Stefan Eissingngtcp2: avoid supplying 0 length `msg_control` to sendmsg()
2022-06-23  Tom Ecclesftp: restore protocol state after http proxy CONNECT
2022-06-23  Jay SatiroTHANKS: add contributor missing from aea8ac1
2022-06-23  Jay Satirocurl_setup: include _mingw.h
2022-06-22  Viktor Szakatsrand: stop detecting /dev/urandom in cross-builds
2022-06-22  Emanuele Torreci: avoid `cmake -Hpath`
2022-06-22  Daniel StenbergINTERNALS: bring back the "Library symbols" section
2022-06-22  Viktor SzakatsMakefile.m32: stop forcing XP target with ipv6 enabled...
2022-06-21  Daniel StenbergCONTRIBUTE: mention how we maintain REUSE compliance
2022-06-21  Daniel StenbergCURLOPT_ALTSVC.3: document the file format
next