Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactoring of session, seperate public from private interface | Christian Pointner | 2015-12-28 | 1 | -53/+56 |
| | |||||
* | refactoring of session-store, seperate public from private interface | Christian Pointner | 2015-12-28 | 1 | -47/+50 |
| | |||||
* | refactoring of rddb, seperate public from private interface | Christian Pointner | 2015-12-28 | 1 | -106/+109 |
| | |||||
* | moved ImporteContext stuff to core.go | Christian Pointner | 2015-12-28 | 2 | -138/+136 |
| | |||||
* | small refactoring | Christian Pointner | 2015-12-26 | 2 | -65/+80 |
| | |||||
* | session store now checks password | Christian Pointner | 2015-12-26 | 3 | -25/+43 |
| | |||||
* | telnet control interface now uses spreadspace/telgo | Christian Pointner | 2015-12-25 | 2 | -1/+2 |
| | |||||
* | session now has a timeout | Christian Pointner | 2015-12-23 | 1 | -15/+36 |
| | |||||
* | rddb channels are now buffered | Christian Pointner | 2015-12-22 | 1 | -5/+5 |
| | |||||
* | sessions now call remove when done | Christian Pointner | 2015-12-22 | 2 | -24/+37 |
| | |||||
* | session is now safe to be used even if it is about to be removed | Christian Pointner | 2015-12-22 | 1 | -31/+61 |
| | |||||
* | added TODO | Christian Pointner | 2015-12-22 | 1 | -0/+1 |
| | |||||
* | session based callbacks work now | Christian Pointner | 2015-12-22 | 3 | -18/+54 |
| | |||||
* | basic session handling works now | Christian Pointner | 2015-12-21 | 4 | -30/+53 |
| | |||||
* | improved error handling and reporting, canceling running requests when ↵ | Christian Pointner | 2015-12-21 | 2 | -2/+13 |
| | | | | telnet client leaves | ||||
* | canceling using works now | Christian Pointner | 2015-12-21 | 2 | -4/+48 |
| | |||||
* | improved sanity checks for importcontext and telnet interface | Christian Pointner | 2015-12-21 | 1 | -0/+17 |
| | |||||
* | added a cancel channel to fetcher/importer (untestedgit show) | Christian Pointner | 2015-12-21 | 2 | -0/+10 |
| | |||||
* | minor cleanup for session testing | Christian Pointner | 2015-12-21 | 1 | -3/+4 |
| | |||||
* | session store and session kind of work now | Christian Pointner | 2015-12-20 | 4 | -172/+310 |
| | | | | still a lot to be done and a lot of testing is needed! | ||||
* | improved type safety | Christian Pointner | 2015-12-20 | 4 | -54/+83 |
| | |||||
* | fetcher now checks for permissions | Christian Pointner | 2015-12-19 | 1 | -9/+54 |
| | | | | improved error handling for fetcher | ||||
* | tested music pool import, cleaned up help output for telnet interface | Christian Pointner | 2015-12-19 | 2 | -3/+8 |
| | |||||
* | improved show based imports | Christian Pointner | 2015-12-19 | 1 | -2/+9 |
| | |||||
* | added check for existence of requested session | Christian Pointner | 2015-12-18 | 1 | -3/+15 |
| | |||||
* | added basic version of a session store | Christian Pointner | 2015-12-18 | 1 | -0/+265 |
| | |||||
* | local:// sanitzes path now | Christian Pointner | 2015-12-17 | 2 | -10/+11 |
| | |||||
* | improved error handling and overall resilience to different situations | Christian Pointner | 2015-12-15 | 3 | -20/+116 |
| | |||||
* | switched to mymysql go driver and added escape for log table name | Christian Pointner | 2015-12-14 | 1 | -6/+17 |
| | |||||
* | fixed bug where some context values where not initialiized properly | Christian Pointner | 2015-12-14 | 3 | -5/+19 |
| | |||||
* | added more sophisticated import options - still needs testing | Christian Pointner | 2015-12-14 | 2 | -77/+129 |
| | |||||
* | minor refactoring at RdDb | Christian Pointner | 2015-12-14 | 1 | -45/+38 |
| | |||||
* | fetch Music Pool import-params | Christian Pointner | 2015-12-14 | 2 | -5/+56 |
| | |||||
* | implemented DB version check | Christian Pointner | 2015-12-13 | 1 | -3/+17 |
| | |||||
* | fetching show info works now | Christian Pointner | 2015-12-13 | 3 | -26/+52 |
| | |||||
* | music pool group check works now | Christian Pointner | 2015-12-13 | 2 | -20/+74 |
| | |||||
* | importer can now fetch group of cart | Christian Pointner | 2015-12-13 | 2 | -12/+79 |
| | |||||
* | GroupName should now be only supplied for music pools | Christian Pointner | 2015-12-13 | 2 | -6/+29 |
| | | | | added context SanityCheck before fetching files | ||||
* | some thoughts | Christian Pointner | 2015-12-12 | 1 | -0/+11 |
| | |||||
* | importer now knows which information is needed for what operation | Christian Pointner | 2015-12-12 | 2 | -20/+51 |
| | | | | uint vs int for some values | ||||
* | imporved result reporting | Christian Pointner | 2015-12-12 | 1 | -20/+54 |
| | |||||
* | add_cart and add_cut now correctly parse the response | Christian Pointner | 2015-12-12 | 1 | -13/+33 |
| | |||||
* | added xml parse for response of rdxport | Christian Pointner | 2015-12-12 | 2 | -18/+150 |
| | |||||
* | ImportFile now passes through result from RDXport | Christian Pointner | 2015-12-12 | 1 | -11/+33 |
| | |||||
* | parsing RDWebResult works now | Christian Pointner | 2015-12-11 | 1 | -16/+36 |
| | |||||
* | curl based importer | Christian Pointner | 2015-12-11 | 2 | -55/+92 |
| | |||||
* | added RemovCart and AddCut commands | Christian Pointner | 2015-12-11 | 1 | -0/+42 |
| | |||||
* | minor code refactoring | Christian Pointner | 2015-12-11 | 2 | -3/+7 |
| | |||||
* | added add_cart function | Christian Pointner | 2015-12-10 | 1 | -18/+52 |
| | |||||
* | added support for progress callbacks | Christian Pointner | 2015-12-10 | 2 | -22/+37 |
| |