| Age | Commit message (Expand) | Author |
| 2008-08-18 | - Remember to lseek to correct offset. | Ulf Lilleengen |
| 2008-08-18 | - s/warn/DEBUG. | Ulf Lilleengen |
| 2008-08-18 | - Use enum instead of defines for lookup datatypes. | Ulf Lilleengen |
| 2008-08-17 | - Check for NULL pointer when looking up HOME path. | Ulf Lilleengen |
| 2008-08-17 | - Remember to free memory after path lookup. | Ulf Lilleengen |
| 2008-08-17 | - Simplify mfs_file_data_from_path a lot and rename it to mfs_realpath, which | Ulf Lilleengen |
| 2008-08-16 | - Use the fi->fh filehandle to store the file descriptor, so we don't need to | Ulf Lilleengen |
| 2008-08-16 | - Simplify mfs_get_home path, using asprintf, and remove potential usage of NULL | Ulf Lilleengen |
| 2008-08-15 | - Reloading config when .config is changed | Kjetil Ørbekk |
| 2008-08-15 | Changed dbpath to ~/.mfs.db | Kjetil Ørbekk |
| 2008-08-15 | - Removed the musicfolder argument | Kjetil Ørbekk |
| 2008-08-15 | - Fixed traversing | Kjetil Ørbekk |
| 2008-08-15 | - Added lookup functions for scanning paths | Kjetil Ørbekk |
| 2008-08-15 | - Fixed insert_path and reload_config | Kjetil Ørbekk |
| 2008-08-15 | - Implemented mfs_reload_config | Kjetil Ørbekk |
| 2008-08-15 | - Moved $HOME function to mfs_subr | Kjetil Ørbekk |
| 2008-08-15 | - Helper function to add music path | Kjetil Ørbekk |
| 2008-08-15 | - Aligned code | Kjetil Ørbekk |
| 2008-08-15 | - More vnops (to make vim behave) | Kjetil Ørbekk |
| 2008-08-15 | - mfs_read for /.config | Kjetil Ørbekk |
| 2008-08-15 | - Started working on ~/.mfsrc as config file | Kjetil Ørbekk |
| 2008-08-15 | - Added vnops needed for writing .config | Kjetil Ørbekk |
| 2008-08-15 | - Renamed /paths to /.config | Kjetil Ørbekk |
| 2008-08-14 | - Added /paths | Kjetil Ørbekk |
| 2008-08-14 | - Add musicpath specified on command line | Kjetil Ørbekk |
| 2008-08-14 | - Escaping string when querying sqlite | Kjetil Ørbekk |
| 2008-08-14 | - More renaming | Kjetil Ørbekk |
| 2008-08-14 | - Added license information (GPLv2) | Kjetil Ørbekk |
| 2008-08-14 | - Renamed mp3fs to musicfs | Kjetil Ørbekk |
| 2008-08-13 | - Adding track number on Artist browsing | Kjetil Ørbekk |
| 2008-08-13 | - Fixed track handling on scan | Kjetil Ørbekk |
| 2008-08-13 | - Add track number on import [Rune Hammersland] | Kjetil Ørbekk |
| 2008-08-13 | Changed format of filenames in /Tracks | Kjetil Ørbekk |
| 2008-08-13 | - Added extensions to all files via sql queries | Kjetil Ørbekk |
| 2008-08-13 | - Reverted mp3_basename, using sqlite tricks to obtain the same | Kjetil Ørbekk |
| 2008-08-13 | - Use mp3_basename and sqlite to add extensions to filenames | Kjetil Ørbekk |
| 2008-08-13 | - Added mp3_basename | Kjetil Ørbekk |
| 2008-08-12 | - Added extension and mtime to dbschema and scanning code | Kjetil Ørbekk |
| 2008-08-12 | - Restructured mp3_getattr | Kjetil Ørbekk |
| 2008-08-12 | - Using mp3_file_data_for_path to open and read files. | Kjetil Ørbekk |
| 2008-08-12 | - Added mp3_file_data_for_path, to reuse code for opening and reading | Kjetil Ørbekk |
| 2008-08-12 | - Added Artist/* to mp3_open | Kjetil Ørbekk |
| 2008-08-09 | - Add lookup for album directory. | Ulf Lilleengen |
| 2008-08-09 | - Change lookup_fn to return values, so we can stop the lookup_finish loop on | Ulf Lilleengen |
| 2008-08-09 | - Add support for reading a file in /Tracks directory. | Ulf Lilleengen |
| 2008-08-09 | - Rename list to lookup, and change it, so a generic lookup callback that | Ulf Lilleengen |
| 2008-08-09 | - Add /Albums as a directory entry in the root tree. | Ulf Lilleengen |
| 2008-08-09 | - Split mp3_list into three functions performing initialization, adding data and | Ulf Lilleengen |
| 2008-08-05 | - Abstract out the methods listing artists and genre into their own functions. | Ulf Lilleengen |
| 2008-08-03 | - Add TODO | Ulf Lilleengen |