summaryrefslogtreecommitdiffstats
path: root/httpd.dsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add util_cfgtreee.c to the win32 buildBill Stoddard2000-04-131-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84955 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate os.c and ApacheOS.dsp, ApacheOS.mak, et. al. Update the winntBill Stoddard2000-03-241-2/+2
| | | | | | | | | MPM to use native thread control calls rather than the deprecated stuff in os.c. Even though I don't use APR in the MPM yet, this is forward progress. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84831 13f79535-47bb-0310-9956-ffa450edef68
* Turn off precompiled header support for Apache.mak/dsp and ApacheCore.mak/dsp.Bill Stoddard2000-03-211-2/+4
| | | | | | | | Submitted by: William Rowe Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84805 13f79535-47bb-0310-9956-ffa450edef68
* Windows: Can now install/uninstall Apache as a service and start/stop apache viaBill Stoddard1999-12-201-2/+10
| | | | | | | | net start and net stop commands. Not extensively tested, so there may be bugs in this still. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84343 13f79535-47bb-0310-9956-ffa450edef68
* Include mod_include and mod_so in the Windows build.Ryan Bloom1999-12-161-0/+8
| | | | | | | | Submitted by: Allan Edwards Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84307 13f79535-47bb-0310-9956-ffa450edef68
* Remove the readdir files from os/win32. These are taken care of by APR now,Ryan Bloom1999-12-151-8/+0
| | | | | | | | and they have been bothering me. This is my first attempt at generating a Makefile for Windows, but it seems to have worked for me. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84296 13f79535-47bb-0310-9956-ffa450edef68
* Win32: First cut at getting apache -k restart|shutdown and running apache as ↵Bill Stoddard1999-12-081-4/+0
| | | | | | a service working git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84249 13f79535-47bb-0310-9956-ffa450edef68
* Get rid of dependency on os/win32/getopt.c & .hBill Stoddard1999-11-081-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84110 13f79535-47bb-0310-9956-ffa450edef68
* Grrrr, commit apachecore.dsp rather than apachecore.def... This adds mod_cgiBill Stoddard1999-10-141-0/+4
| | | | | | | back into the Win32 build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83995 13f79535-47bb-0310-9956-ffa450edef68
* Temporary hacks to the Win32 project files to get the server workingBill Stoddard1999-10-051-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83929 13f79535-47bb-0310-9956-ffa450edef68
* Add apr include file search path. Remove alloc.c and alloc.hBill Stoddard1999-09-131-10/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83899 13f79535-47bb-0310-9956-ffa450edef68
* A bunch of changes to get the server compiling on WIN32. mod_cgi, mod_include,Bill Stoddard1999-08-281-31/+43
| | | | | | | | | | | | | | mod_isapi and mod_so don't work so I am not making them. Moved a lot of code out of multithread.* and into os.* (didn't want to add multithread to the new repository). Much of this can be cleaned up when APR is stable. And Dean's gonna but me for sure for the http_main hit. It's may be possible to name a DLL entry point 'main()'. Just havent tried it yet. Enjoy! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83822 13f79535-47bb-0310-9956-ffa450edef68
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+405
Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9 Submitted by: Apache Group git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83748 13f79535-47bb-0310-9956-ffa450edef68