1
I Use This!
High Activity

Commits : Listings

Analyzed about 7 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
Adjusted in order to avoid errors in regex matching More... about 14 years ago
Added get single cookie method More... about 14 years ago
Created new interface in order to optimize memory management More... about 14 years ago
Modified in order to standardize doxygen generation. Altered file response management in order to avoid huge memory consumption that was due to the usage of libmicrohttpd native file readers More... about 14 years ago
Changed http_endpoint, http_request, http_resource, http_response visibility in order to avoid constructions. Solved a problem (in ruby wrapper) due to the inlining of http_endpoint destructor Changed Test.hpp/Test.cpp in order to follow new interface More... over 14 years ago
Merge branch 'master' of github.com:etr/libhttpserver More... over 14 years ago
Modified in order to follow gnu guidelines for interfaces More... over 14 years ago
Moved header putting before method checking More... over 14 years ago
Moved dependencies from headers to cpp files More... over 14 years ago
Cleaned some code in order to avoid unuseful malloc and new. More... over 14 years ago
Solved a bug that was causing problems with File Responses. Created support methods in order to implement protocol switch. More... over 14 years ago
Removed an ugly bug in banIp that made impossible to answer connection More... over 14 years ago
Enabled Shoutcast: - Added flag ti support shoutcast response - Modified response in order to be able to automatically set ShoutCAST flag More... over 14 years ago
Modified in order to solve path pieces duplication (issue 23) More... over 14 years ago
Adjusted copy constructor of HttpResponse class More... over 14 years ago
Retabbed code More... over 14 years ago
Parametrized mask value More... over 14 years ago
Enhanced (in terms of performances) ip comparing method used to IP ban Solved undefined references due to bad inlining Cleaned some code More... over 14 years ago
gnutls.h is now an optional dependency. PKG_CHECK_MODULES is now used (instead of simple CHECK_LIB) to find out if libmicrohttpd is installed More... over 14 years ago
Removed bad warning from HttpUtils.cpp More... over 14 years ago
Solved an inconsistence in ip ban logic More... over 14 years ago
Added support to digest authentication. Inlined some simple functions in order to optimize performances. More... over 14 years ago
Adjusted Webserver class and CreatWebserver class in order to make constructors explicit Modified methods banIp and allowIp in order to properly consider priority of IPs More... over 14 years ago
Adjusted ip_representation string translator to throw exception on bad format More... over 14 years ago
Added capability to impose default policies on accept or reject IPs More... over 14 years ago
Added support to class ip ban More... over 14 years ago
Added support to c++0x More... over 14 years ago
Solved unused value warning More... over 14 years ago
Added partial support to ip ban Added methods to unban ips and to unregister resources More... over 14 years ago
Adjusted configure.ac to check libraries More... over 14 years ago