Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | runit scripts fixed argument name | Christian Pointner | 2014-10-22 | 2 | -2/+2 | |
| | ||||||
* | daq: flumotion-plug now uses stateless protocol | Christian Pointner | 2014-10-22 | 1 | -12/+35 | |
| | ||||||
* | daq: flumotion-rrd now uses stateless protocol | Christian Pointner | 2014-10-22 | 1 | -9/+29 | |
| | ||||||
* | daq: nginx-lua-fetch now uses stateless protocol | Christian Pointner | 2014-10-22 | 1 | -6/+24 | |
| | ||||||
* | daq: accesslog now uses stateless protocol | Christian Pointner | 2014-10-22 | 1 | -2/+21 | |
| | ||||||
* | daq: updated readme | Christian Pointner | 2014-10-22 | 1 | -2/+2 | |
| | ||||||
* | updated runit run scripts (new hub options) | Christian Pointner | 2014-10-22 | 2 | -2/+2 | |
| | ||||||
* | hub: add support for datagram unix-sockets | Markus Grüneis | 2014-10-22 | 6 | -8/+56 | |
| | ||||||
* | hub: add stub for forwarding | Markus Grüneis | 2014-10-22 | 3 | -1/+70 | |
| | ||||||
* | hub: use command-line options for paths etc. | Markus Grüneis | 2014-10-22 | 2 | -18/+44 | |
| | ||||||
* | hub: add basic POST support | Markus Grüneis | 2014-10-22 | 3 | -3/+36 | |
| | ||||||
* | hub: prepare db schema update | Markus Grüneis | 2014-10-22 | 3 | -14/+67 | |
| | ||||||
* | hub: extend s5srvWeb with /updates queries | Markus Grüneis | 2014-10-22 | 2 | -1/+65 | |
| | ||||||
* | hub: fix and extend s5store | Markus Grüneis | 2014-10-22 | 2 | -3/+25 | |
| | | | | | * fix filter sql generation (wrong field-name) * extend with functions to query DataUpdates | |||||
* | added sample runit configs | Christian Pointner | 2014-10-22 | 8 | -0/+40 | |
| | ||||||
* | updated changelog for releasev0.0.10.0.1 | Christian Pointner | 2014-10-22 | 1 | -1/+4 | |
| | ||||||
* | hub: Makefile license header and distclean target | Christian Pointner | 2014-10-21 | 1 | -3/+37 | |
| | ||||||
* | daq: removed .py extension for scripts | Christian Pointner | 2014-10-21 | 3 | -0/+0 | |
| | ||||||
* | hub: added clean target for Makefile | Christian Pointner | 2014-10-21 | 1 | -1/+6 | |
| | ||||||
* | updated sample data from accesslog importer | Christian Pointner | 2014-10-20 | 1 | -0/+0 | |
| | ||||||
* | daq: accesslog importer is now aligned as well | Christian Pointner | 2014-10-20 | 1 | -2/+9 | |
| | ||||||
* | dag: accesslog importer can now import multiple streamerids in one pass | Christian Pointner | 2014-10-20 | 1 | -102/+184 | |
| | | | | major refactoring done | |||||
* | daq: nginx-lua fetcher improved init | Christian Pointner | 2014-10-20 | 1 | -25/+15 | |
| | ||||||
* | clients are now unique by (ip|ua) | Christian Pointner | 2014-10-20 | 1 | -4/+6 | |
| | ||||||
* | sending actual data works now | Christian Pointner | 2014-10-20 | 1 | -17/+10 | |
| | ||||||
* | definition of multiple streamer-ids on commandline works now | Christian Pointner | 2014-10-20 | 1 | -15/+82 | |
| | ||||||
* | daq: nginx-lua fetch looper works now | Christian Pointner | 2014-10-20 | 1 | -9/+34 | |
| | ||||||
* | daq: ngin-lua fetcher reconnection handling works now | Christian Pointner | 2014-10-20 | 1 | -38/+60 | |
| | ||||||
* | daq: nginx-lua now uses on_abort for faster recovery | Christian Pointner | 2014-10-20 | 1 | -0/+9 | |
| | ||||||
* | daq: replaced non-working fetch lock with limit_conn module of nginx | Christian Pointner | 2014-10-20 | 1 | -37/+23 | |
| | ||||||
* | daq: flumotion-plug align datasets to time | Christian Pointner | 2014-10-19 | 1 | -4/+13 | |
| | ||||||
* | hub: add SIGINT handling to sfive-hub | Markus Grüneis | 2014-10-19 | 1 | -3/+22 | |
| | ||||||
* | hub: add some testing endpoints in s5srvWeb | Markus Grüneis | 2014-10-19 | 2 | -10/+52 | |
| | ||||||
* | hub: remove overzealous tracing in s5srvPipe | Markus Grüneis | 2014-10-19 | 1 | -2/+3 | |
| | ||||||
* | hub: update test-* scripts' pipe-path | Markus Grüneis | 2014-10-19 | 2 | -2/+2 | |
| | ||||||
* | hub: fix s5srv data appender | Markus Grüneis | 2014-10-19 | 1 | -1/+2 | |
| | | | | | - this time, really start the appendActor - use a buffered channel for the appending | |||||
* | hub: use goji for new s5srvWeb | Markus Grüneis | 2014-10-19 | 3 | -0/+25 | |
| | ||||||
* | hub: refactor server and db initialization | Markus Grüneis | 2014-10-19 | 9 | -133/+159 | |
| | | | | | | | | | | | | | * pass the paths to DB and pipe as arguments * move the connection to sqlite DB into the constructor of the server * return error instead of panicking when initializing DB fails * add an Actor for appending data to the sqlite store, start it in the server constructor * add a somewhat proper Close for the server * split s5srv.go, extracting pipe-specific code * make more constants etc. private * remove unnecessary StatsContainer interface * use an explicit s5 logger with prefix * use an in-memory sqlite db for unit tests | |||||
* | hub: change ClientData field BytesTransferred | Markus Grüneis | 2014-10-19 | 1 | -3/+3 | |
| | ||||||
* | hub: fix storing client-specific data | Markus Grüneis | 2014-10-19 | 2 | -1/+3 | |
| | ||||||
* | hub: remove obsolete shell scripts | Markus Grüneis | 2014-10-19 | 2 | -11/+0 | |
| | ||||||
* | daq: nginx-lua parsing streamer-id works now | Christian Pointner | 2014-10-19 | 2 | -10/+22 | |
| | ||||||
* | daq: nginx-lua fetch almost done!? | Christian Pointner | 2014-10-19 | 3 | -29/+219 | |
| | ||||||
* | added fetcher for nginx-lua | Christian Pointner | 2014-10-19 | 1 | -0/+85 | |
| | ||||||
* | daq: nginx-lua improved log output | Christian Pointner | 2014-10-19 | 1 | -2/+2 | |
| | ||||||
* | fixed fetch error handling | Christian Pointner | 2014-10-19 | 1 | -5/+3 | |
| | ||||||
* | daq: nginx lua aggregated files into one | Christian Pointner | 2014-10-19 | 4 | -243/+169 | |
| | ||||||
* | reverted to old nginx-lua model | Christian Pointner | 2014-10-18 | 4 | -299/+243 | |
| | ||||||
* | daq: nginx-lua works now but it has possible unresolvable issues | Christian Pointner | 2014-10-18 | 1 | -16/+55 | |
| | ||||||
* | daq: nginx-lua - added workaround for write buffer overrun | Christian Pointner | 2014-10-18 | 1 | -3/+11 | |
| |