summaryrefslogtreecommitdiffstats
path: root/src/wrap.h
Commit message (Collapse)AuthorAgeFilesLines
* Remember that locking can failNalin Dahyabhai2013-08-071-3/+3
| | | | | The SLAPI and pthread rwlock functions, unlike the NSPR versions, return result codes which can indicate failure. So don't throw them away.
* - expect a parent pblock when we're pulling up a single entryNalin Dahyabhai2012-01-131-2/+3
|
* - start with a generic sub-pblock functionNalin Dahyabhai2012-01-101-0/+1
|
* - teach wrap_search_internal_get_entry to take an optional filterNalin Dahyabhai2010-11-221-2/+2
| | | | | - where we were applying a filter test after retrieving an entry, just let the retrieval function do it
* - use a counter to make sure we don't recurse inside the same thread,Nalin Dahyabhai2008-12-021-0/+4
| | | | | which might cause us to try to take a read lock when we're holding the write lock, or vice-versa
* - add a wrapper for the slapi_search_internal_get_entry() functionNalin Dahyabhai2008-07-221-0/+2
|
* - sort out threading startup/shutdown and rwlocking for both NSPR and pthreadsNalin Dahyabhai2008-05-301-0/+40