index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
OK, might as well finish this... Allow ServerTokens Off
Jim Jagielski
2009-08-28
1
-9
/
+16
*
Bring back OS/2 support.
Brian Havard
2009-08-26
1
-2
/
+2
*
* server/core.c (merge_core_dir_configs): Tweak logic and comment
Joe Orton
2009-05-10
1
-6
/
+7
*
* Fix for the following configuration where the exec command was disabled
Ruediger Pluem
2009-05-10
1
-2
/
+3
*
Security fix for CVE-2009-1195: fix Options handling such that
Joe Orton
2009-05-08
1
-8
/
+14
*
Core can specify a platform-specific rewrite args hook. Use that on Unix.
Jeff Trawick
2009-03-29
1
-1
/
+2
*
remove OS/2 platform support
Jeff Trawick
2009-03-27
1
-2
/
+2
*
restore disable-nagle logic for connected sockets
Jeff Trawick
2009-03-26
1
-2
/
+0
*
axe the remaining checks of AP_MPM_WANT_foo to see what code to generate
Jeff Trawick
2009-03-24
1
-18
/
+3
*
Introduce a new set of APIs to allow MPMs to be proper modules instead
Jeff Trawick
2009-03-24
1
-1
/
+0
*
ap_meets_conditions() should not be called until all of
Roy T. Fielding
2009-02-12
1
-5
/
+4
*
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
[next]