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
2013-11-02
bunch of format string cleanups, removing %i, signed vs unsigned, and even
Theo de Raadt
2010-09-01
Do not use FP arithmetic. Variation on a diff from Mike Belopuhov some time ago.
Martin Hedenfal
2010-07-26
Fix a sigbus due to unaligned memory access, found when compacting on
Martin Hedenfal
2010-07-18
Fix an unaligned memory access.
Martin Hedenfal
2010-07-06
Send empty statistics rather than segfault if "ldapctl stats" is run when a
Martin Hedenfal
2010-07-06
When moving a node between pages during rebalance, find the source page
Martin Hedenfal
2010-07-06
Adapt code to adhere to the comment (now that doesn't happen very often!).
Martin Hedenfal
2010-07-05
Unbreak writing updates to the btree while having a cursor open on the
Martin Hedenfal
2010-07-05
Plug a memory leak when aborting transactions.
Martin Hedenfal
2010-07-02
Add a BT_CURSOR_EXACT operation to btree_cursor_get. It behaves like
Martin Hedenfal
2010-07-02
Plug a memory leak where each update leaked one page.
Martin Hedenfal
2010-07-01
reset number of revisions after compaction
Martin Hedenfal
2010-07-01
Copy statistics to the compacted database so it isn't lost.
Martin Hedenfal
2010-07-01
Fix a null pointer dereference when writing an entry requiring a single
Martin Hedenfal
2010-07-01
Remove dead assignments. Found by clang static analyzer.
Martin Hedenfal
2010-06-30
Don't prune page cache directly when adding to it. Fixes a crash with a
Martin Hedenfal
2010-06-29
Fix signedness warnings.
Martin Hedenfal
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