| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide a hint when we see what looks like an SSL record when we're | Eric Covener | 2009-01-31 | 1 | -2/+13 |
* | Disabled DefaultType directive and removed ap_default_type() | Roy T. Fielding | 2009-01-30 | 1 | -23/+16 |
* | Oh brother; we just dupped these to lowercase them, no need to re-dup again | William A. Rowe Jr | 2009-01-09 | 1 | -1/+1 |
* | Reorder and correct creation and merge of server records, optimizing | William A. Rowe Jr | 2009-01-03 | 1 | -49/+63 |
* | Clean up fugly initialization of AcceptFilter mappings | William A. Rowe Jr | 2009-01-02 | 1 | -8/+9 |
* | * The API Cleanup in r722399 missed some locations. | Ruediger Pluem | 2008-12-02 | 1 | -5/+5 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -5/+5 |
* | Move security check to post_config, ćos pre-config hooks don´t | Nick Kew | 2008-11-03 | 1 | -22/+16 |
* | Wrap the global count of privileges handlers operating. Silence grumblers. | Nick Kew | 2008-11-03 | 1 | -1/+6 |
* | Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startup | Nick Kew | 2008-11-03 | 1 | -0/+17 |
* | Allow <Limit> and <LimitExcept> directives to nest, and | Chris Darroch | 2008-10-31 | 1 | -15/+28 |
* | * server/core.c: Fix implicit declaration of function 'unixd_set_rlimit' by | Paul Querna | 2008-10-29 | 1 | -0/+4 |
* | * Do not allow all options of ALL to be set when only a few of them are | Ruediger Pluem | 2008-05-02 | 1 | -1/+1 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -1/+0 |
* | If you study all of the directive implementations, you'll note | William A. Rowe Jr | 2008-04-06 | 1 | -90/+16 |
* | Add condition for <If> sections to core config merge | Nick Kew | 2008-04-04 | 1 | -1/+1 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 1 | -2/+1 |
* | HTTPD Core: Implement <If> sections for conditional (runtime) configuration. | Nick Kew | 2008-04-03 | 1 | -0/+67 |
* | Fix typo in error message (noticed by gryzor on IRC) | Nick Kew | 2007-12-28 | 1 | -1/+1 |
* | Fix possible crash at startup in case of nonexistent DocumentRoot. | Nick Kew | 2007-10-27 | 1 | -0/+3 |
* | ap_available_mutexes_string and ap_add_available_mutexes_string | William A. Rowe Jr | 2007-08-23 | 1 | -1/+1 |
* | * Avoid that relative changes to Options change the settings for FileETag. | Ruediger Pluem | 2007-08-05 | 1 | -1/+1 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 1 | -7/+4 |
* | * Remove unused variables from set_define() function to fix a compiler warning. | Ruediger Pluem | 2007-06-20 | 1 | -2/+0 |
* | Add the 'Define' command to the core. This does exactly the same thing as ad... | Paul Querna | 2007-06-13 | 1 | -0/+22 |
* | Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM... | Paul Querna | 2007-06-12 | 1 | -0/+1 |
* | re-introduce ap_satisfies API back into core and modify how the access_checke... | Bradley Nicholes | 2007-05-02 | 1 | -2/+19 |
* | * docs/manual/mod/mpm_common.xml: s/depreciated/deprecated/ | Joe Orton | 2006-11-22 | 1 | -1/+1 |
* | Once SSLMutex allowed for the setting of both the | Jim Jagielski | 2006-10-24 | 1 | -2/+3 |
* | Replace ap_get_server_version with ap_get_server_banner() and | Jeff Trawick | 2006-09-05 | 1 | -20/+31 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | * Add the filename of the configuration file to the warning message | Ruediger Pluem | 2006-07-09 | 1 | -2/+2 |
* | * server/core.c (default_handler): Use apr_brigade_insert_file() to | Joe Orton | 2006-06-14 | 1 | -23/+1 |
* | * server/core.c (server_hostname_port): Remove unused variable. | Joe Orton | 2006-05-08 | 1 | -1/+0 |
* | Add optional 'scheme://' prefix to ServerName directive. For | Sander Temme | 2006-05-05 | 1 | -5/+26 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | remove unnecessary whitespace | Jeff Trawick | 2006-04-10 | 1 | -1/+0 |
* | We actually want to reach the rest of the code :) | Jim Jagielski | 2006-04-03 | 1 | -1/+0 |
* | Default handler: Don't return output filter apr_status_t values. | Jeff Trawick | 2006-04-03 | 1 | -0/+14 |
* | Authz refactoring | Bradley Nicholes | 2006-01-11 | 1 | -121/+22 |
* | Revert UCN default change - set back to Off, which is | Jim Jagielski | 2005-11-15 | 1 | -2/+2 |
* | Add in the UseCanonicalPhysicalPort directive, which | Jim Jagielski | 2005-11-15 | 1 | -45/+92 |
* | No functional change: more indenting/formatting changes due to | Jim Jagielski | 2005-11-10 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -23/+23 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -12/+12 |
* | Add new connection states for handler and write completion | Brian Pane | 2005-10-24 | 1 | -0/+8 |
* | * Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), by | Ruediger Pluem | 2005-10-21 | 1 | -4/+3 |
* | NET_TIME, as a standalone feature, was a horrid idea. | William A. Rowe Jr | 2005-10-06 | 1 | -10/+15 |
* | Pay close attention to core_create_req() ... and note | William A. Rowe Jr | 2005-10-06 | 1 | -5/+0 |
* | Initially a no-op. Add trace_enable configuration. The http and proxy | William A. Rowe Jr | 2005-07-01 | 1 | -1/+32 |