Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-02 | Add a BT_CURSOR_EXACT operation to btree_cursor_get. It behaves like | Martin Hedenfal | |
BT_CURSOR, but fails if the key is not found. | |||
2010-06-23 | Set errno to appropriate values when returning failure in btree. Make btree | Martin Hedenfal | |
functions only return success or failure (-1 or NULL). Update callers to check errno. | |||
2010-06-13 | Don't expose typedefs of pgno_t and indx_t in the public header file, move | Martin Hedenfal | |
them to btree.c. Also don't use exact-width integer types in public btree api. | |||
2010-06-13 | Fix value clash in btree flags BT_FIXPADDING and BT_NOSYNC. | Martin Hedenfal | |
2010-06-11 | Append a "tombstone" meta page after a database has been compacted. This | Martin Hedenfal | |
allows other processes to pick up the change and re-open the file. | |||
2010-05-31 | Initial import of ldapd, a small LDAP daemon. Work in progress. | Martin Hedenfal | |
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@ |