| Commit message (Collapse) | Author | Age |
|
|
|
| |
Avoid copy, initialize members in header, initialize variables.
|
| |
|
|
|
|
|
| |
All calls to CURLWrapper::add_parameters_to_uri() but the first used & for all
parameters, because the boolean keeping track was implemented wrong.
|
|
|
|
|
| |
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().
|
| |
|
| |
|
| |
|
|
|
|
| |
and one I can't do anything about.
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
id, nickname, nickname_or_id, hashtag, permission_group.
|
| |
|
|
|
|
| |
This includes permanent redirects.
|
| |
|
| |
|
| |
|
| |
|