- 0e5979a Merge pull request #67 from StackExchange/tlim_newmod by Tom Limoncelli · 4 years, 5 months ago master
- ddc8102 Now with a tested URL! by Tom Limoncelli · 4 years, 5 months ago
- c29874d README.md: Announce new fork by Tom Limoncelli · 4 years, 5 months ago
- 441642c Merge pull request #64 from StackExchange/tlim_note by Tom Limoncelli · 4 years, 7 months ago v1.2.1
- 078d4d5 DOC: Announce that this project is not longer maintained by Tom Limoncelli · 4 years, 7 months ago
- 37ec4cb Merge pull request #58 from czxcc/master by Tom Limoncelli · 4 years, 7 months ago 1.2.0 v1.2.0
- b96342c go mod tidy by Tom Limoncelli · 4 years, 7 months ago
- 24f11c3 Update go.mod by shuc324 · 4 years, 7 months ago
- b284ef6 Merge pull request #57 from lingliy/master by Tom Limoncelli · 4 years, 7 months ago
- 866c22c skip lower case field by lihongbo · 4 years, 7 months ago
- fe8f175 Merge pull request #24 from ghost/master by Tom Limoncelli · 5 years ago next
- 943a037 Merge pull request #45 from mholt/master by Tom Limoncelli · 5 years ago
- cbe6696 Add support for slices of other uint and int types (#48) by mikewalker125 · 7 years ago 1.1.0
- e0a55b9 Merge pull request #41 from demonix/slices-fix by Craig Peterson · 7 years ago
- 35d3387 Implement CallMethod for calling WMI class methods by Matthew Holt · 7 years ago
- b12b22c Unlock instead of Lock by Craig Peterson · 8 years ago
- 7ba3611 fix support for slices by Dmitry Karmazin · 8 years ago
- cdffdb3 Merge pull request #38 from mikewalker125/master by Craig Peterson · 8 years ago
- 361ff26 Skip assignment of null values from WMI by Mike Walker · 8 years ago
- 5d04971 Merge pull request #30 from martinlindhe/master by Mike Newswanger · 8 years ago 1.0.0
- b1da15d add support for []uint8 slices by Martin Lindhe · 8 years ago
- ea383cf Clarify that this doesn't run on Linux. (#26) by Tom Limoncelli · 9 years ago
- 9f32b59 Split SWbemServices initialization out of Query method. Also add benchmark tests. by Greg Bray · 9 years ago
- 6fdb0f9 Modified "CreateQuery" by st0nie · 9 years ago
- e542ed9 add memory tests for WMI and OLE. Currently disabled, remove _ to enable. by Greg Bray · 9 years ago
- f4452b3 add support for string slices by Gus Esquivel · 9 years ago
- e54cbda Revert from COINIT_APARTMENTTHREADED to COINIT_MULTITHREADED by Greg Bray · 9 years ago
- 771c736 Support float32 by marianob85 · 10 years ago
- df9318a Revert "Partial Revert "Correct threading model used by wmi calls"" by Greg Bray · 10 years ago
- 13dc733 add missing Release call for IEnumVARIANT to fix memory leak. Also go fmt. by Greg Bray · 10 years ago
- d4ae5b4 Partial Revert "Correct threading model used by wmi calls" by Greg Bray · 10 years ago
- 04850ec Correct threading model used by wmi calls by Steven Hartland · 10 years ago
- ece5bbb Use _NewEnum because SWbemObjectSet does not have ItemIndex on some systems (Win2003, WinXP). by sokoloff (Alexander) · 10 years ago
- f3e2bae Update go-ole location by Matt Jibson · 11 years ago
- 0cf7cca Merge pull request #9 from StackExchange/ParseInt by Matt Jibson · 11 years ago
- ddd81a5 Fix bosun.org/cmd/scollector/collectors.c_dotnet_memory: strconv.ParseInt: parsing "18446744073709551448": value out of range' by Greg Bray · 11 years ago
- 9d56c56 Handle various uint/int types by Matt Jibson · 11 years ago
- a18616e Merge pull request #8 from multiplay/nil-fix by Matt Jibson · 11 years ago
- 768b63e Merge pull request #6 from stevenh/nil-fix by Steven Hartland · 11 years ago
- efe8e5a Add behaviour control for missing fields by Steven Hartland · 11 years ago
- e2ae494 Merge pull request #5 from stevenh/nil-fix by Steven Hartland · 11 years ago
- 20dd561 Add behaviour control for nil field value handling by Steven Hartland · 11 years ago
- 4ba9f1b Merge pull request #4 from stevenh/nil-fix by Steven Hartland · 11 years ago
- 0d9f458 Return nil pointer values for NULL values by Steven Hartland · 11 years ago
- 5795813 Add windows build tags by Matt Jibson · 11 years ago
- 60295df gofmt by Matt Jibson · 11 years ago
- a0a468f Correct WQL time format conversion by Matt Jibson · 11 years ago
- 83d07d1 Refactor type assertions to switch on type by Matt Jibson · 11 years ago
- ca0369b Pointer more things for TestMany to pass by Matt Jibson · 11 years ago
- cd7533c List unsupported type by Matt Jibson · 11 years ago
- 17a72a6 Can be null by Matt Jibson · 11 years ago
- 51e0e53 Document pointer support by Matt Jibson · 12 years ago
- fd9bbc8 Remove JSON stuffs and memory leak warning by Matt Jibson · 12 years ago
- 60fac6c Merge pull request #4 from stefanschneider/cleanup-variants by Matt Jibson · 12 years ago
- d99e2c2 Cleanup variants and create a new slice for dst by Stefan Schneider · 12 years ago
- 85cddeb Document the JSON funcs by Matt Jibson · 12 years ago
- 088b69a Revert "No more need for JSON" by Matt Jibson · 12 years ago
- 63ac0f8 Merge branch 'master' of github.com:StackExchange/wmi by Matt Jibson · 12 years ago
- 4445f9c Pointer these to support nils by Matt Jibson · 12 years ago
- 495b20d Document memory leak by Matt Jibson · 12 years ago
- 765a1e7 Check for bad params before expensive calls by Matt Jibson · 12 years ago
- d725700 Better description. by Matt Jibson · 12 years ago
- e02ce28 More docs by Matt Jibson · 12 years ago
- 5f8027b Remove warning by Matt Jibson · 12 years ago
- ba25d07 Support marshalling into pointers by Matt Jibson · 12 years ago
- 1cc3eb9 No more need for JSON by Matt Jibson · 12 years ago
- e68515c Simpler query handling by Matt Jibson · 12 years ago
- 66f2659 Use master go-ole repo by Matt Jibson · 12 years ago
- 0587947 Marshal to pointer types by Matt Jibson · 12 years ago
- 1ff3123 Document WMI command by Matt Jibson · 12 years ago
- 4c10e36 Display zero count after run by Matt Jibson · 12 years ago
- 1a85595 Remove all this single thread hoopla by Matt Jibson · 12 years ago
- 085b191 More yelling about the memory bug by Matt Jibson · 12 years ago
- f8ca5d9 Yell at people about the memory bug by Matt Jibson · 12 years ago
- 81dc847 Marshall them all by Matt Jibson · 12 years ago
- ed20599 Support float64s by Matt Jibson · 12 years ago
- c3caa84 Error on unmarshalable field by Matt Jibson · 12 years ago
- 665a8f0 Omit error field on empty by Matt Jibson · 12 years ago
- d1dfe68 Helpers for the JSON streaming by Matt Jibson · 12 years ago
- fd00856 LoadJSON helper by Matt Jibson · 12 years ago
- b8afbd4 Command line JSON interface for wmi by Matt Jibson · 12 years ago
- 363a8ea String queryer by Matt Jibson · 12 years ago
- d8df720 Test showing the GC is doing something by Matt Jibson · 12 years ago
- 1fcb914 Break after one round of failures by Matt Jibson · 12 years ago
- f82d188 Disable for now by Matt Jibson · 12 years ago
- c3ac998 fmt by Matt Jibson · 12 years ago
- a791ff3 String \u0000 test by Matt Jibson · 12 years ago
- 1ea841a A bit more descriptive by Matt Jibson · 12 years ago
- b27a791 Another fix attempt that appears to work by Matt Jibson · 12 years ago
- 07e4660 Stop recovering from panics by Matt Jibson · 12 years ago
- 5f9adbf This appears to work better by Matt Jibson · 12 years ago
- 5e24771 Space before where by Matt Jibson · 12 years ago
- a07a61d Less chatty test by Matt Jibson · 12 years ago
- 719b276 Recover from panics by Matt Jibson · 12 years ago
- c01ea94 Try the main thread lock way by Matt Jibson · 12 years ago
- 74b06ec Some possible secret sauce by Matt Jibson · 12 years ago
- 10282b7 Make this test run MULTI by Matt Jibson · 12 years ago
- 41b4bb1 Use CreateQuery by Matt Jibson · 12 years ago
- 55883c4 Safer CreateQuery + tests by Matt Jibson · 12 years ago
- 4db2322 Move CreateQuery here by Matt Jibson · 12 years ago