index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldapd
/
btree.c
Age
Commit message (
Expand
)
Author
2010-06-27
Add support for different page sizes in the btree. Add a new header page
Martin Hedenfal
2010-06-23
Set errno to appropriate values when returning failure in btree. Make btree
Martin Hedenfal
2010-06-17
Fix byte alignment on sparc64.
Martin Hedenfal
2010-06-15
Verify that a transaction passed to btree_tnx_{put,del} is not readonly.
Martin Hedenfal
2010-06-13
Don't expose typedefs of pgno_t and indx_t in the public header file, move
Martin Hedenfal
2010-06-13
Fix btree reference counting when opening the database with a file
Martin Hedenfal
2010-06-11
Keep returning BT_DEAD if last meta page has the "tombstone" bit set.
Martin Hedenfal
2010-06-11
Allow functions that accept both a btree and a txn argument to be passed a
Martin Hedenfal
2010-06-11
Append a "tombstone" meta page after a database has been compacted. This
Martin Hedenfal
2010-06-10
Read-only transactions have no dirty_queue, so check for a read-only
Martin Hedenfal
2010-06-03
Fix compilation on gcc2. Check a return value from malloc while at it.
Martin Hedenfal
2010-06-02
remove c++ comments
Martin Hedenfal
2010-05-31
Remove trailing whitespace and spaces before tabs.
Martin Hedenfal
2010-05-31
Initial import of ldapd, a small LDAP daemon. Work in progress.
Martin Hedenfal