commit | a89a7944b13266b36ea58caee3fdcab0cfbdc19f | [log] [tgz] |
---|---|---|
author | Linus Walleij <triad@df.lth.se> | Sun Dec 14 23:19:34 2008 +0000 |
committer | Linus Walleij <triad@df.lth.se> | Sun Dec 14 23:19:34 2008 +0000 |
tree | 7302cfb2fed8d4324dc32fbe8f68996b0ad6ec4c | |
parent | 6cf184e3c101e715305b55847bf2ee8415bf1fc2 [diff] [blame] |
Patch from Nathan Bullock that turns folders to a flat list.
diff --git a/ChangeLog b/ChangeLog index 260ead0..c69b085 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,8 @@ +2008-12-15 Nathan Bullock <nathanbullock@gmail.com> + + * src/libmtp.c: get folders to a flat list and we get O(n) searching + instead of the previous O(n^2) algorithm! + 2008-12-13 Linus Walleij <triad@df.lth.se> * examples/detect.c: make mtp-detect dump out default-capabilities.xml