-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: luuvt/libhttpserver
base: new_interface
head repository: luuvt/libhttpserver
compare: master
- 15 commits
- 19 files changed
- 5 contributors
Commits on Nov 7, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for e53d066 - Browse repository at this point
Copy the full SHA e53d066View commit details
Commits on Nov 17, 2016
-
Merge pull request etr#105 from rdiazmartin/v0.9.0_rdiazmartin
fixed a problem that causes a memory leak. We are passing user, pass,
Configuration menu - View commit details
-
Copy full SHA for dbe82ac - Browse repository at this point
Copy the full SHA dbe82acView commit details -
Removed debian and redhat scripts.
Not able to support it here anymore. Better to be supported outside of the lib
Sebastiano Merlino committedNov 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 85de047 - Browse repository at this point
Copy the full SHA 85de047View commit details
Commits on Nov 18, 2016
-
Removed debian and redhat scripts.
Not able to support it here anymore. Better to be supported outside of the lib
Sebastiano Merlino committedNov 18, 2016 Configuration menu - View commit details
-
Copy full SHA for cd2752a - Browse repository at this point
Copy the full SHA cd2752aView commit details
Commits on Dec 11, 2016
-
Force address in a separate option
Sebastiano Merlino committedDec 11, 2016 Configuration menu - View commit details
-
Copy full SHA for aa65438 - Browse repository at this point
Copy the full SHA aa65438View commit details
Commits on Dec 29, 2016
-
Sebastiano Merlino committed
Dec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for bd08772 - Browse repository at this point
Copy the full SHA bd08772View commit details
Commits on Feb 12, 2017
-
Update to libmicrohttpd 0.9.52
Ubuntu committedFeb 12, 2017 Configuration menu - View commit details
-
Copy full SHA for b6d0976 - Browse repository at this point
Copy the full SHA b6d0976View commit details -
Update travis configuration file to match code requirements
Ubuntu committedFeb 12, 2017 Configuration menu - View commit details
-
Copy full SHA for c5405d2 - Browse repository at this point
Copy the full SHA c5405d2View commit details
Commits on Feb 26, 2017
-
Fixed problem with segfault on copy of http_response object
Ubuntu committedFeb 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 4a632f1 - Browse repository at this point
Copy the full SHA 4a632f1View commit details -
Ubuntu committed
Feb 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 4895f43 - Browse repository at this point
Copy the full SHA 4895f43View commit details
Commits on Nov 7, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for c535126 - Browse repository at this point
Copy the full SHA c535126View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd39cb4 - Browse repository at this point
Copy the full SHA bd39cb4View commit details
Commits on Nov 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5281246 - Browse repository at this point
Copy the full SHA 5281246View commit details
Commits on Nov 11, 2017
-
Merge pull request etr#116 from GMercat/fix_get_ip_str_for_ip6
Manage ipv6 in get_ip_str function
Configuration menu - View commit details
-
Copy full SHA for 8c05ebc - Browse repository at this point
Copy the full SHA 8c05ebcView commit details
Commits on Mar 4, 2018
-
Changing requestor_port to be represented with an unsigned short rath…
…er than a short
Sebastiano Merlino committedMar 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 9c5bbdb - Browse repository at this point
Copy the full SHA 9c5bbdbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff new_interface...master