| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixup lua_config.c with prefix rename, and make mod_lua.c so it compiles again. | Paul Querna | 2008-12-21 | 2 | -23/+23 |
* | Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ... | Paul Querna | 2008-12-21 | 11 | -16/+15 |
* | Rename most of the module formally known as mod_wombat to mod_lua conventions... | Paul Querna | 2008-12-21 | 9 | -229/+230 |
* | Make pstack_dump a static function. | Paul Querna | 2008-12-21 | 1 | -1/+1 |
* | Remove old commented out code, if we need any of this in the future, we alway... | Paul Querna | 2008-12-21 | 1 | -421/+0 |
* | Rename mod_wombat -> mod_lua. | Paul Querna | 2008-12-21 | 31 | -26/+25 |
* | text... wonderful editable text | William A. Rowe Jr | 2008-12-21 | 0 | -0/+0 |
* | Update examples to be more per-directory agnostic, identify examples that | Eric Covener | 2008-12-21 | 4 | -8/+20 |
* | Various cleanups and per-directory behavior differences | Eric Covener | 2008-12-21 | 2 | -50/+105 |
* | Clarification of regexes/examples for rewrite flags. | Eric Covener | 2008-12-21 | 2 | -4/+36 |
* | Update after english file modification. | Lucien Gentis | 2008-12-20 | 1 | -3/+5 |
* | axe r->path_info in a more standard way, suggested by Aleksander Budzynowski | Eric Covener | 2008-12-20 | 1 | -1/+1 |
* | update transformation | Chris Darroch | 2008-12-19 | 26 | -643/+675 |
* | Documentation revisions for r726082. | Chris Darroch | 2008-12-19 | 3 | -214/+133 |
* | typo spotted by Vincent Bray | Eric Covener | 2008-12-19 | 2 | -2/+2 |
* | *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome | Eric Covener | 2008-12-19 | 4 | -2/+71 |
* | Use apr_cpystrn instead of strncpy since strncpy can create an unterminated s... | Takashi Sato | 2008-12-18 | 1 | -1/+1 |
* | Removing entry now that it is backported. | Paul J. Reder | 2008-12-18 | 1 | -4/+0 |
* | Remove entry now that it is backported. | Paul J. Reder | 2008-12-18 | 1 | -3/+0 |
* | Remove entry now that it is backported. | Paul J. Reder | 2008-12-18 | 1 | -3/+0 |
* | Slight fix to r712611: introductory comment should | Rainer Jung | 2008-12-18 | 1 | -6/+6 |
* | * This one is now backported. | Ruediger Pluem | 2008-12-18 | 1 | -3/+0 |
* | Removing entry that was backported. | Paul J. Reder | 2008-12-18 | 1 | -4/+0 |
* | Set Listen protocol to "https" if port is set to 443 and no proto is specified | Paul J. Reder | 2008-12-17 | 2 | -1/+8 |
* | Output -M and -S dumps (modules and vhosts) to stdout instead of stderr. | Paul J. Reder | 2008-12-17 | 3 | -2/+5 |
* | *) mod_ldap: Avoid a segfault when result->rc is checked in uldap_connection_... | Paul J. Reder | 2008-12-16 | 2 | -1/+14 |
* | * Change some "apr_palloc / memcpy" to apr_pstrmemdup | Takashi Sato | 2008-12-16 | 2 | -12/+5 |
* | core.xml: Clarify the Location and LocationMatch directive doc to emphasize | Paul J. Reder | 2008-12-16 | 1 | -2/+2 |
* | * Correctly save Content-Encoding of cachable entity. | Ruediger Pluem | 2008-12-15 | 2 | -0/+9 |
* | * Fix r->content_encoding for inflate_in and inflate_out filters. | Ruediger Pluem | 2008-12-15 | 1 | -0/+9 |
* | * Fix r->content_encoding in deflate_out_filter if it was set before. | Ruediger Pluem | 2008-12-15 | 1 | -0/+5 |
* | * Do not add an empty argument if we do not have any args for the script. | Ruediger Pluem | 2008-12-15 | 2 | -3/+6 |
* | Commiting built files (726499) | Vincent Deffontaines | 2008-12-14 | 6 | -543/+538 |
* | These were outdated, so updating the .fr translation. | Vincent Deffontaines | 2008-12-14 | 3 | -525/+526 |
* | The DN was fetched from the entry, and the password is passed by the client. | Lucien Gentis | 2008-12-14 | 1 | -1/+1 |
* | Remove safe duplication... | Jim Jagielski | 2008-12-13 | 1 | -7/+0 |
* | From r726118: remove unused sb_type member from process_score | Chris Darroch | 2008-12-12 | 1 | -0/+3 |
* | Remove unused sb_type member from process_score structure and | Chris Darroch | 2008-12-12 | 2 | -3/+3 |
* | Silence compiler warnings in the same manner as for the | Chris Darroch | 2008-12-12 | 1 | -3/+3 |
* | I'm not 100% sure about this, but it seems to silence the | Chris Darroch | 2008-12-12 | 1 | -3/+3 |
* | mod_ssl: Make the size of the per-dir-reneg request-body buffer | Joe Orton | 2008-12-12 | 6 | -12/+47 |
* | silence compiler warning | Chris Darroch | 2008-12-12 | 1 | -0/+2 |
* | Per suggestions by Roy T. Fielding: | Chris Darroch | 2008-12-12 | 1 | -92/+74 |
* | Note that 2.3.0 was tagged, but not released | Paul Querna | 2008-12-12 | 1 | -1/+1 |
* | Treat proxy/balancers normally and independently... | Jim Jagielski | 2008-12-12 | 1 | -1/+1 |
* | * server/mpm_common.c (dummy_connection): If possible, use a non-SSL | Joe Orton | 2008-12-12 | 1 | -4/+16 |
* | * include/util_filter.h (ap_fputstrs): Mark with sentinel attribute | Joe Orton | 2008-12-12 | 1 | -1/+5 |
* | socache API tweaks based on chrisd's review: | Joe Orton | 2008-12-12 | 6 | -39/+55 |
* | * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCache): Allow | Joe Orton | 2008-12-12 | 1 | -8/+12 |
* | * modules/cache/mod_socache_memcache.c (socache_mc_init): Remove references | Joe Orton | 2008-12-12 | 1 | -15/+14 |