1. a8ac15b Merge pull request #427 from dims/drop-unused-import-in-windows-specific-code by Georg Reinke · 2 days ago master v5.2.2
  2. e638c72 Drop ununsed import in windows specific code by Davanum Srinivas · 11 days ago
  3. 20d95a3 Merge pull request #422 from kolyshkin/homedir by Georg Reinke · 12 days ago v5.2.1
  4. d3fc3b5 Fix and simplify getHomeDir by Kir Kolyshkin · 12 days ago
  5. 88ce463 Merge pull request #419 from kolyshkin/golangci-v2 by Georg Reinke · 12 days ago
  6. feb892a ci: bump golangci-lint to v2 by Kir Kolyshkin · 12 days ago
  7. c5ff039 Ignore ST1008 warning for validSingle by Kir Kolyshkin · 12 days ago
  8. 135663e Omit embedded fields by Kir Kolyshkin · 12 days ago
  9. 1b92cdc variant_parser: simplify switch statement by Kir Kolyshkin · 12 days ago
  10. d03c0be Use switch where it makes sense by Kir Kolyshkin · 12 days ago
  11. 5245cc9 Fix staticcheck ST1006 warnings by Kir Kolyshkin · 12 days ago
  12. 68031f9 Remove old-style +build tags by Kir Kolyshkin · 12 days ago
  13. 21130cc Remove go1.18 build tag by Kir Kolyshkin · 12 days ago
  14. f5f1150 Merge pull request #426 from godbus/fix/struct_member_32 by Georg Reinke · 12 days ago
  15. 81b5551 Add test for taking signature of large struct by Georg Reinke · 12 days ago fix/struct_member_32
  16. 7cdb65f Revert "Use pointer semantics in depthCounter" by Georg Reinke · 12 days ago
  17. 501de98 Merge pull request #421 from kolyshkin/fix-freebsd by Georg Reinke · 12 days ago
  18. 7f5da1d ci: use Go 1.25 on FreeBSD by Kir Kolyshkin · 4 weeks ago
  19. 9231ecb ci: bump freebsd to 14.3 by Kir Kolyshkin · 4 weeks ago
  20. b363148 Merge pull request #418 from godbus/removing-sha1 by Georg Reinke · 7 weeks ago v5.2.0
  21. f55ce2f Merge pull request #391 from godbus/fix/struct_variant by Georg Reinke · 7 weeks ago
  22. ec919d8 auth: move getHomeDir to only be included on Windows as well by Georg Reinke · 7 weeks ago removing-sha1
  23. efac43f variant: don't output unneeded space when formatting structs by Georg Reinke · 7 weeks ago fix/struct_variant
  24. 9364740 add support for struct entities in `MakeVariant` by Charlie Doern · 7 weeks ago
  25. 99fac80 auth: disable sha1 by default on non-windows by Dimitri John Ledkov · 7 weeks ago
  26. 2d48ce5 Merge pull request #417 from godbus/unix-conn by Georg Reinke · 7 weeks ago
  27. 572a6c0 transport_unix: remove unneeded error return by Georg Reinke · 7 weeks ago unix-conn
  28. caee758 conn_unix: add DialUnix and ConnectUnix by anonymix007 · 7 weeks ago
  29. ae878af transport_unix: add newUnixTransportFromConn by anonymix007 · 7 weeks ago
  30. ec0986b Merge pull request #407 from WhyNotHugo/doc-names by Georg Reinke · 7 weeks ago
  31. 450a4fb Merge pull request #402 from aiburegit/triage by Georg Reinke · 7 weeks ago
  32. c295db7 fix: added socket closing to prevent resource leak by Artem Krasovskiy · 7 weeks ago
  33. 01e609b Merge pull request #398 from istvan-andrasi/reply_string by Georg Reinke · 7 weeks ago
  34. 51a08e1 Add Sting() method to RequestNameReply and ReleaseNameReply. by Andrási István · 7 weeks ago
  35. c6e3fbd Merge pull request #412 from kolyshkin/modernize by Georg Reinke · 7 weeks ago
  36. 796ef1e Use strings.Cut and strings.CutPrefix by Kir Kolyshkin · 7 weeks ago
  37. f0e7906 Replace interface{} with any by Kir Kolyshkin · 7 weeks ago
  38. 8661d97 Merge pull request #416 from godbus/ci_freebsd_14_2 by Georg Reinke · 7 weeks ago
  39. 4b25789 CI: bump FreeBSD image to 14.2 by Georg Reinke · 7 weeks ago ci_freebsd_14_2
  40. c1d5228 Fix mixed-up names in function documentation by Hugo Osvaldo Barrera · 5 months ago
  41. c266b19 Merge pull request #397 from godbus/fix/send_error_invalid_message by Georg Reinke · 1 year, 2 months ago
  42. e5963ed conn: generate error reply in more cases when trying to send invalid message by Georg Reinke · 1 year, 2 months ago
  43. 2c166ce Merge pull request #386 from lucacome/bump-sys by Georg Reinke · 1 year, 2 months ago
  44. 2acfda1 Bump golang.org/x/sys to v0.27.0 by Luca Comellini · 1 year, 2 months ago
  45. f6c9fa2 Merge pull request #389 from mischief/peer by Georg Reinke · 1 year, 2 months ago
  46. fd6e54d introspect: add Peer to introspection by Nick Owens · 1 year, 3 months ago
  47. a817f3c Merge pull request #390 from mischief/signature-panic by Georg Reinke · 1 year, 3 months ago
  48. d098bdc export struct members for signature benchmark by Nick Owens · 1 year, 3 months ago
  49. 6bb5ed0 Merge pull request #392 from godbus/chore/bump_ci by Georg Reinke · 1 year, 3 months ago
  50. fc0247f fix(server_interfaces_test): remove unneeded fmt.Errorf use by Georg Reinke · 1 year, 3 months ago
  51. 2e0e9dd chore: remove uses of ioutil by Georg Reinke · 1 year, 3 months ago
  52. 33c352a chore(decoder): use unsafe.String by Georg Reinke · 1 year, 3 months ago
  53. c80783f chore(ci): bump golangci-lint by Georg Reinke · 1 year, 3 months ago
  54. 8f43440 chore(ci): bump Ubuntu and Go versions by Georg Reinke · 1 year, 3 months ago
  55. 8c42479 chore(ci): bump FreeBSD and Go version by Georg Reinke · 1 year, 3 months ago
  56. 7623695 Merge pull request #346 from idleroamer/authext by Georg Reinke · 2 years, 7 months ago
  57. 2092b54 auth: Test UID not send with external auth by 😎Mostafa Emami · 2 years, 7 months ago
  58. 6e6dd68 Merge pull request #366 from diogoteles08/diogoteles08-security-policy-patch by Georg Reinke · 2 years, 8 months ago
  59. 00aefcc feat: add security-policy to project by Diogo Teles Sant'Anna · 2 years, 8 months ago
  60. ba32b10 Merge pull request #367 from marselester/strconv-allocs by Georg Reinke · 2 years, 8 months ago
  61. ab0b98d Use old approach to convert bytes to strings by marselester · 2 years, 8 months ago
  62. cfacdda Add Go 1.20 to test matrix by marselester · 2 years, 8 months ago
  63. 4db16c7 Add build tags to bytes to string converter by marselester · 2 years, 8 months ago
  64. 8507e7b Reduce bytes to string allocs in decoder by marselester · 2 years, 8 months ago
  65. 6cc540d Merge pull request #369 from olivercalder/fix-docs-url by Georg Reinke · 2 years, 8 months ago
  66. 8abf23a Replaced godoc url with pkg.go.dev url for v5. by Oliver Calder · 2 years, 8 months ago
  67. a2da220 Merge pull request #364 from godbus/fix/validate_header_only by Georg Reinke · 2 years, 9 months ago
  68. 001f80f transport_unix: check message header validity when decoding by Georg Reinke · 2 years, 9 months ago
  69. bac911b Do not check message validity after decoding by marselester · 2 years, 9 months ago
  70. ff1da23 message: don't do a complete encode to check validity by Georg Reinke · 2 years, 9 months ago
  71. 4fd31c8 Merge pull request #363 from godbus/fix/omit_is_valid_outgoing by Georg Reinke · 2 years, 9 months ago
  72. 239a2e0 export: don't call IsValid separately for emitting signals by Georg Reinke · 2 years, 9 months ago
  73. 17fbd01 export: don't call IsValid separately by Georg Reinke · 2 years, 9 months ago
  74. 2cf582d Merge pull request #362 from godbus/fix/message_discard by Georg Reinke · 2 years, 9 months ago
  75. f197bca message: use Discard for encoding in IsValid by Georg Reinke · 2 years, 9 months ago
  76. 2ec415b Merge pull request #352 from marselester/depthCounter-allocs by Georg Reinke · 2 years, 9 months ago
  77. 5942541 Use pointer semantics in depthCounter by marselester · 2 years, 9 months ago
  78. c3f325f Merge pull request #356 from marselester/dec-allocs by Georg Reinke · 2 years, 9 months ago
  79. 81e3e5b Reduce decoder allocs due to int/uint decoding by marselester · 2 years, 9 months ago
  80. ebe4117 Merge pull request #361 from godbus/feat/cirrus_freebsd by Georg Reinke · 2 years, 9 months ago
  81. 47a3252 ci: add FreBSD job using Cirrus by Georg Reinke · 2 years, 9 months ago
  82. d10fea1 Merge pull request #360 from godbus/feat/ci_tweaks by Georg Reinke · 2 years, 9 months ago
  83. f24ae74 ci: use Ubuntu 22.04 everywhere by Georg Reinke · 2 years, 9 months ago
  84. 3dda6a8 ci: reduce permissions by Georg Reinke · 2 years, 9 months ago
  85. 6c78bb0 Merge pull request #339 from amenzhinsky/add-go1.19-support by Georg Reinke · 3 years ago
  86. c1a76c1 Merge pull request #349 from godbus/test/bool_align by Georg Reinke · 3 years ago
  87. 0b00e48 Add test case for bool alignment by Georg Reinke · 3 years ago
  88. 528bc14 Merge pull request #348 from felixonmars/decodeu by Georg Reinke · 3 years ago
  89. ffdbbfd Fix missing alignment in decodeU() by Felix Yan · 3 years ago
  90. ec98ef2 Merge pull request #347 from marselester/reduce-unix-read-allocs by Georg Reinke · 3 years, 1 month ago
  91. 3e8deb0 Merge pull request #239 from WhyNotHugo/setproperty-signature by Georg Reinke · 3 years, 1 month ago
  92. 8f55003 Allocate a byte slice for msg body by marselester · 3 years, 1 month ago
  93. a8c1d8f Reuse a buffer to check msg validity by marselester · 3 years, 1 month ago
  94. df252f3 Decode the fixed part of the header to struct by marselester · 3 years, 1 month ago
  95. c946b82 Use resetable decoder by marselester · 3 years, 1 month ago
  96. cc6e0c0 Debug "use of closed network connection" error by marselester · 3 years, 1 month ago
  97. d76dc35 Reduce allocs in ReadMessage (unix transport) by marselester · 3 years, 1 month ago
  98. a852926 Merge pull request #344 from marselester/reduce-code-allocs by Georg Reinke · 3 years, 1 month ago
  99. 9d00c2c Add BenchmarkEncodeSliceInterface by marselester · 3 years, 1 month ago
  100. 3251188 Reduce allocs in decoder by marselester · 3 years, 1 month ago