Mon, 19 Nov 2018 12:05:47 -0800 Fix command line usage docs, replace deprecated recvLine() with readLine(). v0.2.0
Mahlon E. Smith <mahlon@martini.nu> [Mon, 19 Nov 2018 12:05:47 -0800] rev 17
Fix command line usage docs, replace deprecated recvLine() with readLine().
Tue, 06 Nov 2018 15:54:05 -0800 Updates for nim 0.19.
Mahlon E. Smith <mahlon@martini.nu> [Tue, 06 Nov 2018 15:54:05 -0800] rev 16
Updates for nim 0.19.
Tue, 26 Jun 2018 09:47:23 -0700 Lowercase all hostnames before sending to the database.
Mahlon E. Smith <mahlon@martini.nu> [Tue, 26 Jun 2018 09:47:23 -0700] rev 15
Lowercase all hostnames before sending to the database.
Mon, 05 Mar 2018 15:34:12 -0800 Update README Timescale example for v0.9.0.
Mahlon E. Smith <mahlon@laika.com> [Mon, 05 Mar 2018 15:34:12 -0800] rev 14
Update README Timescale example for v0.9.0.
Tue, 20 Feb 2018 10:59:26 -0800 Remove port and user from the default dbopts, so they instead use the postgresql behavioral default.
Mahlon E. Smith <mahlon@laika.com> [Tue, 20 Feb 2018 10:59:26 -0800] rev 13
Remove port and user from the default dbopts, so they instead use the postgresql behavioral default.
Mon, 19 Feb 2018 18:34:36 -0800 Fix typos, add small "scaling" section.
Mahlon E. Smith <mahlon@laika.com> [Mon, 19 Feb 2018 18:34:36 -0800] rev 12
Fix typos, add small "scaling" section.
Mon, 19 Feb 2018 18:22:25 -0800 Multiple changes:
Mahlon E. Smith <mahlon@laika.com> [Mon, 19 Feb 2018 18:22:25 -0800] rev 11
Multiple changes: - Make the 'release' build the default. - Add a configurable socket timeout parameter. - Make the table name configurable. - Add usage docs to the README.
Sun, 18 Feb 2018 23:40:34 -0800 Fix the netdata link to point the the right spot.
Mahlon E. Smith <mahlon@laika.com> [Sun, 18 Feb 2018 23:40:34 -0800] rev 10
Fix the netdata link to point the the right spot. ... shame!
Sun, 18 Feb 2018 22:18:44 -0800 Properly reap child processes.
Mahlon E. Smith <mahlon@laika.com> [Sun, 18 Feb 2018 22:18:44 -0800] rev 9
Properly reap child processes.
Sun, 18 Feb 2018 18:16:37 -0800 Multiple changes.
Mahlon E. Smith <mahlon@laika.com> [Sun, 18 Feb 2018 18:16:37 -0800] rev 8
Multiple changes. - There's still a delay somewhere with threading in the socket read() that impacts simultaneous client connections. After a bunch of experimenting with Channel message passing, rip it all out in favor of a simple fork()ing server. - Remove the color option, just check stdout for a tty instead to make it automatic. - Better error handling for malformed packets/samples.
(0) -10 +10 tip