summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_19(no author)2001-06-281-177/+0
* Fix up some recent additionswrowe2001-06-281-0/+2
* Not here, nope.wrowe2001-06-281-0/+1
* Add the flags argument to apr_filepath_root, to allow finer control ofwrowe2001-06-271-7/+17
* *) Add apr_file_flags_get() which returns the flags that were originallyjwoolley2001-06-275-1/+17
* Export APR_HAS_foo_SERIALIZE symbols from APR so apps can tell which locktrawick2001-06-263-19/+14
* Add apr_lock_create_np() (Unix only, for now) which allows the caller totrawick2001-06-263-0/+52
* Fix the check for flock() so we don't get confused on AIX.trawick2001-06-261-1/+1
* Teach the Unix implementation of locks to:trawick2001-06-251-23/+53
* Sander pointed out it might be worthwhile namespace protecting thesedreid2001-06-181-2/+2
* First pass at some alignment macro's for the sms code.dreid2001-06-171-0/+7
* Add a read/write locking implementation for BeOS.dreid2001-06-171-2/+12
* OS/2: Add another possibility for ENOENT & fix a missing macro line joinerbjh2001-06-161-1/+2
* (apr_cpystrn): Doc fix.kfogel2001-06-151-2/+5
* on some Unix platforms pthread_t is a structure and the compiler won't allowtrawick2001-06-141-0/+1
* Make apr_pool_is_ancestor a non-debug function. This is required forrbb2001-06-131-8/+9
* Add a new sms module.dreid2001-06-131-0/+94
* Update the include files inline with the recent changes to lockingdreid2001-06-112-25/+5
* Add a function to get the parent of a memory system.dreid2001-06-101-0/+6
* Renaming of sms to use shorter names, no functional change.dreid2001-06-101-66/+66
* Updating docs to change around the order of extern andorlikowski2001-06-091-1/+1
* Lack of sleep makes Victor the village idiot.orlikowski2001-06-091-2/+2
* Revert this change, as it breaks the build.orlikowski2001-06-091-2/+2
* Put some declarations in the right order, for detection's sake.orlikowski2001-06-091-2/+2
* Some more locking, this time at the top level of sms to protectdreid2001-06-081-1/+2
* Some tidying up of the locking code.dreid2001-06-081-11/+10
* axe APR_ENOFILEtrawick2001-06-071-5/+3
* Ooopsie. Some unintended things slipped in.orlikowski2001-06-071-3/+0
* Generate httpd.exp on the fly.orlikowski2001-06-071-0/+3
* Fix a couple of errors that slipped through earlier...dreid2001-06-061-1/+2
* we don't always have apr_os_thread_current()trawick2001-06-061-0/+2
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-069-47/+38
* Solve the linkage issue with a native-C (nonstd convention) declarationwrowe2001-06-061-2/+16
* *) Complete the implementation of LARGEFILE support on Win32, althoughwrowe2001-06-063-8/+8
* Should have added EPIPE long ago.wrowe2001-06-061-0/+11
* (Attempt to) fix the build on Win32 from the sms-ified locks that Davidjwoolley2001-06-063-1/+44
* A couple of changes...dreid2001-06-055-10/+10
* Add an accessor function for the SMS identity.dreid2001-06-051-0/+7
* Fix a silly typo and add support for apr_lock_sms_create to BeOS.dreid2001-06-051-1/+1
* OK, this basically adds a function that allows us to createdreid2001-06-057-4/+27
* * Remove the unnecessary parameter checks and the extra error codes thatjwoolley2001-06-042-11/+2
* - adds some trivial error checking. Maybe someonejerenkrantz2001-06-041-0/+11
* Doxygenation.ben2001-06-031-2/+23
* Code reformat and APRization of types.jerenkrantz2001-06-021-10/+8
* This changes apr_sms_create into a more appropriately nameddreid2001-06-011-8/+6
* GCC's -Wshadow option complains about "optarg" shadowing another definition.gstein2001-06-011-7/+8
* Implement read write locks. This commit will support POSIX pthreadjerenkrantz2001-05-312-3/+17
* Add apr_file_open_stdin - which allows the stdin file handle to bejerenkrantz2001-05-311-0/+9
* Add an identity string to the memory modules. Justin pointed out thatdreid2001-05-301-0/+1
* (apr_finfo_t): revert comment. my bad, I misunderstood the 'valid' field.sussman2001-05-231-1/+1