index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Configuration files with long lines and continuation characters
Eric Covener
2014-12-29
1
-15
/
+15
*
SECURITY (CVE-2014-0117): Fix a crash in mod_proxy. In a reverse
Joe Orton
2014-07-15
1
-0
/
+89
*
Remove some 'register' in variable declaration.
Christophe Jaillet
2014-07-14
1
-7
/
+7
*
Follow up to r1384924 .
Christophe Jaillet
2014-04-24
1
-1
/
+5
*
s/apr_pstrndup/apr_pstrmemdup/ when applicable
Christophe Jaillet
2014-02-01
1
-5
/
+3
*
Use %pm in order to save 8k of stack in 'ap_pcfg_strerror'
Christophe Jaillet
2014-02-01
1
-5
/
+7
*
Be more clever when allocating memory for log item to be escaped.
Christophe Jaillet
2013-05-22
1
-2
/
+19
*
Revert change in order to apply a better solution.
Christophe Jaillet
2013-05-22
1
-15
/
+1
*
core: Stop the HTTP_IN filter from attempting to write error buckets
Graham Leggett
2013-05-14
1
-1
/
+1
*
core: Add the ability to do explicit matching on weak and strong ETags
Graham Leggett
2013-05-06
1
-6
/
+66
*
Turn a int into a apr_size_t for a variabe used to compute a string length
Christophe Jaillet
2013-04-15
1
-1
/
+1
*
Part two of r1467523
Daniel Ruggeri
2013-04-14
1
-1
/
+1
*
Static var not neccessary here
Daniel Ruggeri
2013-04-13
1
-1
/
+1
*
Be more clever when allocating memory for log item to be escaped.
Christophe Jaillet
2013-03-27
1
-1
/
+15
*
Remove useless tests.
Christophe Jaillet
2013-03-03
1
-4
/
+4
*
Can't figure out why we allocate len+2 bytes here. Len+1 should be enough.
Christophe Jaillet
2013-02-05
1
-1
/
+1
*
Add helper function to execute command w args and get one line of output. All...
Daniel Ruggeri
2013-01-15
1
-0
/
+42
*
Add some caching for password hash validation.
Stefan Fritsch
2013-01-01
1
-0
/
+40
*
Add an option to enforce stricter HTTP conformance
Stefan Fritsch
2012-12-30
1
-0
/
+10
*
remove unnecessary cast
Stefan Fritsch
2012-12-17
1
-4
/
+3
*
add new ap_bin2hex() utility function
Stefan Fritsch
2012-12-16
1
-0
/
+13
*
follow-up to r1389481: find/use getloadavg() prototype on Solaris
Jeff Trawick
2012-10-12
1
-0
/
+3
*
follow up to r1390564: we just need scope, not control structure
Jeff Trawick
2012-10-12
1
-2
/
+2
*
Extract some more data through the server load API:
Joe Orton
2012-10-03
1
-0
/
+10
*
wrap var inits in the macro w/ a do-while.
Jim Jagielski
2012-09-26
1
-13
/
+15
*
More accurate counts of busy and ready/idle
Jim Jagielski
2012-09-26
1
-7
/
+9
*
Break out loadavg from Apache load.... one is quick, the other
Jim Jagielski
2012-09-24
1
-17
/
+24
*
minor name change, but I expect most will just want/need/use
Jim Jagielski
2012-09-24
1
-2
/
+2
*
Would be nice to have some sort of canonical definition
Jim Jagielski
2012-09-24
1
-0
/
+62
*
make the CT check in ap_parse_form_data case-insensitive
Daniel Gruno
2012-08-13
1
-1
/
+1
*
Ditch the !, since that would result in the opposite of what was intended
Daniel Gruno
2012-08-13
1
-1
/
+1
*
core: use a cheaper way of matching the content-type when parsing form data
Daniel Gruno
2012-08-13
1
-1
/
+1
*
core:
Daniel Gruno
2012-08-12
1
-1
/
+1
*
make varbuf functions treat AP_VARBUF_UNKNOWN consistently, improve docs
Stefan Fritsch
2012-07-10
1
-4
/
+18
*
Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp()
Stefan Fritsch
2012-05-27
1
-2
/
+4
*
Fix treatment of regex backreferences.
Stefan Fritsch
2012-03-29
1
-4
/
+2
*
Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly
William A. Rowe Jr
2012-01-06
1
-12
/
+14
*
Limit length of lines in .htaccess to 8K again, to reduce DoS potential.
Stefan Fritsch
2011-12-12
1
-0
/
+2
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-8
/
+8
*
Fix integer overflow in ap_pregsub. This can be triggered e.g.
Stefan Fritsch
2011-11-07
1
-0
/
+2
*
No need to zero memory that we will overwrite anyway
Stefan Fritsch
2011-11-07
1
-1
/
+1
*
Remove magic numbers; ensure that an invalid nmatch is corrected
Jim Jagielski
2011-10-29
1
-6
/
+6
*
mod_include: Add support for application/x-www-form-urlencoded encoding
Graham Leggett
2011-10-29
1
-0
/
+44
*
Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.
Stefan Fritsch
2011-10-27
1
-2
/
+2
*
Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and with
Stefan Fritsch
2011-10-26
1
-20
/
+48
*
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
*
Shut up gcc/glibc warning about ignoring write()'s return value.
Stefan Fritsch
2011-10-08
1
-3
/
+13
*
Some varbuf enhancements:
Stefan Fritsch
2011-09-26
1
-19
/
+86
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
[next]