Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: fix wrong version info (#31949) | Yu Watanabe | 2024-04-18 | 1 | -69/+22 |
| | | | Fixes #31920. | ||||
* | man: use same version in public and system ident. | David Tardon | 2023-12-25 | 1 | -1/+1 |
| | |||||
* | man: move macro decls. out of <funcsynopsis> | David Tardon | 2023-12-25 | 1 | -116/+116 |
| | | | | <funcsynopsis> doesn't allow block content. | ||||
* | man: use <simplelist> for 'See also' sections | David Tardon | 2023-12-23 | 1 | -6/+6 |
| | | | | | This is just a slight markup improvement; there should be no difference in rendering. | ||||
* | man: condense version information for functions | Abderrahim Kitouni | 2023-09-19 | 1 | -5/+8 |
| | | | | 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/+9 |
| | |||||
* | man: add version info | Abderrahim Kitouni | 2023-08-29 | 1 | -17/+59 |
| | | | | | | | | 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. | ||||
* | tree-wide: fix typo | Yu Watanabe | 2022-03-07 | 1 | -1/+1 |
| | |||||
* | man: describe capability checks on the bus | Zbigniew Jędrzejewski-Szmek | 2022-03-04 | 1 | -10/+51 |
| | | | | | | | | | | A description of SD_BUS_VTABLE_CAPABILITY is added, and the discussion on SD_BUS_VTABLE_UNPRIVILEGED in expanded. I think it would be nice to add longer description of how access is checked (maybe in sd-bus(3)), but I'm leaving that for later. I think the text that was added here describes everything, even if tersely. Fixes #21882. | ||||
* | man: fix formatting of macros in sd_bus_add_object | Zbigniew Jędrzejewski-Szmek | 2022-03-04 | 1 | -22/+19 |
| | | | | | | | | docbook would convert the newline to a space before the first argument: SD_BUS_METHOD_WITH_ARGS( member, args, result, handler) And we need each item in a separate <para>, otherwise they'll all be in one line. | ||||
* | Change gendered terms to be gender-neutral (#21325) | Emily Gonyer | 2021-11-12 | 1 | -1/+1 |
| | | | Some typos are also fixed. | ||||
* | man: Specify that only d-bus methods can be answered async | igo95862 | 2021-03-17 | 1 | -2/+3 |
| | | | | Not properties. | ||||
* | Merge pull request #17612 from yuwata/fix-man-pages | Zbigniew Jędrzejewski-Szmek | 2020-11-17 | 1 | -3/+3 |
|\ | | | | | man: fix two issues | ||||
| * | man: add missing <para> tag, and drop redundant ">" | Yu Watanabe | 2020-11-14 | 1 | -3/+3 |
| | | | | | | | | Fixes #17609. | ||||
* | | man: Separated paragraph about making sd_bus object reply async | igo95862 | 2020-11-17 | 1 | -3/+5 |
|/ | |||||
* | man: append parentheses for function name | Yu Watanabe | 2020-11-12 | 1 | -2/+2 |
| | |||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | man: include sd_bus_message_handler_t prototype in synopsys of all man pages ↵ | Lennart Poettering | 2020-05-20 | 1 | -6/+1 |
| | | | | | | | that reference the type The type is not trivial, and kinda important to understand things, hence import it everywhere where appropriate. | ||||
* | man: complete vtable flag documentation | Lennart Poettering | 2020-05-13 | 1 | -0/+19 |
| | |||||
* | sd-bus: Add a nicer way of specifying sd-bus vtable method arguments | Daan De Meyer | 2020-05-06 | 1 | -14/+93 |
| | | | | | SD_BUS_NAMES_WITH_ARGS is a less error-prone way of specifying D-Bus method arguments. | ||||
* | Merge pull request #15480 from DaanDeMeyer/sd-bus-add-node-enumerator-docs | Zbigniew Jędrzejewski-Szmek | 2020-04-20 | 1 | -2/+2 |
|\ | | | | | sd-bus: Add sd_bus_add_node_enumerator docs | ||||
| * | sd-bus: sd_bus_add_object docs fixes | Daan De Meyer | 2020-04-20 | 1 | -2/+2 |
| | | |||||
* | | sd-bus: Add sd_bus_emit_* docs | Daan De Meyer | 2020-04-20 | 1 | -1/+3 |
|/ | |||||
* | sd-bus: Add sd_bus_add_filter docs | Daan De Meyer | 2020-04-19 | 1 | -1/+15 |
| | |||||
* | sd-bus: Add note about sd_bus_reply_method_return to SD_BUS_METHOD docs | Daan De Meyer | 2020-03-31 | 1 | -0/+542 |