summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* OS/2: file_cleanup() should be namespace protected as it's not static.Brian Havard2000-03-031-1/+1
* OS/2: Rework of mutex locks. Makes it safe to use the same object in multipleBrian Havard2000-03-031-1/+5
* Win32: Use the COMSPEC envar to set the shell name.Bill Stoddard2000-03-031-1/+1
* Fix the logic for ap_signal, so it is exposed in external header files in APR.Ryan Bloom2000-03-021-0/+16
* Make file I/O and network I/O writev/sendv APIs consistent.Bill Stoddard2000-02-214-18/+1
* Pass ap_iovec_t on writev calls.Bill Stoddard2000-02-181-1/+1
* Have seperate variable on ap_writev to set the number of iovecs passed inBill Stoddard2000-02-182-2/+2
* Cleanup the code to determine what kind of shared memory we are using. ThisRyan Bloom2000-02-041-4/+5
* Fix the APR build process on UNIX. We need to include signal.h if we haveRyan Bloom2000-01-282-3/+7
* Migrate free_proc_chain() for Windows to APR. Fix invalid handle exceptionBill Stoddard2000-01-282-1/+2
* Cleanup funky indentingBill Stoddard2000-01-281-7/+5
* A first pass at shared memory for Unix. This is still pretty ugly, but IRyan Bloom2000-01-273-12/+28
* We need to know if a platform has fork or not.Ryan Bloom2000-01-261-0/+1
* Begin migrating Windows to use APR sockets. Clean-up sendfile a bit more.Bill Stoddard2000-01-263-2/+8
* Take a couple of values that were static for all locks out of the lockRyan Bloom2000-01-252-8/+1
* Namespace protect the HAVE_SEMUN variable that was added. This has notRyan Bloom2000-01-243-5/+3
* Fix APR_HAVE_IN_ADDRBill Stoddard2000-01-241-1/+1
* Fix compile breaks on Windows.Bill Stoddard2000-01-231-0/+1
* Make interprocess mutexes actually choose, fix semaphore mutexes.Ben Laurie2000-01-232-1/+7
* Back out most of the last commit. Keep APR macros seperate from ApacheBill Stoddard2000-01-211-1/+1
* Convert HAVE_NETINET... to the APR macBill Stoddard2000-01-201-1/+1
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-193-2/+60
* Update Windows port to new file_io and time specsBill Stoddard2000-01-172-1/+7
* Initial pass at codepage conversion routines.Ryan Bloom2000-01-141-0/+107
* Replace missing end-of-comment delimiter.Bill Stoddard2000-01-111-1/+2
* Rework ap_finfo_t to split the file type out of the protection field.Brian Havard2000-01-102-6/+3
* OS/2: Implement delete on close & fix an allocation error in ap_open_stderr.Brian Havard2000-01-101-0/+1
* add the ap_get_os_*_time funcs after Dean's time re-write.Ryan Bloom2000-01-091-6/+12
* time overhaul:dgaudet2000-01-092-43/+46
* Add a new time function which creates a new time instance and initializesRyan Bloom2000-01-061-0/+1
* Next pass at the time functions. This defines an ap_ansi_time_t which hasRyan Bloom2000-01-061-2/+6
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-062-17/+21
* Add some comments to clear up some of the fields to windows' ap_file_t.Ryan Bloom2000-01-051-3/+15
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat toRyan Bloom2000-01-041-1/+1
* Add a new function. We shouldn't need to have an open file in order toRyan Bloom2000-01-031-0/+1
* Add APR_SSIZE_T_FMT define to WindowsBill Stoddard2000-01-031-1/+2
* retsize should be ap_size_t, not hardwired to 32 bitsdgaudet1999-12-311-1/+1
* Add a flag to ap_open to allow close on delete status. This should be theRyan Bloom1999-12-301-8/+9
* Some changes to the ap_strftime function. We now inform the user of theRyan Bloom1999-12-301-1/+1
* Use correct data type for socket address length.Sascha Schumann1999-12-291-1/+1
* Move the test and defintion of APR_SSIZE_T_FMT. This was causing problems,Ryan Bloom1999-12-272-8/+9
* Submitted by: Sascha Schumann <sascha@schumann.cx>rasmus1999-12-241-0/+1
* A couple of new functions for APR's time library.Ryan Bloom1999-12-211-0/+2
* Change ap_gm_timestr_822 to ap_timestr. Now, one function can be used to getRyan Bloom1999-12-211-1/+1
* A bunch more time functions for use in Apache. This is really the first cutRyan Bloom1999-12-203-0/+12
* OS/2: Include apr_config.h so HAVE_* macros are available to file I/O code.Brian Havard1999-12-191-0/+1
* Various fixes for Win32 APR. The test cases all almost work again onRyan Bloom1999-12-171-0/+1
* Update the BeOS files to use a single header.David Reid1999-12-153-0/+19
* Fix some build issues with APR on Windows. I am still getting some warnings,Ryan Bloom1999-12-151-2/+0
* Fix some warnings when compiling with -WallRyan Bloom1999-12-141-0/+3