summaryrefslogtreecommitdiff
path: root/nopsyncd
Commit message (Collapse)AuthorAgeFilesLines
* moved to new names (rhnop-client and server)Christian Pointner2011-03-3011-1046/+0
|
* moved from luamq to mqChristian Pointner2011-03-301-1/+1
|
* add initial nopcollectChristian Pointner2011-03-293-3/+7
|
* small cleanupChristian Pointner2011-03-293-8/+8
|
* added minimal config parserChristian Pointner2011-03-295-8/+56
|
* nopsyncd first full versionChristian Pointner2011-03-213-36/+35
| | | | | | | - only timestamps through tcp connection - info can be fetched from mysql playlog
* moved sqlite based tempstorage to mysql based playlogChristian Pointner2011-03-214-28/+27
|
* timestamp as textChristian Pointner2011-03-162-8/+7
|
* sql string escaping at tempstorageChristian Pointner2011-03-162-3/+5
|
* insert music into tempstorageChristian Pointner2011-03-163-11/+47
|
* small refactoringChristian Pointner2011-03-162-16/+28
|
* added rddb lookupChristian Pointner2011-03-164-14/+111
|
* added temp storage (db)Christian Pointner2011-03-154-4/+76
|
* exit whole process is one of the threads terminatesChristian Pointner2011-03-094-11/+10
|
* client handling at tcpserverChristian Pointner2011-03-081-6/+90
|
* added pipe between worker threadsChristian Pointner2011-03-086-5/+207
|
* removed useless test (nopsyncd.lua)Christian Pointner2011-03-081-41/+0
|
* added mutli threaded environmentChristian Pointner2011-03-083-1/+172
| | | | | | calling qlistener and tcpserver threads
* fixed svn ignoreChristian Pointner2011-03-081-1/+3
|
* started nopsyncdChristian Pointner2011-03-074-0/+340
|
* added noprmlChristian Pointner2011-03-051-0/+21
added nopsyncd (not yet finished)