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: alexcrichton/curl-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: curl-sys-0.4.5
Choose a base ref
...
head repository: alexcrichton/curl-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: curl-sys-0.4.7
Choose a head ref
  • 16 commits
  • 14 files changed
  • 3 contributors

Commits on Jun 28, 2018

  1. Update curl submodule

    Closes #210
    alexcrichton committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    85d5994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a8802 View commit details
    Browse the repository at this point in the history
  3. Add version detection to systest

    Only verify that which we know is available for a particular version
    alexcrichton committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    13f388f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a2551f View commit details
    Browse the repository at this point in the history
  5. Link libz-sys on MSVC

    Not actually sure why it wasn't earlier...
    alexcrichton committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    53073d5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #214 from alexcrichton/bump-curl

    Update curl submodule
    alexcrichton authored Jun 28, 2018
    Configuration menu
    Copy the full SHA
    8b41ad0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Use version checking for http2 constants

    No need for extra cargo features!
    alexcrichton committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    b717bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16578ff View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Remove compat with pre-1.0 versions of libz-sys

    They probably don't exist today any more anyway!
    alexcrichton committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    0273e2a View commit details
    Browse the repository at this point in the history
  2. Bump curl-sys to 0.4.6

    alexcrichton committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    46db9d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    042a867 View commit details
    Browse the repository at this point in the history
  2. Fix a doc test

    alexcrichton committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    7632b88 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #216 from marcograss/master

    added support for CURLINFO_CONTENT_LENGTH_DOWNLOAD
    alexcrichton authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    c4abd28 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Configuration menu
    Copy the full SHA
    b0badcd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #217 from Eh2406/minimal-versions

    get curl working with its minimal-versions
    alexcrichton authored Jul 22, 2018
    Configuration menu
    Copy the full SHA
    4370fdc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Bump curl-sys to 0.4.7

    alexcrichton committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    89f45c7 View commit details
    Browse the repository at this point in the history
Loading