summaryrefslogtreecommitdiffstats
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* s4-waf: don't try to use the system lib for the library buildAndrew Tridgell2010-04-131-5/+6
* tdb-waf: added build of manpages and config options for RPM buildAndrew Tridgell2010-04-131-3/+44
* build: use a common autogen-waf.sh for all buildsAndrew Tridgell2010-04-121-22/+1
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-1/+1
* s4-waf: fixed waf distcheck for our standalone libs and s4Andrew Tridgell2010-04-061-0/+4
* s4-waf: added simple 'waf test' support for tdb, talloc and ldbAndrew Tridgell2010-04-061-0/+6
* s4-waf: autogen-waf.sh for the standalone library buildsAndrew Tridgell2010-04-061-0/+22
* s4-waf: use a common pattern for finding buildtools and libsAndrew Tridgell2010-04-061-11/+7
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-3/+3
* s4-waf: fixed finding of buildtools and srcdirAndrew Tridgell2010-04-061-7/+6
* s4-waf: avoid having to run waf configure before waf distAndrew Tridgell2010-04-061-2/+3
* s4-waf: allow standalone tarball build of librariesAndrew Tridgell2010-04-061-2/+9
* s4-waf: added 'waf dist' to our standalone libs as wellAndrew Tridgell2010-04-061-1/+3
* s4-waf: added implied_deps for system librariesAndrew Tridgell2010-04-061-1/+2
* s4-waf: support the use of system librariesAndrew Tridgell2010-04-061-5/+10
* s4-waf: set default for bundled librariesAndrew Tridgell2010-04-061-1/+2
* s4-waf: set the bundled library extension for some libsAndrew Tridgell2010-04-061-0/+1
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* s4-waf: fdatasync is in librt on solaris8Andrew Tridgell2010-04-061-1/+1
* build: only enable pytdb on s4 buildAndrew Tridgell2010-04-061-0/+3
* build: enable pytdbAndrew Tridgell2010-04-061-0/+6
* build: result of hack session with itaAndrew Tridgell2010-04-061-1/+1
* build: started to split up wafsamba.py into separate modulesAndrew Tridgell2010-04-061-0/+5
* build: added BUILD_SUBDIR() wrapperAndrew Tridgell2010-04-061-1/+1
* build: added ADD_CFLAGS() and started of Samba4 buildAndrew Tridgell2010-04-061-1/+1
* build: tdb does not depend on tallocAndrew Tridgell2010-04-061-1/+1
* build: added waf build rules for ldbAndrew Tridgell2010-04-061-3/+3
* build: neater way to find libreplace and start on tevent waf buildAndrew Tridgell2010-04-061-9/+16
* build: more binaries for waf tdb buildAndrew Tridgell2010-04-061-0/+12
* build: added waf build for tdbAndrew Tridgell2010-04-061-0/+24
* tdb: update exports and signatures filesSimo Sorce2010-03-262-0/+2
* tdb: Add a non-blocking version of tdb_transaction_startVolker Lendecke2010-03-266-8/+24
* tdb: Fix indentation in tdb_new_database()Volker Lendecke2010-03-251-1/+1
* Fix some nonempty blank linesVolker Lendecke2010-03-2510-45/+44
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-252-2/+2
* tdb: Fix bug 7248, avoid the nanosleep dependencyVolker Lendecke2010-03-221-4/+4
* tdb: If tdb_parse_record does not find a record, return -1 instead of 0Volker Lendecke2010-02-282-1/+23
* tdb: handle processes dying during transaction commit.Rusty Russell2010-02-243-0/+86
* patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patchRusty Russell2010-02-241-16/+13
* tdb: add -k option to tdbtortureRusty Russell2010-02-241-57/+142
* tdb: don't truncate tdb on recoveryRusty Russell2010-02-241-10/+0
* tdb: remove lock opsRusty Russell2010-02-244-40/+22
* tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()Rusty Russell2010-02-243-13/+9
* tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.Rusty Russell2010-02-241-17/+13
* tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgradeRusty Russell2010-02-173-29/+62
* tdb: suppress record write locks when allrecord lock is taken.Rusty Russell2010-02-241-0/+9
* tdb: cleanup: always grab allrecord lock to infinity.Rusty Russell2010-02-241-7/+3
* tdb: remove num_locksRusty Russell2010-02-172-11/+2
* tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell2010-02-171-3/+3
* tdb: use tdb_nest_lock() for active lock.Rusty Russell2010-02-242-5/+18