aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/os_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* define NOMINMAX 1 before every include of windows.hBaruch Burstein2016-11-281-0/+1
* Add BOTAN_UNUSED when relevant OS support is missingJack Lloyd2016-11-271-0/+1
* Rename zero_mem to secure_scrub_memoryJack Lloyd2016-11-031-2/+2
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-121-1/+1
* Add IncludeOS target. Make filesystem support optional.Jack Lloyd2016-10-101-1/+3
* get_processor_timestamp should never return 0 if it can help it.Jack Lloyd2016-09-011-16/+59
* Fix get_process_id for MinGWJack Lloyd2016-08-291-2/+2
* Travis CI additions and cleanupJack Lloyd2016-08-281-1/+1
* RNG changes (GH #593)Jack Lloyd2016-08-241-3/+3
* Merge GH #422 Use system_time instead of high_resolution_clockJack Lloyd2016-03-101-1/+1
|\
| * Use chrono::system_clock instead of chrono::high_resolution_clock in get_syst...Daniel Neus2016-03-071-1/+1
* | remove redundant returnDaniel Neus2016-03-081-1/+0
* | add support for VirtualLock/VirtualUnlock on WindowsDaniel Neus2016-03-071-1/+51
|/
* fix a typo in os_utils that prevents retrieval of the current process id on w...Daniel Neus2016-03-011-2/+2
* Add explicit fork check to HMAC_RNGJack Lloyd2016-02-071-4/+80
* Add OS utility headerJack Lloyd2015-12-051-0/+131