summaryrefslogtreecommitdiff
path: root/src/tree.c
AgeCommit message (Expand)Author
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann
2008-01-26fix -Waggregate-returnMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-04-05The massive copyright updateAvuton Olrich
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-08-09we have the parentPos, so use it when incrementing the tree iterator.Warren Dukes
2006-08-07sparse / gcc-2.95 / -pedantic fixesEric Wong
2006-08-06merge changes from mpd-tree:Warren Dukes
2006-08-03remove tree.[ch] from trunk, it will be added back once the mpd-tree branch isWarren Dukes
2006-08-02tree optimization: reduce the number of compares required for insertion and d...Warren Dukes
2006-08-01fix a bug when deleting node and CHILDREN_PER_NODE is evenWarren Dukes
2006-08-01fix a bug when deleting songs and CHILDREN_PER_NODE > 3Warren Dukes
2006-08-01a couple of small cleanupsWarren Dukes
2006-08-01deletion of tree nodes now works.Warren Dukes
2006-07-31some tree bugfixesWarren Dukes
2006-07-31tree updates:Warren Dukes
2006-07-30tree updates:Warren Dukes
2006-07-30beginnings of a B-tree, currently insertion has been implemented and testWarren Dukes
2006-07-15[CLEANUP] Cleanup whitespace->tabsAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2005-02-24begin tree implementationWarren Dukes