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
*
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
*
Add AllowOverrideList directive and documentation
Daniel Ruggeri
2011-07-28
1
-0
/
+41
*
Use ap_document_root() in ap_core_translate() to allow modules like
Stefan Fritsch
2011-07-27
1
-4
/
+2
*
Add string valued expressions to ap_expr, do some API cleanup
Stefan Fritsch
2011-07-02
1
-2
/
+1
*
Introduce new function ap_get_conn_socket() to access the socket of
Stefan Fritsch
2011-06-13
1
-0
/
+5
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-69
/
+53
*
- Introduce concept of context prefix (which is an URL prefix)
Stefan Fritsch
2011-06-05
1
-4
/
+43
*
- Add <ElseIf> and <Else> to complement <If> sections. These are both easier
Stefan Fritsch
2011-06-05
1
-17
/
+61
*
Use define'd names for constants
Stefan Fritsch
2011-06-04
1
-5
/
+9
*
Cleanup... most don't need apr_hooks.h at all...
Jim Jagielski
2011-05-09
1
-1
/
+0
*
Add child_status hook for tracking creation/termination of MPM child
Jeff Trawick
2011-04-25
1
-0
/
+1
*
Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,
Stefan Fritsch
2011-04-25
1
-0
/
+1
*
The pre_config hook should return int, not apr_status_t.
Stefan Fritsch
2011-04-19
1
-1
/
+1
*
core: Support module names with colons in loglevel configuration.
Stefan Fritsch
2011-04-08
1
-1
/
+1
*
Add in a configuration generation... this is independent of
Jim Jagielski
2011-03-31
1
-0
/
+3
*
match docs for case of "ScoreBoardFile"
Jeff Trawick
2011-03-28
1
-1
/
+1
*
mpm_common.c implements a handful of config directives; the
Jeff Trawick
2011-03-28
1
-0
/
+2
*
core: AllowEncodedSlashes new option NoDecode to allow encoded slashes
Daniel Earl Poirier
2011-03-16
1
-3
/
+18
*
fix some grammar mistakes, mostly in comments
Jeff Trawick
2011-03-12
1
-3
/
+3
*
Create new ap_state_query() function that allows modules to determine
Stefan Fritsch
2011-02-12
1
-0
/
+15
*
* Only unset if we have a table. This can happen if undefine occurs before de...
Ruediger Pluem
2011-01-21
1
-1
/
+3
*
Add support to set variables with the 'Define' directive. Change
Stefan Fritsch
2011-01-20
1
-30
/
+53
*
Move ap_resolve_env to core.c, in preparation for adding mod_define-like
Stefan Fritsch
2011-01-20
1
-0
/
+89
*
Initialize the core_dir_config->sec_files and ->sec_if only if needed.
Stefan Fritsch
2011-01-18
1
-8
/
+18
*
remove some redundant NULL assignments
Stefan Fritsch
2011-01-18
1
-13
/
+11
*
Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.
Stefan Fritsch
2011-01-17
1
-3
/
+22
*
eliminate another var named 'c' which is not a conn_rec
Stefan Fritsch
2010-12-30
1
-4
/
+2
*
Applying patch from PR 33078 (with slight changes to its return values)
Igor Galić
2010-12-28
1
-1
/
+25
*
Changing the default Options from All to FollowSymlinks.
Igor Galić
2010-12-24
1
-3
/
+3
*
PR50349: Honor 'AcceptPathInfo OFF' during internal redirects,
Eric Covener
2010-12-07
1
-7
/
+12
*
simplify ServerName check with apr_fnmatch_test()
Eric Covener
2010-12-04
1
-10
/
+1
*
Remove useless 'const' to fix compiler warning
Stefan Fritsch
2010-12-04
1
-1
/
+1
[next]