index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_include: Add support for application/x-www-form-urlencoded encoding
Graham Leggett
2011-10-29
2
-1
/
+52
*
Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.
Stefan Fritsch
2011-10-27
1
-2
/
+2
*
Add comment why the code is disabled
Stefan Fritsch
2011-10-26
1
-0
/
+1
*
Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and with
Stefan Fritsch
2011-10-26
1
-20
/
+48
*
* Correctly return a 400 (Bad request) in case of a HTTP/0.9 request like
Ruediger Pluem
2011-10-25
1
-5
/
+6
*
Comment out some incomplete code that does nothing but produce a compiler
Stefan Fritsch
2011-10-20
1
-0
/
+2
*
regex related cleanups:
Stefan Fritsch
2011-10-19
1
-4
/
+4
*
Downgrade some more log messages indicating client errors from level error to
Stefan Fritsch
2011-10-17
1
-8
/
+35
*
flip operator in comment for r1182887 and add some whitespace
Eric Covener
2011-10-13
1
-1
/
+2
*
Force the honoring of AP_MAX_REG_MATCH
Jim Jagielski
2011-10-13
1
-2
/
+4
*
Update autogenerated code. Now generated with bison 2.5 instead of 2.4.1
Stefan Fritsch
2011-10-10
3
-464
/
+519
*
Improve error message by removing 'unexpected T_ERROR' in one case.
Stefan Fritsch
2011-10-10
2
-2
/
+3
*
Downgrade to DEBUG level several messages which were all redundant
William A. Rowe Jr
2011-10-10
2
-5
/
+5
*
Resolve server and remote IP's in the AcceptFilter 'none' path.
William A. Rowe Jr
2011-10-10
2
-10
/
+26
*
If a child is created just before graceful restart and then exits because
Stefan Fritsch
2011-10-10
3
-11
/
+58
*
Check the return value from ap_run_create_connection in mpm_event.
Stefan Fritsch
2011-10-10
2
-0
/
+7
*
Consistently use base 10 for numbers when parsing config options. It may be
Stefan Fritsch
2011-10-09
1
-2
/
+2
*
Add -D DUMP_RUN_CFG option to dump some configuration items
Stefan Fritsch
2011-10-09
4
-5
/
+117
*
Shut up gcc/glibc warning about ignoring write()'s return value.
Stefan Fritsch
2011-10-08
1
-3
/
+13
*
Downgrade error log messages which accompany a 404 request status from loglevel
Stefan Fritsch
2011-10-08
1
-3
/
+3
*
Sort hooks twice, once before pre_config, once after ap_process_config_tree.
Stefan Fritsch
2011-10-08
1
-0
/
+14
*
Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. Smith
Stefan Fritsch
2011-10-05
1
-1
/
+1
*
SECURITY (CVE-2011-3368): Prevent unintended pattern expansion in some
Joe Orton
2011-10-05
1
-0
/
+19
*
Enforce LimitRequestFieldSize after multiple headers with the same
Stefan Fritsch
2011-10-03
1
-0
/
+20
*
Some varbuf enhancements:
Stefan Fritsch
2011-09-26
1
-19
/
+86
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
4
-14
/
+14
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
26
-144
/
+144
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
5
-13
/
+13
*
Add wrappers for malloc, calloc, realloc that check for out of memory
Stefan Fritsch
2011-09-19
7
-50
/
+49
*
Give a slightly more direct hint when no global ServerName is set. I still
Eric Covener
2011-09-19
1
-1
/
+2
*
* Correctly obey ServerName / ServerAlias if the Host header from the
Ruediger Pluem
2011-09-17
1
-12
/
+25
*
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
*
Update auto-generated code
Stefan Fritsch
2011-08-13
2
-193
/
+208
*
Do proper length checks in the expression scanner. This allows to remove the
Stefan Fritsch
2011-08-13
3
-24
/
+24
*
Add ap_varbuf API for resizable buffers.
Stefan Fritsch
2011-08-13
2
-34
/
+223
*
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
2
-10
/
+2
*
use temp pool for temp string
Stefan Fritsch
2011-08-03
1
-1
/
+1
*
Fix handling of offset in ap_send_fd()
Stefan Fritsch
2011-08-03
1
-1
/
+1
*
Add AllowOverrideList directive and documentation
Daniel Ruggeri
2011-07-28
3
-5
/
+61
*
Use ap_unescape_url_keep2f() in ap_expr unescape func. ap_unescape_url()
Stefan Fritsch
2011-07-27
1
-4
/
+7
*
Use ap_document_root() in ap_core_translate() to allow modules like
Stefan Fritsch
2011-07-27
1
-4
/
+2
*
Install signal handlers for crashes before detaching. Previously, there
Stefan Fritsch
2011-07-26
3
-0
/
+6
*
Reduce period during startup and restart where a successive signal may be lost
Stefan Fritsch
2011-07-26
3
-3
/
+3
[next]