summaryrefslogtreecommitdiff
path: root/src/plugin.h
Commit message (Expand)AuthorAgeFilesLines
* [multiple] clang -Wstrict-prototypes for C2xGlenn Strauss2023-01-191-1/+1
* [core] remove func decls duplicated in plugin.hGlenn Strauss2022-05-061-36/+0
* [core] isolate plugins_*() funcs to main serverGlenn Strauss2022-02-191-16/+0
* [core] merge uri_raw and uri_clean hooksGlenn Strauss2021-05-121-1/+0
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-2/+2
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-23/+28
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-2/+1
* [core] store (plugin *) in p->dataGlenn Strauss2020-07-081-3/+4
* [multiple] plugin_stats arrayGlenn Strauss2020-07-081-0/+17
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-31/+31
* [core] isolate use of data_config, configfile.hGlenn Strauss2020-07-081-1/+1
* [core] run all trigger and sighup handlersGlenn Strauss2020-07-081-2/+2
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-5/+5
* [core] config_plugin_values_init() new interfaceGlenn Strauss2020-05-231-1/+3
* [core] struct plugin_data_baseGlenn Strauss2020-05-231-0/+4
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-25/+16
* [core] new worker_init hook to follow parent forkGlenn Strauss2019-04-201-0/+4
* [core] mark startup/shutdown funcs coldGlenn Strauss2019-02-041-4/+15
* [core] some header cleanupGlenn Strauss2018-04-081-5/+3
* [core] merge redirect/rewrite pattern substitutionGlenn Strauss2018-01-101-1/+0
* [core] SIGCHLD handle_waitpid hook for modulesGlenn Strauss2017-09-101-1/+3
* [core] allow earlier plugin init for SSL/TLSGlenn Strauss2017-05-211-0/+1
* [core] new plugin hooks to help isolate SSLGlenn Strauss2017-01-141-1/+7
* remove redundant calls to end-of-request hooksGlenn Strauss2017-01-141-1/+1
* backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753)Glenn Strauss2016-09-221-0/+2
* remove handle_joblist hookGlenn Strauss2016-04-181-3/+0
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+1
* [core] improve conditional enabling (thx Gwenlliana, #2598)Stefan Bühler2016-02-211-2/+0
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-2/+2
* Fix non-ANSI function declarations.Cyril Brulebois2012-08-311-1/+1
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-11/+11
* ..physical_path is gone and has ben replaced by subrequest_startJan Kneschke2005-08-151-2/+0
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-0/+1
* allow _ in env. and var. and optimized matching of conditionsJan Kneschke2005-08-081-1/+1
* let mod_alias handle directories and files (merged [284], [294])Jan Kneschke2005-08-081-0/+2
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+91