]> granicus.if.org Git - apache/history - support
Correct the approach to std file handles by simplifying the approach
[apache] / support /
2007-09-05 William A. Rowe JrKill the compiler emit - casting struct * to char ...
2007-09-02 André Malosvn:eol-style = native
2007-08-07 Allan K. Edwardscommit Eric's patch for bugzilla 42549 - build httxt2db...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-07-18 Mladen TurkSimplify OS detection. We are only interested in NT
2007-07-17 Mladen TurkApacheMonitor valid OS is any WIN32_NT version.
2007-05-24 Sander TemmeExplain that POST data should be sent as the correct...
2007-05-08 Mladen TurkAdd detection for post XP operating systems.
2007-04-09 Jeff Trawickhtdbm: Enable crypt support on platforms with crypt...
2007-04-09 Sander TemmeCorrect behavior of HTTP request headers sent by ab...
2007-04-08 Sander TemmeThe apr_port_t type is unsigned, but ab was using a...
2007-04-04 Jeff TrawickMake the hardcoded checks for platforms-without-crypt...
2007-03-08 Jeff Trawickab: Add -r option to continue after socket receive...
2007-03-07 Joe Orton* support/logresolve.c (main): Simplify to avoid condit...
2007-03-06 Colm MacCarthaighFix near-identical potential NULL pointer dereferences...
2007-03-06 Colm MacCarthaighPrevent format specifier busting.
2007-03-06 Colm MacCarthaighCorrect a spurious access to whatever memory is at...
2007-03-06 Colm MacCarthaighcorrect some indentation, no functional changes
2007-03-05 Joe Orton* support/logresolve.c (main): Fix potential NULL point...
2007-02-10 William A. Rowe JrSimple patch to permit syntax such as...
2007-02-01 Sander Temmeapxs: Enhance -q flag to print all known variables...
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2007-01-10 Joe Orton* configure.in: Substitute MOD_SO_ENABLED variable.
2006-12-11 Jeff Trawickincrease size of error string buffer passed to apr_stre...
2006-11-22 Joe Orton* support/rotatelogs.c (main): Produce useful error...
2006-10-16 Graham LeggettAdd a missing include of apr_buckets.h. [Martin Kraemer]
2006-09-09 Jeff TrawickAllow htcacheclean, httxt2dbm, and fcgistarter to link...
2006-08-05 William A. Rowe Jr Observed by hunter - fix the cut n paste errors in...
2006-07-18 Paul QuernaRevert r422298, because it introduces GNU Make specific...
2006-07-15 Paul QuernaMakefile.in: Don't try to compile checkgid and fcgistar...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-06-13 Colm MacCarthaighA keepalive response need not neccessarily have include...
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 Joe OrtonFix gcc warnings:
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-23 Colm MacCarthaighwhen compiling statistics, only interate accross reques...
2006-04-22 Garrett Rooney* support/fcgistarter.c
2006-04-22 Garrett RooneyMerge the fcgi-proxy-dev branch to trunk, adding a...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the last year of copyright.
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-17 Colm MacCarthaighUpdate the copyright notice to reflect that changes...
2006-04-12 Jeff TrawickIf we don't have a prototype for crypt() we shouldn't
2006-04-12 Jeff TrawickThe crypt() prototype is in <unistd.h> instead of ...
2006-04-10 Jeff Trawickhtdbm: Warn the user when adding a plaintext password...
2006-03-31 Colm MacCarthaighCorrect a dumb typo
2006-03-31 Colm MacCarthaigh * Add siege-like behaviour to ApacheBench; output...
2006-03-31 Colm MacCarthaighGive users the ability to set the window size for apach...
2006-01-12 William A. Rowe Jr Determined that yes; apr_general.h may be included...
2005-12-19 William A. Rowe Jr Quiet warnings of POSIX deprecation in win32 support...
2005-11-28 Joe Orton* modules/ssl/ssl_scache_dc.c (ssl_scache_dc_retrieve...
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-24 Colm MacCarthaighLogresolve style and nit fix-ups:
2005-10-24 Colm MacCarthaighA complete rewrite of support/logresolve.c:
2005-10-12 Joe Orton* support/ab.c (test): Increment count of started reque...
2005-09-21 Colm MacCarthaighAdd htcachclean to the win32 build.
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-26 Colm MacCarthaighAllow htcacheclean to deal in gigabytes.
2005-08-26 Colm MacCarthaighAllow apachectl to support "graceful-stop" argument
2005-08-24 André Malofix line endings
2005-08-23 Colm MacCarthaighAdd APR_FOPEN_BINARY to the options passed to apr for...
2005-08-23 Andreas SteinmetzSplit mod_disk_cache.c into mod_disk_cache.c and mod_di...
2005-08-23 Colm MacCarthaighadd htcacheclean to support/README
2005-08-23 Colm MacCarthaighUpdate htcacheclean defines to match mod_disk_cache...
2005-08-19 Joe Orton* support/httxt2dbm.c: Fix some style nits, no function...
2005-08-12 Joe Orton* support/htcacheclean.c (directory_empty): Remove...
2005-08-10 Justin ErenkrantzAdd -t option to htcacheclean to clean out empty direct...
2005-07-20 Joe Orton* support/httxt2dbm.c: Include stdlib.h to pick up...
2005-07-07 Bradley NicholesAdd the NetWare makefile for the httxt2dbm utility
2005-07-06 Paul QuernaAdd the httxt2dbm utility to create DBM files for Rewri...
2005-06-23 Jeff TrawickFix htdbm password validation for records which include...
2005-06-14 Joe Orton* support/htdbm.c (main): Fix (valid) variable "may...
2005-06-14 Joe OrtonUpdate remaining 2004 copyright notices.
2005-06-14 Paul Querna- Bring htcacheclean into sync with mod_disk_cache...
2005-06-10 Joe Orton* Makefile.in (install-build): Install mkdir.sh since...
2005-06-03 Paul Querna- Use the correct newline in htpasswd, instead of alway...
2005-05-17 Joe Orton* support/ab.c: Rewrite SSL support so that it works...
2005-05-16 William A. Rowe Jr One issue I repeatedly have with 3rd party module...
2005-05-16 William A. Rowe Jr Did not belong in r170253; evalute this patch seperat...
2005-05-15 William A. Rowe Jr Reintroduce stack frame construction with /Oy- (remov...
2005-04-18 Bradley NicholesLink to the correct socket library depending on which...
2005-04-15 Joe Orton* support/ab.c (open_postfile): Use apr_file_read_full...
2005-04-15 Joe Orton* support/ab.c (test): Treat POST data as a binary...
2005-04-15 Joe OrtonFix and prevent some segfaults in ab:
2005-04-14 Bradley NicholesAllow httpd on NetWare to build using either the standa...
2005-04-09 Joshua SliveMerged the simple-conf branch changes r159781:160695...
2005-03-31 William A. Rowe Jr httpd and Apache are both anticipated now.
2005-02-28 Joe Orton* support/htdigest.c (main): Fix permissions of created...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-23 Justin Erenkrantz* support/check_forensic: Fix script on platforms that...
2005-01-20 Joe Orton* support/suexec.c (safe_env_lst): Declare array as...
2005-01-18 Thom Maysupport/check_forensic: Fix temp file usage
next