summaryrefslogtreecommitdiff
path: root/src/mod_access.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-3/+1
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [mod_access] remove excess traceGlenn Strauss2021-08-271-12/+2
* [mod_access] mark mod_access_check attribute pureGlenn Strauss2021-01-131-5/+5
* [core] r->uri.path always set, though might be ""Glenn Strauss2020-07-081-1/+0
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-16/+16
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-1/+1
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-23/+2
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-1/+0
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-3/+3
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-12/+0
* [mod_access] use config_plugin_values_init()Glenn Strauss2020-05-231-135/+117
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-2/+2
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_access] restructure for unit testsGlenn Strauss2018-12-031-31/+37
* [multiple] code reuse: employ array_match_*()Glenn Strauss2018-09-231-54/+11
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+12
* [mod_access] new directive url.access-allow (fixes #1421)Glenn Strauss2016-07-131-0/+45
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-4/+4
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-1/+1
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-4/+4
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+1
* check the URL twice, before and after path-info handling. (fixes #1230)Jan Kneschke2007-06-151-7/+30
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-37/+37
* added tests for lowercase filesysytemsJan Kneschke2006-01-141-4/+14
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-2/+0
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-25/+7
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+177