summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix access for non-Administrators (superusers and the like) to allow themWilliam A. Rowe Jr2002-07-091-3/+3
* We obviously have no idea if this code is right. We can't close unopenedWilliam A. Rowe Jr2002-07-081-1/+1
* If you want floating math, use float literals.William A. Rowe Jr2002-07-081-3/+3
* VC6 is unable to deal with dependencies that are still due to be made.Ryan Bloom2002-07-081-4/+6
* fix for compilers that don't support long long datatypeBrian Pane2002-07-071-5/+5
* use the time conversion macros rather than dividing by APR_USEC_PER_SECBrian Pane2002-07-051-9/+11
* Remove unused variable 'str'.Justin Erenkrantz2002-07-031-1/+0
* Use the apr_file_copy function rather than doing a system call to copyJustin Erenkrantz2002-07-031-6/+1
* found wasn't getting incremented when we update an exisiting record, thusJustin Erenkrantz2002-07-031-0/+1
* htpasswd needs to add a newline at the end of each record.Ryan Bloom2002-07-021-0/+1
* Some small wording improvements.William A. Rowe Jr2002-06-251-3/+3
* Add a timeout option to wintty. This allows the user to specify a numberRyan Bloom2002-06-211-1/+13
* Fix some variable namesCliff Woolley2002-06-191-3/+3
* Grrrr. Fix the htpasswd -c -n logic bug *the right way* this time. :(Cliff Woolley2002-06-191-1/+1
* Fix grammar.Cliff Woolley2002-06-191-7/+7
* * clear up a warning that NOFILE was redefined on HP/UX.Cliff Woolley2002-06-181-14/+14
* squash warningsRoy T. Fielding2002-06-181-2/+2
* Show the 'Disconnect' button to detach ourselves from another computer'sWilliam A. Rowe Jr2002-06-171-5/+6
* Get this to work on win32 :(Cliff Woolley2002-06-171-1/+1
* Formating, whitespace, following {} rules, 80 char lines, etc. The onlyWilliam A. Rowe Jr2002-06-161-780/+944
* Finish the htpasswd port to APR. This brings the file checking code toRyan Bloom2002-06-161-54/+53
* First pass at cleaning up htpasswd. This removes the tmpnam call inRyan Bloom2002-06-161-228/+153
* Forward-port a change from 1.3Cliff Woolley2002-06-151-0/+5
* Allow 'make install DESTDIR=/path'. This allows packagers to installRyan Bloom2002-06-151-9/+9
* Cleanup some type mismatch emits and consistify to our new apr time helpersWilliam A. Rowe Jr2002-06-141-3/+3
* Don't pass args at StartService, there is no point.William A. Rowe Jr2002-06-141-24/+2
* avoid a non-portable shell construct ("builddir=$(shell pwd)") so that theJeff Trawick2002-06-131-1/+1
* Just quiet an annoying warning.Ryan Bloom2002-06-131-1/+1
* Added log rotation based on file size to the RotateLog support utility.Bradley Nicholes2002-06-121-17/+62
* Oops, found another typoBradley Nicholes2002-06-111-1/+1
* Fixing a typoBradley Nicholes2002-06-111-1/+1
* Fix apxs to allow "apxs -q installbuilddir" and to allowJeff Trawick2002-06-061-0/+2
* Get rid of some uninitialized value errors with apxs -q.Cliff Woolley2002-06-051-2/+2
* cvs up/diff gets pretty hard to track with vc7 builds.William A. Rowe Jr2002-06-052-0/+10
* Fix apxs to allow it to work when the build directory is somewhereJeff Trawick2002-06-051-9/+12
* fix a major snafu that broke binary buildsJeff Trawick2002-06-031-1/+1
* On OS/390, the compiler/linker front-end doesn't handleJeff Trawick2002-06-031-1/+1
* A few more unused/unnecessary variables and surpress an uninitializedWilliam A. Rowe Jr2002-05-311-5/+3
* Enable SSL negotation in ab.c. It is that, or remove all the entirelyWilliam A. Rowe Jr2002-05-311-24/+356
* Well, know that I'm aware that the ssl stuff was entirely premature, it'sWilliam A. Rowe Jr2002-05-311-6/+15
* Locks are good, provide locks. ab -s -c >1 is [was?] dying on Win32William A. Rowe Jr2002-05-311-2/+76
* Always using -t "Window Title" option myself, so I never caught this.William A. Rowe Jr2002-05-301-1/+1
* Updated the NetWare makefiles to include the rotatelogs NLM and to copyBradley Nicholes2002-05-291-1/+2
* Added a NetWare makefile to build the rotate logs NLMBradley Nicholes2002-05-291-0/+245
* simplified apachectl...Jeff Trawick2002-05-271-140/+25
* There's really no reason for a -dev here.Cliff Woolley2002-05-181-4/+4
* Ahhh, this really aught to include windows first, then the customWilliam A. Rowe Jr2002-05-171-1/+61
* Prepare for Thom's real patch... this is a detabify onlyWilliam A. Rowe Jr2002-05-161-198/+198
* An absolutely unnecessary hack around MSVC emits that the symbol mayWilliam A. Rowe Jr2002-05-161-2/+2
* Fix CoInitialize/CoUninitialize missing symbols, reported by Jerry Baker.William A. Rowe Jr2002-05-161-4/+4