Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved rhimport package to rhrd-go repo | Christian Pointner | 2016-01-08 | 1 | -328/+0 |
| | |||||
* | updated copyright header | Christian Pointner | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | removed Import prefix of some types | Christian Pointner | 2016-01-05 | 1 | -19/+19 |
| | |||||
* | replaces FetchResult by ImportResult | Christian Pointner | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | minor refactoring | Christian Pointner | 2016-01-05 | 1 | -4/+4 |
| | |||||
* | improved coding style | Christian Pointner | 2015-12-31 | 1 | -13/+16 |
| | |||||
* | some cleanup | Christian Pointner | 2015-12-30 | 1 | -4/+4 |
| | |||||
* | improved error handling for session store | Christian Pointner | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | refactoring of session, seperate public from private interface | Christian Pointner | 2015-12-28 | 1 | -53/+56 |
| | |||||
* | session now has a timeout | Christian Pointner | 2015-12-23 | 1 | -15/+36 |
| | |||||
* | sessions now call remove when done | Christian Pointner | 2015-12-22 | 1 | -20/+33 |
| | |||||
* | session is now safe to be used even if it is about to be removed | Christian Pointner | 2015-12-22 | 1 | -31/+61 |
| | |||||
* | session based callbacks work now | Christian Pointner | 2015-12-22 | 1 | -11/+35 |
| | |||||
* | basic session handling works now | Christian Pointner | 2015-12-21 | 1 | -21/+42 |
| | |||||
* | 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 | 1 | -170/+100 |
| | | | | still a lot to be done and a lot of testing is needed! | ||||
* | improved type safety | Christian Pointner | 2015-12-20 | 1 | -19/+24 |
| | |||||
* | 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 |