some sort of actual progress here...
8 files changed
tree: df8ba3e232c07515f6d535448f29dfba41f49e84
  1. build/
  2. docs/
  3. gio/
  4. glib/
  5. gmodule/
  6. gobject/
  7. gthread/
  8. m4macros/
  9. po/
  10. tests/
  11. .dir-locals.el
  12. .gitignore
  13. acglib.m4
  14. acinclude.m4
  15. AUTHORS
  16. autogen.sh
  17. ChangeLog.pre-1-2
  18. ChangeLog.pre-2-0
  19. ChangeLog.pre-2-10
  20. ChangeLog.pre-2-12
  21. ChangeLog.pre-2-14
  22. ChangeLog.pre-2-16
  23. ChangeLog.pre-2-18
  24. ChangeLog.pre-2-2
  25. ChangeLog.pre-2-20
  26. ChangeLog.pre-2-4
  27. ChangeLog.pre-2-6
  28. ChangeLog.pre-2-8
  29. check-abis.sh
  30. config.h.win32.in
  31. configure.ac
  32. COPYING
  33. gio-2.0.pc.in
  34. gio-unix-2.0.pc.in
  35. gio-windows-2.0.pc.in
  36. glib-2.0.pc.in
  37. glib-gettextize.in
  38. glib-tap.mk
  39. glib-zip.in
  40. glib.doap
  41. glib.mk
  42. gmodule-2.0.pc.in
  43. gmodule-export-2.0.pc.in
  44. gmodule-no-export-2.0.pc.in
  45. gobject-2.0.pc.in
  46. gthread-2.0.pc.in
  47. HACKING
  48. INSTALL.in
  49. Makefile.am
  50. makefile.msc
  51. msvc_recommended_pragmas.h
  52. NEWS
  53. NEWS.pre-1-3
  54. README.commits
  55. README.in
  56. README.md
  57. README.rationale
  58. README.win32
  59. sanity_check
  60. tap-driver.sh
  61. tap-test
  62. win32-fixup.pl
README.md

GLib with kdbus support

The main goal of the project is add support for kdbus in GLib. More info about development status and some implementation details you can find here:

https://bugzilla.gnome.org/show_bug.cgi?id=721861

The most important tasks in new implementation are:

  • add low-level support for kdbus,

  • add support for two new bus types called “user” and “machine” (for kdbus purposes),

  • introduce new library API for common tasks such as fetching the list of name owners on the bus, checking sender's PID, ..., (because it is not permitted to make calls to the org.freedesktop.DBus destination on the new bus types),

What is kdbus?

kdbus is a Linux kernel D-Bus implementation. See kdbus.txt in kdbus repository [1] for kernel-side details. The userspace side is also developed in systemd repo [2].