replaces libwebsockets with mongoose, changed licese to gpl
authorAndrew Karpow <andy@ndyk.de>
Sat, 22 Feb 2014 00:57:26 +0000 (01:57 +0100)
committerAndrew Karpow <andy@ndyk.de>
Sat, 8 Mar 2014 11:30:49 +0000 (12:30 +0100)
commit38b4544542d56e15ccaa644c2cd64a70de97961c
tree34fd9c970ec00b8a5513ebf5545b16dd3346f630
parent160386b357737de31a9ca519701a6a98a5a6a5dc
replaces libwebsockets with mongoose, changed licese to gpl

add search support
add playlist support
various fixups
C Cleanup
14 files changed:
CMakeLists.txt
LICENSE
htdocs/css/mpd.css
htdocs/css/mpd.min.css [new file with mode: 0644]
htdocs/index.html
htdocs/js/bootstrap.js [deleted file]
htdocs/js/mpd.js
htdocs/mkdata.pl
src/config.h.in
src/http_server.c
src/http_server.h
src/mpd_client.c
src/mpd_client.h
src/ympd.c