summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* added a cancel channel to fetcher/importer (untestedgit show)Christian Pointner2015-12-212-0/+10
* minor cleanup for session testingChristian Pointner2015-12-212-51/+53
* session store and session kind of work nowChristian Pointner2015-12-205-184/+355
* improved type safetyChristian Pointner2015-12-208-66/+95
* telnet is no longer a trusted control interfaceChristian Pointner2015-12-191-1/+1
* minor refactoringChristian Pointner2015-12-191-5/+4
* progress for telnet interface works nowChristian Pointner2015-12-192-26/+37
* fetcher now checks for permissionsChristian Pointner2015-12-193-25/+93
* tested music pool import, cleaned up help output for telnet interfaceChristian Pointner2015-12-193-27/+37
* improved show based importsChristian Pointner2015-12-192-13/+29
* telnets default is 23 not 21 so use 4023 as the default...Christian Pointner2015-12-191-1/+1
* first working version of run at telnet client (needs further testing)Christian Pointner2015-12-181-3/+26
* implemened set command for telnet control interfaceChristian Pointner2015-12-181-4/+75
* telnet client help commandChristian Pointner2015-12-181-3/+68
* show command is now implemented for telnet clientChristian Pointner2015-12-181-12/+34
* some simple telnet commands are implemented nowChristian Pointner2015-12-181-7/+64
* telnet client quit command is implementedChristian Pointner2015-12-181-4/+61
* added client handler for telnet control interfaceChristian Pointner2015-12-181-0/+23
* added telnet control interfaceChristian Pointner2015-12-183-67/+72
* added check for existence of requested sessionChristian Pointner2015-12-181-3/+15
* added basic version of a session storeChristian Pointner2015-12-182-24/+333
* local:// sanitzes path nowChristian Pointner2015-12-173-11/+13
* improved error handling and overall resilience to different situationsChristian Pointner2015-12-156-23/+123
* switched to mymysql go driver and added escape for log table nameChristian Pointner2015-12-141-6/+17
* fixed bug where some context values where not initialiized properlyChristian Pointner2015-12-144-7/+39
* added more sophisticated import options - still needs testingChristian Pointner2015-12-143-79/+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-133-11/+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-122-16/+39
* 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-103-22/+42
* importer deletes source file and dir if requestedChristian Pointner2015-12-102-2/+32
* first version of curl base fetcher works nowChristian Pointner2015-12-092-9/+67
* automatic protocol detection for curl based fetcherChristian Pointner2015-12-081-6/+59
* fetcher parses SourceUri and selects right fetcher functionChristian Pointner2015-12-081-3/+35