Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | slightly improved telnet output | Christian Pointner | 2016-07-29 | 1 | -2/+2 |
| | |||||
* | the telnet client now uses sessions as well | Christian Pointner | 2016-07-29 | 1 | -50/+72 |
| | |||||
* | watch dir control interface uses session | Christian Pointner | 2016-07-29 | 5 | -48/+40 |
| | |||||
* | web simple control interface now uses sessions as well | Christian Pointner | 2016-07-28 | 2 | -26/+16 |
| | |||||
* | incoporate latest rhrd-go changes | Christian Pointner | 2016-07-28 | 6 | -24/+24 |
| | |||||
* | client/session specific log prefixes | Christian Pointner | 2016-07-24 | 6 | -23/+25 |
| | |||||
* | refactored logging | Christian Pointner | 2016-07-23 | 5 | -7/+8 |
| | |||||
* | improved logging in error case at webupload | Christian Pointner | 2016-07-23 | 1 | -2/+2 |
| | |||||
* | print size and sha256 hash of finished upload | Christian Pointner | 2016-07-23 | 1 | -2/+9 |
| | |||||
* | greatly simplified web uploads | Christian Pointner | 2016-07-23 | 2 | -79/+16 |
| | |||||
* | some cleanup and imrpovments (mainly in the javasctipt test sites | Christian Pointner | 2016-07-23 | 3 | -6/+6 |
| | |||||
* | improved error handling for uploadWeb | Christian Pointner | 2016-07-23 | 1 | -17/+17 |
| | |||||
* | added debug output | Christian Pointner | 2016-07-22 | 1 | -0/+1 |
| | |||||
* | new uploadWeb mostly done | Christian Pointner | 2016-07-22 | 2 | -28/+62 |
| | |||||
* | make uploadWeb part of session store - not finished yet | Christian Pointner | 2016-07-22 | 4 | -138/+22 |
| | |||||
* | session store uses the list-update as a ping now | Christian Pointner | 2016-07-21 | 1 | -0/+3 |
| | |||||
* | only add callback to session list updates once | Christian Pointner | 2016-07-17 | 1 | -4/+10 |
| | |||||
* | change semantic of websocket list command, which now sends add/remove ↵ | Christian Pointner | 2016-07-17 | 1 | -5/+46 |
| | | | | updates without requesting it | ||||
* | respect SampleRate and Channel settings from rd.conf | Christian Pointner | 2016-07-15 | 1 | -1/+5 |
| | |||||
* | progress messages now contain file title | Christian Pointner | 2016-07-15 | 2 | -5/+7 |
| | |||||
* | normalizer can now be canceld - this changes how to call the NormalizeFile ↵ | Christian Pointner | 2016-07-15 | 3 | -3/+14 |
| | | | | function | ||||
* | include cart/cut in progress if available | Christian Pointner | 2016-07-14 | 2 | -6/+14 |
| | |||||
* | added normalization step | Christian Pointner | 2016-07-13 | 3 | -1/+19 |
| | |||||
* | fixed errors yielded by go vet | Christian Pointner | 2016-07-13 | 1 | -1/+0 |
| | |||||
* | make fetch converter configurable via telnet | Christian Pointner | 2016-06-30 | 1 | -0/+4 |
| | |||||
* | add debug message when done has been sent | Christian Pointner | 2016-06-27 | 1 | -0/+1 |
| | |||||
* | send close message after done | Christian Pointner | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | progress callbacks now report current and total | Christian Pointner | 2016-06-27 | 2 | -9/+21 |
| | |||||
* | improved error responses on websocket control interface | Christian Pointner | 2016-06-24 | 1 | -7/+8 |
| | |||||
* | refactored watch-dir control to always reopen the directory for every scan run | Christian Pointner | 2016-06-24 | 1 | -58/+50 |
| | |||||
* | set chunk size for websocket file uploads to 40k... | Christian Pointner | 2016-06-24 | 2 | -2/+2 |
| | |||||
* | using attachment fetcher | Christian Pointner | 2016-06-24 | 1 | -6/+11 |
| | |||||
* | receiving binary messages works | Christian Pointner | 2016-06-24 | 1 | -6/+29 |
| | |||||
* | send websocket response after json unmarshal error | Christian Pointner | 2016-04-13 | 1 | -0/+1 |
| | |||||
* | fixed some typos | Christian Pointner | 2016-04-07 | 1 | -4/+4 |
| | |||||
* | fix possible path transversal | Christian Pointner | 2016-04-07 | 1 | -1/+3 |
| | |||||
* | parse multipart form as a stream to reject wrong authentication before the ↵ | Christian Pointner | 2016-04-07 | 1 | -16/+52 |
| | | | | whole file got uploaded | ||||
* | added websocket testclient to static files, some cleanups | Christian Pointner | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | also increase write timeout since this is actually a deadline since the last ↵ | Christian Pointner | 2016-04-02 | 1 | -1/+1 |
| | | | | read | ||||
* | increase read timeout since uploads can take long | Christian Pointner | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | fix upload cleaner if tempdir ist specified without trailing / | Christian Pointner | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | fix max upload size for 32bit | Christian Pointner | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | reenable password check for upload | Christian Pointner | 2016-04-02 | 1 | -20/+19 |
| | |||||
* | added http static dir for static files | Christian Pointner | 2016-04-02 | 3 | -4/+7 |
| | |||||
* | upload cleaner works now | Christian Pointner | 2016-04-02 | 3 | -11/+61 |
| | |||||
* | improved handling of time.Ticker | Christian Pointner | 2016-04-02 | 2 | -7/+12 |
| | |||||
* | added cleaner for uploaded files (not done yet) | Christian Pointner | 2016-04-02 | 2 | -19/+70 |
| | |||||
* | better name for upload dir | Christian Pointner | 2016-04-02 | 1 | -2/+3 |
| | |||||
* | limit maximum upload size | Christian Pointner | 2016-04-02 | 1 | -1/+12 |
| | |||||
* | added simple HTTP upload handler | Christian Pointner | 2016-04-02 | 2 | -1/+129 |
| |