| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-09-07 | - Handle closed twice. | Ulf Lilleengen | |
| 2008-09-05 | - Added mfs_cleanup_db, to remove inactive paths | Kjetil Ørbekk | |
| 2008-09-04 | - Changed the initialize.sh instructions to reflect the new options | Kjetil Ørbekk | |
| 2008-09-04 | - Added -s and -d as default options | Kjetil Ørbekk | |
| (through fuse_opt tricks) | |||
| 2008-09-03 | - Implement flush and fsync. | Ulf Lilleengen | |
| 2008-09-02 | - Added active-flag to database (convenient when scanning paths) | Kjetil Ørbekk | |
| - Disable active-flag on old directories | |||
| 2008-09-02 | - Tagged some things as [FINISHED] in the TODO | Kjetil Ørbekk | |
| - Only two things left, v0.1 will hopefully be ready soon | |||
| 2008-09-02 | - Fixed handling of empty tags | Kjetil Ørbekk | |
| (in contrast to non-existing ones) | |||
| 2008-08-19 | Moved "debug-bug" to 0.2, as it is less critical now | Kjetil Ørbekk | |
| 2008-08-19 | - Fixed x bit on directories | Kjetil Ørbekk | |
| 2008-08-18 | - Add another point to the TODO. | Ulf Lilleengen | |
| 2008-08-18 | - Simplify some messy code. | Ulf Lilleengen | |
| 2008-08-18 | - Forced commit to note that the previous change had a bogus commit message. The | Ulf Lilleengen | |
| commit added a NULL pointer check to mfs_get_home_path, as well as returning proper values from the stat call. | |||
| 2008-08-18 | Revert "- Add comment to bug." | Ulf Lilleengen | |
| This reverts commit c2289bd5e2bdb03230d75b7a05a3f053c1bafe6e. | |||
| 2008-08-18 | Revert "- Add comment to bug." | Ulf Lilleengen | |
| This reverts commit c2289bd5e2bdb03230d75b7a05a3f053c1bafe6e. | |||
| 2008-08-18 | - Add comment to bug. | Ulf Lilleengen | |
| 2008-08-18 | - Remember to lseek to correct offset. | Ulf Lilleengen | |
| - Fix a bug where SEEK_CUR was used instead of SEEK_SET. This was also the reason I didn't add lseek when reading a file in the first place, because i got buggy behaviour. So, using SEEK_SET corrected this. | |||
| 2008-08-18 | - s/warn/DEBUG. | Ulf Lilleengen | |
| - Add suggstions to TODO. - Change enum starting point. | |||
| 2008-08-18 | - Use enum instead of defines for lookup datatypes. | Ulf Lilleengen | |
| 2008-08-18 | - Add more suggestions. | Ulf Lilleengen | |
| 2008-08-18 | - Add some suggestions to the TODO. | Ulf Lilleengen | |
| 2008-08-17 | - Add a few TODO points. | 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 | |
| - Don't close if fd is 0, which it might be if not assigned. | |||
| 2008-08-17 | - Simplify mfs_file_data_from_path a lot and rename it to mfs_realpath, which | Ulf Lilleengen | |
| have the objective of looking up the real file path, given the musicfs path. Some thoughts: Instead of creating a function for each operation we want to do, this change adds a mfs_lookup_path which allocates a buffer with the real path of the file we're looking for. This way, we can do the operations we want on the path externally instead, which is a lot simpler when using it. This also gets rid of the file_data data structure, and just use a pointer pointer where one is to allocate the real path. | |||
| 2008-08-16 | - todo changes | Kjetil Ørbekk | |
| 2008-08-16 | - Use the fi->fh filehandle to store the file descriptor, so we don't need to | Ulf Lilleengen | |
| run an sql query each time we want to read a block from the file. This should improve performance significantly. Currently, it's not done for config file reading, but if not for performance reasons, we should perhaps change it to be "correct" in the file system way of doing things. | |||
| 2008-08-16 | Merge branch 'master' of git@github.com:orbekk/musicfs | Ulf Lilleengen | |
| 2008-08-16 | - Simplify mfs_get_home path, using asprintf, and remove potential usage of NULL | Ulf Lilleengen | |
| pointers. - Don't use memory that might be NULL pointer after allocating trackno, as well as check if malloc returned NULL in escape. | |||
| 2008-08-16 | - Added link to pnotify | Kjetil Ørbekk | |
| 2008-08-16 | - Fixed typo | Kjetil Ørbekk | |
| 2008-08-16 | - TODO changes | Kjetil Ørbekk | |
| - Plans for v0.1 - Ideas for v0.2 | |||
| 2008-08-15 | - Changed README | Kjetil Ørbekk | |
| 2008-08-15 | - Added "screenshot" | Kjetil Ørbekk | |
| 2008-08-15 | - Updated initialize.sh and README | Kjetil Ørbekk | |
| 2008-08-15 | Merge branch 'config' | Kjetil Ørbekk | |
| 2008-08-15 | - Reloading config when .config is changed | Kjetil Ørbekk | |
| 2008-08-15 | Changed dbpath to ~/.mfs.db | Kjetil Ørbekk | |
| 2008-08-15 | Added initialization script | Kjetil Ørbekk | |
| 2008-08-15 | - Removed the musicfolder argument | Kjetil Ørbekk | |
| 2008-08-15 | - Fixed traversing | Kjetil Ørbekk | |
| - Added a special flag to give the lookup functions access to the DB handle. | |||
| 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 | |
