]> git.ipfire.org Git - collecty.git/shortlog
collecty.git
2025-10-03  Michael Tremergraph: Add macros to draw some elements
2025-10-03  Michael Tremercolors: Add macro to make colors transparent
2025-10-03  Michael Tremercolors: Add orange
2025-10-03  Michael Tremergraph: Draw all graphs from back to front
2025-10-03  Michael Tremerclient: Use a helper function to send format
2025-10-03  Michael Tremergraph: Allow specifying the output dimensions
2025-10-02  Michael Tremergraph: Fix the text on the watermark
2025-10-02  Michael Tremergraph: Send further rendering options over dbus
2025-10-02  Michael Tremergraph: Allow to specify the output format
2025-10-02  Michael Tremergraphs: Add a struct with further rendering options
2025-10-02  Michael Tremerclient: Accept a --format argument
2025-10-02  Michael Tremerclient: Add a basic client to fetch the graphs
2025-10-02  Michael Tremermodule: Define all DEFs and VDEFs for any imported...
2025-10-02  Michael Tremergraph: Cast arguments to void* to deal with API breakage
2025-10-02  Michael Tremergraph: Log the size of the generated output
2025-10-02  Michael Tremergraph: Write the graph to the output stream
2025-10-02  Michael Tremergraph: Import the default arguments from the Python...
2025-10-02  Michael TremerMake Gettext available
2025-10-02  Michael TremerImport some colours from the Python implementation
2025-10-02  Michael Tremergraph: Fix calling rrd_graph()
2025-10-02  Michael Tremerargs: Add function to add multiple pre-formatted argume...
2025-10-02  Michael Tremermodule: Remove hack where the event loop stores the...
2025-10-02  Michael Tremergraph: Pass the object to the render function
2025-10-02  Michael Tremergraph: Add a helper function to pull in all data source...
2025-10-02  Michael Tremergraph: Add a render function to jump into the individua...
2025-10-02  Michael Tremermodules: Add function to fetch a specific module by...
2025-10-02  Michael Tremerdaemon: Add function to fetch all modules
2025-10-01  Michael Tremergraph: Create the basic to render a graph
2025-10-01  Michael Tremergraphs: Fix typo in variable name
2025-09-30  Michael Tremerdaemon: Create a modules registry
2025-09-30  Michael Tremergraphs: Take the object name as first (and only) argument
2025-09-30  Michael Tremergraph: Add a Render() method to the bus to render graphs
2025-09-30  Michael Tremergraphs: Export them over dbus
2025-09-30  Michael Tremergraphs: Add scaffolding for a loadavg graph
2025-09-30  Michael Tremerjenkins: Don't fail if the static analyzer didn't find...
2025-09-29  Michael Tremerdaemon: Initialize all graphs when the daemon starts
2025-09-29  Michael Tremerdaemon: Initialize all graphs when the daemon starts
2025-09-29  Michael Tremerdaemon: Generalize the init/exit functions
2025-09-29  Michael Tremergraphs: Add scaffolding for a graph collection
2025-09-29  Michael Tremermain: Log an error if we could not free all resources
2025-09-29  Michael Tremergraphs: Add scaffolding for a new object
2025-09-29  Michael Tremerdaemon: Add a basic dbus interfaces for graphs
2025-09-29  Michael Tremerqueue: Allocate the correct amount of memory
2025-09-29  Michael Tremerjenkins: The configure script does not have a --enable...
2025-09-29  Michael Tremerconfigure: Make lm-sensors an optional dependency
2025-09-29  Michael Tremerconfigure: Check for pkg-config before using it
2025-09-29  Michael Tremerconfigure: Make libatasmart an optional dependency
2025-09-29  Michael Tremerconfigure: Drop dependency to liboping
2025-09-29  Michael TremerDrop the Python implementation
2025-09-29  Michael Tremerdaemon: Export the version over dbus
2025-09-29  Michael TremerAdd a Jenkinsfile
2025-09-29  Michael Tremerpo: Update langauge files
2025-09-28  Michael Tremerdaemon: Connect to dbus
2025-09-28  Michael Tremermodule: Explicitely clear any RRD errors
2025-09-28  Michael TremerMake secure_getenv available
2025-09-28  Michael Tremermodules: Add the conntrack module
2025-09-28  Michael Tremerutil: Add helper function to read integers from file
2025-09-28  Michael Tremermodule: Fix the heartbeat of the RRD database
2025-09-28  Michael Tremermodules: Add context switches
2025-09-28  Michael Tremerqueue: Commit only once every 5 minutes
2025-09-28  Michael Tremermodule: Define some default RRAs
2025-09-28  Michael Tremermodule: The step size is not passed as a command line...
2025-09-28  Michael Tremermodule: Call RRD tool to create a new database
2025-09-28  Michael Tremerargs: Fix typo in function name
2025-09-28  Michael Tremermodule: Add the step size to the RRD configuration
2025-09-28  Michael Tremermodule: Format the data sources
2025-09-28  Michael Tremerutil: Add helper function to format numbers for RRD
2025-09-28  Michael Tremermodules: Rename RRD schema
2025-09-28  Michael Tremerargs: Add function to dump the array
2025-09-28  Michael Tremerargs: Make space in the array for the NULL termination
2025-09-28  Michael Tremerargs: Add functions to fetch values
2025-09-28  Michael Tremerargs: Implement pushing arguments to the array
2025-09-28  Michael Tremerdaemon: Create scaffolding to format argument lists
2025-09-27  Michael Tremermodules: Define the RRD schema
2025-09-27  Michael Tremermodule: Create scaffolding to create the database if...
2025-09-27  Michael Tremermodule: Implement batched committing of samples to...
2025-09-27  Michael TremerLink against rrdtool
2025-09-27  Michael Tremerqueue: Store the timestamp with the sample
2025-09-27  Michael Tremerqueue: Store multiple samples in one queue object
2025-09-27  Michael Tremerqueue: Flush on exit
2025-09-27  Michael Tremerdaemon: Move the queue into a separate object
2025-09-27  Michael TremerActually free the objects
2025-09-27  Michael Tremerdaemon: Flush the queue on SIGHUP
2025-09-27  Michael Tremerdaemon: Call a function to regularly flush the queue
2025-09-27  Michael Tremerdaemon: Cleanup the queue on exit
2025-09-27  Michael Tremermodule: Format any arguments on the stack
2025-09-27  Michael Tremerdaemon: Store any submitted values
2025-09-27  Michael Tremerloadavg: Actually read the loadavg
2025-09-27  Michael Tremermodule: Create a collect() function
2025-09-27  Michael Tremermodules: Create a dummy function for modules to submit...
2025-09-27  Michael Tremermodules: Call a heartbeat function every 60s
2025-09-27  Michael Tremermodules: Have each module call their own destructor
2025-09-27  Michael Tremermodules: Make them a full-blown object
2025-09-27  Michael Tremermodules: Create a dummy loadavg module
2025-09-27  Michael Tremerlogging: Always compile in debug logging
2025-09-27  Michael Tremerdaemon: Create some scaffolding for modules
2025-09-27  Michael Tremerdaemon: Terminate on SIGTERM/SIGINT
2025-09-27  Michael Tremerdaemon: Enable the watchdog
2025-09-27  Michael Tremerdaemon: Create an event loop
2025-09-27  Michael Tremerlogging: Make all log levels usable
next