]> granicus.if.org Git - apache/history - support
Introduce ap_(get|set)_core_module_config() functions/macros and use them
[apache] / support /
2011-05-22 Stefan FritschFix various "variable 'x' set but not used" warnings.
2011-05-15 Stefan FritschImprovements found by cppcheck:
2011-05-11 Stefan FritschUse APR_STATUS_IS_... in some more cases.
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2011-04-26 Igor GalićMake sure support/check_forensic works with mod_unique_...
2011-04-08 Stefan Fritschmod_ssl, ab: Support OpenSSL compiled without SSLv2...
2011-04-07 Jeff Trawickdon't build checkgid or fcgistarter on MinGW
2011-04-07 Jeff Trawickhide some unused code on Win32 and NetWare
2011-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-17 Joe Orton* support/ab.c (test): Catch more calloc failures.
2011-03-09 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-02-16 Stefan FritschFix link errors for crypt() with --no-add-needed/-...
2010-12-21 Graham Leggettrotatelogs: Add -e option to write logs through to...
2010-11-30 Guenter KnaufSome more casts to make MSVC calm ...
2010-11-30 Guenter KnaufFixed return type to silent compiler warning.
2010-11-26 Rainer JungFurther trivial updates mod_disk_cache -> mod_cache_disk.
2010-11-20 Graham Leggettmod_disk_cache renamed to mod_cache_disk, to be consist...
2010-11-11 Stefan FritschRemove workaround that was only necessary when htcachec...
2010-11-11 Guenter KnaufMore splitting as suggested by minfrin.
2010-11-10 Guenter KnaufSplitted off cache defines/structs used by htcacheclean.
2010-10-24 Guenter KnaufAnother NetWare makefile cleanup.
2010-10-19 Daniel Earl PoirierWith rotatelogs -v, on platforms where APR_FINFO_NAME...
2010-10-18 Stefan FritschFix compilation of htcacheclean with enable-maintainer...
2010-10-13 Graham Leggetthtcacheclean: Teach htcacheclean to limit cache size...
2010-10-06 Graham LeggettFix a segfault when tmpfiles are encountered while...
2010-10-06 Guenter KnaufRenamed optarg -> opt_arg to avoid name clashes with...
2010-10-05 Graham LeggettEnsure the correct pool is passed in when listing URLs.
2010-10-04 Graham Leggetthtcacheclean: Allow the listing of valid URLs within...
2010-09-29 Graham Leggetthtcacheclean: Allow the option to round up file sizes...
2010-09-29 Graham Leggettmod_disk_cache: Instead of creating an empty data file...
2010-09-29 Graham Leggetthtcacheclean: If the cache file format is unrecognised...
2010-09-19 Jeff Trawicksimplify walking through array of returned apr_pollfd_t
2010-09-19 Jeff Trawickfix one error message, eliminate another that will...
2010-08-22 Stefan FritschSupport large log files in suexec
2010-08-20 Jeff TrawickFortify falsely complained that the sprintf() result...
2010-08-18 Stefan FritschFix usage output.
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-06-22 Nick KewSupport AP_DECLARE_MODULE declaration syntax in apxs
2010-06-06 Stefan Fritschab: Fix memory leak with -v2 and SSL.
2010-05-14 Jeff Trawickapxs -q: Stop filtering out ':' characters from the...
2010-05-07 Philip M. GollucciFix the following:
2010-05-03 Daniel Earl Poirierab was sending wrong number of requests when keepalive...
2010-04-14 Jeff Trawickbuild the socket address first, then get a matching...
2010-04-10 Stefan FritschRemove useless use of $[, which was long deprecated...
2010-03-29 Graham Leggetthtcacheclean: Introduce the ability to clean specific...
2010-03-27 Graham Leggetthtcacheclean: Report additional statistics about entrie...
2010-02-27 Graham LeggettUse portable apr_snprintf in rotatelogs.
2010-02-27 Graham LeggettCreate the pidfile world readable by adding APR_FPROT_W...
2010-02-27 Graham LeggettTry open the pid file twice, once before daemonisation...
2010-02-25 Daniel Earl PoirierAdd -L option to create a hard link to the current...
2010-02-16 Graham LeggettMake sure the pidfile is deleted on close.
2010-02-16 Graham LeggettUse APR_PID_T_FMT instead of %ld and a cast.
2010-02-16 Graham LeggettFix the help description.
2010-02-16 Graham Leggettsupport/rotatelogs: Support the simplest log rotation...
2010-02-16 Graham Leggettsupport/htcacheclean: Teach it how to write a pid file...
2010-01-24 Stefan Fritschab: Fix number of requests per second in HTML output...
2009-12-29 Takashi SatoAdd parentheses to min max macro functions to avoid...
2009-12-29 Takashi SatoFix string constness to get rid of gcc compiler warning...
2009-12-01 Guenter Knaufmore NetWare makefile fixes and cleanups.
2009-11-19 Jeff Trawickfix or complain about some invalid errno references
2009-11-06 Jeff Trawickupdate pollset to reflect changed connection state...
2009-11-01 Guenter Knauftab and trailing space police.
2009-10-24 Stefan FritschFix brown-paper-bag bug.
2009-10-24 Stefan FritschVerify that password has been truncated before printing...
2009-10-23 Stefan FritschPrint a warning if a password is truncated by crypt.
2009-10-19 Stefan Fritschhtpasswd: Improve out of disk space handling
2009-10-19 Stefan FritschChange the default algorithm for htpasswd to MD5 on...
2009-10-18 Stefan FritschActually use the whole buffer for reading.
2009-10-18 Stefan FritschFix some more overflows spotted by Ruediger Pluem
2009-10-18 Stefan Fritschdetab
2009-10-18 Stefan Fritschhtdigest: Fix possible overflow in command line process...
2009-10-18 Stefan Fritschab: Fix segfault in case the argument for -n is a very...
2009-10-04 Stefan FritschOnly use fcntl() if we have fcntl.h
2009-10-03 Stefan Fritschsuexec: Allow to log an error if exec fails by setting...
2009-09-28 Jeff Trawickwhen a request body is sent, just display "Total body...
2009-09-28 Joe Orton* support/ab.c (output_results): Fix gcc warning on...
2009-09-27 Jeff Trawickrefactor the representation of HTTP method and whether...
2009-09-27 Guenter Knauffixed compatibility to Openssl < 0.9.7g;
2009-09-27 Jeff Trawicksmall code cleanups for POST/PUT, especially to combine...
2009-09-23 Daniel Earl PoirierFix a segfault in ab when run in verbose mode using...
2009-09-18 Daniel Earl PoirierDetab.
2009-09-15 Jeff Trawicksimplify reporting of the repeated argument error
2009-09-14 Joe Orton* support/htdbm.c (htdbm_list): Fix compiler warning...
2009-09-14 Daniel Earl Poirierhtdbm: don't allocate more memory for every record...
2009-09-14 Graham LeggettMove declaration to remove a compiler warning.
2009-09-12 Ruediger Pluem* Detab.
2009-09-11 Graham Leggetthtcacheclean: 19 ways to fail, 1 error message. Fixed.
2009-09-06 Graham LeggettAdd support for HTTP PUT to ab.
2009-08-26 Brian HavardBring back OS/2 support.
2009-07-29 Jeff Trawickab: Fix broken error messages after resolver or connect...
2009-07-24 Daniel Earl Poirierhtdbm: Fix possible buffer overflow if dbm database...
2009-07-20 Mladen TurkEnable XP visual style.
2009-05-30 Takashi SatoSpecify a pool for cache with apr_hash_pool_get instead...
2009-05-26 Takashi SatoRemove the conditional for APR >= 1.3.
2009-05-26 Takashi SatoMake pline a child of main pool.
2009-05-25 Takashi SatoFix a memory leak by freeing the memory every line.
2009-05-25 Takashi SatoKill the hardcoded values
next