Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 6867ec1 fix: Fix alignment error. by Jacob Santos · 7 months ago master
  2. e19a2b0 fix: dispQueryInterface needs to return uintptr instead of uint32. by Jacob Santos · 7 months ago
  3. 5a09ae8 fix: sys/windows 0.27.0 requires Go 1.18 by Jacob Santos · 7 months ago
  4. 59e4280 fix: Fix RoUninitialize. by Jacob Santos · 7 months ago
  5. 62ef76b fix: Add GitHub Actions by Jacob Santos · 7 months ago
  6. 89c6cab fix: Remove travis CI. by Jacob Santos · 7 months ago
  7. 60cea0c fix: Add `Unwrap()` to OleError. by Jacob Santos · 7 months ago
  8. 64137bc fix: Remove references to functions that don't exist. by Jacob Santos · 7 months ago
  9. 81c5c9d fix: Add testing and multithreading guide. by Jacob Santos · 7 months ago
  10. b983696 fix: Fix uint8 and *uint8 in idispatch. by Jacob Santos · 7 months ago
  11. bf68ce5 fix: Add RoUninitialize by Jacob Santos · 7 months ago
  12. 38454da Fix usage of safeArrayCreate (#263) by TobiasJa · 7 months ago
  13. 84f6f08 Add support for VT_EMPTY (#264) by Michel · 7 months ago
  14. 8cea934 Update issue templates by Jacob Santos · 7 months ago
  15. 6c7f902 Merge pull request #256 from qiangxuhui/loong64 by Jacob Santos · 11 months ago
  16. 56aa1f3 Merge pull request #259 from kolide/master by Jacob Santos · 11 months ago
  17. 9b6dc26 Merge pull request #260 from hu13/feature/deprecate-strUTF16ptr by Jacob Santos · 11 months ago
  18. acb9303 Replace deprecated system's StringToUTF16Ptr by hu13 · 11 months ago
  19. 6513015 native go variant date (#1) by James Pickett · 12 months ago
  20. 3ff57ba Support compilation on linux/loong64 by qiangxuhui · 1 year, 4 months ago
  21. 12e70eb Merge pull request #252 from huskar-t/master by Jacob Santos · 1 year, 11 months ago
  22. fa07f3c test: add tests for GetVariantDate and getVariantDateWithoutMillSeconds by huskar-t · 1 year, 11 months ago
  23. 23907a0 fix: GetVariantDate return with milliseconds by t_max · 2 years ago
  24. de26f2b Merge pull request #248 from patilsanty/com_initsecurity by Jacob Santos · 2 years, 2 months ago v1.3.0
  25. 5ed15d5 Merge pull request #240 from go-ole/dependabot/go_modules/golang.org/x/sys-0.1.0 by Jacob Santos · 2 years, 2 months ago
  26. 63dcd8b Bump golang.org/x/sys from 0.0.0-20190916202348-b4ddaad3f8a3 to 0.1.0 by dependabot[bot] · 2 years, 2 months ago
  27. c9f24b1 Merge pull request #249 from go-ole/feature/update-ci by Jacob Santos · 2 years, 2 months ago
  28. 8b358bc Update appveyor.yml by Jacob Santos · 2 years, 2 months ago
  29. bd0dc6d Update appveyor.yml by Jacob Santos · 2 years, 2 months ago
  30. 62c6a38 Update appveyor.yml by Jacob Santos · 2 years, 2 months ago
  31. ec6b9c7 Update appveyor.yml by Jacob Santos · 2 years, 2 months ago
  32. 9073484 Update appveyor.yml by Jacob Santos · 2 years, 2 months ago
  33. 039e9cf Update appveyor.yml by Jacob Santos · 2 years, 2 months ago
  34. a6ba558 Update appveyor.yml by Jacob Santos · 2 years, 2 months ago
  35. 26ba13d Update appveyor.yml by Jacob Santos · 2 years, 2 months ago
  36. 3fae707 Update appveyor.yml by Jacob Santos · 2 years, 2 months ago
  37. 0431a4a Update appveyor.yml by Jacob Santos · 2 years, 2 months ago
  38. 8406bfd Update com.go by Jacob Santos · 2 years, 2 months ago
  39. bea8416 added code to com InitializeSecurity by santosh.patil · 2 years, 2 months ago
  40. bae8d78 Merge pull request #244 from joycebrum/master by mattn · 2 years, 6 months ago
  41. 1b2baa6 Create SECURITY.md by Joyce · 2 years, 6 months ago
  42. ee6c8cc Merge pull request #232 from Khaos66/fix-pint8 by mattn · 3 years, 10 months ago
  43. 6c39e35 fix: crash when using *int8 as param by Khaos66 · 3 years, 10 months ago
  44. 6a613ff Merge pull request #229 from mikelr/fix-vtbool-value by mattn · 3 years, 10 months ago
  45. 469dbfb Fix VT_BOOL value conversion by Mikel Rychliski · 3 years, 10 months ago
  46. 8b1f7f9 Merge pull request #223 from rasa/rasa/add_arm64_support by mattn · 4 years, 1 month ago v1.2.6
  47. a9afbd2 Add Arm64 support by Ross Smith II · 4 years, 1 month ago
  48. fa01fcc Merge pull request #201 from bi-zone/exception_leak_pull by mattn · 4 years, 6 months ago
  49. 4b0ed75 Merge pull request #199 from bi-zone/master by mattn · 4 years, 6 months ago
  50. 89c7709 Merge pull request #190 from kzl2/master by mattn · 4 years, 6 months ago
  51. c669b83 Merge pull request #196 from tukiyo/patch-1 by mattn · 4 years, 6 months ago
  52. bac9a21 Merge pull request #210 from codemodify/go-ole-add-support-for-windows-arm by mattn · 4 years, 6 months ago
  53. 01a19da add arm support by codemodify · 4 years, 6 months ago
  54. 9f1c1d0 Revert 1144933ebbad56211c67c56fd60da6a684550dc6 by Yasuhiro Matsumoto · 4 years, 9 months ago v1.2.5
  55. d467d80 Merge pull request #206 from oXis/master by mattn · 4 years, 10 months ago
  56. 1144933 oleutil: fix ForEach no working as intented by oxis · 4 years, 10 months ago
  57. b5bef18 Clear EXCEPINFO handling IDispatch.Invoke errors by Oleg Broslavsky · 5 years ago
  58. abfd2bd Clear VT_VARIANT inside a SafeArray `.ToValueArray()` conversion by Oleg Broslavsky · 5 years ago
  59. 3a1b425 btnGがbtnKに名前が変わっていました。 by tukiyo · 5 years ago
  60. 14974a1 Merge pull request #192 from andrewkroh/master by mattn · 6 years ago
  61. fc4e2cd Use NewLazySystemDLL by Andrew Kroh · 6 years ago
  62. e7f687f safeArrayGetElement error when type is VT_BSTR by kzl · 6 years ago
  63. 938323a Create FUNDING.yml by mattn · 6 years ago
  64. 97b6244 Re-generate go.mod by Yasuhiro Matsumoto · 7 years ago v1.2.4
  65. 1aedd9f 1.12 still not on travis by Yasuhiro Matsumoto · 7 years ago
  66. d066953 Update .travis.yml by Yasuhiro Matsumoto · 7 years ago
  67. 53ccebc Fix module name by Yasuhiro Matsumoto · 7 years ago v1.2.2 v1.2.3
  68. 574bab4 Fix by Yasuhiro Matsumoto · 7 years ago
  69. 6916832 1.12 by Yasuhiro Matsumoto · 7 years ago
  70. c03c287 Add go.mod and go.sum by Yasuhiro Matsumoto · 7 years ago
  71. 8359413 rename by Yasuhiro Matsumoto · 7 years ago
  72. 39dc848 Merge pull request #180 from troian/fix-safearray-oom by mattn · 7 years ago
  73. 7b62588 Fix for #172 by Artur Troian · 7 years ago
  74. ae2e2a2 Merge pull request #178 from go-ole/pr/155 by mattn · 7 years ago
  75. 9637d8a fix build by Yasuhiro Matsumoto · 7 years ago
  76. f1c6ec4 fix build by Yasuhiro Matsumoto · 7 years ago
  77. 0e422b3 fix build by Yasuhiro Matsumoto · 7 years ago
  78. 7a0fa49 Merge branch 'master' of https://github.com/go-ole/go-ole by Yasuhiro Matsumoto · 7 years ago
  79. 49c5489 add big.Int by Yasuhiro Matsumoto · 7 years ago
  80. 43b0ecc Merge pull request #165 from go-ole/GetObject by mattn · 7 years ago
  81. 53bb65f fix Fatalf by Yasuhiro Matsumoto · 7 years ago
  82. 4cf9d9c Merge pull request #166 from go-ole/fix-ie by mattn · 7 years ago
  83. 786a2c1 fix GetObject by Yasuhiro Matsumoto · 7 years ago
  84. c8e8933 fix example/ie by Yasuhiro Matsumoto · 7 years ago
  85. d151ad0 add GetObject by Yasuhiro Matsumoto · 7 years ago
  86. a1ec82a Merge pull request #157 from dpb587-pivotal/patch-1 by mattn · 8 years ago
  87. 125431f Fix README.md header formatting by Danny Berger · 8 years ago
  88. eabdf37 Merge pull request #156 from adjackura/master by mattn · 8 years ago
  89. a768040 Support compilation on linux/ppc64le by Andrew Jackura · 8 years ago
  90. 8f55711 handle 32bit environment by Jack · 8 years ago
  91. a41e3c4 add oleutil.PutPropertyRef, oleutil.MustPutPropertyRef by Yasuhiro Matsumoto · 8 years ago v1.2.1
  92. 2ecd927 wrap lines by Yasuhiro Matsumoto · 8 years ago v0.0.1
  93. 96de71f Merge pull request #152 from ThisGuyCodes/master by mattn · 8 years ago
  94. ce7f664 Create LICENSE file by Travis Johnson · 8 years ago
  95. 2ca6d59 Merge pull request #151 from ilyaglow/appveyor by mattn · 8 years ago
  96. d5fbc02 Update AppVeyor config by Ilya Glotov · 8 years ago
  97. 8a4f5c2 Merge pull request #150 from ilyaglow/fix-variant-date by mattn · 8 years ago
  98. e6417e2 Fix date variant to time.Time conversion by Ilya Glotov · 8 years ago
  99. 085abb8 add WCode and SCODE for EXCEPINFO by Yasuhiro Matsumoto · 8 years ago
  100. 02d3668 Merge pull request #144 from magiconair/support-linux-s390x by mattn · 8 years ago