Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | hub: Add AppendMany support to store. | Markus Grüneis | 2014-10-24 | 2 | -14/+46 | |
| | ||||||
* | hub: Update Makefile (document -test.v flag) | Markus Grüneis | 2014-10-24 | 1 | -1/+3 | |
| | ||||||
* | hub: Implement basic forward support. | Markus Grüneis | 2014-10-24 | 1 | -25/+70 | |
| | ||||||
* | hub: Fix http response for lastupdate/:id | Markus Grüneis | 2014-10-24 | 1 | -1/+1 | |
| | ||||||
* | hub: Fix query for GetUpdatesAfter(id) | Markus Grüneis | 2014-10-24 | 3 | -12/+44 | |
| | ||||||
* | hub: Show usage when having arg -help | Markus Grüneis | 2014-10-24 | 1 | -0/+6 | |
| | ||||||
* | hub: Use more practical query in .test-client script. | Markus Grüneis | 2014-10-24 | 1 | -1/+1 | |
| | ||||||
* | hub: Do not return plain arrays in web. | Markus Grüneis | 2014-10-24 | 1 | -4/+6 | |
| | ||||||
* | hub: Fix DataUpdate queries in store. | Markus Grüneis | 2014-10-24 | 3 | -26/+92 | |
| | | | | - known issue: clients and tags still not part of the result | |||||
* | viz: Show more stats, fix refresh issue, show connection-error. | Markus Grüneis | 2014-10-24 | 1 | -9/+38 | |
| | ||||||
* | hub: Fix stats query, return accurate client count. | Markus Grüneis | 2014-10-24 | 4 | -41/+77 | |
| | ||||||
* | updated changelog for releasev0.0.40.0.4 | Christian Pointner | 2014-10-23 | 1 | -0/+4 | |
| | ||||||
* | viz: restrict to recent updates in stats.html | Markus Grüneis | 2014-10-23 | 1 | -1/+15 | |
| | ||||||
* | hub: Return better json in web server page /stats | Markus Grüneis | 2014-10-23 | 2 | -7/+42 | |
| | ||||||
* | viz: Add basic tabular stats page. | Markus Grüneis | 2014-10-23 | 2 | -0/+43 | |
| | ||||||
* | updated changelog for releasev0.0.30.0.3 | Christian Pointner | 2014-10-23 | 1 | -0/+6 | |
| | ||||||
* | hub: Add query for last-update-id for given UUID to store, web. | Markus Grüneis | 2014-10-23 | 2 | -0/+24 | |
| | ||||||
* | hub: Add per-DB UUID, optionally store in data-updates table | Markus Grüneis | 2014-10-23 | 6 | -10/+37 | |
| | ||||||
* | hub: serve viz app under /viz | Markus Grüneis | 2014-10-23 | 3 | -3/+15 | |
| | ||||||
* | hub: fix filtered queries, remove unused functions | Markus Grüneis | 2014-10-23 | 4 | -52/+24 | |
| | ||||||
* | hub: Return JSON data from web-server. | Markus Grüneis | 2014-10-23 | 6 | -89/+191 | |
| | | | | | | - refactor source structure: split and rename files, move some types around - http server return HTTP error status codes in case of failure - http server marshals response values as json | |||||
* | value del button | Bernhard Tittelbach | 2014-10-23 | 2 | -4/+18 | |
| | ||||||
* | visualisation 1 | Bernhard Tittelbach | 2014-10-23 | 5 | -0/+320 | |
| | ||||||
* | added XRO to AUTHORS | Christian Pointner | 2014-10-23 | 1 | -0/+1 | |
| | ||||||
* | hub: socket handling at runit script | Christian Pointner | 2014-10-23 | 1 | -0/+2 | |
| | ||||||
* | updated changelog for releasev0.0.20.0.2 | Christian Pointner | 2014-10-23 | 1 | -0/+6 | |
| | ||||||
* | 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 | |
| |