summaryrefslogtreecommitdiffstats
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell2010-12-091-3/+1
* waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell2010-12-091-1/+1
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-081-1/+1
* tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignmentsMatthias Dieter Wallnöfer2010-11-271-2/+2
* tdb:tdbstore.c - remove an useless '\'Matthias Dieter Wallnöfer2010-11-271-1/+1
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-1/+1
* tdb: set tdb->name early, as it's needed for tdb_name()Stefan Metzmacher2010-11-121-6/+27
* waf: added reconfigure targets to our librariesAndrew Tridgell2010-11-031-0/+5
* tdb: Use waf by default.Jelmer Vernooij2010-11-012-14/+15
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-66/+0
* waf: Only specify vnum for non-private libraries.Jelmer Vernooij2010-10-261-6/+12
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-231-1/+1
* tdb: Revert re-addition of tdb_set_logging_function.Jelmer Vernooij2010-10-233-3/+0
* tdb: commit the version 1.2.7 signaturesMatthias Dieter Wallnöfer2010-10-231-0/+61
* Lowercase socket_wrapper name.Jelmer Vernooij2010-10-213-0/+3
* tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)Jelmer Vernooij2010-10-2112-128/+126
* waf: replace the is_bundled option with private_libraryAndrew Tridgell2010-10-211-1/+1
* s4-build: fixed some formattingAndrew Tridgell2010-10-211-1/+2
* tdb: Bump version to 1.2.7 after addition of pytdb.__version__.Jelmer Vernooij2010-10-171-1/+1
* waf: fixed exit status of test suitesAndrew Tridgell2010-10-071-2/+4
* tdb: Only use system pytdb when using system tdb.Jelmer Vernooij2010-10-041-2/+2
* tdb: Support using system pytdb.Jelmer Vernooij2010-10-041-8/+9
* pytdb: Add __version__ attribute.Jelmer Vernooij2010-10-043-1/+10
* pytdb: Include Python.h first to prevent warning.Jelmer Vernooij2010-10-021-1/+1
* pytdb: Check errors after PyObject_New() callsKirill Smelkov2010-10-021-0/+7
* pytdb: Add support for tdb_repack()Kirill Smelkov2010-10-022-0/+15
* pytdb: Add TDB_INCOMPATIBLE_HASH open flagKirill Smelkov2010-10-021-0/+1
* tdb: fix non-WAF build, commit 1.2.6 ABI file.Rusty Russell2010-09-272-1/+62
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-09-276-6/+23
* tdb: automatically identify Jenkins hash tdbsRusty Russell2010-09-271-14/+27
* tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell2010-09-277-18/+447
* tdb: add restoreVolker Lendecke2010-09-235-2/+310
* lib/tdb: fix c++ build warning in tdb_header_hash().Günther Deschner2010-09-201-1/+1
* pytdb: Make filename argument optional.Jelmer Vernooij2010-09-192-13/+15
* pytdb: Add support for tdb_freelist_size()Kirill Smelkov2010-09-192-0/+9
* pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov2010-09-192-0/+18
* pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov2010-09-192-0/+30
* pytdb: Update open flags to match those for tdb_open() in tdb.hKirill Smelkov2010-09-191-0/+6
* pytdb: Fix repr segfault for internal dbKirill Smelkov2010-09-192-1/+11
* pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov2010-09-192-0/+27
* tdb: added TDB_NO_FSYNC env variableAndrew Tridgell2010-09-161-0/+4
* tdb: add ABI/tdb-1.2.4.sigsStefan Metzmacher2010-09-141-0/+60
* lib/tdb: change version to 1.2.4 after hash checking improvmentsStefan Metzmacher2010-09-132-2/+2
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-09-133-2/+65
* tdb: fix tdb_check() on other-endian tdbs.Rusty Russell2010-09-131-1/+1
* tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell2010-09-131-5/+17
* tdb: make check more robust against recovery failures.Rusty Russell2010-09-131-5/+36
* tdb/waf: the deps for rt are provided by libreplaceBjörn Jacke2010-08-311-1/+1
* Use DocBook DTD rather than Samba one, as no Samba-specific things areJelmer Vernooij2010-08-223-3/+3
* tdb: workaround starvation problem in locking entire database.Rusty Russell2010-08-144-19/+131