summaryrefslogtreecommitdiffstats
path: root/os (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* blast the old names for the status codesGreg Stein2000-06-241-18/+26
* Get Win32 building after yesterday's patch to make MPM's explainAllan K. Edwards2000-06-221-0/+2
* Remove unixd_detach function, because it is provided by APR as ap_detach.Ryan Bloom2000-06-202-73/+0
* Make unixd_config.user_name const char * instead of char * to avoidJeff Trawick2000-06-182-2/+2
* Time for these to be gone? I'd say it's long past :)William A. Rowe Jr2000-06-172-120/+0
* More consification, correct command initialisation.Ben Laurie2000-06-172-8/+8
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-133-1/+12
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+2
* Fix Win32 compile break caused by Ryan's stat cleanup.Bill Stoddard2000-06-121-2/+2
* Remove the final vestiges of stat.h from Apache 2.0. All calls are now toRyan Bloom2000-06-122-3/+0
* Cleanup more of the Apache configuration. This removes all of the sharedRyan Bloom2000-06-101-1/+0
* Remove a bunch of string functions from Apache. These are basicallyRyan Bloom2000-06-091-7/+0
* Remove all occurances of strerror from Apache. ap_strerror works justRyan Bloom2000-06-093-5/+8
* Cleanup APR header files a bit. Basically, this splits ap_table_t relatedRyan Bloom2000-06-081-1/+0
* Remove all occurances of gettimeofday. Replace it with ap_now whichRyan Bloom2000-06-081-1/+0
* Fix Win32 bug when pathname length exactly equals MAX_PATH.Allan K. Edwards2000-06-081-1/+1
* Fix some bad (1.3 style) parmlists to ap_log_error() which were introducedJeff Trawick2000-06-071-3/+3
* Add the resource limiting code back to Apache 2.0. This only works onRyan Bloom2000-06-062-1/+65
* PR:William A. Rowe Jr2000-06-062-0/+20
* William A. Rowe Jr2000-05-271-22/+0
* PR:William A. Rowe Jr2000-05-261-11/+13
* William A. Rowe Jr2000-05-191-0/+80
* William A. Rowe Jr2000-05-171-1/+6
* PR:William A. Rowe Jr2000-05-171-1/+1
* William A. Rowe Jr2000-05-171-1/+1
* Remove the dso code from the os/unix directory. These functions are notRyan Bloom2000-05-162-55/+1
* PR:William A. Rowe Jr2000-05-111-1/+0
* William A. Rowe Jr2000-05-061-0/+5
* William A. Rowe Jr2000-05-012-8/+7
* Add VPATH support to Apache:Sascha Schumann2000-04-302-7/+6
* We want to build in the build dir, not the src dir.Sascha Schumann2000-04-301-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-304-20/+0
* 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