summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide a hint when we see what looks like an SSL record when we'reEric Covener2009-01-311-2/+13
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-23/+16
* Oh brother; we just dupped these to lowercase them, no need to re-dup againWilliam A. Rowe Jr2009-01-091-1/+1
* Reorder and correct creation and merge of server records, optimizingWilliam A. Rowe Jr2009-01-031-49/+63
* Clean up fugly initialization of AcceptFilter mappingsWilliam A. Rowe Jr2009-01-021-8/+9
* * The API Cleanup in r722399 missed some locations.Ruediger Pluem2008-12-021-5/+5
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-5/+5
* Move security check to post_config, ćos pre-config hooks don´tNick Kew2008-11-031-22/+16
* Wrap the global count of privileges handlers operating. Silence grumblers.Nick Kew2008-11-031-1/+6
* Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startupNick Kew2008-11-031-0/+17
* Allow <Limit> and <LimitExcept> directives to nest, andChris Darroch2008-10-311-15/+28
* * server/core.c: Fix implicit declaration of function 'unixd_set_rlimit' byPaul Querna2008-10-291-0/+4
* * Do not allow all options of ALL to be set when only a few of them areRuediger Pluem2008-05-021-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* If you study all of the directive implementations, you'll noteWilliam A. Rowe Jr2008-04-061-90/+16
* Add condition for <If> sections to core config mergeNick Kew2008-04-041-1/+1
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-2/+1
* HTTPD Core: Implement <If> sections for conditional (runtime) configuration.Nick Kew2008-04-031-0/+67
* Fix typo in error message (noticed by gryzor on IRC)Nick Kew2007-12-281-1/+1
* Fix possible crash at startup in case of nonexistent DocumentRoot.Nick Kew2007-10-271-0/+3
* ap_available_mutexes_string and ap_add_available_mutexes_string William A. Rowe Jr2007-08-231-1/+1
* * Avoid that relative changes to Options change the settings for FileETag.Ruediger Pluem2007-08-051-1/+1
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-7/+4
* * Remove unused variables from set_define() function to fix a compiler warning.Ruediger Pluem2007-06-201-2/+0
* Add the 'Define' command to the core. This does exactly the same thing as ad...Paul Querna2007-06-131-0/+22
* Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM...Paul Querna2007-06-121-0/+1
* re-introduce ap_satisfies API back into core and modify how the access_checke...Bradley Nicholes2007-05-021-2/+19
* * docs/manual/mod/mpm_common.xml: s/depreciated/deprecated/Joe Orton2006-11-221-1/+1
* Once SSLMutex allowed for the setting of both theJim Jagielski2006-10-241-2/+3
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-20/+31
* update license header textRoy T. Fielding2006-07-111-6/+6
* * Add the filename of the configuration file to the warning messageRuediger Pluem2006-07-091-2/+2
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-23/+1
* * server/core.c (server_hostname_port): Remove unused variable.Joe Orton2006-05-081-1/+0
* Add optional 'scheme://' prefix to ServerName directive. ForSander Temme2006-05-051-5/+26
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* remove unnecessary whitespaceJeff Trawick2006-04-101-1/+0
* We actually want to reach the rest of the code :)Jim Jagielski2006-04-031-1/+0
* Default handler: Don't return output filter apr_status_t values.Jeff Trawick2006-04-031-0/+14
* Authz refactoringBradley Nicholes2006-01-111-121/+22
* Revert UCN default change - set back to Off, which isJim Jagielski2005-11-151-2/+2
* Add in the UseCanonicalPhysicalPort directive, whichJim Jagielski2005-11-151-45/+92
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-23/+23
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-12/+12
* Add new connection states for handler and write completionBrian Pane2005-10-241-0/+8
* * Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), byRuediger Pluem2005-10-211-4/+3
* NET_TIME, as a standalone feature, was a horrid idea.William A. Rowe Jr2005-10-061-10/+15
* Pay close attention to core_create_req() ... and noteWilliam A. Rowe Jr2005-10-061-5/+0
* Initially a no-op. Add trace_enable configuration. The http and proxyWilliam A. Rowe Jr2005-07-011-1/+32