Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 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 |
* | also increase write timeout since this is actually a deadline since the last ... | Christian Pointner | 2016-04-02 | 1 | -1/+1 |
* | 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 |
* | improved telnet help text | Christian Pointner | 2016-04-02 | 1 | -17/+36 |
* | fixed typos at json format for watch-dir and web-simple responses | Christian Pointner | 2016-03-12 | 2 | -3/+5 |
* | added support for filepolicy to telnet and watchdir control | Christian Pointner | 2016-03-11 | 2 | -10/+30 |
* | watchDir never closed directories on error | Christian Pointner | 2016-01-21 | 1 | -0/+3 |
* | improved makefile now that rhrd-go is go-getable | Christian Pointner | 2016-01-12 | 6 | -12/+12 |
* | moved rhimport package to rhrd-go repo | Christian Pointner | 2016-01-08 | 13 | -1859/+6 |
* | moved all db handling directly to context | Christian Pointner | 2016-01-08 | 2 | -1/+5 |
* | move rddb to rhrd-go | Christian Pointner | 2016-01-08 | 11 | -550/+65 |
* | improved makefile | Christian Pointner | 2016-01-07 | 6 | -0/+0 |
* | switched to more update2date go-curl lib | Christian Pointner | 2016-01-05 | 3 | -3/+3 |
* | watch dir control interface works now | Christian Pointner | 2016-01-05 | 1 | -23/+51 |
* | added initial watch-dir control interface | Christian Pointner | 2016-01-05 | 2 | -14/+221 |
* | disabled trusted web interface | Christian Pointner | 2016-01-05 | 1 | -1/+1 |
* | updated copyright header | Christian Pointner | 2016-01-05 | 13 | -13/+13 |
* | streamlined the usage of rhimport.NewContext | Christian Pointner | 2016-01-05 | 4 | -8/+10 |
* | removed Import prefix of some types | Christian Pointner | 2016-01-05 | 8 | -78/+78 |
* | replaces FetchResult by ImportResult | Christian Pointner | 2016-01-05 | 5 | -28/+22 |
* | minor refactoring | Christian Pointner | 2016-01-05 | 2 | -4/+5 |
* | make debug log runtime configurable | Christian Pointner | 2016-01-03 | 2 | -6/+13 |
* | small change in telgo API | Christian Pointner | 2015-12-31 | 1 | -17/+17 |
* | small change in telgo API | Christian Pointner | 2015-12-31 | 1 | -1/+1 |
* | all command line arguments can now be set using environment variables | Christian Pointner | 2015-12-31 | 2 | -14/+40 |
* | fix complaints from vet | Christian Pointner | 2015-12-31 | 1 | -3/+1 |
* | improved coding style | Christian Pointner | 2015-12-31 | 5 | -53/+52 |
* | improved coding style | Christian Pointner | 2015-12-31 | 7 | -153/+156 |
* | improved sanity check for local files | Christian Pointner | 2015-12-30 | 1 | -1/+17 |
* | small improvement of socket handler test | Christian Pointner | 2015-12-30 | 1 | -5/+5 |
* | web socket handler is now completed | Christian Pointner | 2015-12-30 | 3 | -119/+27 |
* | session store list works now (needs auth check) | Christian Pointner | 2015-12-30 | 1 | -9/+30 |