Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix `file://` URLs given to curl | Brad King | 2017-02-10 | 1 | -1/+4 |
| | | | | | | | Since upstream curl commit curl-7_52_0~131 (URL-parser: for file://[host]/ URLs, the [host] must be localhost, 2016-11-11) we can no longer use URLs of the form `file://c:/...` on Windows. These worked only accidentally before. Use `file:///c:/...` instead. | ||||
* | Implement file(UPLOAD (#11286) | David Cole | 2011-02-25 | 1 | -0/+49 |
Including documentation and testing, of course. |