summaryrefslogtreecommitdiff
path: root/upnp.cpp
AgeCommit message (Collapse)Author
2013-01-08Fixed issue, that cmd args aren't usedmethodus
2012-12-27Added command line options for IP address, interace and port.methodus
2012-11-29Added some SQLite pragmas which should reduce accesses on the file system ↵methodus
for writing
2012-11-09Shutdown is postponed if there are active requests open. Default is 5 minutes.methodus
2012-11-06Changed ScanUri function a little bit to avoid segfaults.methodus
2012-11-04Added check if there are active streams ongoing.methodus
2012-11-01Added german and finnish translation and some fixes. Thanks to Rolf Ahrenbergmethodus
2012-10-29Fixed empty help message. Thanks to Lucian Muresanmethodus
2012-10-29Added CLI parameter for setting the database directory. Also fixed segfault, ↵methodus
if databse file can't be opened
2012-09-23Added setup menu and the possibility to use live-plugin instead of the ↵methodus
internal presentation page
2012-09-13Initial commitDenis Loh