Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:JosephP91/curlcpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:1.0
Choose a base ref
...
head repository:JosephP91/curlcpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:1.1
Choose a head ref
  • 17 commits
  • 12 files changed
  • 5 contributors

Commits on Apr 26, 2017

  1. 1Configuration menu
    Copy the full SHA
    7b8d468View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. 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 committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    f4928ffView commit details
    Browse the repository at this point in the history
  2. 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 committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    f758a48View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59623aeView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    863eb0fView commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b639f3dView commit details
    Browse the repository at this point in the history
  6. Merge pull request#106from desertkun/get_next_finished

    Added method get_next_finished
    @JosephP91
    JosephP91 authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    248071aView commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Update README.md

    @JosephP91
    JosephP91 committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    2702c07View commit details
    Browse the repository at this point in the history
  2. Update README.md

    @JosephP91
    JosephP91 authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    66d0d13View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Update README.md

    @JosephP91
    JosephP91 authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    66b512eView commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Fix value type for CURLOPT_PREQUOTE

    Accepts `curl_slist*`, not `const char*`, per https://curl.haxx.se/libcurl/c/CURLOPT_PREQUOTE.html
    @novadan
    novadan authored Aug 22, 2017
    Configuration menu
    Copy the full SHA
    7777a6aView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b57706View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Defined CURLOPT_PIPEWAIT

    @JosephP91
    JosephP91 committed Aug 30, 2017
    1Configuration menu
    Copy the full SHA
    6b44207View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695dcb8View commit details
    Browse the repository at this point in the history
  3. Merge pull request#112from brano543/master

    get pointer from unique_ptr in curl_multi
    @JosephP91
    JosephP91 authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    0c32e8aView commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. Configuration menu
    Copy the full SHA
    d1c34ddView commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2017

  1. Update .gitignore

    @JosephP91
    JosephP91 committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    56203f1View commit details
    Browse the repository at this point in the history
Loading