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

Implement functionality to download the fractions from the server #24

Merged
merged 18 commits into from
Sep 17, 2024

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

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

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    2b6fc98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8306f8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5d2860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    336a256 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. [FIX] Solving PR conflicts

    S0S4 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e61f2b4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/lil-skelly/erebos into down…

    …load-fractions
    skelly committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b43baf8 View commit details
    Browse the repository at this point in the history
  3. Comment out temporarily unused code

    skelly committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    41f8b86 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'download-fractions' of https://github.com/lil-skelly/er…

    …ebos into download-fractions
    skelly committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0065573 View commit details
    Browse the repository at this point in the history
  5. Removed duplicate include statement in http.c

    skelly committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    99a7edf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0058d89 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #20 from ekardnam/download-fractions

    Refactored the HTTP get functionality and fixed error handling
    lil-skelly authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b9af94d View commit details
    Browse the repository at this point in the history
  8. Minor fixes

    skelly committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e12a322 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Added functionality to download and parse fractions. Also added CRC-3…

    …2 functionality in utils.h for future use
    skelly committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1ee9932 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

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

Commits on Sep 17, 2024

  1. Configured server not to serve the special backup file, separated CRC…

    …32 functionality and finalized the fraction sorting.
    skelly committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4a52020 View commit details
    Browse the repository at this point in the history
  2. Fixed issue #23

    skelly committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    44478e4 View commit details
    Browse the repository at this point in the history