- 20 Aug, 2018 9 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Attach() takes one argument for the instance, default for "", otherwise the named instance. Remove AttachInstance() and the progress argument.
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 19 Aug, 2018 8 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 18 Aug, 2018 5 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
The native invocation in Read is locked per Stats object, since VSC_Iter is not safe for concurrency with the same vsc and vsm handles. This is not necessary for the descriptions call, since it is only invoked once per object at Attach time. Use sync.Map for the global callback maps, and use 64 bits of secure randomness for their keys (using the map length to generate new keys was not safe for concurrency). In rare cases, VSC_Iter may pass NULL as the pointer to a point, so just skip it if that happens.
-
- 14 Aug, 2018 11 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 13 Aug, 2018 6 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 12 Aug, 2018 1 commit
-
-
Geoff Simmons authored
-