Age | Commit message (Expand) | Author | Files | Lines |
2010-11-27 | tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignments | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-11-27 | tdb:tdbstore.c - remove an useless '\' | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -1/+1 |
2010-11-12 | tdb: set tdb->name early, as it's needed for tdb_name() | Stefan Metzmacher | 1 | -6/+27 |
2010-11-03 | waf: added reconfigure targets to our libraries | Andrew Tridgell | 1 | -0/+5 |
2010-11-01 | tdb: Use waf by default. | Jelmer Vernooij | 2 | -14/+15 |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -66/+0 |
2010-10-26 | waf: Only specify vnum for non-private libraries. | Jelmer Vernooij | 1 | -6/+12 |
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-23 | tdb: Revert re-addition of tdb_set_logging_function. | Jelmer Vernooij | 3 | -3/+0 |
2010-10-23 | tdb: commit the version 1.2.7 signatures | Matthias Dieter Wallnöfer | 1 | -0/+61 |
2010-10-21 | Lowercase socket_wrapper name. | Jelmer Vernooij | 3 | -0/+3 |
2010-10-21 | tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898) | Jelmer Vernooij | 12 | -128/+126 |
2010-10-21 | waf: replace the is_bundled option with private_library | Andrew Tridgell | 1 | -1/+1 |
2010-10-21 | s4-build: fixed some formatting | Andrew Tridgell | 1 | -1/+2 |
2010-10-17 | tdb: Bump version to 1.2.7 after addition of pytdb.__version__. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-07 | waf: fixed exit status of test suites | Andrew Tridgell | 1 | -2/+4 |
2010-10-04 | tdb: Only use system pytdb when using system tdb. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-04 | tdb: Support using system pytdb. | Jelmer Vernooij | 1 | -8/+9 |
2010-10-04 | pytdb: Add __version__ attribute. | Jelmer Vernooij | 3 | -1/+10 |
2010-10-02 | pytdb: Include Python.h first to prevent warning. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-02 | pytdb: Check errors after PyObject_New() calls | Kirill Smelkov | 1 | -0/+7 |
2010-10-02 | pytdb: Add support for tdb_repack() | Kirill Smelkov | 2 | -0/+15 |
2010-10-02 | pytdb: Add TDB_INCOMPATIBLE_HASH open flag | Kirill Smelkov | 1 | -0/+1 |
2010-09-27 | tdb: fix non-WAF build, commit 1.2.6 ABI file. | Rusty Russell | 2 | -1/+62 |
2010-09-27 | tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash. | Rusty Russell | 6 | -6/+23 |
2010-09-27 | tdb: automatically identify Jenkins hash tdbs | Rusty Russell | 1 | -14/+27 |
2010-09-27 | tdb: add Bob Jenkins lookup3 hash as helper hash. | Rusty Russell | 7 | -18/+447 |
2010-09-23 | tdb: add restore | Volker Lendecke | 5 | -2/+310 |
2010-09-20 | lib/tdb: fix c++ build warning in tdb_header_hash(). | Günther Deschner | 1 | -1/+1 |
2010-09-19 | pytdb: Make filename argument optional. | Jelmer Vernooij | 2 | -13/+15 |
2010-09-19 | pytdb: Add support for tdb_freelist_size() | Kirill Smelkov | 2 | -0/+9 |
2010-09-19 | pytdb: Add support for tdb_transaction_prepare_commit() | Kirill Smelkov | 2 | -0/+18 |
2010-09-19 | pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se... | Kirill Smelkov | 2 | -0/+30 |
2010-09-19 | pytdb: Update open flags to match those for tdb_open() in tdb.h | Kirill Smelkov | 1 | -0/+6 |
2010-09-19 | pytdb: Fix repr segfault for internal db | Kirill Smelkov | 2 | -1/+11 |
2010-09-19 | pytdb: Add support for tdb_add_flags() & tdb_remove_flags() | Kirill Smelkov | 2 | -0/+27 |
2010-09-16 | tdb: added TDB_NO_FSYNC env variable | Andrew Tridgell | 1 | -0/+4 |
2010-09-14 | tdb: add ABI/tdb-1.2.4.sigs | Stefan Metzmacher | 1 | -0/+60 |
2010-09-13 | lib/tdb: change version to 1.2.4 after hash checking improvments | Stefan Metzmacher | 2 | -2/+2 |
2010-09-13 | tdb: put example hashes into header, so we notice incorrect hash_fn. | Rusty Russell | 3 | -2/+65 |
2010-09-13 | tdb: fix tdb_check() on other-endian tdbs. | Rusty Russell | 1 | -1/+1 |
2010-09-13 | tdb: fix tdb_check() on read-only TDBs to actually work. | Rusty Russell | 1 | -5/+17 |
2010-09-13 | tdb: make check more robust against recovery failures. | Rusty Russell | 1 | -5/+36 |
2010-08-31 | tdb/waf: the deps for rt are provided by libreplace | Björn Jacke | 1 | -1/+1 |
2010-08-22 | Use DocBook DTD rather than Samba one, as no Samba-specific things are | Jelmer Vernooij | 3 | -3/+3 |
2010-08-14 | tdb: workaround starvation problem in locking entire database. | Rusty Russell | 4 | -19/+131 |
2010-08-13 | tdb: add TDB_DEPS variable filled with required libraries | Björn Jacke | 3 | -7/+14 |
2010-07-29 | Fix tdb_check() to work with read-only tdb databases. The function tdb_lockal... | Jeremy Allison | 1 | -3/+3 |
2010-07-01 | tdb: fix the build on mac os x 10.6.4. | Günther Deschner | 1 | -0/+4 |