| Commit message (Expand) | Author | Age | Files | Lines |
* | bug 54548 - use new expr parser with 'elif', like 'if' | Thomas J. Donovan | 2013-02-24 | 1 | -1/+4 |
* | Fixed NetWare makefile for serf 1.2. | Guenter Knauf | 2013-02-24 | 1 | -0/+5 |
* | realign and fix logic | Jim Jagielski | 2013-02-21 | 2 | -2/+2 |
* | This is useful info for mod_status ;) | Jim Jagielski | 2013-02-20 | 1 | -1/+2 |
* | mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits | William A. Rowe Jr | 2013-02-20 | 1 | -3/+3 |
* | Unbreak default case of RewriteBase not being set after r1410681 | Eric Covener | 2013-02-18 | 1 | -0/+3 |
* | r:regex was not returning the last captured group, as we were one off on how ... | Daniel Gruno | 2013-02-13 | 1 | -2/+2 |
* | Fixed a potential NULL pointer deference. | Guenter Knauf | 2013-02-07 | 1 | -9/+10 |
* | Style fixes - no code changes. | Guenter Knauf | 2013-02-07 | 1 | -60/+75 |
* | mod_proxy_html: bugfixes and introduce HTML5 doctype | Nick Kew | 2013-02-04 | 1 | -2/+8 |
* | Don't keepalive the connection to the client if the | Stefan Fritsch | 2013-02-04 | 1 | -0/+1 |
* | fix valgrind warnings about uninitialized memory in syscall arguments | Stefan Fritsch | 2013-02-04 | 1 | -1/+1 |
* | Avoid valgrind warnings in mod_ssl random number generator | Stefan Fritsch | 2013-02-04 | 3 | -0/+24 |
* | Fix error because of negative rate-limit | Christophe Jaillet | 2013-01-28 | 1 | -10/+10 |
* | ProxyPassInherit directive | Jim Jagielski | 2013-01-28 | 2 | -4/+29 |
* | apr dbd and mod dbd have been mixed up in the handle closing function, so let... | Daniel Gruno | 2013-01-28 | 1 | -2/+2 |
* | Cache does no longer send Content-Type header | Rainer Jung | 2013-01-27 | 1 | -3/+6 |
* | Add mod_macro to Windows build. | Gregg Lewis Smith | 2013-01-21 | 1 | -0/+111 |
* | Added mod_policy to NetWare build. | Guenter Knauf | 2013-01-20 | 2 | -0/+257 |
* | Added mod_macro to NetWare build. | Guenter Knauf | 2013-01-20 | 2 | -0/+258 |
* | Add "mod_macro" as a standard module, compiled in with "most". | Fabien Coelho | 2013-01-20 | 143 | -0/+2366 |
* | mod_proxy_ajp: Support unknown HTTP methods. | Rainer Jung | 2013-01-18 | 2 | -3/+16 |
* | If r:regex does not match, only return 'false', don't try to create error mes... | Daniel Gruno | 2013-01-16 | 1 | -5/+3 |
* | * A limit of zero means unlimited for LimitRequestBody. | Ruediger Pluem | 2013-01-16 | 1 | -1/+1 |
* | Using the traditional way of declaring Lua functions does not seem to work wi... | Daniel Gruno | 2013-01-16 | 3 | -1034/+1010 |
* | Add helper function to execute command w args and get one line of output. All... | Daniel Ruggeri | 2013-01-15 | 1 | -2/+38 |
* | The pool and db object to be used should be created before trying to acquire ... | Daniel Gruno | 2013-01-14 | 1 | -4/+7 |
* | revert r1432881 - t'wasn't a bug after all. | Daniel Gruno | 2013-01-14 | 1 | -1/+1 |
* | mod_lua/dbd: Only 2 arguments are passed, so let's tell Lua to only return 2,... | Daniel Gruno | 2013-01-14 | 1 | -1/+1 |
* | Shamelessly add some people to the contributors list (I hope they're okay wit... | Daniel Gruno | 2013-01-12 | 1 | -0/+3 |
* | This stuff is now in trunk. | Daniel Gruno | 2013-01-12 | 1 | -7/+0 |
* | Debian doesn't like pushing statically defined functions into tables, so we'l... | Daniel Gruno | 2013-01-12 | 2 | -13/+23 |
* | mod_ssl: Allow the SSLUserName to be used to control the username passed | Graham Leggett | 2013-01-11 | 1 | -3/+15 |
* | Since functions are now pushed solely in lua_dbd.c, there's no need to declar... | Daniel Gruno | 2013-01-11 | 2 | -18/+9 |
* | inform compiler where mod_dbd.h is located | Gregg Lewis Smith | 2013-01-10 | 1 | -2/+2 |
* | Added include path for mod_dbd.h. | Guenter Knauf | 2013-01-10 | 1 | -0/+1 |
* | CodeWarrior workaround for lua_dbd | Daniel Gruno | 2013-01-10 | 2 | -12/+31 |
* | Fix mistaken reset of num_free with restored shm | Jim Jagielski | 2013-01-09 | 1 | -1/+5 |
* | Fix typo in comment, as per bugzilla #54388 | Daniel Gruno | 2013-01-08 | 1 | -1/+1 |
* | Add database features for mod_lua (apr_dbd + mod_dbd). | Daniel Gruno | 2013-01-08 | 6 | -1/+881 |
* | According to my testing, one special case of 'log_xlate_error', i.e. EES_INCO... | Christophe Jaillet | 2013-01-06 | 1 | -7/+9 |
* | Use ap_bin2hex instead of sprintf(..., "%02x". It gives the same output and i... | Christophe Jaillet | 2013-01-06 | 1 | -1/+1 |
* | According top my testing 'socache_mc_id2key' is 6x faster with the use 'ap_bi... | Christophe Jaillet | 2013-01-06 | 1 | -7/+1 |
* | According top my testing 'SSL_SESSION_id2sz' is 4x faster with the use 'ap_bi... | Christophe Jaillet | 2013-01-06 | 1 | -8/+11 |
* | fix typo: || not | | Stefan Fritsch | 2013-01-05 | 1 | -1/+1 |
* | non-existance of byrequests is not an immediate error | Jim Jagielski | 2013-01-04 | 1 | -7/+13 |
* | * modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler): Remove | Joe Orton | 2013-01-03 | 1 | -1/+1 |
* | Stupid CodeWarrior compiler cant take vars with struct inits. | Guenter Knauf | 2013-01-03 | 1 | -1/+2 |
* | Add some caching for password hash validation. | Stefan Fritsch | 2013-01-01 | 4 | -7/+4 |
* | remove unneeded include statements | Stefan Fritsch | 2013-01-01 | 2 | -2/+0 |