]> granicus.if.org Git - apache/history - support
remove SSLMutex documentation
[apache] / support /
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
2009-05-25 Takashi SatoDeclare the local variables in the more inner scope.
2009-05-19 Takashi SatoKill the hardcoded values
2009-04-23 Eric CovenerPass the $@ array and not the flattened version of...
2009-04-23 William A. Rowe JrEscape should simply close the dialog; Enter should...
2009-03-30 Eric Covener *) ab: Fix a 100% CPU loop on platforms where a faile...
2009-03-27 Jeff Trawickaxe unmaintained 1.3-era code to support AUX, SunOS...
2009-03-27 Jeff Trawickremove TPF support
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-25 Ruediger Pluem* Teach apxs to work with APR 2.x where there is no...
2009-03-04 Jeff TrawickUse APR_POLLSET_NOCOPY for better performance with...
2009-03-04 Jeff Trawickrepeat apr_pollset_poll() while it returns EINTR
2009-03-03 Jeff Trawickremove unreachable code
2009-03-03 Ruediger Pluem* Remove unused variable.
2009-03-02 Sander TemmeClean up more compiler emits. Add CHANGES entry, credi...
2009-03-02 Jeff Trawickaxe a fearful comment that was addressed before committ...
2009-03-02 Jeff Trawickab: Fix maintenance of the pollset to resolve EINPROGRE...
2009-02-27 Sander TemmeThe development trunk of OpenSSL has tightened up the...
2009-01-16 Rainer JungMostly revert r733493: signal based rotation
2009-01-11 Rainer JungAdopt latest changes in usage message.
2009-01-11 Rainer JungAllow size units B, K, M, G and combination of
2009-01-11 Rainer Jungrotatelogs: Add flag for verbose (debug) output.
2009-01-11 Rainer JungMore rotatelogs changes:
2009-01-11 Rainer JungMinor rotatelogs changes:
2009-01-11 Rainer JungUse APR_WANT_STRFUNC and apr_want.h instead
2009-01-11 Rainer JungAllow to trigger rotatelogs log file rotation from
2009-01-11 Rainer JungAddition to r733479 and r733479:
2009-01-11 Rainer JungAddition to r744476:
2009-01-11 Rainer JungRefactor rotatelogs to allow easier implementation
2009-01-05 William A. Rowe Jrmore fallout from removing win9x-model services, this...
2009-01-05 Ruediger Pluem* The header file is still needed in this case. So...
2009-01-03 Justin ErenkrantzSilence ulimit warnings on platforms/configs that don...
2009-01-03 William A. Rowe JrDrop some lingering pre-NT conditionals
2009-01-03 William A. Rowe JrRemove console/win9x support from ApacheMonitor, now...
2009-01-03 Rainer JungWe need to link only ab against libm (because of
2008-12-16 Takashi Sato* Change some "apr_palloc / memcpy" to apr_pstrmemdup
2008-08-05 Jim JagielskiMake list_hooks.pl multi-line aware, and swallow up the
2008-06-12 Jim Jagielskiclear out bogus whitespace
2008-06-11 Thomas J. DonovanWindows manifests are ;1 for .exe, ;2 for .dll and...
2008-06-06 William A. Rowe JrNeed to link with rpcrt4.lib to use apr_generate_random...
2008-05-17 Ruediger Pluem* Include <limits.h> earlier if available since INT_MAX...
2008-05-14 Ruediger Pluem* Fix style by doing correct indenting
2008-05-14 Paul QuernaCheck return value of apr_file_read_full.
2008-05-14 Ruediger Pluem* Check for failure of apr_file_info_get call
2008-05-13 Roy T. FieldingWhen group is given as a numeric gid, validate it by...
2008-05-12 Roy T. FieldingImprove client performance by clearing connection pool...
2008-05-12 Roy T. FieldingDon't stop sending a request if EAGAIN is returned...
2008-05-11 Roy T. FieldingOverhaul ab.c stats collection and reporting to avoid...
2008-05-01 William A. Rowe JrFor legacy VC6, there's no __CRTDECL or _tstoi yet...
2008-04-10 Jeff Trawickrotatelogs: Log the current file size and error code...
2008-03-04 William A. Rowe JrCorrect typo in r633607
2008-03-04 William A. Rowe JrEnable UAC transition from ApacheMonitor running as...
2008-03-02 William A. Rowe JrA large refactoring, but no behavior change;
2008-02-29 Jim JagielskiAdd in new option for rotatelogs: -f
2008-02-22 Joe Orton* support/htpasswd.c (seed_rand): Fix compiler warning.
2008-02-19 Paul QuernaFix printing of error message.
2008-02-19 Paul QuernaImprove generation of the seed to rand, by using apr_ge...
2008-02-19 Paul QuernaImprove salt string generation.
2008-02-02 Ruediger Pluem* Use a 64 bit unsigned int instead of a signed long...
2008-01-28 Ruediger Pluem* Don't leak memory when reopening the logfile.
2008-01-17 Ruediger Pluem* Do not try to read non existing response bodies of...
2008-01-03 Guenter KnaufEnable to build abs on NetWare if dependent libs are...
2007-12-22 William A. Rowe JrSolve service status handle leak on multi-service Apach...
next