]> granicus.if.org Git - apache/history - support
Move the check of the Expect request header field after the hook
[apache] / support /
2002-11-20 Jeff TrawickAxe some warnings in rotatelogs which came when the...
2002-10-16 Bradley NicholesAdding the current version string to the link of each NLM
2002-10-16 Bradley NicholesUpdating the NLM descriptions in the NetWare make files
2002-10-16 Jeff Trawick%qd is not portable; use APR_INT64_FMT_T for apr_time_t
2002-10-08 Jeff Trawicktemplate parameter passed to apr_file_mktemp() must...
2002-10-08 Ryan BloomWe can't just create the temporary file in the current...
2002-09-28 Ryan BloomRe-order header files in suexec.c. This adds apr.h...
2002-09-27 Ryan BloomSuExec should use /usr/local/apache2 not /usr/local...
2002-09-26 Ben LaurieImprove hook matching.
2002-09-19 Justin ErenkrantzRework the apxs -cp command to work when the source...
2002-09-19 Justin ErenkrantzAdd -p option to apxs to allow unbundled modules (such...
2002-09-19 Justin ErenkrantzRemove following warning:
2002-09-14 Justin ErenkrantzRevert r1.57 and r1.58 per Will Rowe's veto.
2002-09-14 Brian Panetruncate existing file if "-c" is used
2002-09-14 William A. Rowe Jr Move another non-exists test into the non-existing...
2002-09-14 Brian PaneMore code cleanup: added some error checks and removed...
2002-09-14 Brian Paneremove single-byte file reads
2002-09-14 Brian Panecleaned up the file access checking
2002-09-14 William A. Rowe Jr 1. Eliminate perror(), it's not portable.
2002-09-10 Bradley NicholesAvoid a compiler error on NetWare
2002-09-10 Justin ErenkrantzAdd ability to htpasswd (via -5) to produce non-obfusca...
2002-09-04 Bradley NicholesGive each support binary its own screen name
2002-09-01 Brian PaneEliminated some fixed-size buffers that didn't have...
2002-09-01 Aaron BannertKeep track of the recent changes for the new pollset...
2002-09-01 Brian PaneSwitched ab to the new abstract pollset API (this...
2002-08-30 Martin KraemerLeon Brocard writes:
2002-08-29 Jeff Trawicksuexec is sometimes built by make so it needs to be...
2002-08-29 Jeff Trawickenvvars-std is build by configure so it needs to be...
2002-08-19 Justin ErenkrantzStyle fixes. (long lines)
2002-08-07 Sander Strikerapxs lost the newline at the end of print "$result...
2002-08-04 William A. Rowe Jr We generate an .rc now, not a .h
2002-08-03 William A. Rowe Jr Revert to CRYPTO_malloc_init for non-rsa [gotta read...
2002-08-03 William A. Rowe Jr Support rsaref compilation
2002-07-30 Jeff Trawickfix a spelling problem
2002-07-16 Brian PaneRevert the change in the previous commit, which broke the
2002-07-16 Martin KraemerAnd fix the version number
2002-07-16 Martin KraemerFix the long-standing bug that "ab -t10" would loop...
2002-07-16 Martin KraemerAdd 2002
2002-07-16 Martin KraemerIf "@APACHECTL_ULIMIT@" is used in apachectl.in, then...
2002-07-16 Aaron BannertImprove the comments on the fd limits.
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-14 Brian PaneIncrease the per-process file descriptor limit in apachectl
2002-07-13 William A. Rowe Jr Forgot to change both release and debug opts at once
2002-07-13 William A. Rowe Jr Back to a slightly modified flavor of imajes' (James...
2002-07-13 William A. Rowe Jr This is back to an .rc
2002-07-13 William A. Rowe Jr Ok. This gives us one warning - could not scan Apach...
2002-07-13 William A. Rowe Jr Put back the missing symbols header
2002-07-13 William A. Rowe Jr Final tweak and CREDITs ... switch the order to simpl...
2002-07-13 William A. Rowe Jr Totally different solution to our dependency problems...
2002-07-12 William A. Rowe Jr Use the bare minimum permissions required to perform...
2002-07-12 William A. Rowe Jr While this fixed the bug, no resources were build...
2002-07-11 Dirk-Willem van... We where mixing #if USE_SSL en #ifdef USE_SSL. Since...
2002-07-11 Ryan BloomBring Apache in line with APR's new poll implementation...
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-07-09 William A. Rowe Jr Fix access for non-Administrators (superusers and...
2002-07-08 William A. Rowe Jr We obviously have no idea if this code is right....
2002-07-08 William A. Rowe Jr If you want floating math, use float literals.
2002-07-08 Ryan BloomVC6 is unable to deal with dependencies that are still...
2002-07-07 Brian Panefix for compilers that don't support long long datatype
2002-07-04 Brian Paneuse the time conversion macros rather than dividing...
2002-07-02 Justin ErenkrantzRemove unused variable 'str'.
2002-07-02 Justin ErenkrantzUse the apr_file_copy function rather than doing a...
2002-07-02 Justin Erenkrantzfound wasn't getting incremented when we update an...
2002-07-02 Ryan Bloomhtpasswd needs to add a newline at the end of each...
2002-06-25 William A. Rowe Jr Some small wording improvements.
2002-06-21 Ryan BloomAdd a timeout option to wintty. This allows the user...
2002-06-19 Cliff WoolleyFix some variable names
2002-06-19 Cliff WoolleyGrrrr. Fix the htpasswd -c -n logic bug *the right...
2002-06-19 Cliff WoolleyFix grammar.
2002-06-18 Cliff Woolley * clear up a warning that NOFILE was redefined on...
2002-06-18 Roy T. Fieldingsquash warnings
2002-06-17 William A. Rowe Jr Show the 'Disconnect' button to detach ourselves...
2002-06-17 Cliff WoolleyGet this to work on win32 :(
2002-06-16 William A. Rowe Jr Formating, whitespace, following {} rules, 80 char...
2002-06-16 Ryan BloomFinish the htpasswd port to APR. This brings the file...
2002-06-16 Ryan BloomFirst pass at cleaning up htpasswd. This removes the...
2002-06-15 Cliff WoolleyForward-port a change from 1.3
2002-06-15 Ryan BloomAllow 'make install DESTDIR=/path'. This allows packag...
2002-06-14 William A. Rowe Jr Cleanup some type mismatch emits and consistify to...
2002-06-14 William A. Rowe Jr Don't pass args at StartService, there is no point.
2002-06-13 Jeff Trawickavoid a non-portable shell construct ("builddir=$(shell...
2002-06-13 Ryan BloomJust quiet an annoying warning.
2002-06-12 Bradley NicholesAdded log rotation based on file size to the RotateLog...
2002-06-11 Bradley NicholesOops, found another typo
2002-06-11 Bradley NicholesFixing a typo
2002-06-06 Jeff TrawickFix apxs to allow "apxs -q installbuilddir" and to...
2002-06-05 Cliff WoolleyGet rid of some uninitialized value errors with apxs -q.
2002-06-05 William A. Rowe Jr cvs up/diff gets pretty hard to track with vc7 builds.
2002-06-05 Jeff TrawickFix apxs to allow it to work when the build directory...
2002-06-03 Jeff Trawickfix a major snafu that broke binary builds
2002-06-03 Jeff TrawickOn OS/390, the compiler/linker front-end doesn't handle
2002-05-31 William A. Rowe Jr A few more unused/unnecessary variables and surpress...
2002-05-31 William A. Rowe Jr Enable SSL negotation in ab.c. It is that, or remove...
2002-05-31 William A. Rowe Jr Well, know that I'm aware that the ssl stuff was...
2002-05-31 William A. Rowe Jr Locks are good, provide locks. ab -s -c >1 is [was...
2002-05-30 William A. Rowe Jr Always using -t "Window Title" option myself, so...
2002-05-29 Bradley NicholesUpdated the NetWare makefiles to include the rotatelogs...
2002-05-29 Bradley NicholesAdded a NetWare makefile to build the rotate logs NLM
2002-05-27 Jeff Trawicksimplified apachectl...
2002-05-18 Cliff WoolleyThere's really no reason for a -dev here.
next