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: force_address
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.
  • 10 commits
  • 9 files changed
  • 4 contributors

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