forked from JosephP91/curlcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed useless file: curl_handle. The definition of curl_handle was,…
… fundamentally, useless. Removed useless file: curl_message. Its definition and implementation has been moved into curl_multi as nested class with inline methods. Added classes and methods documentation. Use of unique_ptr to avoid explicit memory deallocation. Fixed all the copy constructor and assignment operators. Some small methods has been implemented as inline, to improve speed. Other small bug fixes.
- Loading branch information
Showing
22 changed files
with
871 additions
and
413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.