index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
http_config.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
doxygen improvements
Jeff Trawick
2014-01-22
1
-1
/
+11
*
fix a couple of grammar problems
Jeff Trawick
2013-08-01
1
-2
/
+2
*
Replace pre_htaccess hook with more flexible open_htaccess hook
Stefan Fritsch
2013-07-02
1
-6
/
+22
*
Make ap_check_cmd_context() treat <If> sections like <File> sections.
Stefan Fritsch
2012-11-07
1
-3
/
+3
*
add pre_htaccess hook; in conjunction with earlier dirwalk_stat
Jeff Trawick
2012-09-24
1
-0
/
+9
*
Docs (and minor comment change) for DefaultRuntimeDir directive
Jim Jagielski
2012-03-07
1
-1
/
+1
*
Fold on Jeff's DefaultRuntimeDir impl... docs on the way
Jim Jagielski
2012-03-07
1
-0
/
+8
*
Core configuration: add AllowOverride option to treat syntax
Nick Kew
2012-01-09
1
-0
/
+7
*
Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly
William A. Rowe Jr
2012-01-06
1
-3
/
+3
*
Limit length of lines in .htaccess to 8K again, to reduce DoS potential.
Stefan Fritsch
2011-12-12
1
-0
/
+6
*
Consistenly use apr_file_* API instead of libc when dumping config because
Stefan Fritsch
2011-10-09
1
-0
/
+4
*
cleanups related to new AllowOverrideList functionality:
Stefan Fritsch
2011-08-03
1
-0
/
+1
*
Add AllowOverrideList directive and documentation
Daniel Ruggeri
2011-07-28
1
-0
/
+5
*
Document the weird semantics of ap_find_command_in_modules()
Stefan Fritsch
2011-07-26
1
-3
/
+6
*
dox fix
Stefan Fritsch
2011-06-25
1
-0
/
+1
*
Cleanup... most don't need apr_hooks.h at all...
Jim Jagielski
2011-05-09
1
-1
/
+0
*
Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,
Stefan Fritsch
2011-04-25
1
-1
/
+18
*
clarify comment
Stefan Fritsch
2011-04-17
1
-1
/
+1
*
Axed tabs and trailing spaces.
Guenter Knauf
2011-04-13
1
-106
/
+106
*
Add CHANGES entry for r1086756 / ap_cfg_* change
Stefan Fritsch
2011-03-29
1
-1
/
+2
*
Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.
Stefan Fritsch
2011-03-29
1
-14
/
+30
*
fix doxygen warnings
Jeff Trawick
2011-03-28
1
-1
/
+1
*
fix some grammar mistakes, mostly in comments
Jeff Trawick
2011-03-12
1
-2
/
+2
*
Fix some Windows build issues
Stefan Fritsch
2010-11-25
1
-1
/
+1
*
mod_proxy: Fix ProxyPassInterpolateEnv directive.
Stefan Fritsch
2010-11-18
1
-1
/
+11
*
* Fix parameter name as new is a reserved word in C++ which makes compiling
Ruediger Pluem
2010-11-10
1
-4
/
+4
*
Add a generic pool cleanup function that sets a pointer to NULL and use
Stefan Fritsch
2010-11-06
1
-0
/
+8
*
Add ErrorLogFormat directive for configuring the error log format, including
Stefan Fritsch
2010-09-05
1
-1
/
+1
*
- add more comments explaining the logging macros
Stefan Fritsch
2010-08-25
1
-3
/
+20
*
Trivial spelling fix so I can close
Nick Kew
2010-07-20
1
-1
/
+1
*
Add ap_find_module_short_name() to quickly get the module short name
Stefan Fritsch
2010-07-19
1
-2
/
+12
*
re-order many struct members for better alignment on 64bit
Stefan Fritsch
2010-07-01
1
-2
/
+2
*
- Introduce ap_log_cserror to allow mod_ssl to associate log messages to
Stefan Fritsch
2010-06-14
1
-0
/
+20
*
Fix some issues found by Ruediger Pluem
Stefan Fritsch
2010-06-09
1
-1
/
+0
*
- Add loglevels to request_rec and conn_rec
Stefan Fritsch
2010-06-06
1
-13
/
+62
*
- Introduce log levels trace1/.../trace8
Stefan Fritsch
2010-06-06
1
-0
/
+50
*
First order simplification; Add IncludeOptional for introducing
William A. Rowe Jr
2010-04-07
1
-18
/
+13
*
Add the missing header file from r928916.
Graham Leggett
2010-03-31
1
-0
/
+23
*
replace duplicate code with new function ap_parse_log_level()
Stefan Fritsch
2010-02-02
1
-0
/
+8
*
Fix remaining doxygen warnings. "make dox" is now clean with doxygen
Daniel Earl Poirier
2009-11-03
1
-6
/
+7
*
Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.
Daniel Earl Poirier
2009-10-28
1
-11
/
+14
*
rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da...
Jeff Trawick
2009-03-30
1
-3
/
+3
*
Provide ap_set_retained_data()/ap_get_retained_data() for preservation
Jeff Trawick
2009-03-25
1
-0
/
+15
*
Remove CORE_PRIVATE.
Paul Querna
2008-04-07
1
-4
/
+0
*
"Method" in HTTP has a particular meaning, simple descriptive
William A. Rowe Jr
2008-04-05
1
-13
/
+13
*
Use correct Doxygen keywords for functions and variables. TODO: figure out w...
Sander Temme
2007-07-04
1
-22
/
+21
*
Introduce a check_config phase between pre_config and open_logs,
Chris Darroch
2006-08-15
1
-0
/
+10
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-29
1
-7
/
+12
[next]