X Tutup
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: luuvt/libhttpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: new_interface
Choose a base ref
...
head repository: luuvt/libhttpserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 19 files changed
  • 5 contributors

Commits on Nov 7, 2016

  1. fixed a problem that causes a memory leak. We are passing user, pass,

    and digested_user as char pointers by value which causes the original
    pointers be always null when they are going to be free in
    complete_request, now we pass them by reference and everything works
    fine
    rdiazmartin committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    e53d066 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Merge pull request etr#105 from rdiazmartin/v0.9.0_rdiazmartin

    fixed a problem that causes a memory leak. We are passing user, pass,
    etr authored Nov 17, 2016
    Configuration menu
    Copy the full SHA
    dbe82ac View commit details
    Browse the repository at this point in the history
  2. Removed debian and redhat scripts.

    Not able to support it here anymore. Better to be supported outside of
    the lib
    Sebastiano Merlino committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    85de047 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. Removed debian and redhat scripts.

    Not able to support it here anymore. Better to be supported outside of
    the lib
    Sebastiano Merlino committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    cd2752a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. Force address in a separate option

    Sebastiano Merlino committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    aa65438 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Add option for static linking

    Sebastiano Merlino committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    bd08772 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. Update to libmicrohttpd 0.9.52

    Ubuntu committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    b6d0976 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5405d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. Configuration menu
    Copy the full SHA
    4a632f1 View commit details
    Browse the repository at this point in the history
  2. Upgraded version

    Ubuntu committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    4895f43 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Manage ipv6 in get_ip_str function

    sockaddr_in (IPv4) is the same size as sockaddr, which is why getnameinfo() is working for IPv4. But sockaddr_in6 (IPv6) is larger than sockaddr, which is why getnameinfo() fails.
    GMercat authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    c535126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd39cb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

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

Commits on Nov 11, 2017

  1. Merge pull request etr#116 from GMercat/fix_get_ip_str_for_ip6

    Manage ipv6 in get_ip_str function
    etr authored Nov 11, 2017
    Configuration menu
    Copy the full SHA
    8c05ebc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. Changing requestor_port to be represented with an unsigned short rath…

    …er than a short
    Sebastiano Merlino committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    9c5bbdb View commit details
    Browse the repository at this point in the history
Loading
X Tutup