aboutsummaryrefslogtreecommitdiff
path: root/include/modules/httpd.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused parameters from HTTPRequest constructorGravatar Attila Molnar2015-02-111-1/+1
|
* Convert the HTTPd request event to use the new cross-module event systemGravatar Attila Molnar2015-02-111-2/+13
|
* Convert the HTTPd ACL event to use the new cross-module event systemGravatar Attila Molnar2015-02-111-0/+12
|
* Fix some warnings which are causing debug builds to fail.Gravatar Peter Powell2013-07-161-1/+1
| | | | | | - Clang: private field 'module' is not used - GCC: suggest a space before ‘;’ or explicit braces around empty body in ‘while’ statement
* Change the API of m_httpd to be dynamic_reference-basedGravatar attilamolnar2013-06-071-10/+46
|
* Tidy up source files:Gravatar Peter Powell2013-04-121-0/+203
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues.