summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimport/session.go
Commit message (Expand)AuthorAgeFilesLines
* session now has a timeoutChristian Pointner2015-12-231-15/+36
* sessions now call remove when doneChristian Pointner2015-12-221-20/+33
* session is now safe to be used even if it is about to be removedChristian Pointner2015-12-221-31/+61
* session based callbacks work nowChristian Pointner2015-12-221-11/+35
* basic session handling works nowChristian Pointner2015-12-211-21/+42
* minor cleanup for session testingChristian Pointner2015-12-211-3/+4
* session store and session kind of work nowChristian Pointner2015-12-201-170/+100
* improved type safetyChristian Pointner2015-12-201-19/+24
* added check for existence of requested sessionChristian Pointner2015-12-181-3/+15
* added basic version of a session storeChristian Pointner2015-12-181-0/+265