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
*
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
Yann Ylavic
2016-04-26
1
-0
/
+5
*
Follow up to r1715876: core directives' tokens are ASCII.
Yann Ylavic
2015-12-30
1
-2
/
+2
*
Follow up to r1715876: core directives are ASCII.
Yann Ylavic
2015-12-30
1
-6
/
+6
*
Fix some minor style issue.
Christophe Jaillet
2015-12-10
1
-7
/
+8
*
Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...
Christophe Jaillet
2015-12-10
1
-1
/
+1
*
Revert r1672014 - doesn't work as advertised (would break configs
Kaspar Brand
2015-04-15
1
-2
/
+1
*
UNSET the VirtualHost's LogLevel just before calling ap_merge_log_config(),
Kaspar Brand
2015-04-08
1
-1
/
+2
*
Save a few bytes in conf pool.
Christophe Jaillet
2015-02-19
1
-1
/
+5
*
Provide a way for EXEC_ON_READ directives to see their context
Eric Covener
2015-01-30
1
-3
/
+5
*
Avoid useless warning message when parsing a section guarded by <IfDefine foo...
Christophe Jaillet
2014-08-18
1
-4
/
+0
*
Replace pre_htaccess hook with more flexible open_htaccess hook
Stefan Fritsch
2013-07-02
1
-18
/
+21
*
factor out DEFAULT_HANDLER_NAME
Eric Covener
2013-06-26
1
-7
/
+1
*
Use %pm available since apr 1.3 instead of an extra call to apr_strerror
Stefan Fritsch
2013-03-31
1
-9
/
+6
*
Replace strdup by ap_malloc to ensure a proper error message if out-of-memory.
Stefan Fritsch
2012-12-25
1
-3
/
+5
*
Add minor 'Warning' directive as defined in current mod_macro.
Fabien Coelho
2012-12-08
1
-0
/
+3
*
PR54223: 2.4 generates AH00554 when Include points to a directory with no wil...
Eric Covener
2012-11-29
1
-1
/
+1
*
"Iterate" directives: Report an error if no arguments are provided.
Jeff Trawick
2012-10-11
1
-1
/
+9
*
add pre_htaccess hook; in conjunction with earlier dirwalk_stat
Jeff Trawick
2012-09-24
1
-0
/
+9
*
style in the neighborhood of a bug
Eric Covener
2012-07-10
1
-2
/
+4
*
Fold on Jeff's DefaultRuntimeDir impl... docs on the way
Jim Jagielski
2012-03-07
1
-0
/
+20
*
Core configuration: add AllowOverride option to treat syntax
Nick Kew
2012-01-09
1
-7
/
+27
*
Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly
William A. Rowe Jr
2012-01-06
1
-1
/
+1
*
Limit length of lines in .htaccess to 8K again, to reduce DoS potential.
Stefan Fritsch
2011-12-12
1
-3
/
+12
*
Add some more log message tags
Stefan Fritsch
2011-12-04
1
-6
/
+5
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-13
/
+13
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
*
Add wrappers for malloc, calloc, realloc that check for out of memory
Stefan Fritsch
2011-09-19
1
-2
/
+2
*
Add ap_varbuf API for resizable buffers.
Stefan Fritsch
2011-08-13
1
-18
/
+25
*
Adjust some messages for <If> blocks and remove some dead code
Stefan Fritsch
2011-08-03
1
-2
/
+2
*
use temp pool for temp string
Stefan Fritsch
2011-08-03
1
-1
/
+1
*
Add AllowOverrideList directive and documentation
Daniel Ruggeri
2011-07-28
1
-3
/
+10
*
Use APR_UNSPEC to allow startup on IP6-only systems.
Stefan Fritsch
2011-07-13
1
-1
/
+1
*
Fix "statement not reached" warnings with sun cc
Stefan Fritsch
2011-06-24
1
-3
/
+0
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-4
/
+6
*
disable hook probes for our two hooks which have no args
Jeff Trawick
2011-05-11
1
-0
/
+14
*
Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,
Stefan Fritsch
2011-04-25
1
-8
/
+55
*
Prevent segfault if DYNAMIC_MODULE_LIMIT is reached
Stefan Fritsch
2011-04-15
1
-9
/
+9
*
Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.
Stefan Fritsch
2011-03-29
1
-19
/
+35
*
typo in format string for 1070660
Eric Covener
2011-02-14
1
-1
/
+1
*
Log a hint about the directory needing to be executable
Eric Covener
2011-02-14
1
-2
/
+3
*
Optimize memory access pattern of ap_merge_per_dir_configs()
Stefan Fritsch
2011-02-03
1
-7
/
+18
*
config: report error and exit cleanly if getaddrinfo fails at startup
Nick Kew
2011-01-16
1
-1
/
+9
*
mod_proxy: Fix ProxyPassInterpolateEnv directive.
Stefan Fritsch
2010-11-18
1
-0
/
+12
*
* Fix parameter name as new is a reserved word in C++ which makes compiling
Ruediger Pluem
2010-11-10
1
-9
/
+9
*
Add a generic pool cleanup function that sets a pointer to NULL and use
Stefan Fritsch
2010-11-06
1
-7
/
+1
*
use temp pool in some more places
Stefan Fritsch
2010-10-23
1
-3
/
+3
*
Set the LogLevel of a newly initialized virtual hosts to UNSET. Otherwise
Stefan Fritsch
2010-10-19
1
-1
/
+1
*
merge if blocks
Stefan Fritsch
2010-10-02
1
-3
/
+1
*
Use ptemp in some places to save some memory when parsing included config
Stefan Fritsch
2010-10-02
1
-7
/
+7
*
core: Speed up config parsing if using a very large number of config
Stefan Fritsch
2010-10-02
1
-0
/
+19
[next]