Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Reiley Yang 3fcb47f28c
standardize the copyright info (#925) 2021-08-31 15:19:56 -07:00
Matt Koscumb 614b72e887 Replace usage of Version.hpp with ctmacros.hpp. 2021-02-01 15:26:49 -08:00
Max Golovanov 2960cac1c3 License cleanup + license clean-up scripts:
- change LICENSE file as per agreement with CELA: all code has not been previously released and is now licensed as Apache License 2.0
- move couple 3rd party code units to third_party
- scripts to search and replace
- add SPDX copyright to all compilation units
2020-10-07 00:51:29 -07:00
Max Golovanov 68bee1ea57 Collection of fixes for various shutdown scenario race conditions:
- possible race condition in WinInet on request cancellation
- possible race condition in TPM on task cancellation
2020-02-03 14:35:14 -08:00
Trevor Lacey ce624cce52 Custom WorkerThread (#68)
* Initial change + http tests

* Plumb worker thread instance

* Fix whitespace

* Fix mac/linux

* Add unit tests

* C API should follow "worker thread" naming

* Address nit comments

* Fix UT build

* Move http client and worker thread to IModule

* Rename to task dispatcher

* shared_ptr IModules

* Address nit CR feedback

* Fix UtcTelemetrySystem initialization

* Update submodule
2019-09-09 12:57:20 -07:00