Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1964 6427 d 1 h jermar /tags/0.2.0/ Tagging release 0.2.0  
1144 6636 d 4 h jermar /kernel/trunk/ Completed B+-tree support.
Enable btree_remove().
Reorder some static functions and group them together.
Fix order of nodes in the leaf_head list.
 
1142 6636 d 12 h jermar /kernel/trunk/ Update B+-tree code.
The code is there, btree_remove() has not been tested yet.
(Fixes, if any, are to come later today.)
 
1101 6648 d 2 h jermar /kernel/trunk/ B+-tree implementation.
Currently supports only inserting and searching.