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: curl/trurl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trurl-0.15.1
Choose a base ref
...
head repository: curl/trurl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trurl-0.16
Choose a head ref
  • 19 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    bb9b7db View commit details
    Browse the repository at this point in the history
  2. trurl: normalize the fragment

    Update a test, add a test
    bagder committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    63ee805 View commit details
    Browse the repository at this point in the history
  3. trurl: make sure URL encoded %-hex is done lowercase

    Match how libcurl does it. Add two tests to verify.
    
    Fixes #357
    Reported-by: Peter Schilling
    bagder committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6a64024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f02ca45 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. README: minor language polish

    bagder committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6cdc5ff View commit details
    Browse the repository at this point in the history
  2. trurl: silence --replace-append when appending

    Previously trurl would about a "note" when it did not replace a query
    name and instead appends it, but since that is just part of its
    documented behavior that output seems superfluous and rather annoying.
    
    Update two tests accordingly.
    bagder committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    94b8fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f9495b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bae8349 View commit details
    Browse the repository at this point in the history
  5. trurl: normalize user, password and options

    Also add tests to verify
    
    Closes #362
    bagder committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    21a2503 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    358c88d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a5a63a View commit details
    Browse the repository at this point in the history
  8. trurl: introduce --qtrim for trimming queries (only)

    --trim is now deprecated. When we added that we thought we would trim
    other components over time but that has not materialized. Switching to
    --qtrim makes for easier command lines with no functionality loss.
    
    --trim is no longer displayed in the help output but is still tested in
    several test cases.
    
    Closes #364
    bagder committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e7259c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. trurl.c: clarify the --help text for --urlencode

    ... to make it clearer that it is for outputs.
    bagder committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8aed57b View commit details
    Browse the repository at this point in the history
  2. tests.json: add more tests

    - --punycode
    - use same options twice
    - use options without arguments
    bagder committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    95edef9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4e5eab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee51dcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acf9a6a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    6997194 View commit details
    Browse the repository at this point in the history
  2. RELEASE: 0.16

    bagder committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a71ece9 View commit details
    Browse the repository at this point in the history
Loading