summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-3142-1351/+1302
* Fix pthread Cross Process locks.Ryan Bloom2000-03-311-0/+3
* Tweaked APR initialization and termination so that the lifetimeJeff Trawick2000-03-282-1/+3
* More tidy up for the dso functions. Somehow missed these in my previousDavid Reid2000-03-283-4/+5
* Get rid of WinTimeToUnixTime. Replace all instances of its use withBill Stoddard2000-03-281-1/+1
* Add DSO's to the APR build process. This also cleans up the DSO stuff, toRyan Bloom2000-03-273-10/+15
* Clean up OS/2 DSO code so it at least compiles.Brian Havard2000-03-271-2/+5
* When adding the dso stuff I forgot this one.David Reid2000-03-261-0/+77
* This is the first pass at DSO support for APR. It's basically the patchDavid Reid2000-03-263-0/+212
* Fix the problems when sigaction() isn't found and SigfuncJim Jagielski2000-03-231-1/+1
* Fix warnings, update dependencies.Ben Laurie2000-03-181-0/+3
* Shared memory for OS/2Brian Havard2000-03-161-1/+1
* Last doc update.Ryan Bloom2000-03-152-56/+66
* Updating more docs. :-)Ryan Bloom2000-03-153-29/+50
* Fix more docs and change some parameter order on ap_getopt. This makesRyan Bloom2000-03-144-16/+21
* Fix the docs for all of the file I/O functions. Also added variable names toRyan Bloom2000-03-142-37/+43
* i think ryan forgot to commit this prototype updatedgaudet2000-03-141-1/+1
* changed erroneous references to type to scope; added scope to lock_tRonald Tschalar2000-03-103-2/+5
* Fix all the License issues. Including:Ryan Bloom2000-03-1039-343/+343
* 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