summaryrefslogtreecommitdiff
path: root/src/daq
Commit message (Expand)AuthorAgeFilesLines
* make build with non standard goroot possibleChristian Pointner2017-03-111-0/+3
* only reconnect after net errorChristian Pointner2016-10-171-9/+13
* reconnecting to hub works nowChristian Pointner2016-10-171-21/+39
* removing debug outputChristian Pointner2016-10-171-1/+1
* sending out works now (needs reconnect)Christian Pointner2016-10-171-12/+21
* simpler duration typeChristian Pointner2016-10-172-13/+16
* data collection works nowChristian Pointner2016-10-173-11/+26
* generating streamer according to config works nowChristian Pointner2016-10-165-22/+117
* introduced statsworkerChristian Pointner2016-10-163-20/+65
* stats connecto to hub works now, improved logging and error handlingChristian Pointner2016-10-166-20/+51
* minor logging improvementChristian Pointner2016-10-151-1/+1
* external interface for statistics module done.Christian Pointner2016-10-153-14/+65
* added s5statsChristian Pointner2016-10-151-0/+86
* added time operation to s5proxyChristian Pointner2016-10-153-1/+27
* refactored basic infrastructureChristian Pointner2016-10-132-28/+52
* some fixes in new config file formatChristian Pointner2016-10-132-7/+9
* make header operations more flexible... needs testingChristian Pointner2016-10-133-12/+72
* basic features are doneChristian Pointner2016-10-134-8/+203
* inital checking for s5proxyChristian Pointner2016-10-134-0/+140
* updated changelog and license infov0.0.80.0.8Christian Pointner2015-10-175-10/+10
* daq: increased max message size to create bigger send bufferChristian Pointner2015-10-174-5/+5
* daq: flumotion plug now also retries after EAGAINChristian Pointner2015-10-164-22/+44
* daq: s5-accesslog form vs fromChristian Pointner2015-02-141-1/+1
* untabifyChristian Pointner2014-11-161-5/+5
* daq: flumotion-plug now uses stateless protocolChristian Pointner2014-10-221-12/+35
* daq: flumotion-rrd now uses stateless protocolChristian Pointner2014-10-221-9/+29
* daq: nginx-lua-fetch now uses stateless protocolChristian Pointner2014-10-221-6/+24
* daq: accesslog now uses stateless protocolChristian Pointner2014-10-221-2/+21
* daq: updated readmeChristian Pointner2014-10-221-2/+2
* daq: removed .py extension for scriptsChristian Pointner2014-10-213-0/+0
* daq: accesslog importer is now aligned as wellChristian Pointner2014-10-201-2/+9
* dag: accesslog importer can now import multiple streamerids in one passChristian Pointner2014-10-201-102/+184
* daq: nginx-lua fetcher improved initChristian Pointner2014-10-201-25/+15
* clients are now unique by (ip|ua)Christian Pointner2014-10-201-4/+6
* sending actual data works nowChristian Pointner2014-10-201-17/+10
* definition of multiple streamer-ids on commandline works nowChristian Pointner2014-10-201-15/+82
* daq: nginx-lua fetch looper works nowChristian Pointner2014-10-201-9/+34
* daq: ngin-lua fetcher reconnection handling works nowChristian Pointner2014-10-201-38/+60
* daq: nginx-lua now uses on_abort for faster recoveryChristian Pointner2014-10-201-0/+9
* daq: replaced non-working fetch lock with limit_conn module of nginxChristian Pointner2014-10-201-37/+23
* daq: flumotion-plug align datasets to timeChristian Pointner2014-10-191-4/+13
* daq: nginx-lua parsing streamer-id works nowChristian Pointner2014-10-192-10/+22
* daq: nginx-lua fetch almost done!?Christian Pointner2014-10-192-28/+216
* added fetcher for nginx-luaChristian Pointner2014-10-191-0/+85
* daq: nginx-lua improved log outputChristian Pointner2014-10-191-2/+2
* fixed fetch error handlingChristian Pointner2014-10-191-5/+3
* daq: nginx lua aggregated files into oneChristian Pointner2014-10-194-243/+169
* reverted to old nginx-lua modelChristian Pointner2014-10-184-299/+243
* daq: nginx-lua works now but it has possible unresolvable issuesChristian Pointner2014-10-181-16/+55
* daq: nginx-lua - added workaround for write buffer overrunChristian Pointner2014-10-181-3/+11