Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-18 | Make sure to not close tdb database more than once. | Jelmer Vernooij | 1 | -2/+10 | |
2008-12-18 | Remove swig use from tdb standalone build. | Jelmer Vernooij | 3 | -14/+5 | |
2008-12-18 | Implement missing functions in pytdb. | Jelmer Vernooij | 2 | -34/+66 | |
2008-12-18 | Add simple manually written replacement for the tdb module. | Jelmer Vernooij | 6 | -4990/+453 | |
2008-12-16 | s3/s4: Fix "shadows a global declaration" warning | Tim Prouty | 1 | -1/+1 | |
2008-12-16 | Added a simple tdb integrity check to tdbtool. The command "check" runs ↵ | Holger Hetterich | 1 | -1/+28 | |
traverse on the currently open tdb, and returns the number of entries if the integrity check is successful. | |||||
2008-12-16 | imported the tdb_repack() code from CTDB | Andrew Tridgell | 2 | -1/+93 | |
The tdb_repack() function repacks a TDB so that it has a single freelist entry. The file doesn't shrink, but it does remove all freelist fragmentation. This code originated in the CTDB vacuuming code, but will now be used in ldb to cope with fragmentation from re-indexing | |||||
2008-12-16 | make tdbbackup use transactions | Andrew Tridgell | 1 | -6/+19 | |
tdbbackup was originally written before we had transactions, and it attempted to use its own fsync() calls to make it safe. Now that we have transactions we can do it in a much safer (and faster!) fashion | |||||
2008-09-29 | lib/tdb: increase the version number after some critial changes | Stefan Metzmacher | 1 | -1/+1 | |
The tdb_transaction/traverse interaction fixes are critical. metze | |||||
2008-09-19 | Add shared-build target to tdb. | Simo Sorce | 4 | -0/+30 | |
Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build. | |||||
2008-09-19 | Provide tdb.open and ldb.open python functions. | Jelmer Vernooij | 3 | -28/+41 | |
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 38 | -0/+15529 | |