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: Morilli/ManifestDownloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.1
Choose a base ref
...
head repository: Morilli/ManifestDownloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.2
Choose a head ref
  • 8 commits
  • 148 files changed
  • 1 contributor

Commits on Mar 28, 2023

  1. Support clang

    Morilli committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6c2b916 View commit details
    Browse the repository at this point in the history
  2. Fix some prototype warnings

    Morilli committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bf29137 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update zstd to version 1.5.5

    Morilli committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b8b339a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. more macro = more good?

    Morilli committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    31ef74d View commit details
    Browse the repository at this point in the history
  2. i hate networking

    Morilli committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4d40475 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 12, 2024

  1. Fix request header size potentially exceeding 8K bytes (#13)

    * Factor out response_to_ranges function
    
    * rename range_indices, also simplify logic
    
    * Make sure the request header doesn't exceed 8000 bytes
    
    If it would, split the request into as many requests as necessary
    Morilli authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b65e997 View commit details
    Browse the repository at this point in the history
  2. Update pcre2 to 10.43

    Morilli committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f2e2f5e View commit details
    Browse the repository at this point in the history
Loading