summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* return show list as map with showid as keyChristian Pointner2016-02-041-3/+6
* use syntactic sugor for switchChristian Pointner2016-01-311-12/+4
* added nulltime from go-sql-driver/mysqlChristian Pointner2016-01-312-7/+108
* seperated fetching of showlist and cartlist for showsChristian Pointner2016-01-301-43/+83
* fetch cart/cut info works nowChristian Pointner2016-01-301-9/+72
* improved cart listingChristian Pointner2016-01-291-2/+36
* added getShowList commandChristian Pointner2016-01-291-1/+71
* implemented unload commandChristian Pointner2016-01-291-0/+36
* fixed copy paste errorChristian Pointner2016-01-291-1/+1
* implemented play-pause and state change callbacksChristian Pointner2016-01-291-32/+137
* go into 'stop' on EOSChristian Pointner2016-01-281-2/+2
* improved handling of seek positionChristian Pointner2016-01-281-1/+13
* length vs. durationChristian Pointner2016-01-281-13/+13
* added support for seeking - not working yet...Christian Pointner2016-01-281-9/+49
* implemented meter callbacksChristian Pointner2016-01-211-6/+17
* cleaned up importsChristian Pointner2016-01-216-7/+13
* improved type handlingChristian Pointner2016-01-151-22/+19
* player now constructs update messagesChristian Pointner2016-01-152-22/+96
* metering works nowChristian Pointner2016-01-151-1/+0
* first attempt to parse level meter - not fully working yetChristian Pointner2016-01-141-7/+10
* replace volume with level for meteringChristian Pointner2016-01-141-5/+10
* dynamically linke pipeline works nowChristian Pointner2016-01-141-34/+49
* use new Pipeline functions from go-gstreamerChristian Pointner2016-01-141-12/+42
* added simple state handlingChristian Pointner2016-01-131-2/+38
* player checks now if file exists before loading itChristian Pointner2016-01-131-0/+18
* added stdlog and dbglogChristian Pointner2016-01-131-11/+17
* player no can be used with external loggerChristian Pointner2016-01-131-11/+22
* handle gstreamer stuff in seperate go routineChristian Pointner2016-01-131-4/+150
* added first version of playerChristian Pointner2016-01-131-0/+90
* make lib go-getableChristian Pointner2016-01-122-2/+2
* Merge rhimport package from rhimportd repoChristian Pointner2016-01-087-0/+1853
|\
| * prepare export rhimport package to rhrd-go repoChristian Pointner2016-01-087-0/+0
| * moved all db handling directly to contextChristian Pointner2016-01-082-1/+5
| * move rddb to rhrd-goChristian Pointner2016-01-085-505/+18
| * switched to more update2date go-curl libChristian Pointner2016-01-053-3/+3
| * updated copyright headerChristian Pointner2016-01-058-8/+8
| * streamlined the usage of rhimport.NewContextChristian Pointner2016-01-051-2/+2
| * removed Import prefix of some typesChristian Pointner2016-01-055-60/+60
| * replaces FetchResult by ImportResultChristian Pointner2016-01-054-20/+15
| * minor refactoringChristian Pointner2016-01-052-4/+5
| * make debug log runtime configurableChristian Pointner2016-01-031-3/+5
| * all command line arguments can now be set using environment variablesChristian Pointner2015-12-311-5/+5
| * improved coding styleChristian Pointner2015-12-317-153/+156
| * improved sanity check for local filesChristian Pointner2015-12-301-1/+17
| * web socket handler is now completedChristian Pointner2015-12-301-15/+19
| * improved response handling at websocket interfaceChristian Pointner2015-12-301-0/+57
| * session store and web socket interface now support to set a reference idChristian Pointner2015-12-301-12/+23
| * some cleanupChristian Pointner2015-12-301-4/+4
| * improved session id generation with less depsChristian Pointner2015-12-291-10/+21
| * improved error handling for session storeChristian Pointner2015-12-292-23/+31