Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtests: provide curl's version string as %VERSION for tests | Daniel Stenberg | 2020-10-02 | 1 | -3/+0 |
| | | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037 | ||||
* | CURLU: fix NULL dereference when used over proxy | Daniel Stenberg | 2019-03-04 | 1 | -1/+2 |
| | | | | | | | | Test 659 verifies Also fixed the test 658 name Closes #3641 | ||||
* | tests: Fixed XML validation errors in some test files. | Dan Fandrich | 2019-02-21 | 1 | -0/+1 |
| | |||||
* | setopt: add CURLOPT_CURLU | Jim Fuller | 2018-11-09 | 1 | -0/+50 |
Allows an application to pass in a pre-parsed URL via a URL handle. Closes #3227 |