summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Export APR_HAS_foo_SERIALIZE symbols from APR so apps can tell which lockJeff Trawick2001-06-263-19/+14
* Add apr_lock_create_np() (Unix only, for now) which allows the caller toJeff Trawick2001-06-263-0/+52
* Fix the check for flock() so we don't get confused on AIX.Jeff Trawick2001-06-261-1/+1
* Teach the Unix implementation of locks to:Jeff Trawick2001-06-251-23/+53
* Sander pointed out it might be worthwhile namespace protecting theseDavid Reid2001-06-181-2/+2
* First pass at some alignment macro's for the sms code.David Reid2001-06-171-0/+7
* Add a read/write locking implementation for BeOS.David Reid2001-06-171-2/+12
* OS/2: Add another possibility for ENOENT & fix a missing macro line joinerBrian Havard2001-06-161-1/+2
* (apr_cpystrn): Doc fix.Karl Fogel2001-06-151-2/+5
* on some Unix platforms pthread_t is a structure and the compiler won't allowJeff Trawick2001-06-141-0/+1
* Make apr_pool_is_ancestor a non-debug function. This is required forRyan Bloom2001-06-131-8/+9
* Add a new sms module.David Reid2001-06-131-0/+94
* Update the include files inline with the recent changes to lockingDavid Reid2001-06-112-25/+5
* Add a function to get the parent of a memory system.David Reid2001-06-101-0/+6
* Renaming of sms to use shorter names, no functional change.David Reid2001-06-101-66/+66
* Updating docs to change around the order of extern andVictor J. Orlikowski2001-06-091-1/+1
* Lack of sleep makes Victor the village idiot.Victor J. Orlikowski2001-06-091-2/+2
* Revert this change, as it breaks the build.Victor J. Orlikowski2001-06-091-2/+2
* Put some declarations in the right order, for detection's sake.Victor J. Orlikowski2001-06-091-2/+2
* Some more locking, this time at the top level of sms to protectDavid Reid2001-06-081-1/+2
* Some tidying up of the locking code.David Reid2001-06-081-11/+10
* axe APR_ENOFILEJeff Trawick2001-06-071-5/+3
* Ooopsie. Some unintended things slipped in.Victor J. Orlikowski2001-06-071-3/+0
* Generate httpd.exp on the fly.Victor J. Orlikowski2001-06-071-0/+3
* Fix a couple of errors that slipped through earlier...David Reid2001-06-061-1/+2
* we don't always have apr_os_thread_current()Jeff Trawick2001-06-061-0/+2
* This is a much larger commit than I meant to have, but a lot hasDavid Reid2001-06-069-47/+38
* Solve the linkage issue with a native-C (nonstd convention) declarationWilliam A. Rowe Jr2001-06-061-2/+16
* *) Complete the implementation of LARGEFILE support on Win32, althoughWilliam A. Rowe Jr2001-06-063-8/+8
* Should have added EPIPE long ago.William A. Rowe Jr2001-06-061-0/+11
* (Attempt to) fix the build on Win32 from the sms-ified locks that DavidCliff Woolley2001-06-063-1/+44
* A couple of changes...David Reid2001-06-055-10/+10
* Add an accessor function for the SMS identity.David Reid2001-06-051-0/+7
* Fix a silly typo and add support for apr_lock_sms_create to BeOS.David Reid2001-06-051-1/+1
* OK, this basically adds a function that allows us to createDavid Reid2001-06-057-4/+27
* * Remove the unnecessary parameter checks and the extra error codes thatCliff Woolley2001-06-042-11/+2
* - adds some trivial error checking. Maybe someoneJustin Erenkrantz2001-06-041-0/+11
* Doxygenation.Ben Laurie2001-06-031-2/+23
* Code reformat and APRization of types.Justin Erenkrantz2001-06-021-10/+8
* This changes apr_sms_create into a more appropriately namedDavid Reid2001-06-011-8/+6
* GCC's -Wshadow option complains about "optarg" shadowing another definition.Greg Stein2001-06-011-7/+8
* Implement read write locks. This commit will support POSIX pthreadJustin Erenkrantz2001-05-312-3/+17
* Add apr_file_open_stdin - which allows the stdin file handle to beJustin Erenkrantz2001-05-311-0/+9
* Add an identity string to the memory modules. Justin pointed out thatDavid Reid2001-05-301-0/+1
* (apr_finfo_t): revert comment. my bad, I misunderstood the 'valid' field.Ben Collins-Sussman2001-05-231-1/+1
* (apr_finfo_t): note that this field doesn't work.Ben Collins-Sussman2001-05-231-1/+1
* Add a function to truncate a file without having to close and re-openRyan Bloom2001-05-231-0/+8
* Add apr_strtok(), a thread-safe flavor of strtok() which has theJeff Trawick2001-05-231-0/+14
* Get HP-UX (11.0 at least) to build again by including the definitionJeff Trawick2001-05-231-0/+1
* Arrange APR_EFTYPE EFTYPE was missing!Jean-Frederic Clere2001-05-221-1/+1