summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* greatly simplified web uploadsChristian Pointner2016-07-232-79/+16
|
* some cleanup and imrpovments (mainly in the javasctipt test sitesChristian Pointner2016-07-233-6/+6
|
* improved error handling for uploadWebChristian Pointner2016-07-231-17/+17
|
* added debug outputChristian Pointner2016-07-221-0/+1
|
* new uploadWeb mostly doneChristian Pointner2016-07-222-28/+62
|
* make uploadWeb part of session store - not finished yetChristian Pointner2016-07-224-138/+22
|
* session store uses the list-update as a ping nowChristian Pointner2016-07-211-0/+3
|
* only add callback to session list updates onceChristian Pointner2016-07-171-4/+10
|
* change semantic of websocket list command, which now sends add/remove ↵Christian Pointner2016-07-171-5/+46
| | | | updates without requesting it
* respect SampleRate and Channel settings from rd.confChristian Pointner2016-07-151-1/+5
|
* progress messages now contain file titleChristian Pointner2016-07-152-5/+7
|
* normalizer can now be canceld - this changes how to call the NormalizeFile ↵Christian Pointner2016-07-153-3/+14
| | | | function
* include cart/cut in progress if availableChristian Pointner2016-07-142-6/+14
|
* added normalization stepChristian Pointner2016-07-133-1/+19
|
* fixed errors yielded by go vetChristian Pointner2016-07-131-1/+0
|
* make fetch converter configurable via telnetChristian Pointner2016-06-301-0/+4
|
* add debug message when done has been sentChristian Pointner2016-06-271-0/+1
|
* send close message after doneChristian Pointner2016-06-271-1/+1
|
* progress callbacks now report current and totalChristian Pointner2016-06-272-9/+21
|
* improved error responses on websocket control interfaceChristian Pointner2016-06-241-7/+8
|
* refactored watch-dir control to always reopen the directory for every scan runChristian Pointner2016-06-241-58/+50
|
* set chunk size for websocket file uploads to 40k...Christian Pointner2016-06-242-2/+2
|
* using attachment fetcherChristian Pointner2016-06-241-6/+11
|
* receiving binary messages worksChristian Pointner2016-06-241-6/+29
|
* send websocket response after json unmarshal errorChristian Pointner2016-04-131-0/+1
|
* fixed some typosChristian Pointner2016-04-071-4/+4
|
* fix possible path transversalChristian Pointner2016-04-071-1/+3
|
* parse multipart form as a stream to reject wrong authentication before the ↵Christian Pointner2016-04-071-16/+52
| | | | whole file got uploaded
* added websocket testclient to static files, some cleanupsChristian Pointner2016-04-021-1/+1
|
* also increase write timeout since this is actually a deadline since the last ↵Christian Pointner2016-04-021-1/+1
| | | | read
* increase read timeout since uploads can take longChristian Pointner2016-04-021-1/+1
|
* fix upload cleaner if tempdir ist specified without trailing /Christian Pointner2016-04-021-1/+1
|
* fix max upload size for 32bitChristian Pointner2016-04-021-1/+1
|
* reenable password check for uploadChristian Pointner2016-04-021-20/+19
|
* added http static dir for static filesChristian Pointner2016-04-023-4/+7
|
* upload cleaner works nowChristian Pointner2016-04-023-11/+61
|
* improved handling of time.TickerChristian Pointner2016-04-022-7/+12
|
* 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
|