- c266b19 Merge pull request #397 from godbus/fix/send_error_invalid_message by Georg Reinke · 6 months ago master
- e5963ed conn: generate error reply in more cases when trying to send invalid message by Georg Reinke · 6 months ago
- 2c166ce Merge pull request #386 from lucacome/bump-sys by Georg Reinke · 6 months ago
- 2acfda1 Bump golang.org/x/sys to v0.27.0 by Luca Comellini · 6 months ago
- f6c9fa2 Merge pull request #389 from mischief/peer by Georg Reinke · 6 months ago
- fd6e54d introspect: add Peer to introspection by Nick Owens · 8 months ago
- a817f3c Merge pull request #390 from mischief/signature-panic by Georg Reinke · 8 months ago
- d098bdc export struct members for signature benchmark by Nick Owens · 8 months ago
- 6bb5ed0 Merge pull request #392 from godbus/chore/bump_ci by Georg Reinke · 8 months ago
- fc0247f fix(server_interfaces_test): remove unneeded fmt.Errorf use by Georg Reinke · 8 months ago
- 2e0e9dd chore: remove uses of ioutil by Georg Reinke · 8 months ago
- 33c352a chore(decoder): use unsafe.String by Georg Reinke · 8 months ago
- c80783f chore(ci): bump golangci-lint by Georg Reinke · 8 months ago
- 8f43440 chore(ci): bump Ubuntu and Go versions by Georg Reinke · 8 months ago
- 8c42479 chore(ci): bump FreeBSD and Go version by Georg Reinke · 8 months ago
- 7623695 Merge pull request #346 from idleroamer/authext by Georg Reinke · 2 years ago
- 2092b54 auth: Test UID not send with external auth by 😎Mostafa Emami · 2 years ago
- 6e6dd68 Merge pull request #366 from diogoteles08/diogoteles08-security-policy-patch by Georg Reinke · 2 years ago
- 00aefcc feat: add security-policy to project by Diogo Teles Sant'Anna · 2 years ago
- ba32b10 Merge pull request #367 from marselester/strconv-allocs by Georg Reinke · 2 years ago
- ab0b98d Use old approach to convert bytes to strings by marselester · 2 years ago
- cfacdda Add Go 1.20 to test matrix by marselester · 2 years ago
- 4db16c7 Add build tags to bytes to string converter by marselester · 2 years ago
- 8507e7b Reduce bytes to string allocs in decoder by marselester · 2 years ago
- 6cc540d Merge pull request #369 from olivercalder/fix-docs-url by Georg Reinke · 2 years, 1 month ago
- 8abf23a Replaced godoc url with pkg.go.dev url for v5. by Oliver Calder · 2 years, 1 month ago
- a2da220 Merge pull request #364 from godbus/fix/validate_header_only by Georg Reinke · 2 years, 1 month ago
- 001f80f transport_unix: check message header validity when decoding by Georg Reinke · 2 years, 1 month ago
- bac911b Do not check message validity after decoding by marselester · 2 years, 1 month ago
- ff1da23 message: don't do a complete encode to check validity by Georg Reinke · 2 years, 1 month ago
- 4fd31c8 Merge pull request #363 from godbus/fix/omit_is_valid_outgoing by Georg Reinke · 2 years, 1 month ago
- 239a2e0 export: don't call IsValid separately for emitting signals by Georg Reinke · 2 years, 1 month ago
- 17fbd01 export: don't call IsValid separately by Georg Reinke · 2 years, 1 month ago
- 2cf582d Merge pull request #362 from godbus/fix/message_discard by Georg Reinke · 2 years, 1 month ago
- f197bca message: use Discard for encoding in IsValid by Georg Reinke · 2 years, 1 month ago
- 2ec415b Merge pull request #352 from marselester/depthCounter-allocs by Georg Reinke · 2 years, 1 month ago
- 5942541 Use pointer semantics in depthCounter by marselester · 2 years, 1 month ago
- c3f325f Merge pull request #356 from marselester/dec-allocs by Georg Reinke · 2 years, 1 month ago
- 81e3e5b Reduce decoder allocs due to int/uint decoding by marselester · 2 years, 1 month ago
- ebe4117 Merge pull request #361 from godbus/feat/cirrus_freebsd by Georg Reinke · 2 years, 1 month ago
- 47a3252 ci: add FreBSD job using Cirrus by Georg Reinke · 2 years, 1 month ago
- d10fea1 Merge pull request #360 from godbus/feat/ci_tweaks by Georg Reinke · 2 years, 1 month ago
- f24ae74 ci: use Ubuntu 22.04 everywhere by Georg Reinke · 2 years, 1 month ago
- 3dda6a8 ci: reduce permissions by Georg Reinke · 2 years, 1 month ago
- 6c78bb0 Merge pull request #339 from amenzhinsky/add-go1.19-support by Georg Reinke · 2 years, 5 months ago
- c1a76c1 Merge pull request #349 from godbus/test/bool_align by Georg Reinke · 2 years, 5 months ago
- 0b00e48 Add test case for bool alignment by Georg Reinke · 2 years, 5 months ago
- 528bc14 Merge pull request #348 from felixonmars/decodeu by Georg Reinke · 2 years, 5 months ago
- ffdbbfd Fix missing alignment in decodeU() by Felix Yan · 2 years, 5 months ago
- ec98ef2 Merge pull request #347 from marselester/reduce-unix-read-allocs by Georg Reinke · 2 years, 5 months ago
- 3e8deb0 Merge pull request #239 from WhyNotHugo/setproperty-signature by Georg Reinke · 2 years, 5 months ago
- 8f55003 Allocate a byte slice for msg body by marselester · 2 years, 5 months ago
- a8c1d8f Reuse a buffer to check msg validity by marselester · 2 years, 5 months ago
- df252f3 Decode the fixed part of the header to struct by marselester · 2 years, 5 months ago
- c946b82 Use resetable decoder by marselester · 2 years, 5 months ago
- cc6e0c0 Debug "use of closed network connection" error by marselester · 2 years, 5 months ago
- d76dc35 Reduce allocs in ReadMessage (unix transport) by marselester · 2 years, 5 months ago
- a852926 Merge pull request #344 from marselester/reduce-code-allocs by Georg Reinke · 2 years, 5 months ago
- 9d00c2c Add BenchmarkEncodeSliceInterface by marselester · 2 years, 6 months ago
- 3251188 Reduce allocs in decoder by marselester · 2 years, 6 months ago
- 677653d Convert arguments of SetProperty to Variant by Hugo Osvaldo Barrera · 2 years, 7 months ago
- 0561afc Add go 1.19 support by Aliaksandr Mianzhynski · 2 years, 7 months ago
- 4b691ce Merge pull request #332 from dfr/freebsd-unixcred by Georg Reinke · 2 years, 7 months ago
- 1678146 Merge pull request #342 from godbus/fix/ci_update by Georg Reinke · 2 years, 7 months ago
- 8da9127 fix(ci): skip .git in codespell by Georg Reinke · 2 years, 7 months ago
- 6fa7738 fix(ci): apt-get update before installing dbus by Georg Reinke · 2 years, 7 months ago
- 3e617e0 freebsd: Remove the cgo dependency from transport_unixcred_freebsd.go by Doug Rabson · 2 years, 7 months ago
- 47cce0d Merge pull request #334 from liaohanqin/s1001 by Georg Reinke · 2 years, 8 months ago
- e7b6495 Merge pull request #335 from godbus/fix/spell by Georg Reinke · 2 years, 8 months ago
- 31e3d0a doc: fix spelling errors by Georg Reinke · 2 years, 8 months ago
- 4d58479 Replace loop with call to copy() by liaohanqin · 2 years, 9 months ago
- a37d5dd Merge pull request #325 from ivanteterevkov/master by Georg Reinke · 3 years ago
- d17bd42 Merge pull request #314 from liaohanqin/master by Georg Reinke · 3 years ago
- 51d641c Update auth.go by liaohanqin · 3 years ago
- 800df89 examples: Add asynchronous D-Bus client example by Ivan Teterevkov · 3 years ago
- 16fef22 Merge pull request #323 from godbus/fuzz by Georg Reinke · 3 years, 1 month ago
- abcc391 sig: don't panic decoding empty dict by Georg Reinke · 3 years, 1 month ago
- 3146f5b add fuzz test for (signature) decoding by Georg Reinke · 3 years, 1 month ago
- 8e90eb8 Merge pull request #322 from godbus/fix_ci by Georg Reinke · 3 years, 1 month ago
- 582a427 CI: use Go 1.17 for golangci-lint by Georg Reinke · 3 years, 1 month ago
- ff5771c CI: Go 1.18 out of beta by Georg Reinke · 3 years, 1 month ago
- d3dbed8 Merge pull request #320 from stephenhu/master by Georg Reinke · 3 years, 1 month ago
- abbc193 Add rpic to projects using godbus by stephenhu · 3 years, 2 months ago
- fc37d31 Merge pull request #319 from kolyshkin/more-linters by Georg Reinke · 3 years, 2 months ago
- 972b6b1 ci: enable unparam linter by Kir Kolyshkin · 3 years, 2 months ago
- f754e57 conn_test: fix unparam warning by Kir Kolyshkin · 3 years, 2 months ago
- 9bfa67e sequential_handler_test.go: fix unparam linter warnings by Kir Kolyshkin · 3 years, 2 months ago
- e948f1a ci: enable unconvert linter by Kir Kolyshkin · 3 years, 2 months ago
- 15b2874 ci: add gofumpt linter by Kir Kolyshkin · 3 years, 2 months ago
- 8305584 Merge pull request #316 from linuxerwang/master by Georg Reinke · 3 years, 2 months ago
- 7247de3 Merge pull request #308 from kolyshkin/golangci-lint by Georg Reinke · 3 years, 2 months ago
- 49fd534 CI: add lint job to GHA by Kir Kolyshkin · 3 years, 2 months ago
- b1e7528 ci: bump actions/checkout to v3 by Kir Kolyshkin · 3 years, 2 months ago
- 1d4a9e8 tests: fix errcheck warnings by Kir Kolyshkin · 3 years, 3 months ago
- f17fd9a Fix errcheck warnings (excluding tests) by Kir Kolyshkin · 3 years, 3 months ago
- 09bf1a3 EncodeToWithFDs: error path nits by Kir Kolyshkin · 3 years, 3 months ago
- 61c07d1 prop/prop_test: fix errcheck warnings by Kir Kolyshkin · 3 years, 3 months ago
- 37d1ece tests: fix calling Fatal from non-main goroutine by Kir Kolyshkin · 3 years, 3 months ago
- a7e262c Fix some staticcheck warnings by Kir Kolyshkin · 3 years, 3 months ago
- a0e75eb Fix ineffassign linter warning by Kir Kolyshkin · 3 years, 3 months ago