Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-11 | build: fix Codacy/CppCheck warnings | Marcel Raad | |
- remove unused variables - declare conditionally used variables conditionally - suppress unused variable warnings in the CMake tests - remove dead variable stores - consistently use WIN32 macro to detect Windows Closes https://github.com/curl/curl/pull/3739 | |||
2018-08-24 | lib1522: fix curl_easy_setopt argument type | Marcel Raad | |
CURLOPT_POSTFIELDSIZE is a long option. | |||
2018-08-11 | CURLINFO_SIZE_UPLOAD: fix missing counter update | Daniel Stenberg | |
Adds test 1522 for verification. Reported-by: cjmsoregan Fixes #2847 Closes #2864 |