1. f6a3a23 Merge pull request #41 from jessevdk/issue/40 by guelfey · 11 years ago master
  2. bff0b59 Add test cases for empty arrays and maps by Georg Reinke · 11 years ago
  3. af8a39f Correctly decode empty arrays and maps by Georg Reinke · 11 years ago
  4. d7f0cd8 Fix typo by Georg Reinke · 11 years ago
  5. cd522c7 Various cleanup changes by Georg Reinke · 11 years ago
  6. 2622c89 Document new export behaviour for Sender type by Jesse van den Kieboom · 11 years ago
  7. a8d1811 Document sender type by Jesse van den Kieboom · 11 years ago
  8. 7525bfb Move Sender type to export.go by Jesse van den Kieboom · 11 years ago
  9. 0811912 Merge pull request #39 from jessevdk/issue/38 by guelfey · 11 years ago
  10. 18aba16 Merge pull request #37 from jessevdk/issue/36 by guelfey · 11 years ago
  11. b81f89d Allow receiving sender in method call by Jesse van den Kieboom · 11 years ago
  12. 96cf18f Run go fmt by Jesse van den Kieboom · 11 years ago
  13. eb7823c Import "errors" in conn_darwin.go by Jesse van den Kieboom · 11 years ago
  14. 7ee164f Don't panic on darwin if launchctl has no output by Georg Reinke · 11 years ago
  15. 83c91ae Import "errors" in conn_others.go by Georg Reinke · 11 years ago
  16. a73097f Merge pull request #33 from jessevdk/unixcred by guelfey · 11 years ago
  17. 8c582e3 Merge pull request #32 from jessevdk/launchctl by guelfey · 11 years ago
  18. c2a13aa Only send unix credentials on !darwin by Jesse van den Kieboom · 11 years ago
  19. d57154e Actually call SendNullByte for authentication by Georg Reinke · 11 years ago
  20. a8f74ea Use launchctl to obtain session bus address on OS X by Jesse van den Kieboom · 11 years ago
  21. 1ed3f5a Merge pull request #25 from hoffoo/master by guelfey · 11 years ago
  22. 50d7e1e cleaner by Marin · 11 years ago
  23. 0d0f826 GetProperty better error msg by Marin · 11 years ago
  24. 3b1afcd throw GetPropertyErrors errors by Marin · 11 years ago
  25. 4ec7bb1 Fmt by Marin · 11 years ago
  26. c66225a return ref and single interface.name argument by Marin · 11 years ago
  27. fcfd7cf call org.freedesktop.DBus.Properties.Get by Marin · 11 years ago
  28. 571f7fc Convenience dbus Get by Marin · 11 years ago
  29. e914c86 Add test for Conn.Send() by Georg Reinke · 11 years ago
  30. 1e3a7a3 Simplify signal handling code by Georg Reinke · 11 years ago
  31. 68274ed Merge commit '9865228' into tdubrownik-master by Tomek Dubrownik · 11 years ago
  32. 9865228 Handle null sender in signal receiver. by Tomek Dubrownik · 11 years ago
  33. ea0f318 Merge pull request #20 from jdutton/SessionBus-err-check by guelfey · 11 years ago
  34. d5978d7 Add missing err check for SessionBusPrivate() to prevent core dump by Jeff Dutton · 11 years ago
  35. e440017 Fix bugs and add tests for variant parsing by Georg Reinke · 11 years ago
  36. 03f41e1 Parse type annotations correctly by Georg Reinke · 11 years ago
  37. 01af25c Add more protocol tests by Georg Reinke · 11 years ago
  38. 04d672d Support bytestrings for variant parsing by Georg Reinke · 11 years ago
  39. cfdba6a Support struct arguments to exported methods by Georg Reinke · 11 years ago
  40. ad2348d Implement basic GVariant parsing by Georg Reinke · 11 years ago
  41. 6cc125a Adjust output of (*Message).String() by Georg Reinke · 11 years ago
  42. 0e58c76 Merge Decode and DecodeSig by Georg Reinke · 11 years ago
  43. 203fe18 Don't always use 1 as message serial by Georg Reinke · 11 years ago
  44. f5e19ac Don't use a goroutine for serial generation by Georg Reinke · 11 years ago
  45. 2ba8c56 Correctly decode struct values by Georg Reinke · 11 years ago
  46. e5e31ef Update Readme by Georg Reinke · 11 years ago
  47. 4425c22 Merge (*Conn).Unexport into Export by Georg Reinke · 11 years ago
  48. ccbf072 Spell D-Bus correctly in the documentation by Georg Reinke · 11 years ago
  49. 90b58b5 Unexport Decoder and Encoder; adjust documentation by Georg Reinke · 11 years ago
  50. 8706809 Use a consistent format for errors by Georg Reinke · 11 years ago
  51. c14e1c9 Let Signal and Eavesdrop accept send-only channels by Georg Reinke · 11 years ago
  52. 3ec96e9 Allow multiple signal channels to be registered by Georg Reinke · 11 years ago
  53. 83071d2 Remove Order member from Message by Georg Reinke · 11 years ago
  54. b8f9c9a Fix some errors reported by golint by Georg Reinke · 11 years ago
  55. 7765219 Remove comments about hg tip by Georg Reinke · 11 years ago
  56. 117251b Seperate private and shared connections by Georg Reinke · 11 years ago
  57. 18c531d Implement NewConn by Georg Reinke · 11 years ago
  58. 4cc2ba7 Adjust package-level documentation by Georg Reinke · 11 years ago
  59. 68a0ff5 Replace Encode/Decode with {Encode,Decode}Multi by Georg Reinke · 11 years ago
  60. e7b5ecf Split variant tests into separate file by Georg Reinke · 11 years ago
  61. b523357 Correct documentation for Export by Georg Reinke · 11 years ago
  62. 74fcd09 Tweak behaviour of the Eavesdrop channel by Georg Reinke · 11 years ago
  63. 3897694 Revise API again by Georg Reinke · 11 years ago
  64. b18a108 (Signature).Empty(): Handle "" correctly by Georg Reinke · 11 years ago
  65. 3107657 Split proto.go into multiple files by Georg Reinke · 11 years ago
  66. 8677319 Implement variant formatting by Georg Reinke · 11 years ago
  67. c38f830 Add new tests / benchmarks; reorganize existing ones by Georg Reinke · 11 years ago
  68. b9b6a7e Add example for signal handling by Georg Reinke · 11 years ago
  69. 17fd7fc Fix 2 typos by Georg Reinke · 11 years ago
  70. b2dcfec introspect: Ignore unexported methods for Methods by Georg Reinke · 11 years ago
  71. c064d66 prop: Change callback / validation mechanism by Georg Reinke · 11 years ago
  72. 0ab9a0d Report correct signal name by Georg Reinke · 11 years ago
  73. dac3c8b Send better error message for missing object by Georg Reinke · 11 years ago
  74. 38409be prop: Add Check member to Prop by Georg Reinke · 11 years ago
  75. 9648a19 prop: Send more context with property change notifications by Georg Reinke · 11 years ago
  76. a346d32 Emit: Check that parameters are valid by Georg Reinke · 11 years ago
  77. 6142a7f Handle calls on closed connections better by Georg Reinke · 11 years ago
  78. d1ce98e Export InvalidTypeError; don't panic that often by Georg Reinke · 11 years ago
  79. 7030afa Implement (*Conn).Unexport by Georg Reinke · 11 years ago
  80. b00f51e Bunch of performance improvements by Georg Reinke · 11 years ago
  81. c298dab Speed up alignment lookup by Georg Reinke · 11 years ago
  82. 93ac2d2 Handle method calls that lack an interface by Georg Reinke · 11 years ago
  83. eabf57c Handle org.freedesktop.DBus.Peer on any path by Georg Reinke · 11 years ago
  84. de6caad Ignore unexported struct fields in Store by Georg Reinke · 11 years ago
  85. ac9f006 General cleanup by Georg Reinke · 11 years ago
  86. 7609124 Mention arrays in the docs by Georg Reinke · 11 years ago
  87. 1cf319f Append to provided slices when decoding by Georg Reinke · 11 years ago
  88. 430f991 Use provided pointer when decoding into a pointer by Georg Reinke · 11 years ago
  89. 18ae95c Return correct alignment for maps in alignment() by Georg Reinke · 11 years ago
  90. fce8b6a Add Store function behaving correctly for nested structs by Georg Reinke · 11 years ago
  91. f8a5dbc Convert []interface{} to appropiate structs in (*Call).Store by Georg Reinke · 11 years ago
  92. 4a4a64b Add more tests and benchmarks by Georg Reinke · 11 years ago
  93. ffe274e Fix Signature.Values for arrays of complex types by Georg Reinke · 11 years ago
  94. 753310e Split signature tests to a separate file by Georg Reinke · 11 years ago
  95. 9e35bac prop: Correct introspection data by Georg Reinke · 11 years ago
  96. 7b6b8b8 Allow calling methods without giving an interface by Georg Reinke · 11 years ago
  97. cc08405 Improve and correct documentation by Georg Reinke · 11 years ago
  98. bce3fce Rework API for asynchronous calls by Georg Reinke · 11 years ago
  99. e371a08 Reuse connections to well-known buses by Georg Reinke · 11 years ago
  100. d268de2 Rename Connection to Conn by Georg Reinke · 11 years ago