summaryrefslogtreecommitdiff
path: root/locks/os2
Commit message (Expand)AuthorAgeFilesLines
...
* Add condition variables to the APR set of locking functions.Ryan Bloom2001-09-132-1/+91
* OS/2: Implement apr_thread_mutex functions.Brian Havard2001-09-121-6/+51
* Add the new thread read/write API to APR. This doesn't change anyRyan Bloom2001-09-082-1/+100
* Add the new thread_lock API to APR. This is the first step to breakingRyan Bloom2001-09-042-1/+90
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-15/+15
* OS/2: implement apr_lock_tryacquire()Brian Havard2001-08-051-3/+15
* Add tryacquire function to the apr_lock_* stable.Justin Erenkrantz2001-07-191-0/+5
* Stop warnings about rc being used uninitialized.Brian Havard2001-06-061-0/+4
* Style cleanup: switch statement opening braces belong on the same line.Brian Havard2001-06-061-10/+5
* Fix missing brace, broken in recent rwlock patch.Brian Havard2001-06-061-0/+1
* A couple of changes...David Reid2001-06-051-18/+20
* Implement read write locks. This commit will support POSIX pthreadJustin Erenkrantz2001-05-311-23/+65
* OS/2: Get rid of old setup_lock() cruft.Brian Havard2001-03-191-6/+0
* OS/2: add an assortment of misc helper functions that were missing soBrian Havard2001-03-191-0/+40
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-131-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-9/+9
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-281-2/+0
* Libtool-ize APR.Greg Stein2001-01-092-30/+8
* OS/2 changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-26/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-142-12/+16
* Move all of the lock private header files to an arch directory underRyan Bloom2000-11-093-83/+4
* Include apr_strings.h in a bunch more places that need it.Brian Havard2000-08-061-0/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-022-23/+23
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter canSascha Schumann2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledSascha Schumann2000-04-301-1/+1
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-281-1/+1
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-281-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-1/+1
* replace some of the consts lost during overlappingJeff Trawick2000-04-141-2/+4
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-142-4/+3
* Change the fname parm of ap_create_lock() and ap_child_init_lock()Jeff Trawick2000-04-141-3/+4
* First stage of migrating OS/2 code to new error code mappings, define & useBrian Havard2000-04-081-5/+5
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-8/+8
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-032-9/+9
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-312-63/+62
* Update some dependencies.Brian Havard2000-03-161-4/+5
* changed erroneous references to type to scope; added scope to lock_tRonald Tschalar2000-03-102-2/+4
* Fix all the License issues. Including:Ryan Bloom2000-03-102-18/+18
* OS/2: Rework of mutex locks. Makes it safe to use the same object in multipleBrian Havard2000-03-032-19/+59
* OS/2: Fix unnamed semaphores.Brian Havard1999-10-291-1/+6
* OS/2: Update dependenciesBrian Havard1999-10-181-3/+2
* OS/2: Add parameter scope parameter to ap_create_lock(), ignored for now.Brian Havard1999-10-181-1/+1
* Parameter order change for the locks directory. They are all up toRyan Bloom1999-10-081-1/+1
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* Ignore generated makefiles in APR OS/2 directories.Brian Havard1999-08-291-0/+1
* Generate dependencies for APR OS/2 modules.Brian Havard1999-08-281-10/+8
* Fix compilation bugs in APR. Move compiled libraries into a common libsRyan Bloom1999-08-271-1/+1
* Initial revisionRyan Bloom1999-08-173-0/+280