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 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
*
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
[next]