aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/os_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move socket classes to anon namespace.Jack Lloyd2017-09-171-172/+181
* Simplify code in get_processor_timestampJack Lloyd2017-09-161-21/+12
* Add missing override annotationsJack Lloyd2017-09-161-6/+6
* Fix bad comparison in Winsock codeJack Lloyd2017-09-101-1/+1
* Header shuffleJack Lloyd2017-09-041-5/+10
* MinGW fixesJack Lloyd2017-09-041-4/+3
* TypoJack Lloyd2017-09-031-1/+1
* Move secure_scrub_memory to os_utils.cppJack Lloyd2017-09-031-1/+27
* Refactor network code used in http_utilJack Lloyd2017-09-031-2/+252
* Merge GH #1169 Add LLVM bitcode targetJack Lloyd2017-08-311-1/+1
|\
| * Add support for LLVM bitcode targetJack Lloyd2017-08-301-1/+1
* | Fix various MSVC warningsJack Lloyd2017-08-311-8/+10
|/
* Fix some compiler warnings.Jack Lloyd2017-03-221-1/+1
* No C++ exceptions from cpu probe functions. See GH #920Jack Lloyd2017-03-191-25/+9
* Fix missing return in Windows pathJack Lloyd2017-01-301-7/+3
* Change meaning of get_processor_timestampJack Lloyd2017-01-271-28/+57
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-0/+9
* If PowerPC clock returns 0, skip it.Jack Lloyd2017-01-231-2/+10
* Fixes for OS X buildJack Lloyd2017-01-171-1/+1
* Add OS::run_cpu_instruction_probeJack Lloyd2017-01-151-0/+70
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-2/+2
* 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