summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* improved error handling and overall resilience to different situationsChristian Pointner2015-12-1512-23/+158
* switched to mymysql go driver and added escape for log table nameChristian Pointner2015-12-142-7/+18
* fixed bug where some context values where not initialiized properlyChristian Pointner2015-12-1410-12/+50
* added more sophisticated import options - still needs testingChristian Pointner2015-12-148-84/+144
* minor refactoring at RdDbChristian Pointner2015-12-141-45/+38
* fetch Music Pool import-paramsChristian Pointner2015-12-142-5/+56
* implemented DB version checkChristian Pointner2015-12-131-3/+17
* fetching show info works nowChristian Pointner2015-12-133-26/+52
* improved HTTP status codeChristian Pointner2015-12-131-1/+1
* music pool group check works nowChristian Pointner2015-12-132-20/+74
* importer can now fetch group of cartChristian Pointner2015-12-132-12/+79
* GroupName should now be only supplied for music poolsChristian Pointner2015-12-138-16/+34
* some thoughtsChristian Pointner2015-12-122-0/+15
* importer now knows which information is needed for what operationChristian Pointner2015-12-123-23/+54
* imporved result reportingChristian Pointner2015-12-121-20/+54
* add_cart and add_cut now correctly parse the responseChristian Pointner2015-12-121-13/+33
* added xml parse for response of rdxportChristian Pointner2015-12-122-18/+150
* ImportFile now passes through result from RDXportChristian Pointner2015-12-126-16/+63
* parsing RDWebResult works nowChristian Pointner2015-12-111-16/+36
* curl based importerChristian Pointner2015-12-112-55/+92
* added RemovCart and AddCut commandsChristian Pointner2015-12-111-0/+42
* minor code refactoringChristian Pointner2015-12-114-40/+15
* added add_cart functionChristian Pointner2015-12-102-19/+53
* added support for progress callbacksChristian Pointner2015-12-107-26/+47
* importer deletes source file and dir if requestedChristian Pointner2015-12-102-2/+32
* first version of curl base fetcher works nowChristian Pointner2015-12-093-9/+79
* automatic protocol detection for curl based fetcherChristian Pointner2015-12-083-7/+61
* fetcher parses SourceUri and selects right fetcher functionChristian Pointner2015-12-083-4/+48
* import_file should be doneChristian Pointner2015-12-083-61/+81
* renamed RDDB to RdDb and added code to fetch show infos based on IDChristian Pointner2015-12-085-31/+92
* moved DB into seperate moduleChristian Pointner2015-12-087-118/+164
* major refactoring of base structureChristian Pointner2015-12-086-31/+92
* rename web-addr argumentChristian Pointner2015-12-051-2/+2
* further improved simple web interfaceChristian Pointner2015-12-046-34/+136
* fetching of user passwords works nowChristian Pointner2015-12-042-17/+54
* reading rd.conf file works nowChristian Pointner2015-12-042-5/+35
* introduced confChristian Pointner2015-12-046-30/+204
* moved control interface back to main packageChristian Pointner2015-12-035-7/+145
* moved some code to seperate packageChristian Pointner2015-12-033-8/+111
* got rid of martiniChristian Pointner2015-09-152-13/+10
* fixed formattingChristian Pointner2015-09-101-3/+3
* inital commitChristian Pointner2015-09-107-0/+816