summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2008-09-08- Prepare for 0.1 releaseKjetil Ørbekk
2008-09-07- Added pthread and SQLITE_THREADED to MakefileKjetil Ørbekk
2008-09-02- Fixed handling of empty tagsKjetil Ørbekk
(in contrast to non-existing ones)
2008-08-14- Renamed mp3fs to musicfsKjetil Ørbekk
2008-08-03- Initial implementation of sqlite3 as backend for music.Ulf Lilleengen
- Add current database schema. - Remove old query support, since this is replaced by sqlite now.
2008-04-25- Switched from id3lib to TagLibKjetil Ørbekk
2008-04-25- Added musicpath parsingKjetil Ørbekk
Order is reversed, so usage is: ./mp3fs <musicpath> <mountpoint>
2008-04-21- Implement basic check and indexing.lulf@carrot.studby.ntnu.no
2008-04-20- Include option parsing in main file.lulf@carrot.studby.ntnu.no
- Put initialization routine in vnops.
2007-11-21- Added -std=c99 to the MakefileKjetil Ørbekk
- Dependency listing in README
2007-11-21- Added MakefileKjetil Ørbekk
- Moved `test programs` out of source tree (So the Makefile actually works)