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