]> git.ipfire.org Git - people/ms/network.git/history - src/networkd/config.c
config: Add string buffer type
[people/ms/network.git] / src / networkd / config.c
2023-06-09  Michael Tremerconfig: Add string buffer type
2023-06-09  Michael Tremerports: Refactor enumerating ports
2023-06-09  Michael Tremernetworkd: Open config directory and keep a handle to it
2023-06-08  Michael Tremerconfig: Implement option that looks up string tables
2023-06-08  Michael Tremerconfig: Add data pointer to callbacks
2023-06-08  Michael Tremerconfig: Rename "data" to "value" as it holds a referenc...
2023-06-08  Michael Tremerconfig: Extend the parser to easier read/write configs
2023-06-05  Michael Tremerconfig: Compare truthiness case-insensitively
2023-04-15  Michael Tremerports: Implement destroying a port
2023-04-15  Michael Tremerconfig: Avoid adding empty line after integers
2023-04-15  Michael Tremerconfig: Fail if there is garbage after intergers
2023-04-14  Michael Tremernetworkd: config: Add functions to handle boolean values
2023-02-11  Michael Tremernetworkd: Use typedef to keep type names shorter
2023-02-10  Michael Tremernetworkd: config: Implement reading configuration files
2023-02-10  Michael Tremernetworkd: config: Actually return entry instead of...
2023-02-04  Michael Tremernetworkd: Add a test bus property to set the MTU
2023-02-01  Michael Tremernetworkd: Store the path with the configuration object
2023-02-01  Michael Tremernetworkd: Change config read functions to not create...
2023-02-01  Michael Tremernetworkd: config: Split flushing all entries into a...
2023-01-30  Michael Tremernetworkd: Implement writing configuration files
2023-01-30  Michael Tremernetworkd: Implement reading configuration values
2023-01-30  Michael Tremernetworkd: Implement setting configuration values
2023-01-30  Michael Tremernetworkd: Add scaffolding to read configuration files
2023-01-30  Michael Tremernetworkd: Add scaffolding for config objects