]> git.ipfire.org Git - collecty.git/shortlog
collecty.git
2025-10-20  Michael Tremergraphs: Add automatic field composition for objects
2025-10-20  Michael Tremersources: hostapd: Don't use colons
2025-10-20  Michael Tremerqueue: Don't allow colons in object names
2025-10-20  Michael Tremersources: hostapd: Zero-pad MAC addresses
2025-10-20  Michael Tremerclient: Pass the object in the options array
2025-10-20  Michael Tremersources: Add source for hostapd clients
2025-10-20  Michael Tremerfile: Only finish parsing when we have found enough...
2025-10-20  Michael Tremerfile: There is no need to attempt to parse empty lines
2025-10-20  Michael Tremerfile: Add function to run the parser on a single line
2025-10-20  Michael Tremerdaemon: Allow to select sources on the CLI
2025-10-20  Michael Tremersources: Properly turn off the event when we disable...
2025-10-19  Michael Tremerpo: Update translations
2025-10-19  Michael TremerRename the entire project to "IPFire Telemetry"
2025-10-19  Michael Tremersource: Disable all sources that fail all the time
2025-10-19  Michael Tremergraphs: Always show the top of the memory graph
2025-10-10  Michael Tremersources: df: Cleanup /proc/self/mounts on error
2025-10-09  Michael Tremercommand: Close the pidfd
2025-10-08  Michael Tremerfile: Reset the file pointer on error
2025-10-08  Michael Tremerfile: Another attempt to make the static analyzer happy
2025-10-08  Michael Tremerfile: Try to make the static analyzer happy
2025-10-08  Michael Tremergraphs: Add a memory graph
2025-10-08  Michael Tremerproc: Also convert total memory to bytes
2025-10-08  Michael Tremerqueue: Flush all data when we want to draw a graph
2025-10-08  Michael Tremergraphs: Write title/vlabel to the stack
2025-10-08  Michael Tremerpo: Update translations
2025-10-08  Michael Tremerconfigure: Add option to enable tests
2025-10-08  Michael Tremerutil: Remove the old file walking functions
2025-10-08  Michael Tremerproc: Use the new parser to parse PSI information
2025-10-08  Michael Tremerfile: Implement parsing multiple values per line
2025-10-08  Michael Tremersources: unbound: Cleanup some code
2025-10-08  Michael Tremercommand: Use the buffer implementation for internal...
2025-10-08  Michael Tremerfile: Allow to open a buffer as a file object
2025-10-08  Michael Tremerfile: Fix format string check
2025-10-08  Michael Tremerbuffer: Add a buffer implementation to write larger...
2025-10-08  Michael Tremerfile: Build a simple parser
2025-10-08  Michael Tremerfile: Add a function to read a single integer
2025-10-08  Michael Tremersources: Rename collect() to heartbeat()
2025-10-08  Michael Tremerparse: Add custom functions to parse token and integers
2025-10-08  Michael Tremerstring: Add function to strip non-whitespace
2025-10-08  Michael Tremerstring: Include <stdarg.h>
2025-10-08  Michael Tremerstring: Add function to copy strings of a set input...
2025-10-07  Michael Tremerproc: Refatcor reading /proc/softirqs
2025-10-07  Michael Tremerfile: Add an abstraction to read files
2025-10-07  Michael Tremerloadavg: Make the graph make sense
2025-10-07  Michael Tremergraphs: Make it easier to compute custom CDEFs
2025-10-06  Michael Tremersource: Remove stepsize
2025-10-06  Michael Tremersource: Stagger sources to avoid load peaks
2025-10-06  Michael Tremercommand: Kill commands after 30 seconds
2025-10-06  Michael Tremersources: Add a source for Unbound stats
2025-10-06  Michael Tremercommand: Add a helper object to run a command
2025-10-06  Michael Tremerutil: Add a helper function to walk through a buffer
2025-10-06  Michael Tremerdaemon: Mask SIGCHLD
2025-10-06  Michael Tremerutil: Add a helper function to iterate through file...
2025-10-06  Michael Tremerproto: Reduce the amount of logging
2025-10-06  Michael Tremerqueue: Actually store the object in the queue
2025-10-05  Michael Tremergraphs: Add uptime graph
2025-10-05  Michael Tremerstring: Check format strings
2025-10-05  Michael Tremersources: Add source for the system's uptime
2025-10-05  Michael Tremerstring: Make all functions static
2025-10-05  Michael Tremerstring: Add formatting functions
2025-10-05  Michael Tremerstring: Add our string comparison function
2025-10-05  Michael Tremerutil: Add macros for branch prediction
2025-10-05  Michael Tremersources: Add softirqs
2025-10-05  Michael Tremerqueue: Fail if the object contains invalid characters
2025-10-05  Michael Tremersources: Add sources for IPv4 fragmentation information
2025-10-05  Michael TremerAdd source for memory usage
2025-10-05  Michael Tremerdaemon: Use macros to convert time
2025-10-04  Michael Tremersource: Complain if the heartbeat was called too late
2025-10-04  Michael Tremersource: Complain if something stalls the event loop
2025-10-04  Michael Tremersources: Add a test that stalls the event loop
2025-10-04  Michael Tremersource: Lower the heartbeat if a source is in error...
2025-10-04  Michael Tremersources: Store result codes and check for patterns
2025-10-04  Michael Tremersources: Add some tests
2025-10-04  Michael Tremersources: Add source for disk usage
2025-10-04  Michael Tremerpo: Update translations
2025-10-04  Michael Tremersources: Add PSI for I/O
2025-10-04  Michael Tremersources: Add PSI for memory
2025-10-04  Michael Tremersources: Add PSI for CPU
2025-10-04  Michael Tremergraphs: Make it configurable if the graph is reversed
2025-10-04  Michael TremerAdd a processor graph
2025-10-03  Michael Tremersources: Add source for processor usage
2025-10-03  Michael Tremergraphs: Add context switch graph
2025-10-03  Michael Tremergraphs: conntrack: Remove unused color definitions
2025-10-03  Michael Tremergraphs: Add macro to format headers
2025-10-03  Michael Tremergraphs: Add macros to draw transparent areas easier
2025-10-03  Michael Tremergraphs: Consolidate macros with and without label
2025-10-03  Michael Tremergraphs: Create macros to write less code
2025-10-03  Michael Tremerpo: Update translations
2025-10-03  Michael Tremergraphs: Add a conntrack graph
2025-10-03  Michael Tremergraph: Move all stuff that is needed to draw graphs...
2025-10-03  Michael Tremerdaemon: Rename modules to sources
2025-10-03  Michael Tremermodules: Rename methods to impl
2025-10-03  Michael Tremergraph: Measure the time it takes to generate a graph
2025-10-03  Michael Tremergraph: Add title and vertical label
2025-10-03  Michael Tremergraph: Always pass --rigid
2025-10-03  Michael Tremergraph: Add upper and lower limits
2025-10-03  Michael Tremergraph: Make backgrounds transparent
2025-10-03  Michael Tremercolors: Fix black and white
2025-10-03  Michael Tremercolors: Remove the prefix
2025-10-03  Michael Tremerloadavg: Add a simple graph
next