summaryrefslogtreecommitdiff
path: root/music.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Moved all SQL code to database.cpp.Jon Bergli Heier1-2/+5
2011-02-04Moved music::update() to MusicDirectory::update().Jon Bergli Heier1-1/+1
2011-01-06Reworked "find" to allow for more sophisticated searches.Jon Bergli Heier1-1/+2
2011-01-04Added Doxyfile and documentation comments in various places.Jon Bergli Heier1-0/+4
2011-01-02Merge HTTPResponse into HTTP::Connection.Vegard Storheil Eriksen1-5/+4
2011-01-02Command handling changes as a result of adding the update command.Jon Bergli Heier1-0/+2
2011-01-02Moved MusicDirectory conversion code to music::get_directory().Jon Bergli Heier1-0/+2
2011-01-01Implemented a simple 'ls' command for the telnet server.Jon Bergli Heier1-0/+1
2010-12-31Hacked stuff to work again.Vegard Storheil Eriksen1-4/+5
2010-12-30Added a simple artist lookup from a database using SOCI.Jon Bergli Heier1-0/+2
2010-12-29Don't read entire directory tree into memory.Jon Bergli Heier1-9/+5
2010-12-28Added a simple interface to transcoding by specifying the 'decoder' and 'enco...Jon Bergli Heier1-4/+4
2010-12-28Misc changes in HTTP code.Jon Bergli Heier1-3/+5
2010-12-27Added HTTPRequest and HTTPResponse classes.Jon Bergli Heier1-2/+2
2010-12-27Basic directory listing for HTTP.Jon Bergli Heier1-5/+15
2010-12-27Use boost::filesystem.Jon Bergli Heier1-6/+8
2010-12-27Initial commit.Jon Bergli Heier1-0/+30