Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-04 | Moved all SQL code to database.cpp. | Jon Bergli Heier | 1 | -2/+5 | |
2011-02-04 | Moved music::update() to MusicDirectory::update(). | Jon Bergli Heier | 1 | -1/+1 | |
2011-01-06 | Reworked "find" to allow for more sophisticated searches. | Jon Bergli Heier | 1 | -1/+2 | |
The usage of the "find" command is as follows: find SEARCH where SEARCH is either a simple string to search for, or key:value pairs with the following keys: artist album title | |||||
2011-01-04 | Added Doxyfile and documentation comments in various places. | Jon Bergli Heier | 1 | -0/+4 | |
2011-01-02 | Merge HTTPResponse into HTTP::Connection. | Vegard Storheil Eriksen | 1 | -5/+4 | |
2011-01-02 | Command handling changes as a result of adding the update command. | Jon Bergli Heier | 1 | -0/+2 | |
2011-01-02 | Moved MusicDirectory conversion code to music::get_directory(). | Jon Bergli Heier | 1 | -0/+2 | |
2011-01-01 | Implemented a simple 'ls' command for the telnet server. | Jon Bergli Heier | 1 | -0/+1 | |
2010-12-31 | Hacked stuff to work again. | Vegard Storheil Eriksen | 1 | -4/+5 | |
2010-12-30 | Added a simple artist lookup from a database using SOCI. | Jon Bergli Heier | 1 | -0/+2 | |
2010-12-29 | Don't read entire directory tree into memory. | Jon Bergli Heier | 1 | -9/+5 | |
2010-12-28 | Added a simple interface to transcoding by specifying the 'decoder' and ↵ | Jon Bergli Heier | 1 | -4/+4 | |
'encoder' query arguments. | |||||
2010-12-28 | Misc changes in HTTP code. | Jon Bergli Heier | 1 | -3/+5 | |
2010-12-27 | Added HTTPRequest and HTTPResponse classes. | Jon Bergli Heier | 1 | -2/+2 | |
2010-12-27 | Basic directory listing for HTTP. | Jon Bergli Heier | 1 | -5/+15 | |
2010-12-27 | Use boost::filesystem. | Jon Bergli Heier | 1 | -6/+8 | |
2010-12-27 | Initial commit. | Jon Bergli Heier | 1 | -0/+30 | |