Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | client/session specific log prefixes | Christian Pointner | 2016-07-24 | 1 | -1/+1 |
* | 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 | 1 | -78/+15 |
* | some cleanup and imrpovments (mainly in the javasctipt test sites | Christian Pointner | 2016-07-23 | 1 | -1/+1 |
* | 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 | 1 | -18/+54 |
* | make uploadWeb part of session store - not finished yet | Christian Pointner | 2016-07-22 | 1 | -117/+18 |
* | fixed errors yielded by go vet | Christian Pointner | 2016-07-13 | 1 | -1/+0 |
* | 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 wh... | Christian Pointner | 2016-04-07 | 1 | -16/+52 |
* | added websocket testclient to static files, some cleanups | 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 | 1 | -1/+1 |
* | upload cleaner works now | Christian Pointner | 2016-04-02 | 1 | -8/+27 |
* | improved handling of time.Ticker | Christian Pointner | 2016-04-02 | 1 | -5/+9 |
* | added cleaner for uploaded files (not done yet) | Christian Pointner | 2016-04-02 | 1 | -19/+69 |
* | 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 | 1 | -0/+127 |