summaryrefslogtreecommitdiff
path: root/music.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-01-02Use a filtering_istream with custom filters to chain file -> decoder -> encoder.Jon Bergli Heier1-3/+2
2011-01-02Prefix paths with /files in MusicDirectory::render().Jon Bergli Heier1-2/+2
2011-01-02Command handling changes as a result of adding the update command.Jon Bergli Heier1-0/+16
2011-01-02Moved MusicDirectory conversion code to music::get_directory().Jon Bergli Heier1-0/+11
2011-01-01Added 'find' command to the telnet server and removed find_artist call in mus...Jon Bergli Heier1-7/+0
2011-01-01Implemented a simple 'ls' command for the telnet server.Jon Bergli Heier1-0/+8
2010-12-31Hacked stuff to work again.Vegard Storheil Eriksen1-13/+17
2010-12-30Added a simple artist lookup from a database using SOCI.Jon Bergli Heier1-6/+31
2010-12-29Don't allow requests with /../ in the path.Jon Bergli Heier1-0/+5
2010-12-29Don't read entire directory tree into memory.Jon Bergli Heier1-34/+20
2010-12-28Don't send original file's content-length when transcoding.Jon Bergli Heier1-3/+4
2010-12-28Added a simple interface to transcoding by specifying the 'decoder' and 'enco...Jon Bergli Heier1-7/+22
2010-12-28Misc changes in HTTP code.Jon Bergli Heier1-4/+19
2010-12-27Added HTTPRequest and HTTPResponse classes.Jon Bergli Heier1-2/+7
2010-12-27Basic directory listing for HTTP.Jon Bergli Heier1-2/+39
2010-12-27Store MusicDirectory's root path.Jon Bergli Heier1-0/+1
2010-12-27Use boost::filesystem.Jon Bergli Heier1-25/+14
2010-12-27Initial commit.Jon Bergli Heier1-0/+44