index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tree.c
Age
Commit message (
Expand
)
Author
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-01-26
fix -Waggregate-return
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2007-04-05
The massive copyright update
Avuton Olrich
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-20
Fix warnings for -Wmissing-prototypes
Avuton Olrich
2006-08-09
we have the parentPos, so use it when incrementing the tree iterator.
Warren Dukes
2006-08-07
sparse / gcc-2.95 / -pedantic fixes
Eric Wong
2006-08-06
merge changes from mpd-tree:
Warren Dukes
2006-08-03
remove tree.[ch] from trunk, it will be added back once the mpd-tree branch is
Warren Dukes
2006-08-02
tree optimization: reduce the number of compares required for insertion and d...
Warren Dukes
2006-08-01
fix a bug when deleting node and CHILDREN_PER_NODE is even
Warren Dukes
2006-08-01
fix a bug when deleting songs and CHILDREN_PER_NODE > 3
Warren Dukes
2006-08-01
a couple of small cleanups
Warren Dukes
2006-08-01
deletion of tree nodes now works.
Warren Dukes
2006-07-31
some tree bugfixes
Warren Dukes
2006-07-31
tree updates:
Warren Dukes
2006-07-30
tree updates:
Warren Dukes
2006-07-30
beginnings of a B-tree, currently insertion has been implemented and test
Warren Dukes
2006-07-15
[CLEANUP] Cleanup whitespace->tabs
Avuton Olrich
2006-07-14
Change shank's email address
J. Alexander Treuman
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
2005-02-24
begin tree implementation
Warren Dukes