Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: condense version information for functions | Abderrahim Kitouni | 2023-09-19 | 1 | -7/+7 |
| | | | | Use a more compact form like 'a, b, and c were added in version x' | ||||
* | man: add version information for functions | Abderrahim Kitouni | 2023-09-04 | 1 | -0/+11 |
| | |||||
* | man: add version info | Abderrahim Kitouni | 2023-08-29 | 1 | -5/+15 |
| | | | | | | | | This tries to add information about when each option was added. It goes back to version 183. The version info is included from a separate file to allow generating it, which would allow more control on the formatting of the final output. | ||||
* | sd-bus: store and compare per-module static origin id | Luca Boccassi | 2023-04-25 | 1 | -1/+1 |
| | | | | | | | | | sd-bus objects use hashmaps, which use module-global state, so it is not safe to pass a sd-bus object created by a module instance to another module instance (e.g.: when two libraries static linking sd-bus are pulled in a single process). Initialize a random per-module origin id and store it in the object, and compare it when entering a public API, and error out if they don't match, together with the PID. | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | sd-bus: Add sd_bus_set/is_monitor docs | Daan De Meyer | 2020-04-21 | 1 | -6/+33 |
| | |||||
* | sd-bus: Rewrap sd_bus_set_server docs at 109 columns | Daan De Meyer | 2020-04-21 | 1 | -32/+29 |
| | |||||
* | sd-bus: Small sd_bus_set_server doc fix | Daan De Meyer | 2020-04-20 | 1 | -1/+2 |
| | |||||
* | sd-bus: Add sd_bus_is_server + sd_bus_set/is_bus_client docs | Daan De Meyer | 2020-04-20 | 1 | -3/+50 |
| | |||||
* | sd-bus: Add sd_bus_set_server, sd_bus_get_bus_id docs | Daan De Meyer | 2020-04-19 | 1 | -0/+121 |