summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* bug 54548 - use new expr parser with 'elif', like 'if'Thomas J. Donovan2013-02-241-1/+4
* Fixed NetWare makefile for serf 1.2.Guenter Knauf2013-02-241-0/+5
* realign and fix logicJim Jagielski2013-02-212-2/+2
* This is useful info for mod_status ;)Jim Jagielski2013-02-201-1/+2
* mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emitsWilliam A. Rowe Jr2013-02-201-3/+3
* Unbreak default case of RewriteBase not being set after r1410681Eric Covener2013-02-181-0/+3
* r:regex was not returning the last captured group, as we were one off on how ...Daniel Gruno2013-02-131-2/+2
* Fixed a potential NULL pointer deference.Guenter Knauf2013-02-071-9/+10
* Style fixes - no code changes.Guenter Knauf2013-02-071-60/+75
* mod_proxy_html: bugfixes and introduce HTML5 doctypeNick Kew2013-02-041-2/+8
* Don't keepalive the connection to the client if theStefan Fritsch2013-02-041-0/+1
* fix valgrind warnings about uninitialized memory in syscall argumentsStefan Fritsch2013-02-041-1/+1
* Avoid valgrind warnings in mod_ssl random number generatorStefan Fritsch2013-02-043-0/+24
* Fix error because of negative rate-limitChristophe Jaillet2013-01-281-10/+10
* ProxyPassInherit directiveJim Jagielski2013-01-282-4/+29
* apr dbd and mod dbd have been mixed up in the handle closing function, so let...Daniel Gruno2013-01-281-2/+2
* Cache does no longer send Content-Type headerRainer Jung2013-01-271-3/+6
* Add mod_macro to Windows build.Gregg Lewis Smith2013-01-211-0/+111
* Added mod_policy to NetWare build.Guenter Knauf2013-01-202-0/+257
* Added mod_macro to NetWare build.Guenter Knauf2013-01-202-0/+258
* Add "mod_macro" as a standard module, compiled in with "most".Fabien Coelho2013-01-20143-0/+2366
* mod_proxy_ajp: Support unknown HTTP methods.Rainer Jung2013-01-182-3/+16
* If r:regex does not match, only return 'false', don't try to create error mes...Daniel Gruno2013-01-161-5/+3
* * A limit of zero means unlimited for LimitRequestBody.Ruediger Pluem2013-01-161-1/+1
* Using the traditional way of declaring Lua functions does not seem to work wi...Daniel Gruno2013-01-163-1034/+1010
* Add helper function to execute command w args and get one line of output. All...Daniel Ruggeri2013-01-151-2/+38
* The pool and db object to be used should be created before trying to acquire ...Daniel Gruno2013-01-141-4/+7
* revert r1432881 - t'wasn't a bug after all.Daniel Gruno2013-01-141-1/+1
* mod_lua/dbd: Only 2 arguments are passed, so let's tell Lua to only return 2,...Daniel Gruno2013-01-141-1/+1
* Shamelessly add some people to the contributors list (I hope they're okay wit...Daniel Gruno2013-01-121-0/+3
* This stuff is now in trunk.Daniel Gruno2013-01-121-7/+0
* Debian doesn't like pushing statically defined functions into tables, so we'l...Daniel Gruno2013-01-122-13/+23
* mod_ssl: Allow the SSLUserName to be used to control the username passedGraham Leggett2013-01-111-3/+15
* Since functions are now pushed solely in lua_dbd.c, there's no need to declar...Daniel Gruno2013-01-112-18/+9
* inform compiler where mod_dbd.h is locatedGregg Lewis Smith2013-01-101-2/+2
* Added include path for mod_dbd.h.Guenter Knauf2013-01-101-0/+1
* CodeWarrior workaround for lua_dbdDaniel Gruno2013-01-102-12/+31
* Fix mistaken reset of num_free with restored shmJim Jagielski2013-01-091-1/+5
* Fix typo in comment, as per bugzilla #54388Daniel Gruno2013-01-081-1/+1
* Add database features for mod_lua (apr_dbd + mod_dbd).Daniel Gruno2013-01-086-1/+881
* According to my testing, one special case of 'log_xlate_error', i.e. EES_INCO...Christophe Jaillet2013-01-061-7/+9
* Use ap_bin2hex instead of sprintf(..., "%02x". It gives the same output and i...Christophe Jaillet2013-01-061-1/+1
* According top my testing 'socache_mc_id2key' is 6x faster with the use 'ap_bi...Christophe Jaillet2013-01-061-7/+1
* According top my testing 'SSL_SESSION_id2sz' is 4x faster with the use 'ap_bi...Christophe Jaillet2013-01-061-8/+11
* fix typo: || not |Stefan Fritsch2013-01-051-1/+1
* non-existance of byrequests is not an immediate errorJim Jagielski2013-01-041-7/+13
* * modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler): RemoveJoe Orton2013-01-031-1/+1
* Stupid CodeWarrior compiler cant take vars with struct inits.Guenter Knauf2013-01-031-1/+2
* Add some caching for password hash validation.Stefan Fritsch2013-01-014-7/+4
* remove unneeded include statementsStefan Fritsch2013-01-012-2/+0