summaryrefslogtreecommitdiffstats
path: root/src/wrap.c
Commit message (Expand)AuthorAgeFilesLines
* Remember that locking can failNalin Dahyabhai2013-08-071-9/+12
* drop support for directory server transactionsNalin Dahyabhai2012-06-131-13/+0
* - set the TXN correctly, and don't bother with the internal helper that doesn...Nalin Dahyabhai2012-01-161-8/+2
* - copy PARENT_TXN, tooNalin Dahyabhai2012-01-161-0/+4
* - DS doesn't do nested transactions (yet?), so copy the transaction ID verbatimNalin Dahyabhai2012-01-161-1/+1
* - expect a parent pblock when we're pulling up a single entryNalin Dahyabhai2012-01-131-3/+4
* - always use TXN IDs, if they exist, even if we don't really careNalin Dahyabhai2012-01-131-2/+2
* - have slapi_search_internal_get_entry() always set its result to NULL on fai...Nalin Dahyabhai2012-01-111-1/+2
* - carry the parent TXN ID downNalin Dahyabhai2012-01-101-1/+13
* - start with a generic sub-pblock functionNalin Dahyabhai2012-01-101-0/+6
* - when building for 389-ds, use Slapi_RWLocks if they appear to be available ...Nalin Dahyabhai2011-08-161-1/+22
* - separate which thread creation/manipulation/destruction API we useNalin Dahyabhai2011-08-121-14/+18
* - teach wrap_search_internal_get_entry to take an optional filterNalin Dahyabhai2010-11-221-10/+10
* - use a counter to make sure we don't recurse inside the same thread,Nalin Dahyabhai2008-12-021-0/+17
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
* - add a wrapper for the slapi_search_internal_get_entry() functionNalin Dahyabhai2008-07-221-0/+40
* - remove unused variablesNalin Dahyabhai2008-06-301-1/+0
* - sort out threading startup/shutdown and rwlocking for both NSPR and pthreadsNalin Dahyabhai2008-05-301-0/+235