summaryrefslogtreecommitdiffstats
path: root/srclib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This patch illustrates the new locations, and makes the majority of theWilliam A. Rowe Jr2000-12-054-22/+22
| | | | | | | adjustments. Now to actually try to build the thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87212 13f79535-47bb-0310-9956-ffa450edef68
* Add apr-util to the build process. This should now build once everythingRyan Bloom2000-12-051-1/+1
| | | | | | | has been checked out to the correct locations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87197 13f79535-47bb-0310-9956-ffa450edef68
* Get base Apache to build properly. This doesn't solve the problem ofRyan Bloom2000-12-051-1/+1
| | | | | | | not having apr-util, but we should be getting to the link stage now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87190 13f79535-47bb-0310-9956-ffa450edef68
* missed one. This is needed to build the new aputil library.Greg Stein2000-11-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87084 13f79535-47bb-0310-9956-ffa450edef68
* As promised, and discussed on new-httpd, goodbye ordinals.William A. Rowe Jr2000-11-182-86/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87008 13f79535-47bb-0310-9956-ffa450edef68
* Ignore generated file pcre.h.Jeff Trawick2000-11-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86960 13f79535-47bb-0310-9956-ffa450edef68
* Enough of pcre.h, begone vile beastWilliam A. Rowe Jr2000-10-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86679 13f79535-47bb-0310-9956-ffa450edef68
* Don't you love clean checkouts :-) Wrong href on dbmmanage, to bootWilliam A. Rowe Jr2000-10-201-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86677 13f79535-47bb-0310-9956-ffa450edef68
* expatlib is definately more in sync with the Unix build, so we nowWilliam A. Rowe Jr2000-10-184-0/+350
| | | | | | | | | | build the expatlib.dsp rather than seperate xmltok/xmlparse .dsp's. Submitted by: Greg Stein Reviewed by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86644 13f79535-47bb-0310-9956-ffa450edef68
* Yet another warning down (pps... I choose to cast rc since i is beingWilliam A. Rowe Jr2000-10-111-1/+1
| | | | | | | doubled... I expect the mismatched types were deliberate.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86529 13f79535-47bb-0310-9956-ffa450edef68
* Away fool precompiled headers... while I'm at it, need to look at whyWilliam A. Rowe Jr2000-10-112-5/+8
| | | | | | | sdbm is sucking in far more headers than could possibly be useful. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86528 13f79535-47bb-0310-9956-ffa450edef68
* Ok, if I remember right, somewhere along the way we decided not toWilliam A. Rowe Jr2000-10-091-3/+5
| | | | | | | | | generate a pcre.h header from pcre.in, but Win32 (at this instant) still generates pcre.h from the pcre.hw source. For this moment (T-0001 to tag and roll) this is the reasonable fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86461 13f79535-47bb-0310-9956-ffa450edef68
* Just cleaning house and assuring there is nothing untword in the alpha.William A. Rowe Jr2000-10-091-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86459 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few colliding modulesWilliam A. Rowe Jr2000-10-032-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86374 13f79535-47bb-0310-9956-ffa450edef68
* Get mod_auth_dbm building using Apache's sdbmlib under WinNT.William A. Rowe Jr2000-09-202-4/+4
| | | | | | | | | | | | | | | Bad conditional... need a better test to determine if we are using sdbm. Also - consistify linkage for expat-lite/sdmb to the same model as all the modules (no more nasty "conflicting linkage, use /nodefaultlib" msg.) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86257 13f79535-47bb-0310-9956-ffa450edef68
* Finish fixing the pcre build. PCRE's configure script should be called,Ryan Bloom2000-08-221-1/+2
| | | | | | | | and we can't clean config.h and then touch the file, we actually need some of the data that config.h contains. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86132 13f79535-47bb-0310-9956-ffa450edef68
* Backport the Makefile to the previous version. PCRE wasn't buildingRyan Bloom2000-08-221-208/+12
| | | | | | | without this change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86131 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade PCRE to version 3.2Ryan Bloom2000-08-2018-218/+592
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86118 13f79535-47bb-0310-9956-ffa450edef68
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-062-2/+2
| | | | | | | | | | | | | see src/lib/apr/apr_compat.h for most details. Also a few minor nits to get Win32 to build. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86008 13f79535-47bb-0310-9956-ffa450edef68
* Correct Win32 Expat build.Keith Wannamaker2000-07-111-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85818 13f79535-47bb-0310-9956-ffa450edef68
* enable Expat for the Win32 build.Greg Stein2000-07-035-0/+311
| | | | | | | Submitted by: Keith Wannamaker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85749 13f79535-47bb-0310-9956-ffa450edef68
* config magic for enabling DAV, Expat, and SDBM.Greg Stein2000-07-011-1/+1
| | | | | | | | | | | | | *) AP_LIBS contains the target .a files from src/lib/ *) AP_LIB_DIRS contains add'l directories (besides pcre and apr) that we will build (and generate Makefiles for) *) apache_need_expat and apache_need_sdbm are two new configure feature macros; set by the DAV stuff as needed *) hackery to deal with dav/fs/ since it isn't really a module *) do endian testing, so we can feed it into Expat to optimize that code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85743 13f79535-47bb-0310-9956-ffa450edef68
* add some basic infrastructure to sdbm. update expat-lite'sGreg Stein2000-07-011-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85741 13f79535-47bb-0310-9956-ffa450edef68
* autoconf gives us WORDS_BIGENDIAN. a bit more of our magic for whether weGreg Stein2000-07-011-1/+8
| | | | | | | even know the byte order one way or another. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85740 13f79535-47bb-0310-9956-ffa450edef68
* brand new Makefile.in to work in the Apache 2.0 config/build systemGreg Stein2000-07-011-32/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85739 13f79535-47bb-0310-9956-ffa450edef68
* bring up to date with respect to Apache 1.3 src/lib/expat-lite/Greg Stein2000-07-017-51/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85738 13f79535-47bb-0310-9956-ffa450edef68
* Add the EXTRA_LIBS to get apache building on BONE again and now thatDavid Reid2000-06-221-1/+1
| | | | | | | we're using ap_sleep remove the need for sys/socket.h in mpm_common.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85658 13f79535-47bb-0310-9956-ffa450edef68
* ignore some generated files in pcre and modules/proxyJeff Trawick2000-06-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85628 13f79535-47bb-0310-9956-ffa450edef68
* pcre.h is a permanent file now... don't .cvsignore it any longerJeff Trawick2000-06-121-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85548 13f79535-47bb-0310-9956-ffa450edef68
* Remove reference to dftables.lo from CLEANFILES. *.lo is automaticallySascha Schumann2000-06-121-1/+1
| | | | | | | unlinked. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85529 13f79535-47bb-0310-9956-ffa450edef68
* Build only needed parts of libpcre. This is more light-wheight thanSascha Schumann2000-06-121-211/+12
| | | | | | | having a complete build-subsystem for PCRE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85528 13f79535-47bb-0310-9956-ffa450edef68
* Make "make depend" work - pending a real fix, that is. I did attempt to do thisBen Laurie2000-06-111-1/+3
| | | | | | | | properly, but that means some radical autoconf shit that is, once more, beyond me. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85515 13f79535-47bb-0310-9956-ffa450edef68
* PR:William A. Rowe Jr2000-05-313-24/+24
| | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Fix my (very) minor nit with the .dsp's... not sure how I missed this when I first reworked these. Echo a success message and suppress the cp output. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85360 13f79535-47bb-0310-9956-ffa450edef68
* PR:William A. Rowe Jr2000-05-282-10/+12
| | | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: /D(efine) STATIC to suppress warnings since pcreposix is statically linked to pcre. ApacheCore would have to be touched as well, except that we don't override pcre_malloc or pcre_free. If we do so, the STATIC symbol is too broad, and aught to be changed in Apache's public src/include/pcre.h headers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85322 13f79535-47bb-0310-9956-ffa450edef68
* PR:William A. Rowe Jr2000-05-261-1/+1
| | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: All waiting to bite us... just go ahead and ignore this commit. Better now that when we are deciphering real changes. This knocks all the projects into what I expect is a clean VC6 format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85301 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Convert ap_proc_t to tranparent type.Bill Stoddard2000-05-253-6/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85292 13f79535-47bb-0310-9956-ffa450edef68
* configure is a generated file; hence it should be in .cvsignore.Manoj Kasichainula2000-05-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85264 13f79535-47bb-0310-9956-ffa450edef68
* William A. Rowe Jr2000-05-191-3/+5
| | | | | | | | | | | Current and clean make files for Win95. Changes Include: All projects link incrementally with no link maps in Debug mode. New cvstodsp6.pl and dsp6tocvs.pl will fix up /the /ZI - /Zi issue. Includes corrections noted by Tim Costello git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85254 13f79535-47bb-0310-9956-ffa450edef68
* This commit will most likely break everybody on Windows. The .dspRyan Bloom2000-05-181-3/+2
| | | | | | | | | files I am checking in though will build a usable Apache on Windows. This finishes at least the first round of the merge work to get the common code into common files in APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85240 13f79535-47bb-0310-9956-ffa450edef68
* OS/390 doesn't have ranlib and its make utility thinks RANLIB=:Jeff Trawick2000-05-161-1/+3
| | | | | | | is a rule, so set RANLIB to true if there is no ranlib. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85229 13f79535-47bb-0310-9956-ffa450edef68
* Fix PCRE build on OS/2. This includes taking libtool out of the picture,Brian Havard2000-05-162-7/+16
| | | | | | | making static build the default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85228 13f79535-47bb-0310-9956-ffa450edef68
* William A. Rowe Jr2000-05-063-5/+5
| | | | | | | | | pcre lives and dies on the _WIN32 define, rather than WIN32... Adjusted os/win32/os.h to always declare _WIN32, and fixed up some goodies. Win32 now serves pages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85163 13f79535-47bb-0310-9956-ffa450edef68
* William A. Rowe Jr2000-05-063-9/+14
| | | | | | | | | | Cleanup of Apache build with pcre in Win32. Plus clean up ab and htdigest to conform to build of other support executables. Everything seems to be working again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85162 13f79535-47bb-0310-9956-ffa450edef68
* William A. Rowe Jr2000-05-066-0/+644
| | | | | | | | | First crack at getting Apache to build with pcre in Win32. Cleans up all the gen_ projects to strip off garbage files, as well, and follows the same pattern for dftables. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85161 13f79535-47bb-0310-9956-ffa450edef68
* initial .cvsignore for PCRE-in-ApacheJeff Trawick2000-05-061-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85159 13f79535-47bb-0310-9956-ffa450edef68
* Initial revisionRyan Bloom2000-05-0652-0/+38906
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85154 13f79535-47bb-0310-9956-ffa450edef68
* Replace hsregex with PCRE. The PCRE library is always used in 2.0,Ryan Bloom2000-05-061-1/+1
| | | | | | | | regardless of what system we are on. Currently, we are using the POSIX wrappers that PCRE provides. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85153 13f79535-47bb-0310-9956-ffa450edef68
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-5/+0
| | | | | | | | | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths everywhere (fixes Tru64 support) * Get rid of LTLIBRARY_SHARED_NAME rule in library.mk (fixes Irix support, untested) * VPATH does not contain variables anymore (fixes UnixWare support) * Remove inclusion of program.mk in support/Makefile.in (PROGRAM_NAME is empty => breaks Irix and others) * Call REENTRANCY_FLAGS earlier, so that flags are passed to header checks (might fix OpenBSD pthread.h-detection, untested) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85102 13f79535-47bb-0310-9956-ffa450edef68
* shades of a bad global replace --- fixed commentRoy T. Fielding2000-04-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84969 13f79535-47bb-0310-9956-ffa450edef68
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
| | | | | | | on Linux, but probably breaks somewhere. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84963 13f79535-47bb-0310-9956-ffa450edef68