summaryrefslogtreecommitdiff
path: root/os
Commit message (Expand)AuthorAgeFilesLines
* prefix libapr functions and types with apr_Doug MacEachern2000-08-0212-81/+81
* Another day's progress... little changes, but just establishing theWilliam A. Rowe Jr2000-07-271-281/+479
* Undo the damage to mod_isapi (leave placeholders for new functions though)William A. Rowe Jr2000-07-251-34/+47
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-252-77/+143
* Fix some bad ap_log_error() invocations. Comment on a badJeff Trawick2000-07-173-9/+9
* Correct Win32 Expat build.Keith Wannamaker2000-07-111-4/+0
* Stop a compiler warning in maintainer mode.David Reid2000-07-031-0/+1
* Bring beos back into line following the changes to iol_socket.David Reid2000-07-031-1/+1
* enable Expat for the Win32 build.Greg Stein2000-07-031-0/+5
* Remove iol_socket.c from OS/2 build after Ryans's cleanup.Brian Havard2000-07-011-1/+1
* Combine some common code. Before this, all platforms implemented theirRyan Bloom2000-06-301-1/+1
* 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-123-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-071-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-152-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