Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | player checks now if file exists before loading it | Christian Pointner | 2016-01-13 | 1 | -0/+18 |
* | added stdlog and dbglog | Christian Pointner | 2016-01-13 | 1 | -11/+17 |
* | player no can be used with external logger | Christian Pointner | 2016-01-13 | 1 | -11/+22 |
* | handle gstreamer stuff in seperate go routine | Christian Pointner | 2016-01-13 | 1 | -4/+150 |
* | added first version of player | Christian Pointner | 2016-01-13 | 1 | -0/+90 |
* | make lib go-getable | Christian Pointner | 2016-01-12 | 2 | -2/+2 |
* | Merge rhimport package from rhimportd repo | Christian Pointner | 2016-01-08 | 7 | -0/+1853 |
|\ | |||||
| * | prepare export rhimport package to rhrd-go repo | Christian Pointner | 2016-01-08 | 7 | -0/+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 telnet... | Christian Pointner | 2015-12-21 | 2 | -2/+13 |
| * | 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 |
| * | improved type safety | Christian Pointner | 2015-12-20 | 4 | -54/+83 |
| * | fetcher now checks for permissions | Christian Pointner | 2015-12-19 | 1 | -9/+54 |
| * | tested music pool import, cleaned up help output for telnet interface | Christian Pointner | 2015-12-19 | 2 | -3/+8 |