index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Prevent segfaults in handlers by ensuring that r->handler != NULL.
Ruediger Pluem
2009-01-31
1
-11
/
+22
*
Disabled DefaultType directive and removed ap_default_type()
Roy T. Fielding
2009-01-30
1
-3
/
+3
*
allow ap_invoke_handler() to pass-through AP_FILTER_ERROR as if it were
Eric Covener
2008-11-29
1
-0
/
+1
*
Introduce Suspendable Requests to the Event MPM.
Paul Querna
2008-09-20
1
-1
/
+1
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-2
/
+0
*
Generic fix for PR#31759
Nick Kew
2006-09-22
1
-0
/
+17
*
Introduce a check_config phase between pre_config and open_logs,
Chris Darroch
2006-08-15
1
-0
/
+6
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Add optional 'scheme://' prefix to ServerName directive. For
Sander Temme
2006-05-05
1
-0
/
+2
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional change: remove "internal" tab spacing/formatting.
Jim Jagielski
2005-11-16
1
-2
/
+2
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-12
/
+12
*
- Fix style nits in the new hash config code. No Functional changes.
Paul Querna
2005-06-02
1
-8
/
+8
*
- Fix graceful restarts with the new hashed configuration. The hash now allo...
Paul Querna
2005-06-02
1
-3
/
+33
*
- Use a hash for the configuration command lookup implementation. Now module...
Paul Querna
2005-05-29
1
-44
/
+97
*
Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ...
Paul Querna
2005-05-05
1
-0
/
+19
*
* server/config.c (process_resource_config_nofnmatch): Fail with
Joe Orton
2005-05-03
1
-4
/
+6
*
"misspelled" has been "mis-spelled" for quite long enough.
Rich Bowen
2005-04-02
1
-2
/
+2
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Implement -t -DDUMP_MODULES using generic test_config hook rather than
Joe Orton
2004-08-17
1
-0
/
+5
*
Allocate memory from the temp_pool rather than the stack to avoid blowing fix...
Bradley Nicholes
2004-07-16
1
-1
/
+1
*
remove tabs from my last commit.
Paul Querna
2004-07-14
1
-1
/
+1
*
Added 'AllowOverride Options=Indexes,MultiViews' to give an admin better
Paul Querna
2004-07-14
1
-0
/
+6
*
changed the following APIs to return an error instead of hard exiting:
André Malo
2004-04-25
1
-97
/
+121
*
ap_add_named_module is not used and maintained anymore. Drop it.
André Malo
2004-04-25
1
-20
/
+0
*
Include directives no longer refuse to process symlinks on
André Malo
2004-04-21
1
-6
/
+20
*
Don't allocation large buffers on the stack to avoid over-running a fixed len...
Bradley Nicholes
2004-04-07
1
-1
/
+7
*
fix "Expected </Foo>> but saw </Foo>" errors in nested,
Geoffrey Young
2004-02-18
1
-0
/
+4
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
Keep focus of ITERATE and ITERATE2 on the current module when
Geoffrey Young
2004-01-30
1
-5
/
+11
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
fix the config parser to support <Foo>..</Foo> containers (no
Stas Bekman
2003-10-11
1
-0
/
+3
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-2
/
+2
*
split ap_process_resource_config into two functions (since we don't wanna
André Malo
2003-08-07
1
-54
/
+111
*
Allow restart of httpd to occur even with syntax errors in the config
Justin Erenkrantz
2003-02-17
1
-4
/
+7
*
fill out parms->err_directive while looking for open parents.
André Malo
2003-02-15
1
-1
/
+3
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Fix a typo reported by Blair Zajac <blair@orcaware.com>
William A. Rowe Jr
2003-01-14
1
-1
/
+1
*
ap_server_root_relative never guarenteed that the resource exists, or
William A. Rowe Jr
2003-01-14
1
-4
/
+10
*
Once again, allow <Directory "C:\Users\*\html_files"> or other wildcard
William A. Rowe Jr
2003-01-14
1
-0
/
+3
*
Tweak
Bill Stoddard
2002-12-09
1
-1
/
+1
*
AddModules does not exist anymore
Bill Stoddard
2002-12-09
1
-1
/
+1
*
Add support for using fnmatch patterns in the final path segment of an
Ian Holsman
2002-09-12
1
-14
/
+39
*
Make module loading error messages more informative
Ian Holsman
2002-08-19
1
-1
/
+3
*
Renames Pending:
Ian Holsman
2002-07-06
1
-8
/
+8
*
Add a filter_init function to the filters so that a filter can execute
Justin Erenkrantz
2002-06-28
1
-0
/
+27
*
Solve the 80/20 by initializing and storing server_rec->timeout and
William A. Rowe Jr
2002-06-13
1
-2
/
+2
*
A few noops (at the moment.) Prepare for stuffing the directive into
William A. Rowe Jr
2002-05-20
1
-3
/
+8
[next]