]> granicus.if.org Git - apache/history - support
* Do not reset the retry timeout if the worker is in error at this stage even
[apache] / support /
2015-02-24 Yann Ylavicab: Add missing longest request (100%) to CSV export.
2015-02-13 Stefan Fritschsuexec: Filter out HTTP_PROXY
2014-12-31 Eric Covenersplit-logfile: Fix perl error: 'Can't use string ...
2014-09-30 Jan Kalužaab: Use only one connection to determine working destin...
2014-09-23 Jan Kalužaab: try all destination socket addresses returned by...
2014-09-04 Jan Kalužaab: increase request and response header size to 8192...
2014-08-14 Jan Kaluža* support/ab.c: Fix crash caused by integer overflow...
2014-07-14 Christophe JailletRemove some 'register' in variable declaration.
2014-06-07 Yann Ylavicab: support custom HTTP method with -m argument. PR...
2014-05-15 Jeff TrawickEnsure that min/max valid timestamps (milliseconds...
2014-04-21 Jeff TrawickAdd module mod_ssl_ct, which provides an implementation...
2014-04-14 Joe Orton* support/rotatelogs.c (main): Prevent creation of...
2014-03-24 Joe Orton* support/ab.c: Revert accidental version bump in r1580928.
2014-03-24 Joe Orton* support/ab.c (write_request): Avoid redundant write...
2013-11-18 Jeff Trawickfollow-up to r1542533:
2013-11-16 Stefan FritschCheck all memory allocations and abort on failure
2013-11-15 Jeff Trawickmore apr_file_write_full() simplification (like r1542413)
2013-10-31 Joe Orton* support/rotatelogs.c: Introduce an adjusted_time_t...
2013-10-25 Jeff TrawickRemove unused APXS setting from template for generated...
2013-10-23 Ben Reserrotatelogs: Remove last constant length error buffer.
2013-10-23 Ben Reserrotatelogs: Remove another use of a consant length...
2013-10-23 Ben Reserrotatelogs: Use apr_psprintf() with %pm instead of...
2013-10-19 Ben ReserAdd an option to autocreate directories to rotatelogs.
2013-10-15 Joe Orton* support/rotatelogs.c (get_now): Fix the NULL ptr...
2013-10-15 Joe Orton* support/rotatelogs.c (get_now): Return the offset...
2013-08-18 Jeff Trawickfcgistarter: Specify SO_REUSEADDR to allow starting...
2013-08-05 Jeff Trawickab: Fix potential buffer overflows when processing...
2013-07-16 Christophe JailletFix command line parsing. This was introduced in r13952...
2013-06-18 Guenter KnaufMake MSVC compilers happy.
2013-06-07 Eric Covenerdon't truncate the very first file opened (unless the...
2013-06-07 Christophe JailletFix commit 1465115.
2013-06-07 Eric Covenerrotatelogs: add -n number-of-files option to roate...
2013-06-02 Christophe JailletAdd a new -l parameter in order not to check the length...
2013-06-01 Guenter KnaufAdded header protection.
2013-06-01 Christophe JailletCheck if malloc succeeded
2013-06-01 Christophe Jaillet3rd patch from PR45355
2013-05-13 Guenter KnaufFixed include for Windows.
2013-04-25 Rainer Junghtdigest: Fix buffer overflow when reading digest
2013-04-05 Stefan Fritschhtpasswd: Add -v option to verify a password
2013-04-05 Stefan Fritschfix htpasswd/htdbm brown paper bag bugs
2013-04-05 Stefan Fritschremove unused variables
2013-04-04 Christophe JailletUse apr_file_printf(... "%pm"...) instead of explicit...
2013-04-04 Christophe JailletUse apr_file_printf(... "%pm"...) instead of explicit...
2013-04-02 Christophe JailletUse apr_file_printf(... "%pm"...) instead of explicit...
2013-04-02 Christophe JailletUse apr_snprintf(... "%pm"...) instead of explicit...
2013-03-03 Christophe JailletRemove useless tests.
2013-03-02 Christophe JailletThe 2 first patches from PR45355 have been ported
2013-01-21 Joe Orton* support/htcacheclean.c (main): Ensure -p was used...
2013-01-14 Rainer JungFix htcacheclean list options "-a" and "-A".
2012-12-25 Stefan Fritschhtdbm, htpasswd: print error message if out of memory
2012-12-25 Stefan FritschExit with error message if out of mem
2012-12-17 Christophe Jailletab: add the possibility to define a socket timeout...
2012-12-14 Christophe Jaillethttxt2dbm: Correct length computation for the 'value...
2012-12-12 Rainer Junghtdbm:
2012-12-09 Gregg Lewis Smithfix unresolved external symbol __imp__UuidCreate error
2012-12-02 Christophe Jailleterror[120] is already defined in this function. Just...
2012-11-15 Joe Orton* support/rotatelogs.c: Cleanups, no functional change...
2012-11-15 Joe Orton* support/rotatelogs.c (post_rotate): Really omit the...
2012-10-15 Christophe JailletcppCheck: unreadVariable - 'serviceFlag' is not used...
2012-10-08 Guenter KnaufRemoved __func__ usage which is c99.
2012-10-07 Stefan FritschOptionally read passwords from stdin
2012-10-07 Stefan Fritschadd support for bcrypt
2012-10-07 Stefan FritschAdd passwd_common.c build support for Windows and Netware
2012-10-07 Stefan FritschStart refactoring of htpasswd and htdbm
2012-10-07 Kaspar BrandAllow forced setting of TLS1.1 and TLS1.2 protocols...
2012-09-16 Kaspar BrandSpin off module-specific build options into separate...
2012-09-16 Kaspar Brandrevert r1385214, as I inadvertently left out acinclude.m4.
2012-09-16 Kaspar BrandSpin off module-specific build options into separate...
2012-08-17 Joe Orton* support/rotatelogs.c (truncate_and_write_error):...
2012-08-10 Jeff Trawickab: Fix read failure when targeting SSL server.
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-08-05 Stefan Fritschhtpasswd: Use correct file mode for checking if file...
2012-07-21 Jeff TrawickWhen -B is specified, search for a host address in the
2012-07-18 Jeff TrawickFix compile break when SIGPIPE is not defined
2012-06-22 Stefan Fritschnote more prominently that SHA and crypt are insecure
2012-06-19 Joe Orton* support/ab.c (test, start_connect): Only bind the...
2012-06-06 Joe Orton* support/htpasswd.c (mkrecord): Handle crypt() failure.
2012-05-31 Joe Orton* support/suexec.c: Define AP_LOG_FACILITY.
2012-05-27 Stefan FritschMake apxs use LDFLAGS from config_vars.mk in addition...
2012-05-23 Joe Ortonsuexec: Add support for logging to syslog as an alterna...
2012-05-11 Joe Orton* support/suexec.c: Add gcc format-string attributes...
2012-04-26 Stefan FritschReplace use of apr_file_write() with apr_file_write_ful...
2012-04-13 Rich Bowenuse strict; use warnings;
2012-04-12 Rich BowenMissing slash
2012-04-12 Rich BowenReplace hard-coded example paths with config_vars templ...
2012-04-12 Rich BowenWith further assistance from Daniel Gruno - style chang...
2012-04-12 Rich BowenRemoves calls to `date`.
2012-04-12 Rich BowenUpdates patch provided by Dave Brondsema (brondsem...
2012-03-02 Stefan FritschFix insecure handling of LD_LIBRARY_PATH that could...
2012-02-01 Rainer JungMinor fixes for firehose and mod_policy:
2012-02-01 Rich BowenSorry about that. Wasnt looking in the right place.
2012-02-01 Rich BowenMake apachectl -h aware of status, fullstatus, and...
2011-12-20 Graham LeggettMove ab, logresolve, httxt2dbm and apxs to bin from...
2011-12-20 Guenter KnaufAdded mod_firehose and firehose to NetWare build.
2011-12-19 Graham LeggettDistinguish properly between the bindir and sbindir...
2011-12-17 Graham Leggettmod_firehose: Add a new debugging module able to record...
2011-10-26 Joe Orton* support/rotatelogs.c (usage, main): Add support for...
2011-10-17 Stefan FritschIncrease the max line length from 2k to 128k and alloca...
2011-10-01 Stefan FritschIf MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
next