summaryrefslogtreecommitdiff
path: root/src/daq/nginx-lua
Commit message (Expand)AuthorAgeFilesLines
* updated changelog and license infov0.0.80.0.8Christian Pointner2015-10-172-4/+4
* daq: increased max message size to create bigger send bufferChristian Pointner2015-10-171-1/+1
* daq: flumotion plug now also retries after EAGAINChristian Pointner2015-10-161-6/+5
* untabifyChristian Pointner2014-11-161-5/+5
* daq: nginx-lua-fetch now uses stateless protocolChristian Pointner2014-10-221-6/+24
* daq: removed .py extension for scriptsChristian Pointner2014-10-211-0/+0
* 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: 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
* sending empty messages works now (almost)Christian Pointner2014-10-181-38/+62
* setting tags works nowChristian Pointner2014-10-181-7/+29
* check for right HTTP status codeChristian Pointner2014-10-181-27/+30
* nginx lua now makes all work by itselfChristian Pointner2014-10-184-243/+203
* moved to resty-lock for fetchold-lua-ngxChristian Pointner2014-10-183-36/+40
* fixed error handling for log cleanup threadChristian Pointner2014-10-171-3/+3
* sfive nginx-lua plugin works nowChristian Pointner2014-10-173-16/+58
* log data expires nowChristian Pointner2014-10-172-18/+53
* nginx-lua now stores log data into shared dictChristian Pointner2014-10-173-16/+124
* added nginx-lua pluginChristian Pointner2014-10-161-0/+54