Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved rhimport package to rhrd-go repo | Christian Pointner | 2016-01-08 | 7 | -1853/+0 |
| | |||||
* | moved all db handling directly to context | Christian Pointner | 2016-01-08 | 2 | -1/+5 |
| | |||||
* | move rddb to rhrd-go | Christian Pointner | 2016-01-08 | 5 | -505/+18 |
| | |||||
* | switched to more update2date go-curl lib | Christian Pointner | 2016-01-05 | 3 | -3/+3 |
| | |||||
* | updated copyright header | Christian Pointner | 2016-01-05 | 8 | -8/+8 |
| | |||||
* | streamlined the usage of rhimport.NewContext | Christian Pointner | 2016-01-05 | 1 | -2/+2 |
| | |||||
* | removed Import prefix of some types | Christian Pointner | 2016-01-05 | 5 | -60/+60 |
| | |||||
* | replaces FetchResult by ImportResult | Christian Pointner | 2016-01-05 | 4 | -20/+15 |
| | |||||
* | minor refactoring | Christian Pointner | 2016-01-05 | 2 | -4/+5 |
| | |||||
* | make debug log runtime configurable | Christian Pointner | 2016-01-03 | 1 | -3/+5 |
| | |||||
* | all command line arguments can now be set using environment variables | Christian Pointner | 2015-12-31 | 1 | -5/+5 |
| | |||||
* | improved coding style | Christian Pointner | 2015-12-31 | 7 | -153/+156 |
| | |||||
* | improved sanity check for local files | Christian Pointner | 2015-12-30 | 1 | -1/+17 |
| | |||||
* | web socket handler is now completed | Christian Pointner | 2015-12-30 | 1 | -15/+19 |
| | |||||
* | improved response handling at websocket interface | Christian Pointner | 2015-12-30 | 1 | -0/+57 |
| | |||||
* | session store and web socket interface now support to set a reference id | Christian Pointner | 2015-12-30 | 1 | -12/+23 |
| | |||||
* | some cleanup | Christian Pointner | 2015-12-30 | 1 | -4/+4 |
| | |||||
* | improved session id generation with less deps | Christian Pointner | 2015-12-29 | 1 | -10/+21 |
| | |||||
* | improved error handling for session store | Christian Pointner | 2015-12-29 | 2 | -23/+31 |
| | |||||
* | minor documenation improvement | Christian Pointner | 2015-12-28 | 1 | -4/+4 |
| | |||||
* | 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 |
| |