summaryrefslogtreecommitdiffstats
path: root/output/ulogd_output_JSON.c
Commit message (Expand)AuthorAgeFilesLines
* output: add missing support for int64_t valuesJeremy Sowden2022-12-081-0/+3
* JSON: remove incorrect config value checkJeremy Sowden2022-12-081-5/+3
* output: JSON: remove bogus check for host and portPablo Neira Ayuso2022-01-041-5/+0
* output: JSON: fix possible truncation of socket pathPablo Neira Ayuso2022-01-041-9/+39
* output: JSON: optimize appending of newline to outputJeremy Sowden2022-01-031-2/+2
* output: JSON: fix possible leak in error-handling.Jeremy Sowden2022-01-031-7/+6
* output: JSON: increase time-stamp buffer sizeJeremy Sowden2022-01-031-1/+1
* output: JSON: fix output of GMT offsetJeremy Sowden2022-01-031-4/+5
* ulogd: json: send messages to a remote host / unix socketAndreas Jaggi2018-06-011-21/+270
* json: append timezone information to ISO 8601 dateVincent Bernat2015-10-021-5/+20
* json: output messages in JSONv1 formatVincent Bernat2015-10-021-1/+14
* Fix JSON output on big endian systemsJimmy Jones2014-08-111-0/+11
* json: use packet timestamp if availableEric Leblond2014-03-071-5/+43
* json: introduce new JSON output pluginEric Leblond2014-01-281-0/+254