| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
|
| |
Needed because the underlying CURLWrapper is not copied but freshly created, so
access_token, proxy, cainfo and useragent have to be set.
|
| |
|
| |
|
|
|
|
| |
… to Instance and Connection.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Explicitly set copy & move constructors to default, explicitly delete copy &
move assignment operators. Make destructor virtual.
|
| |
|
| |
|
| |
|
|
|