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
*
Fix incomplete filename in ErrorLog when trying to access files in non exist...
Christophe Jaillet
2013-02-04
1
-1
/
+2
*
Add an option to enforce stricter HTTP conformance
Stefan Fritsch
2012-12-30
1
-5
/
+26
*
Change HttpProtocol to again only allow to enable/disable 0.9
Stefan Fritsch
2012-12-22
1
-42
/
+16
*
Add LogLevelOverride directive that allows to override the loglevel for
Stefan Fritsch
2012-12-08
1
-29
/
+106
*
remove C99 features from 'Warning' directive handling
Fabien Coelho
2012-12-08
1
-6
/
+7
*
Add minor 'Warning' directive as defined in current mod_macro.
Fabien Coelho
2012-12-08
1
-8
/
+35
*
Sort error message for ServerTokens by increasing verbosity. Add missing 'OS'
Stefan Fritsch
2012-12-02
1
-3
/
+3
*
PR54222: catch invalid ServerTokens args
Eric Covener
2012-11-29
1
-1
/
+4
*
Make HttpProtocol accept a range of allowed versions.
Stefan Fritsch
2012-11-09
1
-14
/
+40
*
Expose ap_method_register() to the admin with a new RegisterHttpMethod
Stefan Fritsch
2012-11-09
1
-0
/
+11
*
New directive HttpProtocol which allows to disable HTTP/0.9 support.
Stefan Fritsch
2012-11-07
1
-0
/
+24
*
Make ap_check_cmd_context() treat <If> sections like <File> sections.
Stefan Fritsch
2012-11-07
1
-1
/
+4
*
Make <If> sections in virtual host context fill in cmd->path so that
Stefan Fritsch
2012-11-07
1
-1
/
+5
*
add dirwalk_stat hook, for use by mpm-itk
Jeff Trawick
2012-09-21
1
-1
/
+8
*
core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for the
Jeff Trawick
2012-08-04
1
-1
/
+1
*
Various code clean up
Stefan Fritsch
2012-07-15
1
-2
/
+2
*
r1052419 changed the default value of Options to FollowSymlinks,
Eric Covener
2012-07-11
1
-1
/
+1
*
Fix merging of AllowOverrideList and ContentDigest.
Stefan Fritsch
2012-03-24
1
-4
/
+2
*
Disallow directives in AllowOverrideList which are only allowed
Stefan Fritsch
2012-03-19
1
-3
/
+14
*
In AllowOverrideList, do not allow 'None' together with other directives.
Stefan Fritsch
2012-03-19
1
-6
/
+12
*
Fix some typos
Stefan Fritsch
2012-03-14
1
-1
/
+1
*
Fold on Jeff's DefaultRuntimeDir impl... docs on the way
Jim Jagielski
2012-03-07
1
-0
/
+20
*
Replace ap_create_core_ctx()/ap_core_ctx_get_bb() with a hook
Stefan Fritsch
2012-02-04
1
-0
/
+17
*
Core configuration: add AllowOverride option to treat syntax
Nick Kew
2012-01-09
1
-0
/
+11
*
Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly
William A. Rowe Jr
2012-01-06
1
-3
/
+3
*
Fix handling of piped, syslog, or inherited ErrorLog entries
Stefan Fritsch
2011-12-28
1
-1
/
+2
*
Check during configtest that the directories for error logs exist
Stefan Fritsch
2011-12-28
1
-0
/
+39
*
Fix -DDUMP_RUN_CFG output for piped and syslog loggers
Stefan Fritsch
2011-12-28
1
-3
/
+5
*
Further clarify the naming of the entity that directly connects to us by
Graham Leggett
2011-12-14
1
-5
/
+5
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-33
/
+33
*
Introduce a per connection "peer_ip" and a per request "client_ip" to
Graham Leggett
2011-11-25
1
-5
/
+5
*
Remove MPM-private stuff from conn_state_t
Stefan Fritsch
2011-11-20
1
-7
/
+0
*
ap_core_translate: factor out duplicate code. no functional change.
Greg Ames
2011-11-15
1
-37
/
+23
*
end-generation hook: Fix false notification of end-of-generation for
Jeff Trawick
2011-11-10
1
-0
/
+2
*
config generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN):
Jeff Trawick
2011-11-10
1
-1
/
+1
*
fix typo
Stefan Fritsch
2011-11-09
1
-1
/
+1
*
Only init the RNG once at startup. This saves some entropy and works around t...
Stefan Fritsch
2011-11-07
1
-2
/
+1
*
Call apr_random_after_fork() manually in the child processes because the MPMs
Stefan Fritsch
2011-11-07
1
-8
/
+30
*
Add -D DUMP_RUN_CFG option to dump some configuration items
Stefan Fritsch
2011-10-09
1
-0
/
+38
*
Downgrade error log messages which accompany a 404 request status from loglevel
Stefan Fritsch
2011-10-08
1
-3
/
+3
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-3
/
+3
*
Fix cut'n'paste errors: APR_DECLARE -> AP_DECLARE / part2.
Guenter Knauf
2011-09-17
1
-2
/
+2
*
Create wrapper API for apr_random;
Stefan Fritsch
2011-09-15
1
-0
/
+85
*
Add in MaxRangeOverlaps and MaxRangeReversals to accomodate
Jim Jagielski
2011-09-12
1
-17
/
+80
*
refactor to pull setting of Accept-Ranges header into http_protocol.c which
Eric Covener
2011-09-08
1
-3
/
+1
*
take care of some MaxRanges feedback:
Eric Covener
2011-09-07
1
-6
/
+23
*
add MaxRanges directive institute a default limit of 200 (post-merge where
Eric Covener
2011-08-28
1
-0
/
+17
*
Forbid some directives in .htaccess because of AllowOverrideList:
Stefan Fritsch
2011-08-04
1
-0
/
+6
*
cleanups related to new AllowOverrideList functionality:
Stefan Fritsch
2011-08-03
1
-0
/
+11
*
Adjust some messages for <If> blocks and remove some dead code
Stefan Fritsch
2011-08-03
1
-8
/
+0
[next]