summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* added cleaner for uploaded files (not done yet)Christian Pointner2016-04-022-19/+70
* better name for upload dirChristian Pointner2016-04-021-2/+3
* limit maximum upload sizeChristian Pointner2016-04-021-1/+12
* added simple HTTP upload handlerChristian Pointner2016-04-022-1/+129
* improved telnet help textChristian Pointner2016-04-021-17/+36
* fixed typos at json format for watch-dir and web-simple responsesChristian Pointner2016-03-122-3/+5
* added support for filepolicy to telnet and watchdir controlChristian Pointner2016-03-112-10/+30
* watchDir never closed directories on errorChristian Pointner2016-01-211-0/+3
* improved makefile now that rhrd-go is go-getableChristian Pointner2016-01-126-12/+12
* moved rhimport package to rhrd-go repoChristian Pointner2016-01-0813-1859/+6
* moved all db handling directly to contextChristian Pointner2016-01-082-1/+5
* move rddb to rhrd-goChristian Pointner2016-01-0811-550/+65
* improved makefileChristian Pointner2016-01-076-0/+0
* switched to more update2date go-curl libChristian Pointner2016-01-053-3/+3
* watch dir control interface works nowChristian Pointner2016-01-051-23/+51
* added initial watch-dir control interfaceChristian Pointner2016-01-052-14/+221
* disabled trusted web interfaceChristian Pointner2016-01-051-1/+1
* updated copyright headerChristian Pointner2016-01-0513-13/+13
* streamlined the usage of rhimport.NewContextChristian Pointner2016-01-054-8/+10
* removed Import prefix of some typesChristian Pointner2016-01-058-78/+78
* replaces FetchResult by ImportResultChristian Pointner2016-01-055-28/+22
* minor refactoringChristian Pointner2016-01-052-4/+5
* make debug log runtime configurableChristian Pointner2016-01-032-6/+13
* small change in telgo APIChristian Pointner2015-12-311-17/+17
* small change in telgo APIChristian Pointner2015-12-311-1/+1
* all command line arguments can now be set using environment variablesChristian Pointner2015-12-312-14/+40
* fix complaints from vetChristian Pointner2015-12-311-3/+1
* improved coding styleChristian Pointner2015-12-315-53/+52
* improved coding styleChristian Pointner2015-12-317-153/+156
* improved sanity check for local filesChristian Pointner2015-12-301-1/+17
* small improvement of socket handler testChristian Pointner2015-12-301-5/+5
* web socket handler is now completedChristian Pointner2015-12-303-119/+27
* session store list works now (needs auth check)Christian Pointner2015-12-301-9/+30
* improved response handling at websocket interfaceChristian Pointner2015-12-302-25/+129
* session store and web socket interface now support to set a reference idChristian Pointner2015-12-302-34/+47
* some cleanupChristian Pointner2015-12-302-21/+21
* reconnecting session works nowChristian Pointner2015-12-301-2/+24
* implemented cancel commandChristian Pointner2015-12-301-0/+6
* improved session handling at websocket interfaceChristian Pointner2015-12-301-11/+27
* websocket handler new/run works now (needs testing!)Christian Pointner2015-12-292-30/+104
* moved websocket session handling to same goroutineChristian Pointner2015-12-291-21/+28
* export session store to control interfacesChristian Pointner2015-12-295-109/+118
* improved session id generation with less depsChristian Pointner2015-12-291-10/+21
* implemented basic structure for web socket interfaceChristian Pointner2015-12-292-9/+76
* improved error handling for session storeChristian Pointner2015-12-293-46/+54
* added basic websockethandler control interfaceChristian Pointner2015-12-293-1/+70
* set read/write timeout for web interfaceChristian Pointner2015-12-281-1/+3
* minor documenation improvementChristian Pointner2015-12-281-4/+4
* refactoring of session, seperate public from private interfaceChristian Pointner2015-12-281-53/+56
* refactoring of session-store, seperate public from private interfaceChristian Pointner2015-12-281-47/+50