- 13 Feb, 2024 1 commit
-
-
Geoff Simmons authored
-
- 08 Feb, 2024 1 commit
-
-
Geoff Simmons authored
So that it's not too large for git repos with limitations on file sizes.
-
- 07 Feb, 2024 4 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 06 Feb, 2024 4 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
Changed due to the corrected declaration of globals in code for the binary.
-
Geoff Simmons authored
Declared in C sources, and as extern in header files. This had always been invalid, but earlier version of the compiler appear to have forgiven it.
-
Geoff Simmons authored
-
- 23 Feb, 2021 5 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Only attempt to re-attach if the management process stopped. On errors such as overrun or log abandoned, the VSL API considers the client as still attached, and VSM_Attach() throws an assertion.
-
Geoff Simmons authored
-
- 20 Mar, 2020 6 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
If the process has changed or restarted, re-initialize the shared memory attachment and re-acquire the log. A new reader metric mgt_restart is incremented when the status change is detected. We run the VSM_Status() check when end-of-log is reached, or when a flush has been signaled, to minimize the hit from the fstat() calls in its implementation. None of this is done when reading from a log file.
-
Geoff Simmons authored
Never, ever, copy the docs.
-
- 07 Aug, 2019 1 commit
-
-
Geoff Simmons authored
-
- 30 Nov, 2018 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
By re-ordering #include vdef.h.
-
- 02 Apr, 2018 1 commit
-
-
Geoff Simmons authored
-
- 11 Dec, 2017 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 20 Nov, 2017 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 19 Nov, 2017 8 commits
-
-
Geoff Simmons authored
The varnish package (from packagecloud.io) makes the VSM directories non-world-readable, but readable to the group varnish. So the RPM no longer creates the group trackrdrd, but adds the trackrdrd to group varnish.
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
No git tag yet, testing automated packaging with version number.
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Into separate files.
-
- 18 Nov, 2017 2 commits
-
-
Geoff Simmons authored
This requires a user who can write in /var/log. So we now create user/group trackrdrd at pre-install, and the default config runs with that user for the child process.
-
Geoff Simmons authored
-