Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-05-12 | While we're all making incompatible tdb changes, I changed the implementation | Tim Potter | 1 | -4/+4 | |
of tdb_{store,get}_int() to store the length of the string key + 1 so the stored key contains the trailing NULL character. This allows normal string library routines to manipulate keys. Also renamed tdb_get_int() to tdb_fetch_int() to keep the set of verbs consistent. (This used to be commit a423c7c5f21dc4046530b85482dee88dcfcbf070) | |||||
2000-05-09 | Added tdb_store_by_string() and tdb_fetch_by_string() functions to store | Tim Potter | 1 | -0/+27 | |
data with null terminated string keys. (This used to be commit d58146321b6fe50e1cc1a73da80c3d2e8c3412dc) | |||||
2000-04-29 | put tdb utility functions in a separate file | Andrew Tridgell | 1 | -0/+67 | |
(This used to be commit 77009422a075300e5c07a3e75806a7dac47e2113) |