summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config magic for enabling DAV, Expat, and SDBM.Greg Stein2000-07-015-3/+73
* no need for relative includes. the directories will be added to theGreg Stein2000-07-014-8/+7
* add some basic infrastructure to sdbm. update expat-lite'sGreg Stein2000-07-011-0/+8
* autoconf gives us WORDS_BIGENDIAN. a bit more of our magic for whether weGreg Stein2000-07-011-1/+8
* brand new Makefile.in to work in the Apache 2.0 config/build systemGreg Stein2000-07-011-32/+4
* bring up to date with respect to Apache 1.3 src/lib/expat-lite/Greg Stein2000-07-017-51/+81
* Remove iol_socket.c from OS/2 build after Ryans's cleanup.Brian Havard2000-07-011-1/+1
* Remove ap_get_server_conf() from the MPM's that implement. The only placeRyan Bloom2000-06-305-25/+4
* Cast a voteJim Jagielski2000-06-301-2/+2
* Fix the problem with ./buildconf not working right out of CVS. TheRyan Bloom2000-06-301-3/+3
* Combine some common code. Before this, all platforms implemented theirRyan Bloom2000-06-3013-16/+16
* I am removing my veto and stepping away from this discussion for at leastRyan Bloom2000-06-301-4/+2
* always include limits.h for the INT_MAX value.Greg Stein2000-06-291-1/+1
* First cut at getting mod_mmap_static function into mod_file_cache. My intent ...Bill Stoddard2000-06-281-60/+170
* Remove the config stuff from the STATUS file. I believe the configurationRyan Bloom2000-06-281-6/+1
* Finish the Configuration cleanup. This basically merges all of theRyan Bloom2000-06-283-35/+4
* Update mod_file_cache to use ap_core_translate. mod_file_cache is essentiall...Bill Stoddard2000-06-283-122/+14
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-2823-1/+66
* turn this off for now; the stuff compiles but doesn't link...Greg Stein2000-06-281-1/+1
* note todo items to complete first pass of integrationGreg Stein2000-06-281-2/+10
* get the DAV stuff to compile for Apache 2.0. some unpleasantries are inGreg Stein2000-06-2810-220/+237
* initial whack at the config/build stuff.Greg Stein2000-06-286-0/+43
* first, obvious step: alter the license/copyright on all mod_dav files.Greg Stein2000-06-2810-144/+537
* initial checkin of the new Apache DAV code. this is a pristine copy ofGreg Stein2000-06-2810-0/+13802
* Whoops... will be needing this exported rsn for mod_mmap_static. But theWilliam A. Rowe Jr2000-06-282-2/+2
* Hook functions aren't translated (and when they are, they are _NONSTD)...William A. Rowe Jr2000-06-282-2/+2
* Fix the configure process. This does a couple of things to allow APR andRyan Bloom2000-06-282-5/+12
* Fix another compiler warning. Forgot to commit this one along with theBill Stoddard2000-06-281-1/+1
* Fix compiler warning on AIXBill Stoddard2000-06-281-1/+1
* Pass the configure args to sub_configure scripts with the RUN_NOW macro.Ryan Bloom2000-06-281-1/+1
* Fix compile warning on AIXBill Stoddard2000-06-281-2/+2
* Use libtool to compile instead of cc. If we are going to use libtool,Ryan Bloom2000-06-281-1/+1
* Still a sunny day.Ryan Bloom2000-06-281-2/+5
* sunny? yet again?Greg Stein2000-06-271-1/+7
* Move the checks for bcopy and memmove down to APR. APR now defines memmoveRyan Bloom2000-06-272-14/+0
* One bug and one fluff: need to use the '.' shell ``command'' toJim Jagielski2000-06-271-1/+1
* Make sure to get the required vars for the config.guess/et.al. familyJim Jagielski2000-06-271-0/+1
* We need to preload first, before running any other configures.Jim Jagielski2000-06-271-5/+4
* Fix the configure script. If a either the mpmt_pthread or dexter MPM'sRyan Bloom2000-06-272-7/+14
* Detect libraries based on which platform configure is being run on.Ryan Bloom2000-06-274-23/+35
* Remove const from ap_socket_t parameters on APR functions so thatJeff Trawick2000-06-262-2/+2
* Fix the type of the 5th argument to iol_sendfile().Jeff Trawick2000-06-261-1/+1
* Large tidy up of the beos mpm. this brings in a lot of the changes thatDavid Reid2000-06-261-83/+104
* mention a newly-available patch from Jim WinsteadJeff Trawick2000-06-261-1/+4
* "kick the baby!"Greg Stein2000-06-261-2/+6
* allow apxs to be run from the source tree, before installation (e.g. perl ../...Doug MacEachern2000-06-261-4/+12
* parms needs err_directive incase execute_now() returns non-NULL (e.g. if Load...Doug MacEachern2000-06-261-6/+7
* Since we are initializing the status variable, use the error codeRyan Bloom2000-06-251-1/+1
* Quiet an unhelpful gcc warning which said that stat might beJeff Trawick2000-06-251-1/+1
* Clean up some warnings by including appropriate headers &Brian Havard2000-06-251-2/+5