1
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Sep 06, 2025 — Sep 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move to libmicrohttpd 0.9.60 More... almost 8 years ago
Disable building examples in libmicrohttpd More... almost 8 years ago
reduced the set of options for osx More... almost 8 years ago
Enable compatibility for OSX builds More... almost 8 years ago
Fixing script to build on travis-ci More... almost 8 years ago
Try experimenting with travis tests on OSX More... almost 8 years ago
pulling libmicrohttpd tgz from a private s3 More... almost 8 years ago
Added options for travis to build on gcc 5,6 and 7 More... almost 8 years ago
Changed http_endpoint to be an inner class of webserver. More... almost 8 years ago
Add ko-fi button More... about 8 years ago
Changing requestor_port to be represented with an unsigned short rather than a short More... over 8 years ago
Merge pull request #116 from GMercat/fix_get_ip_str_for_ip6 More... almost 9 years ago
Remove clear on returned value More... almost 9 years ago
Avoid tests getting stack on CONNECT requests (ongoing investigation on this issue) More... almost 9 years ago
Manage ipv6 in get_ip_str function More... almost 9 years ago
Upgraded version More... over 9 years ago
Fixed problem with segfault on copy of http_response object More... over 9 years ago
Update travis configuration file to match code requirements More... over 9 years ago
Update to libmicrohttpd 0.9.52 More... over 9 years ago
Add option for static linking More... over 9 years ago
Force address in a separate option More... over 9 years ago
Removed debian and redhat scripts. More... almost 10 years ago
Removed debian and redhat scripts. More... almost 10 years ago
Merge pull request #105 from rdiazmartin/v0.9.0_rdiazmartin More... almost 10 years ago
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 More... almost 10 years ago
Fix failing test More... almost 10 years ago
Avoid double-call to copy constructor More... almost 10 years ago
Experimenting on improving readability of http_response interface More... almost 10 years ago
marking ws as started only after mhd is started More... almost 10 years ago
Revert "Avoid memory leak due to user, pass and digested_user initialization" More... about 10 years ago