| Commit message (Collapse) | Author | Age |
|
|
|
| |
Avoid copy, initialize members in header, initialize variables.
|
| |
|
| |
|
|
|
|
|
| |
The copy constructor does the same as the constructor. A new CURL handle is used
for the “copy”.
|
| |
|
| |
|
| |
|
|
|
|
| |
replace_parameter_in_uri(), add_parameters_to_uri() and add_mime_part().
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
By adding CURLWrapper::setup_connection_properties.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Makes code more readable and decreases duplication.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
We need to use the mutex, a class member, from within the writer function.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|