| Commit message (Expand) | Author | Files | Lines |
2012-12-25 | Exit with error message if out of mem | Stefan Fritsch | 1 | -2/+13 |
2012-12-25 | Replace strdup by ap_malloc to ensure a proper error message if out-of-memory. | Stefan Fritsch | 1 | -3/+5 |
2012-12-24 | Fix example code | Daniel Gruno | 1 | -1/+1 |
2012-12-23 | Update. | Lucien Gentis | 1 | -3/+1 |
2012-12-23 | Style tweaks, remove add_version_component and fix up some sloppy code. Many ... | Daniel Gruno | 1 | -117/+83 |
2012-12-23 | GNU make somtimes has problems determining that $(builddir)/test_char.h | Stefan Fritsch | 1 | -1/+2 |
2012-12-23 | add some nonnull fn attributes | Stefan Fritsch | 1 | -3/+6 |
2012-12-22 | Change HttpProtocol to again only allow to enable/disable 0.9 | Stefan Fritsch | 4 | -65/+38 |
2012-12-22 | style fixes, add comment | Stefan Fritsch | 1 | -3/+11 |
2012-12-22 | caution about merging Location settings on top of directory/files authz config | Eric Covener | 2 | -0/+25 |
2012-12-22 | Removed now obsolete function skip from NetWare | Guenter Knauf | 1 | -1/+0 |
2012-12-22 | Style tweaks, no functional change. | Daniel Gruno | 1 | -342/+400 |
2012-12-21 | xform | Eric Covener | 1 | -0/+11 |
2012-12-21 | hint about API and module usage. | Eric Covener | 1 | -0/+11 |
2012-12-21 | - return NULL if apr_reslist_acquire fails, so we don't end up possibly refer... | Daniel Gruno | 1 | -1/+4 |
2012-12-21 | Remove reference to top secret project! You did not see this commit message ;) | Daniel Gruno | 1 | -1/+0 |
2012-12-20 | mod_lua: Fix multipart post parsing, so it doesn't include random bytes at th... | Daniel Gruno | 1 | -1/+2 |
2012-12-19 | On NetWare skip these unsupported function prototypes. | Guenter Knauf | 1 | -2/+2 |
2012-12-18 | * modules/proxy/mod_proxy_ftp.c: Fill in APLOGNO. | Joe Orton | 2 | -2/+2 |
2012-12-17 | Added a warning that these scripts leak information. | Guenter Knauf | 4 | -12/+24 |
2012-12-17 | xforms | Daniel Gruno | 2 | -4/+4 |
2012-12-17 | Some minor tweaks to the wording of the windows page. | Daniel Gruno | 1 | -5/+5 |
2012-12-17 | xforms | Daniel Gruno | 1 | -203/+8 |
2012-12-17 | The ASF does not provide official binary packages for 2.4/2.5, so let's not p... | Daniel Gruno | 1 | -200/+9 |
2012-12-17 | update xforms | Jim Jagielski | 48 | -2501/+2730 |
2012-12-17 | Redfine - we are just worried about balancers and workers, so have the direct... | Jim Jagielski | 2 | -20/+20 |
2012-12-17 | restrict inherit control to those fields that "require" it... | Jim Jagielski | 1 | -10/+5 |
2012-12-17 | ab: add the possibility to define a socket timeout (-s timeout) | Christophe Jaillet | 2 | -11/+16 |
2012-12-17 | Follow-up to r1422855 for NetWare and Windows. | Guenter Knauf | 2 | -0/+2 |
2012-12-17 | backported | Jim Jagielski | 1 | -8/+0 |
2012-12-17 | Added missing exports for NetWare. | Guenter Knauf | 1 | -0/+2 |
2012-12-17 | backported | Jim Jagielski | 1 | -3/+0 |
2012-12-17 | Install cache_common.h as required by mod_cache.h. Allows external modules | Graham Leggett | 1 | -0/+1 |
2012-12-17 | remove unnecessary cast | Stefan Fritsch | 1 | -4/+3 |
2012-12-16 | Xforms. | Rainer Jung | 3 | -1/+14 |
2012-12-16 | Backported. | Rainer Jung | 1 | -10/+0 |
2012-12-16 | Add a version compatibility section to the | Rainer Jung | 1 | -0/+11 |
2012-12-16 | Updates. | Lucien Gentis | 7 | -59/+52 |
2012-12-16 | use ap_bin2hex() to simplify md5/sha1 code | Stefan Fritsch | 1 | -44/+11 |
2012-12-16 | add new ap_bin2hex() utility function | Stefan Fritsch | 4 | -9/+25 |
2012-12-16 | remove unused variable | Stefan Fritsch | 1 | -1/+0 |
2012-12-16 | mod_lua: Fix unitialized variable in lua_ap_send_interim_response. | Daniel Gruno | 1 | -1/+1 |
2012-12-15 | xforms | Eric Covener | 1 | -0/+8 |
2012-12-15 | PR54308: aliasmatch ^/foo matches requests for ////foo | Eric Covener | 1 | -0/+5 |
2012-12-15 | mod_lua: If a regex fails, return false plus an error message as second retur... | Daniel Gruno | 2 | -9/+18 |
2012-12-15 | not unique to leading slashes. | Eric Covener | 1 | -2/+2 |
2012-12-15 | PR54307, Alias and leading slashes | Eric Covener | 1 | -0/+3 |
2012-12-15 | Updates. | Lucien Gentis | 4 | -10/+232 |
2012-12-15 | fix r1416889 a different way -- the referer should be const too. | Eric Covener | 1 | -2/+2 |
2012-12-15 | const fixes for mod_imagemap, fatal on old xlc due to returning apr_table_get... | Eric Covener | 1 | -7/+7 |