This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/curl.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Nov 26, 2020
-
-
Daniel Stenberg authored
The resolve call is done with the right port number, but the subsequent check used the wrong one, which then could find a previous resolve which would return and leave the fresh resolve "incomplete" and leaking memory. Fixes #6247
-
Daniel Stenberg authored
... so don't define it when instructed to use c-ares!
-
Daniel Stenberg authored
As the asynch nature of it may trigger events in another order. A c-ares upgrade made it break. Reported-by: Marc Hörsken Fixes #6247
-
Daniel Stenberg authored
... also added to the docs.
-
Daniel Stenberg authored
Commit 3b80d3ca (June 2017) introduced getinfo replacement variables that use curl_off_t instead of doubles. Switch the --write-out function over to use them. Closes #6248
-
- Nov 25, 2020
-
-
Emil Engler authored
file_disconnect() is identical with file_do() except the function header but as the arguments are unused anyway so why not just return file_do() directly! Reviewed-by: Daniel Stenberg Closes #6249
-
- Nov 24, 2020
-
-
Rikard Falkeborn authored
Update a few format specifiers to match what is being printed. Closes #6241
-
Daniel Stenberg authored
The function has been removed from common usage. Also removed comment in gopher.c that still referenced it. Reported-by: Rikard Falkeborn Fixes #6242 Closes #6243
-
- Nov 23, 2020
-
-
Rikard Falkeborn authored
Add files that are generated by 'make examples' and remove some that have been renamed. The commits that renamed the programs are e9625c5b (imap.c and simplesmtp.c were renamed to imap-fetch.c and smtp-send.c) and ad39e7ec (pop3slist.c and pop3s.c were renamed to pop3-list.c and pop3-ssl.c). Closes #6240
-
Daniel Stenberg authored
To reduce use of types that can't be checked at compile time. Also removes several typecasts. ... and rename the struct field from 'os_specific' to 'tdata'. Closes #6239 Reviewed-by: Jay Satiro
-
Viktor Szakats authored
It requires the linker to support the `-municode` option. This is available in more recent mingw-w64 releases. Ref: https://gcc.gnu.org/onlinedocs/gcc/x86-Windows-Options.html Ref: https://stackoverflow.com/questions/3571250/wwinmain-unicode-and-mingw/11706847#11706847 Reviewed-by: Jay Satiro Reviewed-by: Marcel Raad Closes #6228
-
Daniel Stenberg authored
... to avoid the use of 'void *' for the protocol specific structs done per transfer. Closes #6238
-
- Nov 22, 2020
-
-
Daniel Stenberg authored
Reduce risk for conflicting docs and makes it to a single place to fix and polish. add these missing options to the readme: ENABLE_OPENSSL_AUTO_LOAD_CONFIG and ENABLE_UNICODE clarify ENABLE_SCHANNEL default varies Fixes #6216 Closes #6227 Co-Authored-by: Jay Satiro
-
Daiki Ueno authored
Closes #6235
-
- Nov 21, 2020
-
-
Daniel Stenberg authored
Closes #5839
-
Daniel Stenberg authored
Closes #6132 Closes #6133
-
Daniel Stenberg authored
-
- Nov 20, 2020
-
-
Oliver Urbann authored
Changes are mainly reordering and adding of includes required to compile with a more recent version of GCC. Closes #6220
-
Marc Hoersken authored
Make sure uploaded file is no longer locked after the transfer while waiting for the final ACK to be handled. Assisted-by: Daniel Stenberg Bug: #6058 Closes #6209
-
Marc Hoersken authored
The OpenSSH server instance for the testsuite cannot be started on FreeBSD, therefore the SFTP and SCP tests are disabled right away from the beginning. The previous OS version specific logic for SKIP_TESTS is no longer needed/used and can therefore be removed. Reviewed-by: Daniel Stenberg Follow up to #6211 Closes #6229
-
Daniel Gustafsson authored
Add Daniel Hwang to the mailmap to cover the alternative spelling Daniel Lee Hwang which was used in one commit. Closes #6230 Reviewed-by:
Daniel Stenberg <daniel@haxx.se>
-
- Nov 19, 2020
-
-
Daniel Gustafsson authored
EVP_MD_CTX_create will allocate memory for the context and returns NULL in case the allocation fails. Make sure to catch any allocation failures and exit early if so. In passing, also move to EVP_DigestInit rather than EVP_DigestInit_ex as the latter is intended for ENGINE selection which we don't do. Closes #6224 Reviewed-by:
Daniel Stenberg <daniel@haxx.se> Reviewed-by:
Emil Engler <me@emilengler.com>
-
Vincent Torri authored
Reviewed-by: Marcel Raad Closes #6215
-
Cristian Morales Vega authored
By differentiating between ON and AUTO it can make a missing zlib library a hard error when CURL_ZLIB=ON is used. Reviewed-by: Jakub Zakrzewski Closes #6221 Fixes #6173
-
Daniel Stenberg authored
For thread-safety Closes #6223
-
- Nov 18, 2020
-
-
Daniel Stenberg authored
Closes #6214
-
Daniel Stenberg authored
Closes #6178
-
Daniel Stenberg authored
Closes #6173
-
Daniel Stenberg authored
Closes #6169
-
Daniel Stenberg authored
Closes #6167
-
Daniel Stenberg authored
Closes #6166
-
Daniel Stenberg authored
Closes #6165
-
Daniel Stenberg authored
Closes #6219
-
- Nov 17, 2020
-
-
Emil Engler authored
Closes #6211
-
- Nov 14, 2020
-
-
Marc Hoersken authored
Make sure the log file is not locked once a test has finished and align with the behavior of our logmsg. Rename curl_test_data.py to be a general util.py. Format and sort Python imports with isort/VSCode. Bug: #6058 Closes #6206
-
- Nov 13, 2020
-
-
Daniel Stenberg authored
Closes #6205
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... as there's no good reason to error out completely. Reported-by: Andreas Fischer Fixes #6200 Closes #6201
-
Daniel Stenberg authored
Proposed-by: Jeroen Ooms Ref: #6186 Closes #6188
-