summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * small refactoringChristian Pointner2015-12-262-65/+80
| * session store now checks passwordChristian Pointner2015-12-263-25/+43
| * telnet control interface now uses spreadspace/telgoChristian Pointner2015-12-252-1/+2
| * session now has a timeoutChristian Pointner2015-12-231-15/+36
| * rddb channels are now bufferedChristian Pointner2015-12-221-5/+5
| * sessions now call remove when doneChristian Pointner2015-12-222-24/+37
| * session is now safe to be used even if it is about to be removedChristian Pointner2015-12-221-31/+61
| * added TODOChristian Pointner2015-12-221-0/+1
| * session based callbacks work nowChristian Pointner2015-12-223-18/+54
| * basic session handling works nowChristian Pointner2015-12-214-30/+53
| * improved error handling and reporting, canceling running requests when telnet...Christian Pointner2015-12-212-2/+13
| * canceling using works nowChristian Pointner2015-12-212-4/+48
| * improved sanity checks for importcontext and telnet interfaceChristian Pointner2015-12-211-0/+17
| * added a cancel channel to fetcher/importer (untestedgit show)Christian Pointner2015-12-212-0/+10
| * minor cleanup for session testingChristian Pointner2015-12-211-3/+4
| * session store and session kind of work nowChristian Pointner2015-12-204-172/+310
| * improved type safetyChristian Pointner2015-12-204-54/+83
| * fetcher now checks for permissionsChristian Pointner2015-12-191-9/+54
| * tested music pool import, cleaned up help output for telnet interfaceChristian Pointner2015-12-192-3/+8
| * improved show based importsChristian Pointner2015-12-191-2/+9
| * added check for existence of requested sessionChristian Pointner2015-12-181-3/+15
| * added basic version of a session storeChristian Pointner2015-12-181-0/+265
| * local:// sanitzes path nowChristian Pointner2015-12-172-10/+11
| * improved error handling and overall resilience to different situationsChristian Pointner2015-12-153-20/+116
| * 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-143-5/+19
| * added more sophisticated import options - still needs testingChristian Pointner2015-12-142-77/+129
| * 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
| * 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-132-6/+29
| * some thoughtsChristian Pointner2015-12-121-0/+11
| * importer now knows which information is needed for what operationChristian Pointner2015-12-122-20/+51
| * 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-121-11/+33
| * 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-112-3/+7
| * added add_cart functionChristian Pointner2015-12-101-18/+52
| * added support for progress callbacksChristian Pointner2015-12-102-22/+37
| * importer deletes source file and dir if requestedChristian Pointner2015-12-102-2/+32
| * first version of curl base fetcher works nowChristian Pointner2015-12-091-5/+63
| * 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