Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-22 | examples: remove dead variable stores | Marcel Raad | |
Closes https://github.com/curl/curl/pull/3919 | |||
2019-02-14 | examples/sftpuploadresume: Value stored to 'result' is never read | Daniel Stenberg | |
Detected by scan-build | |||
2018-04-24 | examples/sftpuploadresume: typecast fseek argument to long | Daniel Stenberg | |
/docs/examples/sftpuploadresume.c:102:12: warning: conversion to 'long int' from 'curl_off_t {aka long long int}' may alter its value | |||
2018-04-07 | examples/sftpuploadresmue: Fix Windows large file seek | Jay Satiro | |
- Use _fseeki64 instead of fseek (long) to seek curl_off_t in Windows. - Use CURL_FORMAT_CURL_OFF_T specifier instead of %ld to print curl_off_t. Caught by Marc's CI builds. | |||
2018-02-20 | examples/sftpuploadresume: resume upload via CURLOPT_APPEND | Sergio Borghese | |
URL: https://curl.haxx.se/mail/lib-2018-02/0072.html |