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

Add parsing query parameters #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    fc51b1b View commit details
    Browse the repository at this point in the history
  2. fixed bsearch() comparison for paramGet

    I was comparing a char* with a struct Parameter* which obviously is not going to work. Instead I'm using a dummy struct for the search key
    Kiyoshika committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    9d4f0ac View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. fix memory leak in Parameters.c

    Forgot to free url_copy and params->parameters pointers.
    Kiyoshika authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3878ba7 View commit details
    Browse the repository at this point in the history