index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_ssl, ab: compatibility with LibreSSL. PR 61184.
Yann Ylavic
2017-07-30
1
-0
/
+8
*
* Do not apply the strict permissions of the temporary file to a possibly
Ruediger Pluem
2017-07-03
2
-2
/
+2
*
ab: move option processing for setting a custom
Rainer Jung
2017-05-28
1
-4
/
+4
*
ab: don't call malloc_init for OpenSSL 1.1.0
Jacob Champion
2017-05-22
1
-2
/
+0
*
htpasswd: report the right limit when get_password() overflows.
Yann Ylavic
2017-02-03
1
-1
/
+1
*
htpasswd: don't point to (unused) stack memory on output
Yann Ylavic
2017-02-03
1
-2
/
+7
*
rotatelogs: fix -n help text
Eric Covener
2017-01-26
1
-1
/
+1
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
4
-6
/
+6
*
ab: follow up to r1750854: still better naming, and a C89 fix.
Yann Ylavic
2016-07-01
1
-9
/
+9
*
ab: follow up to r1750854: some comments and better naming.
Yann Ylavic
2016-07-01
1
-10
/
+8
*
ab: follow up to r1750854.
Yann Ylavic
2016-07-01
1
-16
/
+25
*
ab: follow up to r1750854: put the -I at the right place for apr_getopt().
Yann Ylavic
2016-06-30
1
-1
/
+1
*
ab: add SNI support when available.
Yann Ylavic
2016-06-30
1
-2
/
+47
*
Prepare to backport, this is not specific to VS 2015...
William A. Rowe Jr
2016-06-14
1
-1
/
+5
*
Fix comment typo
Stefan Fritsch
2016-05-28
1
-1
/
+1
*
Fix segfault with logresolve -c and IPv6
Stefan Fritsch
2016-05-28
1
-1
/
+1
*
PR59630: include OpenSSL_Applink when compiling on Visual Studio 2015 and up
Gregg Lewis Smith
2016-05-27
1
-0
/
+4
*
_setargv will not compile on _MSC_VER > 1700 MS documentation's example simpl...
Gregg Lewis Smith
2016-05-25
1
-0
/
+2
*
ab: follow up to r1738415: EC_curve_nid2nist() available in OpenSSL-1.0.2 and...
Yann Ylavic
2016-04-29
1
-1
/
+3
*
print Server Temp Key information.
Jean-Frederic Clere
2016-04-10
1
-0
/
+37
*
Support for OpenSSL 1.1.0:
Rainer Jung
2016-03-20
1
-2
/
+38
*
Follow-up to r1734817: suexec passes through mod_include's DOCUMENT_ARGS
Jeff Trawick
2016-03-14
1
-0
/
+1
*
ab: Use caseless matching for HTTP tokens (e.g. content-length).
Yann Ylavic
2016-03-04
1
-14
/
+42
*
Support for OpenSSL 1.1.0
Rainer Jung
2016-02-07
1
-0
/
+6
*
block bcrypt on EBCDIC -- lots of ascii-isms in apr-util's bcrypt.
Eric Covener
2015-10-25
1
-0
/
+5
*
Support compilation against libssl built with OPENSSL_NO_SSL3,
Kaspar Brand
2015-09-19
1
-1
/
+9
*
Silence a sparse warning about inconsistent indenting + some minor style issues
Christophe Jaillet
2015-08-31
1
-4
/
+4
*
Silence a sparse warning about inconsistent indenting
Christophe Jaillet
2015-08-31
1
-3
/
+3
*
Silence a sparse warning about inconsistent indenting
Christophe Jaillet
2015-08-31
1
-1
/
+1
*
Silence a sparse warning about inconsistent indenting
Christophe Jaillet
2015-08-31
1
-1
/
+1
*
The increased use of UuidCreate() in APR 1.5.2+ introduces an unresolved
Gregg Lewis Smith
2015-04-29
7
-28
/
+28
*
tab vs space
Christophe Jaillet
2015-04-17
1
-3
/
+3
*
Choose "-D" instead of "-d" for the rotatelogs
Rainer Jung
2015-03-13
1
-6
/
+6
*
Small changes to rotatelogs:
Rainer Jung
2015-03-13
1
-3
/
+4
*
ab: Add missing longest request (100%) to CSV export.
Yann Ylavic
2015-02-24
1
-1
/
+1
*
suexec: Filter out HTTP_PROXY
Stefan Fritsch
2015-02-14
1
-1
/
+15
*
split-logfile: Fix perl error: 'Can't use string ("example.org:80")
Eric Covener
2014-12-31
1
-5
/
+4
*
ab: Use only one connection to determine working destination socket address.
Jan Kaluža
2014-09-30
1
-5
/
+16
*
ab: try all destination socket addresses returned by apr_sockaddr_info_get
Jan Kaluža
2014-09-23
1
-10
/
+34
*
ab: increase request and response header size to 8192 bytes,
Jan Kaluža
2014-09-04
1
-4
/
+6
*
* support/ab.c: Fix crash caused by integer overflow when printing stats with
Jan Kaluža
2014-08-14
1
-2
/
+2
*
Remove some 'register' in variable declaration.
Christophe Jaillet
2014-07-14
1
-1
/
+1
*
ab: support custom HTTP method with -m argument. PR 56604.
Yann Ylavic
2014-06-07
1
-4
/
+9
*
Ensure that min/max valid timestamps (milliseconds since the epoch)
Jeff Trawick
2014-05-15
1
-1
/
+8
*
Add module mod_ssl_ct, which provides an implementation of Certificate
Jeff Trawick
2014-04-21
3
-1
/
+474
*
* support/rotatelogs.c (main): Prevent creation of zombies from
Joe Orton
2014-04-14
1
-0
/
+5
*
* support/ab.c: Revert accidental version bump in r1580928.
Joe Orton
2014-03-24
1
-1
/
+1
*
* support/ab.c (write_request): Avoid redundant write(,,0) preceding
Joe Orton
2014-03-24
1
-1
/
+2
*
follow-up to r1542533:
Jeff Trawick
2013-11-18
1
-1
/
+2
*
Check all memory allocations and abort on failure
Stefan Fritsch
2013-11-16
1
-22
/
+49
[next]