Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 178
Comparing changes
Open a pull request
base repository:JosephP91/curlcpp
Uh oh!
There was an error while loading. Please reload this page.
base:1.0
head repository:JosephP91/curlcpp
Uh oh!
There was an error while loading. Please reload this page.
compare:1.1
- 17 commits
- 12 files changed
- 5 contributors
Commits on Apr 26, 2017
Implementation of thread safe copy constructor, assignment operator a…
…nd added a new API.
JosephP91 committedApr 26, 2017 1Configuration menu - View commit details
Copy full SHA for 7b8d468 - Browse repository at this point
Copy the full SHA 7b8d468View commit details
Commits on Jun 1, 2017
SHA-1: 35517ab9a97829465ae5f31056f3a90b4ec07b8c
* Made curl_multi movable not copyable. Swithed from calling constructor to delegeting constructors. Fix for issue "curl_multi should not be copyable" #89
Sergey Shambir committedJun 1, 2017 Configuration menu - View commit details
Copy full SHA for f4928ff - Browse repository at this point
Copy the full SHA f4928ffView commit details Disabled copying for curl_global, added curl_global_cleanup call in d…
…estructor Also moved function definitions to cpp file Fix for issue "curl_global should call cleanup in destructor" #103
Sergey Shambir committedJun 1, 2017 Configuration menu - View commit details
Copy full SHA for f758a48 - Browse repository at this point
Copy the full SHA f758a48View commit details Merge pull request#105from sergey-shambir/curl_global_cleanup
JosephP91 authoredJun 1, 2017 Configuration menu - View commit details
Copy full SHA for 59623ae - Browse repository at this point
Copy the full SHA 59623aeView commit details Merge pull request#104from sergey-shambir/noncopyable_multi
JosephP91 authoredJun 1, 2017 Configuration menu - View commit details
Copy full SHA for 863eb0f - Browse repository at this point
Copy the full SHA 863eb0fView commit details Added method get_next_finished to fetch next complete curl_easy in cu…
…rl_multi
desertkun committedJun 1, 2017 Configuration menu - View commit details
Copy full SHA for b639f3d - Browse repository at this point
Copy the full SHA b639f3dView commit details Merge pull request#106from desertkun/get_next_finished
Added method get_next_finished
JosephP91 authoredJun 1, 2017 Configuration menu - View commit details
Copy full SHA for 248071a - Browse repository at this point
Copy the full SHA 248071aView commit details
Commits on Jul 24, 2017
- JosephP91 committed
Jul 24, 2017 Configuration menu - View commit details
Copy full SHA for 2702c07 - Browse repository at this point
Copy the full SHA 2702c07View commit details - JosephP91 authored
Jul 24, 2017 Configuration menu - View commit details
Copy full SHA for 66d0d13 - Browse repository at this point
Copy the full SHA 66d0d13View commit details
Commits on Aug 4, 2017
- JosephP91 authored
Aug 4, 2017 Configuration menu - View commit details
Copy full SHA for 66b512e - Browse repository at this point
Copy the full SHA 66b512eView commit details
Commits on Aug 22, 2017
Fix value type for CURLOPT_PREQUOTE
Accepts `curl_slist*`, not `const char*`, per https://curl.haxx.se/libcurl/c/CURLOPT_PREQUOTE.html
novadan authoredAug 22, 2017 Configuration menu - View commit details
Copy full SHA for 7777a6a - Browse repository at this point
Copy the full SHA 7777a6aView commit details Merge pull request#110from novadan/patch-1
JosephP91 authoredAug 22, 2017 Configuration menu - View commit details
Copy full SHA for 2b57706 - Browse repository at this point
Copy the full SHA 2b57706View commit details
Commits on Aug 30, 2017
- JosephP91 committed
Aug 30, 2017 1Configuration menu - View commit details
Copy full SHA for 6b44207 - Browse repository at this point
Copy the full SHA 6b44207View commit details get pointer from unique_ptr in curl_multi
brano543 committedAug 30, 2017 Configuration menu - View commit details
Copy full SHA for 695dcb8 - Browse repository at this point
Copy the full SHA 695dcb8View commit details Merge pull request#112from brano543/master
get pointer from unique_ptr in curl_multi
JosephP91 authoredAug 30, 2017 Configuration menu - View commit details
Copy full SHA for 0c32e8a - Browse repository at this point
Copy the full SHA 0c32e8aView commit details
Commits on Sep 2, 2017
Added curl share options and fixed typos.
JosephP91 committedSep 2, 2017 Configuration menu - View commit details
Copy full SHA for d1c34dd - Browse repository at this point
Copy the full SHA d1c34ddView commit details
Commits on Sep 3, 2017
- JosephP91 committed
Sep 3, 2017 Configuration menu - View commit details
Copy full SHA for 56203f1 - Browse repository at this point
Copy the full SHA 56203f1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff 1.0...1.1
Uh oh!
There was an error while loading. Please reload this page.