aboutsummaryrefslogtreecommitdiffstats
path: root/src/tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-2/+3
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-2/+1
2006-08-09we have the parentPos, so use it when incrementing the tree iterator.Warren Dukes1-14/+2
2006-08-07sparse / gcc-2.95 / -pedantic fixesEric Wong1-28/+34
2006-08-06merge changes from mpd-tree:Warren Dukes1-0/+712
2006-08-03remove tree.[ch] from trunk, it will be added back once the mpd-tree branch isWarren Dukes1-673/+0
2006-08-02tree optimization: reduce the number of compares required for insertion and d...Warren Dukes1-101/+103
2006-08-01fix a bug when deleting node and CHILDREN_PER_NODE is evenWarren Dukes1-3/+3
2006-08-01fix a bug when deleting songs and CHILDREN_PER_NODE > 3Warren Dukes1-8/+6
2006-08-01a couple of small cleanupsWarren Dukes1-51/+40
2006-08-01deletion of tree nodes now works.Warren Dukes1-5/+13
2006-07-31some tree bugfixesWarren Dukes1-37/+78
2006-07-31tree updates:Warren Dukes1-6/+228
2006-07-30tree updates:Warren Dukes1-50/+203
2006-07-30beginnings of a B-tree, currently insertion has been implemented and testWarren Dukes1-0/+260
2006-07-15[CLEANUP] Cleanup whitespace->tabsAvuton Olrich1-70/+0
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-0/+18
2005-02-24begin tree implementationWarren Dukes1-0/+52