aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/os_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid MSVC warnings about dead code in FFI layerJack Lloyd2019-12-061-5/+5
* Fix some warnings with Clang 8Jack Lloyd2019-05-081-2/+2
* Document get_auxvalJack Lloyd2019-04-231-1/+9
* Fix some Doxygen errorsJack Lloyd2019-04-221-2/+2
* Provides auxiliary vector support for FreeBSD.David Carlier2019-04-151-0/+2
* Using available cores rather than total for the pools.David Carlier2019-04-071-0/+3
* Add a thread poolJack Lloyd2019-01-311-0/+9
* Sandboxing feature from CLI pov.David Carlier2019-01-141-8/+0
* Proposal of sandboxing feature.David Carlier2019-01-061-0/+9
* Split up allocations into pagesJack Lloyd2019-01-051-8/+27
* Add VC 2019 preview buildJack Lloyd2019-01-021-0/+1
* Add OS::read_env_variableJack Lloyd2018-12-291-0/+8
* Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counterJack Lloyd2018-12-231-1/+1
* Promote echo suppression of terminal to Botan::OSJack Lloyd2018-12-011-1/+26
* Add OS::running_in_privileged_stateJack Lloyd2018-09-271-0/+6
* Add OS::system_page_sizeJack Lloyd2018-03-091-0/+6
* Move socket implementation into module http_utilSimon Warta2017-10-031-33/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* More annotationsJack Lloyd2017-09-191-8/+8
* Refactor network code used in http_utilJack Lloyd2017-09-031-0/+33
* No C++ exceptions from cpu probe functions. See GH #920Jack Lloyd2017-03-191-1/+2
* Change meaning of get_processor_timestampJack Lloyd2017-01-271-8/+20
* Add basic test for OS utilsJack Lloyd2017-01-221-4/+12
* Fixes for OS X buildJack Lloyd2017-01-171-0/+1
* Add OS::run_cpu_instruction_probeJack Lloyd2017-01-151-13/+37
* Fix comment typo [ci skip]Jack Lloyd2017-01-031-1/+1
* Fix doc of get_processor_timestamp [ci skip]Jack Lloyd2016-11-211-4/+10
* RNG changes (GH #593)Jack Lloyd2016-08-241-1/+1
* Add explicit fork check to HMAC_RNGJack Lloyd2016-02-071-4/+24
* Add OS utility headerJack Lloyd2015-12-051-0/+40