summaryrefslogtreecommitdiff
path: root/common/tools.cpp
AgeCommit message (Collapse)Author
2013-01-03Fixed stupid comparator bugmethodus
2013-01-02Fixed crash if no network connection is available. Plugin will then listen ↵methodus
on localhost
2012-12-31Fixed string encoding issuemethodus
2012-12-30Added debug flag for more detailed debugging information. Removed some ↵methodus
output from regular logging
2012-11-29Added some SQLite pragmas which should reduce accesses on the file system ↵methodus
for writing
2012-10-03Splitted tools.h into several tool headers to avoid clashed for example when ↵methodus
only requiring string tools but not ixml tools.
2012-09-29Streamer almost completed. First tests successful. However, there are no ↵methodus
plugins, yet.
2012-09-26Added streamer interface which connects the webserver with the resource ↵methodus
provider.
2012-09-23Added setup menu and the possibility to use live-plugin instead of the ↵methodus
internal presentation page
2012-09-21Continued work on browsing.methodus
2012-09-20Continued work on browsing.methodus
2012-09-13Initial commitDenis Loh