aboutsummaryrefslogtreecommitdiffstats
path: root/src/tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-2/+3
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-2/+1
* we have the parentPos, so use it when incrementing the tree iterator.Warren Dukes2006-08-091-14/+2
* sparse / gcc-2.95 / -pedantic fixesEric Wong2006-08-071-28/+34
* merge changes from mpd-tree:Warren Dukes2006-08-061-0/+712
* remove tree.[ch] from trunk, it will be added back once the mpd-tree branch isWarren Dukes2006-08-031-673/+0
* tree optimization: reduce the number of compares required for insertion and d...Warren Dukes2006-08-021-101/+103
* fix a bug when deleting node and CHILDREN_PER_NODE is evenWarren Dukes2006-08-011-3/+3
* fix a bug when deleting songs and CHILDREN_PER_NODE > 3Warren Dukes2006-08-011-8/+6
* a couple of small cleanupsWarren Dukes2006-08-011-51/+40
* deletion of tree nodes now works.Warren Dukes2006-08-011-5/+13
* some tree bugfixesWarren Dukes2006-07-311-37/+78
* tree updates:Warren Dukes2006-07-311-6/+228
* tree updates:Warren Dukes2006-07-301-50/+203
* beginnings of a B-tree, currently insertion has been implemented and testWarren Dukes2006-07-301-0/+260
* [CLEANUP] Cleanup whitespace->tabsAvuton Olrich2006-07-151-70/+0
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-0/+18
* begin tree implementationWarren Dukes2005-02-241-0/+52