Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to use .netrc if available and enable session cookies by default #98

Merged
merged 7 commits into from
Apr 14, 2021

Commits on Feb 14, 2021

  1. Try to use .netrc if available

    See https://curl.se/libcurl/c/CURLOPT_NETRC.html for a description.
    
    If this is not wanted as default, I will make an issue to enable .netrc in the `download` function, but making this PR was just as fast.
    evetion committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    ac36960 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

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

Commits on Apr 13, 2021

  1. Merged and added tests.

    evetion committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    fed2492 View commit details
    Browse the repository at this point in the history
  2. Disable verbosity.

    evetion committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    f578143 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4fcfd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea96862 View commit details
    Browse the repository at this point in the history
  5. Forgot to remove joinpath

    Co-authored-by: Stefan Karpinski <stefan@karpinski.org>
    evetion and StefanKarpinski committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    44a8923 View commit details
    Browse the repository at this point in the history