summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-3123-729/+710
* Fix pthread Cross Process locks.Ryan Bloom2000-03-311-0/+3
* More tidy up for the dso functions. Somehow missed these in my previousDavid Reid2000-03-282-3/+3
* Add DSO's to the APR build process. This also cleans up the DSO stuff, toRyan Bloom2000-03-271-3/+4
* Clean up OS/2 DSO code so it at least compiles.Brian Havard2000-03-271-2/+5
* This is the first pass at DSO support for APR. It's basically the patchDavid Reid2000-03-263-0/+212
* Updating more docs. :-)Ryan Bloom2000-03-151-0/+14
* 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-1020-180/+180
* 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
* Make file I/O and network I/O writev/sendv APIs consistent.Bill Stoddard2000-02-213-15/+0
* Have seperate variable on ap_writev to set the number of iovecs passed inBill Stoddard2000-02-181-1/+1
* Cleanup funky indentingBill Stoddard2000-01-281-7/+5
* Take a couple of values that were static for all locks out of the lockRyan Bloom2000-01-251-4/+1
* Namespace protect the HAVE_SEMUN variable that was added. This has notRyan Bloom2000-01-241-4/+1
* Make interprocess mutexes actually choose, fix semaphore mutexes.Ben Laurie2000-01-231-1/+4
* 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
* 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-101-3/+1
* OS/2: Implement delete on close & fix an allocation error in ap_open_stderr.Brian Havard2000-01-101-0/+1
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-8/+1
* Add some comments to clear up some of the fields to windows' ap_file_t.Ryan Bloom2000-01-051-3/+15
* Use correct data type for socket address length.Sascha Schumann1999-12-291-1/+1
* OS/2: Include apr_config.h so HAVE_* macros are available to file I/O code.Brian Havard1999-12-191-0/+1
* Update the BeOS files to use a single header.David Reid1999-12-153-0/+19
* Fix some warnings when compiling with -WallRyan Bloom1999-12-141-0/+3
* Make APR compile on Windows again. The changes that I introduced forRyan Bloom1999-12-092-1/+5
* Finish the cleanup I did earlier. It worked before on AIX, but that wasRyan Bloom1999-12-061-1/+1
* Cleaning up the config stuff for APR even more. We had some smallRyan Bloom1999-12-061-4/+4
* Add Sendfile to APR. This is not well tested, and a test case is needed.Ryan Bloom1999-12-041-0/+6
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-037-39/+161
* The next step in removing the APR HAVE_*_H leak. This removes all of thoseRyan Bloom1999-12-012-0/+2
* Deal with pool function failures in a clean way. I need to look at how weRyan Bloom1999-11-242-0/+2
* Update some dependancies. Move the final two files out of apr/inc and intoRyan Bloom1999-11-231-1/+0
* Under Linux, I always got aMartin Kraemer1999-11-202-0/+2
* hange the way that we test for the size of ssize_t, using code suggested byDavid Reid1999-11-131-90/+7
* Add timeouts to pipes. I also fixed a minor bug in timeout code for sendingRyan Bloom1999-11-101-0/+1
* Fix a logic error for mmap on unix. Basically, if you are going to check forRyan Bloom1999-11-101-3/+10
* This adds a new mmap function for both BeOS and unix.David Reid1999-11-041-1/+28
* OS/2: Rework ap_send/ap_recv to time out properly on blocking sockets.Brian Havard1999-11-031-1/+2
* Add more functions to the APR mmap.David Reid1999-11-031-1/+1
* OS/2: Bypass EMX library's socket code and go straight to the OS/2 TCP/IPBrian Havard1999-10-292-4/+144
* Add local_addr and remote_addr to APR for WindowsBill Stoddard1999-10-251-1/+2
* Bring BeOS back into line with Ben's changes to the network API.David Reid1999-10-241-1/+3
* Enhancements for APR network_io. Adds separate local/remote access methods forBrian Havard1999-10-242-2/+4
* Don't try to compile mmap functions if the platform doesn't have mmap.Brian Havard1999-10-241-0/+4
* This small addition needs altered yet again. This time hopefully it'llDavid Reid1999-10-231-1/+1