| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We can't get the values that were set using environment variables or build-time
options. We don't need them anymore for initializing “Connection”s.
|
| |
|
|
|
|
| |
By adding CURLWrapper::setup_connection_properties.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Connection::patch() and Connection::put() without parameters were making a POST
request.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Makes code more readable and decreases duplication.
|
| |
|
| |
|
| |
|
| |
|
| |
|