summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* increase read/write timeouts for web connectionsChristian Pointner2017-03-241-1/+1
* incoporated telgo changesChristian Pointner2016-12-061-1/+4
* source file policy has a new semanticChristian Pointner2016-08-041-15/+13
* don't add date/time to log messagesChristian Pointner2016-07-291-2/+2
* slightly improved telnet outputChristian Pointner2016-07-291-2/+2
* the telnet client now uses sessions as wellChristian Pointner2016-07-291-50/+72
* watch dir control interface uses sessionChristian Pointner2016-07-295-48/+40
* web simple control interface now uses sessions as wellChristian Pointner2016-07-282-26/+16
* incoporate latest rhrd-go changesChristian Pointner2016-07-286-24/+24
* client/session specific log prefixesChristian Pointner2016-07-246-23/+25
* refactored loggingChristian Pointner2016-07-235-7/+8
* improved logging in error case at webuploadChristian Pointner2016-07-231-2/+2
* print size and sha256 hash of finished uploadChristian Pointner2016-07-231-2/+9
* 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 updates...Christian Pointner2016-07-171-5/+46
* 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 fu...Christian Pointner2016-07-153-3/+14
* 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 wh...Christian Pointner2016-04-071-16/+52
* 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
* 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