Age | Commit message (Expand) | Author | Files | Lines |
2013-03-26 | tdb: Fix blank line endings | Volker Lendecke | 5 | -46/+45 |
2013-03-26 | tdb: Little format change | Volker Lendecke | 1 | -1/+1 |
2013-03-05 | tdb: Slightly simplify tdb_expand_file | Volker Lendecke | 1 | -2/+4 |
2013-02-20 | ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb' | Rusty Russell | 1 | -0/+5 |
2013-02-19 | tdb: Slightly simplify transaction_write | Volker Lendecke | 1 | -8/+2 |
2013-02-19 | tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlock | Volker Lendecke | 1 | -1/+1 |
2013-02-19 | tdb: Don't segfault if tdb_open_ex for check failed | Volker Lendecke | 1 | -0/+1 |
2013-02-19 | tdb: Factor out the retry loop from tdb_allrecord_upgrade | Volker Lendecke | 1 | -20/+39 |
2013-02-19 | tdb: Simplify fcntl_lock() a bit | Volker Lendecke | 1 | -4/+4 |
2013-02-19 | tdb: Use tdb_null in freelistcheck | Volker Lendecke | 1 | -3/+2 |
2013-02-19 | tdb: Enhance lock tracking a bit | Volker Lendecke | 1 | -0/+11 |
2013-02-16 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2013-02-05 | tdb: Remove "header" from tdb_context | Volker Lendecke | 13 | -59/+64 |
2013-02-05 | tdb: Pass argument "header" to check_header_hash | Volker Lendecke | 1 | -4/+6 |
2013-02-05 | tdb: Pass argument "header" to tdb_new_database | Volker Lendecke | 1 | -6/+8 |
2013-01-19 | Remove some unused variables. | Jeremy Allison | 1 | -3/+0 |
2013-01-07 | tdb: Fix undefined prototype warnings | Volker Lendecke | 1 | -0/+2 |
2013-01-07 | tdb: Fix \n in error messages | Volker Lendecke | 1 | -2/+2 |
2012-12-21 | tdb: Add a comment explaining the "check" | Volker Lendecke | 1 | -1/+4 |
2012-12-21 | tdb: Make tdb_new_database() follow a more conventional style | Volker Lendecke | 1 | -3/+4 |
2012-12-21 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-12-21 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-12-21 | tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlock | Volker Lendecke | 1 | -7/+1 |
2012-12-21 | tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_list | Volker Lendecke | 1 | -23/+31 |
2012-12-21 | tdb: Simplify logic in tdb_lock_list slightly | Volker Lendecke | 1 | -7/+22 |
2012-12-21 | tdb: Slightly simplify tdb_lock_list | Volker Lendecke | 1 | -11/+11 |
2012-12-21 | tdb: Fix blank line endings | Volker Lendecke | 11 | -89/+89 |
2012-12-21 | tdb: Fix a comment | Volker Lendecke | 1 | -1/+1 |
2012-12-21 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-12-21 | tdb: Fix a missing CONVERT | Volker Lendecke | 1 | -1/+1 |
2012-12-12 | tdb: Improve the documentation of tdb_reopen() and tdb_close(). | Andreas Schneider | 1 | -2/+8 |
2012-12-12 | tdb: Fix possible crash bugs in the python tdb code. | Andreas Schneider | 1 | -2/+15 |
2012-12-03 | lib/tdb: Rename manpages/ to man/. | Karolin Seeger | 5 | -12/+12 |
2012-11-29 | docs: man tdbtool: Add missing meta data. | Karolin Seeger | 1 | -1/+1 |
2012-10-06 | tdb: Make tdb robust against improper CLEAR_IF_FIRST restart | Volker Lendecke | 1 | -4/+28 |
2012-10-06 | tdb: Make robust against shrinking tdbs | Rusty Russell | 1 | -12/+20 |
2012-10-04 | tdb: add -e option to tdbdump (and docment it). | Rusty Russell | 2 | -3/+53 |
2012-10-04 | tdb: tdbdump should log errors, and fail in that case. | Rusty Russell | 1 | -2/+38 |
2012-10-04 | tdb: add tdb_rescue() | Rusty Russell | 7 | -4/+622 |
2012-10-02 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-08-10 | tdb/test: fix build on OSF/1 | Björn Jacke | 1 | -15/+15 |
2012-08-04 | doc: Remove build/ from doxygen config or it will not work in brew. | Andreas Schneider | 1 | -4/+1 |
2012-07-30 | lib/tdb: Fix format string errors found by -Werror=format in tdb tests | Andrew Bartlett | 1 | -4/+4 |
2012-07-16 | pytdb: Check if the database is closed before we touch it | Andrew Bartlett | 2 | -10/+85 |
2012-07-16 | pytdb: Check for errors parsing strings into TDB_DATA | Andrew Bartlett | 1 | -0/+16 |
2012-06-26 | tdb: finish weaning off err.h. | Rusty Russell | 7 | -23/+28 |
2012-06-22 | tdb: don't use err.h in tests. | Rusty Russell | 21 | -22/+1 |
2012-06-22 | tdb: make TDB_NOSYNC merely disable sync. | Rusty Russell | 3 | -15/+20 |
2012-06-22 | autobuild: always set TDB_NO_FSYNC. | Rusty Russell | 1 | -0/+4 |
2012-06-19 | tdb/wscript: Remove unecessary semicolons. | Jelmer Vernooij | 1 | -4/+4 |