]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2020-11-26  Daniel Stenbergtool_writeout: use off_t getinfo-types instead of doubles
2020-11-25  Emil Englerfile: avoid duplicated code sequence
2020-11-24  Rikard Falkeborninfof/failf calls: fix format specifiers
2020-11-24  Daniel Stenbergdocs/INTERNALS: remove reference to Curl_sendf()
2020-11-23  Rikard Falkebornexamples: update .gitignore
2020-11-23  Daniel Stenbergasyn: use 'struct thread_data *' instead of 'void *'
2020-11-23  Viktor SzakatsMakefile.m32: add support for UNICODE builds
2020-11-23  Daniel Stenbergurldata: remove 'void *protop' and create the union 'p'
2020-11-22  Daniel Stenbergwinbuild: remove docs from Makefiles and refer to README.md
2020-11-22  Daiki Uenohttp3: use the master branch of GnuTLS for testing
2020-11-21  Daniel StenbergKNOWN_BUGS: curl with wolfSSL lacks support for renegot...
2020-11-21  Daniel StenbergKNOWN_BUGS: wakeup socket disconnect causes havoc
2020-11-21  Daniel StenbergRELEASE-NOTES: synced
2020-11-20  Oliver Urbanncurl: add compatibility for Amiga and GCC 6.5
2020-11-20  Marc Hoerskentests/server/tftpd.c: close upload file right after...
2020-11-20  Marc HoerskenCI/cirrus: simplify logic for disabled tests
2020-11-20  Daniel Gustafssonmailmap: Daniel Hwang
2020-11-19  Daniel Gustafssonopenssl: guard against OOM on context creation
2020-11-19  Vincent Torricmake: use libcurl.rc in all Windows builds
2020-11-19  Cristian Morales... cmake: make CURL_ZLIB a tri-state variable
2020-11-19  Daniel Stenbergquiche: remove 'static' from local buffer
2020-11-18  Daniel StenbergKNOWN_BUGS: cmake: libspsl is not supported
2020-11-18  Daniel StenbergKNOWN_BUGS: cmake autodetects cert paths when cross...
2020-11-18  Daniel StenbergKNOWN_BUGS: cmake build doesn't fail if zlib not found
2020-11-18  Daniel StenbergKNOWN_BUGS: cmake libcurl.pc uses absolute library...
2020-11-18  Daniel StenbergKNOWN_BUGS: cmake: generated .pc file contains strange...
2020-11-18  Daniel StenbergKNOWN_BUGS: cmake uses -lpthread instead of Threads...
2020-11-18  Daniel StenbergKNOWN_BUGS: cmake build in Linux links libcurl to libdl
2020-11-18  Daniel StenbergKNOWN_BUGS: make a new section for cmake topics
2020-11-17  Emil Englercirrus: build with FreeBSD 12.2 in CirrusCI
2020-11-14  Marc Hoerskentests/*server.py: close log file after each log line 6206/head
2020-11-13  Daniel StenbergCURLOPT_HSTS.3: document the file format
2020-11-13  Daniel StenbergRELEASE-NOTES: synced
2020-11-13  Daniel Stenbergrelease-notes.pl: detect #[number] better for Ref: etc
2020-11-13  Daniel Stenbergcurl: only warn not fail, if not finding the home dir
2020-11-13  Daniel Stenberghttpput-postfields.c: new example doing PUT with POSTFIELDS
2020-11-10  Tobias Hietacmake: correctly handle linker flags for static libs
2020-11-10  Tobias Hietacmake: don't pass -fvisibility=hidden to clang-cl on...
2020-11-10  Daniel Stenberghttp_proxy: use enum with state names for 'keepon' 6193/head
2020-11-09  Daniel Stenbergcurl_easy_escape: limit output string length to 3 ...
2020-11-09  Daniel Stenbergdocs: document the 8MB input string limit
2020-11-09  Daniel Stenbergmqttd: fclose test file when done
2020-11-09  Daniel StenbergRELEASE-NOTES: synced
2020-11-09  Daniel StenbergTHANKS-filter: ignore autobuild links
2020-11-09  Daniel StenbergRevert "libcurl.pc: make it relocatable"
2020-11-09  Daniel Stenbergexamples/httpput: remove use of CURLOPT_PUT
2020-11-09  Daniel StenbergCurl_pgrsStartNow: init speed limit time stamps at...
2020-11-09  Daniel Stenbergngtcp2: adapt to recent nghttp3 updates
2020-11-07  Daniel Stenbergconfigure: pass -pthread to Libs.private for pkg-config
2020-11-07  Daniel Stenbergaltsvc: minimize variable scope and avoid "DEAD_STORE"
2020-11-06  Daniel StenbergFAQ: remove "Why is there a HTTP/1.1 in my HTTP/2 request?"
2020-11-06  Daniel StenbergFAQ: refresh "Why do I get "certificate verify failed"
2020-11-06  Daniel Stenbergtest493: verify --hsts upgrade and that %{url_effective...
2020-11-06  Daniel Stenbergurl: make sure an HSTS upgrade updates URL and scheme...
2020-11-06  Daniel Stenbergtool_operate: set HSTS with CURLOPT_HSTS to pass on...
2020-11-06  Daniel Stenberghsts: remove debug code leftovers
2020-11-05  Daniel StenbergFAQ: refreshed
2020-11-05  Daniel Gustafssonexamples: fix comment syntax
2020-11-05  Daniel Gustafssonhsts: Remove pointless call to free in errorpath
2020-11-05  Daniel Gustafssondocs: Fix various typos in documentation
2020-11-05  Daniel Stenbergcopyright: fix year ranges
2020-11-04  Daniel StenbergHISTORY: the new domain
2020-11-04  Daniel Stenbergcurl.se: new home
2020-11-04  Daniel StenbergKNOWN_BUGS: FTPS with Schannel times out file list...
2020-11-04  Daniel StenbergKNOWN_BUGS: SMB tests fail with Python 2
2020-11-04  Daniel StenbergKNOWN_BUGS: LDAPS with NSS is slow
2020-11-04  Sergei Nikulovtravis: use ninja-build for CMake builds
2020-11-04  Harry Sintonenrtsp: error out on empty Session ID, unified the code
2020-11-04  Harry Sintonenrtsp: fixed the RTST Session ID mismatch in test 570
2020-11-04  Harry Sintonenrtsp: fixed Session ID comparison to refuse prefix
2020-11-03  Daniel StenbergRELEASE-NOTES: synced
2020-11-03  Daniel StenbergRELEASE-NOTES: synced
2020-11-03  Daniel Stenbergcurlver: bumped to 7.74.0
2020-11-03  Daniel Stenberghsts: add read/write callbacks
2020-11-03  Daniel Stenberghsts: add support for Strict-Transport-Security
2020-11-03  Sergei NikulovCI/tests: enable test target on TravisCI for CMake...
2020-11-03  Daniel Stenbergtool_debug_cb: do not assume zero-terminated data
2020-11-02  Daniel Stenbergsendf: move the verbose-check into Curl_debug
2020-11-02  Daniel Stenbergtravis: use valgrind when running tests for debug builds
2020-11-02  Daniel Stenbergheader.d: fix syntax mistake
2020-11-02  Harry Sintonengnutls: fix memory leaks (certfields memory wasn't...
2020-11-02  Daniel Stenbergtests: add missing global_init/cleanup calls
2020-11-02  Daniel Stenbergtool_operate: --retry for HTTP 408 responses too
2020-10-31  Daniel Stenberghttp: pass correct header size to debug callback for...
2020-10-31  Daniel Stenbergheader.d: mention the "Transfer-Encoding: chunked"...
2020-10-30  Daniel Stenbergacinclude: detect manually set minimum macos/ipod version
2020-10-30  Jay Satirotests: fix some http/2 tests for older versions of...
2020-10-29  Daniel StenbergRELEASE-NOTES: synced
2020-10-29  Cristian Morales... configure: use pkgconfig to find openSSL when cross...
2020-10-29  Daniel Stenbergtool_operate: bail out proper on errors for parallel...
2020-10-29  Sergei NikulovCMake: make BUILD_TESTING dependent option
2020-10-29  Daniel Stenberglibssh2: fix transport over HTTPS proxy
2020-10-29  Daniel Stenbergcurl.1: add an "OUTPUT" section at the top of the manpage
2020-10-28  Daniel Stenbergmailmap: set Viktor Szakats's email
2020-10-26  Daniel Stenbergruntests: show keywords when no tests ran
2020-10-26  Jay SatiroCURLOPT_DNS_USE_GLOBAL_CACHE.3: fix typo
2020-10-26  Jay Satirorange.d: fix typo
2020-10-26  Daniel StenbergCI/github: work-around for brew breakage on macOS
2020-10-26  José Joaquín... range.d: clarify that curl will not parse multipart...
2020-10-26  Daniel StenbergRELEASE-NOTES: synced
next