Files
lix/src/libstore
Benno Fünfstück 75a1d9849d nar-accessor: use tree, fixes readDirectory missing children
Previously, if a directory `foo` existed and a file `foo-` (where `-` is any character that is sorted before `/`), then  `readDirectory` would return an empty list.

To fix this, we now use a tree where we can just access the children of the node, and do not need to rely on sorting behavior to list the contents of a directory.
2017-05-15 10:23:16 +02:00
..
2017-04-10 09:22:24 -04:00
2017-04-24 15:01:28 +02:00
2017-04-20 19:11:45 +02:00
2014-09-18 12:00:40 +02:00
2016-10-06 17:00:52 +02:00
2017-03-03 16:12:17 -05:00
2017-02-28 13:59:11 +01:00
2017-02-28 13:59:11 +01:00
2017-05-11 14:02:03 +02:00