summaryrefslogtreecommitdiff
path: root/commands.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-20Added some error reporting to the server command handling.Jon Bergli Heier1-14/+9
2010-08-20Fixed header inclusions across command files.Jon Bergli Heier1-2/+2
2010-08-20Renamed command files.Jon Bergli Heier1-140/+30
2010-08-20Added a service for server commands and moved the list command in there.Jon Bergli Heier1-55/+1
2010-08-18Use encoder_get() in commands.c.Jon Bergli Heier1-2/+7
2010-08-18Dynamically select decoder using decoder_find().Jon Bergli Heier1-2/+9
2010-08-18Handle relative paths in get_raw as well.Jon Bergli Heier1-3/+9
2010-08-18Issue a warning instead of testing directory with g_assert.Jon Bergli Heier1-1/+5
2010-08-17Use relative paths when interacting with the music_* functions.Jon Bergli Heier1-1/+3
2010-08-17Added get_mp3 handler.Jon Bergli Heier1-1/+61
2010-08-16Return HTTP 404 in commands_get_raw().Jon Bergli Heier1-0/+15
2010-08-16Send proper HTTP headers in commands_list().Jon Bergli Heier1-5/+23
2010-08-16Use GSList with music storage.Jon Bergli Heier1-2/+4
2010-08-16Fixed error handling in httpd and commands.Jon Bergli Heier1-4/+16
2010-08-16Send proper HTTP headers in the get_raw response.Jon Bergli Heier1-2/+26
2010-08-16Implemented the get_raw command.Jon Bergli Heier1-0/+43
2010-08-16Output subdirectories when listing.Jon Bergli Heier1-0/+8
2010-08-16Committed some work.Jon Bergli Heier1-0/+31