summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Win32: Convert ap_proc_t to tranparent type.Bill Stoddard2000-05-245-22/+21
* Win32: Fix compile problems.Bill Stoddard2000-05-231-3/+3
* Remove all remaining instances in Apache code ofManoj Kasichainula2000-05-211-2/+0
* William A. Rowe Jr2000-05-191-6/+8
* Remove a warning about ap_base64encode not being defined anywhere.Ryan Bloom2000-05-191-2/+3
* William A. Rowe Jr2000-05-195-17/+27
* ab: Fix a command-line processing bug; track bad headers inJeff Trawick2000-05-191-5/+9
* This commit will most likely break everybody on Windows. The .dspRyan Bloom2000-05-173-13/+8
* APR-ize the CHARSET_EBCDIC support in the SHA1 routines. The app (e.g.,Jeff Trawick2000-05-161-0/+5
* EBCDIC bug fix: do the required translation handle initializationJeff Trawick2000-05-161-0/+20
* APR-ize the CHARSET_EBCDIC support in ap_base64encode() andJeff Trawick2000-05-161-3/+7
* Fix some bugs (mostly lost 1.3 code) in ab's command-line processing.Jeff Trawick2000-05-161-6/+29
* reorder libapr.a and libap.la in terms of dependencies (i.e.,Jeff Trawick2000-05-161-2/+2
* William A. Rowe Jr2000-05-062-12/+12
* serious bug fix:Jeff Trawick2000-05-061-2/+27
* Fix a stupid mistake in apxs.in.Ryan Bloom2000-05-051-1/+1
* Make apxs mostly work for 2.0. It doesn't add the module to the configRyan Bloom2000-05-051-63/+33
* Back out an inadvertant change to apxs.Ryan Bloom2000-05-041-1/+1
* Port reliable piped logs to mpmt_pthread and dexter. Also a couple of smallRyan Bloom2000-05-041-1/+1
* Make reliable piped logs work on 2.0.Ryan Bloom2000-05-041-1/+2
* Get rid of warning by including crypt.h when available.Roy T. Fielding2000-05-041-5/+7
* Use our own buffer for tmpnam() if the platform seems to knowKen Coar2000-05-031-1/+16
* Be more expliciti in our error messages if the tmpnam() call fails,Ken Coar2000-05-031-1/+9
* add missing ';' in non-ASCII pathJeff Trawick2000-05-011-3/+3
* William A. Rowe Jr2000-05-011-0/+2
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+0
* PR:William A. Rowe Jr2000-04-291-1/+0
* PR:William A. Rowe Jr2000-04-281-1/+1
* PR:William A. Rowe Jr2000-04-281-0/+4
* PR:William A. Rowe Jr2000-04-281-0/+1
* Win32:Jeff Trawick2000-04-284-12/+9
* Build ab on Win32.Jeff Trawick2000-04-282-7/+101
* Merge the htdigest.c file from the apr/test directory to the supportRyan Bloom2000-04-271-39/+50
* Repair ap_poll() on UNIX systems where APR's poll flagsJeff Trawick2000-04-271-11/+14
* ignore the .libs directory too.Ryan Bloom2000-04-271-0/+1
* ignore the intermediate build files.Ryan Bloom2000-04-271-0/+2
* I have merged the two ab files together, the one from src/support andRyan Bloom2000-04-271-696/+638
* Fix some compile breaks in the support directory. These have not beenRyan Bloom2000-04-272-2/+4
* Add the support directory back into the build process.Ryan Bloom2000-04-271-0/+36
* Update logresolve.dsp and add to Makefile.winBill Stoddard2000-04-251-4/+4
* Some Windows tweaks from William Rowe...Bill Stoddard2000-04-255-28/+24
* Add the logresolve Windows project fileBill Stoddard2000-04-251-0/+94
* Include apr_md5.h rather than the deprecated ap_md5.h. Fixes compile break.Bill Stoddard2000-04-241-1/+1
* Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.Roy T. Fielding2000-04-231-7/+5
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-3112-370/+409
* Get htpasswd compiling under WindowsBill Stoddard2000-03-222-33/+4
* Win32: Continue removing precompiled header support from the dsp andBill Stoddard2000-03-213-13/+19
* Fix all the License issues. Including:Ryan Bloom2000-03-1010-94/+94
* Fix FreeBSD build break caused by my last commit to the file. Doh!Bill Stoddard2000-02-171-1/+1
* Add rotatelogs to the Windows portBill Stoddard2000-02-162-1/+93