| Commit message (Expand) | Author | Files | Lines |
2013-01-16 | Replaces the term 'element' with the term 'function' so that it's | Rich Bowen | 1 | -9/+9 |
2013-01-16 | Rebuild SSI change. | Rich Bowen | 4 | -5/+5 |
2013-01-16 | Oh, look, we overlooked another instance of 'Apache' where it should be | Rich Bowen | 1 | -1/+1 |
2013-01-16 | rebuild | Rich Bowen | 10 | -16/+29 |
2013-01-16 | Provide an example in the introduction in order to motivate the lengthy | Rich Bowen | 1 | -4/+16 |
2013-01-15 | Log a warning if ThreadStackSize has an inappropriate value. | Christophe Jaillet | 4 | -4/+22 |
2013-01-15 | Improve error message | Christophe Jaillet | 1 | -1/+1 |
2013-01-15 | Add helper function to execute command w args and get one line of output. All... | Daniel Ruggeri | 4 | -2/+107 |
2013-01-15 | fix mysql connection string in example | Daniel Gruno | 1 | -1/+1 |
2013-01-14 | Fix htcacheclean list options "-a" and "-A". | Rainer Jung | 1 | -1/+1 |
2013-01-14 | The pool and db object to be used should be created before trying to acquire ... | Daniel Gruno | 1 | -4/+7 |
2013-01-14 | revert r1432881 - t'wasn't a bug after all. | Daniel Gruno | 1 | -1/+1 |
2013-01-14 | mod_lua/dbd: Only 2 arguments are passed, so let's tell Lua to only return 2,... | Daniel Gruno | 1 | -1/+1 |
2013-01-12 | Updates. | Lucien Gentis | 3 | -92/+279 |
2013-01-12 | add default | Eric Covener | 1 | -0/+1 |
2013-01-12 | Shamelessly add some people to the contributors list (I hope they're okay wit... | Daniel Gruno | 1 | -0/+3 |
2013-01-12 | This stuff is now in trunk. | Daniel Gruno | 1 | -7/+0 |
2013-01-12 | Debian doesn't like pushing statically defined functions into tables, so we'l... | Daniel Gruno | 2 | -13/+23 |
2013-01-11 | mod_ssl: Allow the SSLUserName to be used to control the username passed | Graham Leggett | 3 | -13/+28 |
2013-01-11 | Fix a typo. | Graham Leggett | 1 | -1/+1 |
2013-01-11 | Since functions are now pushed solely in lua_dbd.c, there's no need to declar... | Daniel Gruno | 2 | -18/+9 |
2013-01-10 | inform compiler where mod_dbd.h is located | Gregg Lewis Smith | 1 | -2/+2 |
2013-01-10 | Added include path for mod_dbd.h. | Guenter Knauf | 1 | -0/+1 |
2013-01-10 | CodeWarrior workaround for lua_dbd | Daniel Gruno | 2 | -12/+31 |
2013-01-09 | Fix mistaken reset of num_free with restored shm | Jim Jagielski | 1 | -1/+5 |
2013-01-09 | these are in 2.4.x | Jim Jagielski | 1 | -7/+0 |
2013-01-09 | xforms. | Rainer Jung | 7 | -11/+11 |
2013-01-09 | Remove reference to RequireNone, which is no longer | Rainer Jung | 1 | -6/+5 |
2013-01-09 | Nothing to see here. (Fixes annoying indentation in doc example.) | Rich Bowen | 2 | -2/+2 |
2013-01-09 | Rebuild - includes the update to the copyright date. | Rich Bowen | 686 | -792/+833 |
2013-01-09 | Fix xml validation | Rich Bowen | 1 | -1/+1 |
2013-01-09 | Adds a seealso for the logging doc. | Rich Bowen | 1 | -0/+1 |
2013-01-08 | Naming | Jim Jagielski | 1 | -3/+3 |
2013-01-08 | Rephrasing a bit of the database docs for mod_lua | Daniel Gruno | 1 | -2/+4 |
2013-01-08 | Add lua_dbd features to CHANGES | Daniel Gruno | 1 | -0/+3 |
2013-01-08 | Fix typo in comment, as per bugzilla #54388 | Daniel Gruno | 1 | -1/+1 |
2013-01-08 | Add database features for mod_lua (apr_dbd + mod_dbd). | Daniel Gruno | 8 | -1/+1221 |
2013-01-07 | rpm spec: Ensure we are prioritised above mod_ssl on Redhat derivatives. | Graham Leggett | 1 | -1/+2 |
2013-01-06 | According to my testing, one special case of 'log_xlate_error', i.e. EES_INCO... | Christophe Jaillet | 1 | -7/+9 |
2013-01-06 | Use ap_bin2hex instead of sprintf(..., "%02x". It gives the same output and i... | Christophe Jaillet | 1 | -1/+1 |
2013-01-06 | According top my testing 'socache_mc_id2key' is 6x faster with the use 'ap_bi... | Christophe Jaillet | 1 | -7/+1 |
2013-01-06 | Security notes about SQL injection. | Vincent Deffontaines | 4 | -12/+35 |
2013-01-06 | According top my testing 'SSL_SESSION_id2sz' is 4x faster with the use 'ap_bi... | Christophe Jaillet | 1 | -8/+11 |
2013-01-06 | Updates. | Lucien Gentis | 3 | -33/+45 |
2013-01-05 | Happy new year. | Rainer Jung | 3 | -3/+3 |
2013-01-05 | Update. | Lucien Gentis | 1 | -3/+1 |
2013-01-05 | mod_ssl/ab: only use "--static" for pkg-config when explicity requested | Kaspar Brand | 1 | -3/+8 |
2013-01-05 | fix typo: || not | | Stefan Fritsch | 1 | -1/+1 |
2013-01-04 | Updates. | Lucien Gentis | 4 | -43/+111 |
2013-01-04 | non-existance of byrequests is not an immediate error | Jim Jagielski | 2 | -8/+14 |