1. 7623695 Merge pull request #346 from idleroamer/authext by Georg Reinke 路 1 year, 2 months ago master
  2. 2092b54 auth: Test UID not send with external auth by 馃槑Mostafa Emami 路 1 year, 7 months ago
  3. 6e6dd68 Merge pull request #366 from diogoteles08/diogoteles08-security-policy-patch by Georg Reinke 路 1 year, 2 months ago
  4. 00aefcc feat: add security-policy to project by Diogo Teles Sant'Anna 路 1 year, 4 months ago
  5. ba32b10 Merge pull request #367 from marselester/strconv-allocs by Georg Reinke 路 1 year, 2 months ago
  6. ab0b98d Use old approach to convert bytes to strings by marselester 路 1 year, 3 months ago
  7. cfacdda Add Go 1.20 to test matrix by marselester 路 1 year, 3 months ago
  8. 4db16c7 Add build tags to bytes to string converter by marselester 路 1 year, 3 months ago
  9. 8507e7b Reduce bytes to string allocs in decoder by marselester 路 1 year, 3 months ago
  10. 6cc540d Merge pull request #369 from olivercalder/fix-docs-url by Georg Reinke 路 1 year, 3 months ago
  11. 8abf23a Replaced godoc url with pkg.go.dev url for v5. by Oliver Calder 路 1 year, 3 months ago
  12. a2da220 Merge pull request #364 from godbus/fix/validate_header_only by Georg Reinke 路 1 year, 4 months ago
  13. 001f80f transport_unix: check message header validity when decoding by Georg Reinke 路 1 year, 4 months ago
  14. bac911b Do not check message validity after decoding by marselester 路 1 year, 6 months ago
  15. ff1da23 message: don't do a complete encode to check validity by Georg Reinke 路 1 year, 4 months ago
  16. 4fd31c8 Merge pull request #363 from godbus/fix/omit_is_valid_outgoing by Georg Reinke 路 1 year, 4 months ago
  17. 239a2e0 export: don't call IsValid separately for emitting signals by Georg Reinke 路 1 year, 4 months ago
  18. 17fbd01 export: don't call IsValid separately by Georg Reinke 路 1 year, 4 months ago
  19. 2cf582d Merge pull request #362 from godbus/fix/message_discard by Georg Reinke 路 1 year, 4 months ago
  20. f197bca message: use Discard for encoding in IsValid by Georg Reinke 路 1 year, 4 months ago
  21. 2ec415b Merge pull request #352 from marselester/depthCounter-allocs by Georg Reinke 路 1 year, 4 months ago
  22. 5942541 Use pointer semantics in depthCounter by marselester 路 1 year, 6 months ago
  23. c3f325f Merge pull request #356 from marselester/dec-allocs by Georg Reinke 路 1 year, 4 months ago
  24. 81e3e5b Reduce decoder allocs due to int/uint decoding by marselester 路 1 year, 6 months ago
  25. ebe4117 Merge pull request #361 from godbus/feat/cirrus_freebsd by Georg Reinke 路 1 year, 4 months ago
  26. 47a3252 ci: add FreBSD job using Cirrus by Georg Reinke 路 1 year, 4 months ago
  27. d10fea1 Merge pull request #360 from godbus/feat/ci_tweaks by Georg Reinke 路 1 year, 4 months ago
  28. f24ae74 ci: use Ubuntu 22.04 everywhere by Georg Reinke 路 1 year, 4 months ago
  29. 3dda6a8 ci: reduce permissions by Georg Reinke 路 1 year, 4 months ago
  30. 6c78bb0 Merge pull request #339 from amenzhinsky/add-go1.19-support by Georg Reinke 路 1 year, 7 months ago
  31. c1a76c1 Merge pull request #349 from godbus/test/bool_align by Georg Reinke 路 1 year, 7 months ago
  32. 0b00e48 Add test case for bool alignment by Georg Reinke 路 1 year, 7 months ago
  33. 528bc14 Merge pull request #348 from felixonmars/decodeu by Georg Reinke 路 1 year, 7 months ago
  34. ffdbbfd Fix missing alignment in decodeU() by Felix Yan 路 1 year, 7 months ago
  35. ec98ef2 Merge pull request #347 from marselester/reduce-unix-read-allocs by Georg Reinke 路 1 year, 8 months ago
  36. 3e8deb0 Merge pull request #239 from WhyNotHugo/setproperty-signature by Georg Reinke 路 1 year, 8 months ago
  37. 8f55003 Allocate a byte slice for msg body by marselester 路 1 year, 8 months ago
  38. a8c1d8f Reuse a buffer to check msg validity by marselester 路 1 year, 8 months ago
  39. df252f3 Decode the fixed part of the header to struct by marselester 路 1 year, 8 months ago
  40. c946b82 Use resetable decoder by marselester 路 1 year, 8 months ago
  41. cc6e0c0 Debug "use of closed network connection" error by marselester 路 1 year, 8 months ago
  42. d76dc35 Reduce allocs in ReadMessage (unix transport) by marselester 路 1 year, 8 months ago
  43. a852926 Merge pull request #344 from marselester/reduce-code-allocs by Georg Reinke 路 1 year, 8 months ago
  44. 9d00c2c Add BenchmarkEncodeSliceInterface by marselester 路 1 year, 8 months ago
  45. 3251188 Reduce allocs in decoder by marselester 路 1 year, 8 months ago
  46. 677653d Convert arguments of SetProperty to Variant by Hugo Osvaldo Barrera 路 3 years, 2 months ago
  47. 0561afc Add go 1.19 support by Aliaksandr Mianzhynski 路 1 year, 10 months ago
  48. 4b691ce Merge pull request #332 from dfr/freebsd-unixcred by Georg Reinke 路 1 year, 9 months ago
  49. 1678146 Merge pull request #342 from godbus/fix/ci_update by Georg Reinke 路 1 year, 9 months ago
  50. 8da9127 fix(ci): skip .git in codespell by Georg Reinke 路 1 year, 9 months ago
  51. 6fa7738 fix(ci): apt-get update before installing dbus by Georg Reinke 路 1 year, 9 months ago
  52. 3e617e0 freebsd: Remove the cgo dependency from transport_unixcred_freebsd.go by Doug Rabson 路 2 years ago
  53. 47cce0d Merge pull request #334 from liaohanqin/s1001 by Georg Reinke 路 1 year, 11 months ago
  54. e7b6495 Merge pull request #335 from godbus/fix/spell by Georg Reinke 路 1 year, 11 months ago
  55. 31e3d0a doc: fix spelling errors by Georg Reinke 路 1 year, 11 months ago
  56. 4d58479 Replace loop with call to copy() by liaohanqin 路 1 year, 11 months ago
  57. a37d5dd Merge pull request #325 from ivanteterevkov/master by Georg Reinke 路 2 years, 2 months ago
  58. d17bd42 Merge pull request #314 from liaohanqin/master by Georg Reinke 路 2 years, 2 months ago
  59. 51d641c Update auth.go by liaohanqin 路 2 years, 3 months ago
  60. 800df89 examples: Add asynchronous D-Bus client example by Ivan Teterevkov 路 2 years, 3 months ago
  61. 16fef22 Merge pull request #323 from godbus/fuzz by Georg Reinke 路 2 years, 4 months ago
  62. abcc391 sig: don't panic decoding empty dict by Georg Reinke 路 2 years, 4 months ago
  63. 3146f5b add fuzz test for (signature) decoding by Georg Reinke 路 2 years, 4 months ago
  64. 8e90eb8 Merge pull request #322 from godbus/fix_ci by Georg Reinke 路 2 years, 4 months ago
  65. 582a427 CI: use Go 1.17 for golangci-lint by Georg Reinke 路 2 years, 4 months ago
  66. ff5771c CI: Go 1.18 out of beta by Georg Reinke 路 2 years, 4 months ago
  67. d3dbed8 Merge pull request #320 from stephenhu/master by Georg Reinke 路 2 years, 4 months ago
  68. abbc193 Add rpic to projects using godbus by stephenhu 路 2 years, 4 months ago
  69. fc37d31 Merge pull request #319 from kolyshkin/more-linters by Georg Reinke 路 2 years, 5 months ago
  70. 972b6b1 ci: enable unparam linter by Kir Kolyshkin 路 2 years, 5 months ago
  71. f754e57 conn_test: fix unparam warning by Kir Kolyshkin 路 2 years, 5 months ago
  72. 9bfa67e sequential_handler_test.go: fix unparam linter warnings by Kir Kolyshkin 路 2 years, 5 months ago
  73. e948f1a ci: enable unconvert linter by Kir Kolyshkin 路 2 years, 5 months ago
  74. 15b2874 ci: add gofumpt linter by Kir Kolyshkin 路 2 years, 5 months ago
  75. 8305584 Merge pull request #316 from linuxerwang/master by Georg Reinke 路 2 years, 5 months ago
  76. 7247de3 Merge pull request #308 from kolyshkin/golangci-lint by Georg Reinke 路 2 years, 5 months ago
  77. 49fd534 CI: add lint job to GHA by Kir Kolyshkin 路 2 years, 6 months ago
  78. b1e7528 ci: bump actions/checkout to v3 by Kir Kolyshkin 路 2 years, 5 months ago
  79. 1d4a9e8 tests: fix errcheck warnings by Kir Kolyshkin 路 2 years, 6 months ago
  80. f17fd9a Fix errcheck warnings (excluding tests) by Kir Kolyshkin 路 2 years, 6 months ago
  81. 09bf1a3 EncodeToWithFDs: error path nits by Kir Kolyshkin 路 2 years, 6 months ago
  82. 61c07d1 prop/prop_test: fix errcheck warnings by Kir Kolyshkin 路 2 years, 6 months ago
  83. 37d1ece tests: fix calling Fatal from non-main goroutine by Kir Kolyshkin 路 2 years, 6 months ago
  84. a7e262c Fix some staticcheck warnings by Kir Kolyshkin 路 2 years, 6 months ago
  85. a0e75eb Fix ineffassign linter warning by Kir Kolyshkin 路 2 years, 6 months ago
  86. 6366451 examples_test: fix gosimple warning by Kir Kolyshkin 路 2 years, 6 months ago
  87. 496d83c Fix unused linter warnings by Kir Kolyshkin 路 2 years, 6 months ago
  88. b01fa8e Fix deadcode linter warnings by Kir Kolyshkin 路 2 years, 6 months ago
  89. 8623e1b gofmt -s -w sources by Kir Kolyshkin 路 2 years, 6 months ago
  90. 000525f conn_windows: rm windows build tag by Kir Kolyshkin 路 2 years, 6 months ago
  91. d3cfa30 Add example for grab media keys. by Linuxer Wang 路 2 years, 5 months ago
  92. e523abc Merge pull request #313 from kolyshkin/fix-TestObjectSignalHandling by Georg Reinke 路 2 years, 5 months ago v5.1.0
  93. acbf643 style: error should be returned as the last argument by liaohanqin 路 2 years, 5 months ago
  94. 2c3cf65 TestObjectSignalHandling: minor refactor by Kir Kolyshkin 路 2 years, 6 months ago
  95. 81ff899 TestObjectSignalHandling: fix/improve by Kir Kolyshkin 路 2 years, 6 months ago
  96. b357b44 Merge pull request #310 from godbus/fix/prop_pointers by Georg Reinke 路 2 years, 6 months ago
  97. e230c8c prop: copy initial values and store as pointers internally by Georg Reinke 路 2 years, 6 months ago
  98. 3775a5b Merge pull request #312 from godbus/fix/conn_cancelled_context by Georg Reinke 路 2 years, 6 months ago
  99. d0c202b conn: don't send message if context is already cancelled by Georg Reinke 路 2 years, 6 months ago
  100. 83fe796 Merge pull request #311 from godbus/doc/struct_type by Georg Reinke 路 2 years, 6 months ago