summaryrefslogtreecommitdiffstats
path: root/os (follow)
Commit message (Expand)AuthorAgeFilesLines
* PR:William A. Rowe Jr2000-04-281-4/+5
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-282-26/+26
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-282-26/+26
* William A. Rowe Jr2000-04-281-0/+4
* William A. Rowe Jr2000-04-281-3/+7
* Increase the default NumSIG value from 32 to 33 on behalf ofJeff Trawick2000-04-262-35/+38
* First cut at a file handle cache. It serves on Windows and should work onBill Stoddard2000-04-231-0/+1
* Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.Bill Stoddard2000-04-221-10/+10
* Win32: Get mod_auth_digest compiling and added to the WindowsBill Stoddard2000-04-221-1/+1
* Revamp the Win32 make environment. Makefiles have been removed andBill Stoddard2000-04-201-0/+24
* Win32: First cut at getting mod_isapi working under 2.0Bill Stoddard2000-04-152-272/+284
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-146-15/+15
* Fix minor configuration & platform dependenciesMartin Kraemer2000-04-142-5/+12
* Under OS/2 (well actually EMX gcc) libraries don't have a 'lib' prefix. InBrian Havard2000-04-041-1/+4
* ap_os_kill isn't being used now as it's in APR, so remove it!David Reid2000-04-041-1/+0
* Start cleaning up the beos directory. DSO stuff is now in APR.David Reid2000-04-043-70/+1
* Get APR DSO code working under WindowsBill Stoddard2000-04-031-11/+0
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-3125-484/+1134
* First part of getting BeOS to survive restarts correctly.David Reid2000-03-241-10/+3
* Do a bit of Win32 specific garbage collecting. Most of os.h (of not allBill Stoddard2000-03-241-23/+2
* axe some deprecated MULTITHREAD codeJeff Trawick2000-03-221-1/+0
* Remove a debug line left in accidentally.Brian Havard2000-03-201-1/+0
* Bring ap_os_case_canonical_filename() & ap_os_systemcase_canonical_filename()Brian Havard2000-03-202-5/+58
* Ignore more generated files.Brian Havard2000-03-191-0/+4
* Minor nit: use top_srcdir instead of topsrcdir, to be more consistentManoj Kasichainula2000-03-154-8/+8
* Fix all the License issues. Including:Ryan Bloom2000-03-1014-126/+126
* Add requried #include "ap_config.h" in a couple of OS/2 specific files.Brian Havard2000-03-041-0/+1
* .cvsignore goodnessdgaudet2000-03-021-0/+1
* Enable dynamic module support on Linux. This should work on any LIBTOOLRyan Bloom2000-02-171-1/+2
* Remove dead code.Bill Stoddard2000-02-131-14/+0
* Add the rest of the files to allow BeOS to use the buildconf stuff.David Reid2000-02-102-0/+13
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-0/+1
* Get OS/2 working with new configure system. Yay! :)Brian Havard2000-01-265-1/+24
* Fix compile breaks on Windows.Bill Stoddard2000-01-231-1/+1
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-197-0/+33
* Update Windows port to new file_io and time specsBill Stoddard2000-01-171-0/+5
* Make OS selection work for non-UNIX casesSascha Schumann2000-01-111-5/+12
* These changes are committed together, because they depend on each other.Sascha Schumann2000-01-113-1/+20
* Update .cvsignore filesSascha Schumann2000-01-112-1/+1
* Submitted by: Sascha Schumann <sascha@schumann.cx>rasmus1999-12-241-0/+5
* Include mod_include and mod_so in the Windows build.Ryan Bloom1999-12-161-6/+6
* A small change to allow Apache to run on the most recent versionsDavid Reid1999-12-151-0/+3
* AIX DSO tweaks. Enable use of native DSO for AIX 4.3 and beyond. Apache DSOBill Stoddard1999-12-101-1/+4
* Add license statement to util_win32.cBill Stoddard1999-12-091-0/+57
* Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.hManoj Kasichainula1999-12-011-7/+9
* Delete remnants of ap_spawnvp that got missed earlier.Manoj Kasichainula1999-11-303-7/+0
* Deal with times() properly in autoconf. This also changes NO_TIMES toManoj Kasichainula1999-11-301-1/+1
* The second part of the big autoconf patch, which actually adds autoconfManoj Kasichainula1999-11-302-0/+15
* The first part of the big autoconf patch. This replaces a bunch ofManoj Kasichainula1999-11-304-4/+14
* Clean up some code that BeOS doesn't use.David Reid1999-11-241-16/+0