index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
utils
/
os_utils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move socket classes to anon namespace.
Jack Lloyd
2017-09-17
1
-172
/
+181
*
Simplify code in get_processor_timestamp
Jack Lloyd
2017-09-16
1
-21
/
+12
*
Add missing override annotations
Jack Lloyd
2017-09-16
1
-6
/
+6
*
Fix bad comparison in Winsock code
Jack Lloyd
2017-09-10
1
-1
/
+1
*
Header shuffle
Jack Lloyd
2017-09-04
1
-5
/
+10
*
MinGW fixes
Jack Lloyd
2017-09-04
1
-4
/
+3
*
Typo
Jack Lloyd
2017-09-03
1
-1
/
+1
*
Move secure_scrub_memory to os_utils.cpp
Jack Lloyd
2017-09-03
1
-1
/
+27
*
Refactor network code used in http_util
Jack Lloyd
2017-09-03
1
-2
/
+252
*
Merge GH #1169 Add LLVM bitcode target
Jack Lloyd
2017-08-31
1
-1
/
+1
|
\
|
*
Add support for LLVM bitcode target
Jack Lloyd
2017-08-30
1
-1
/
+1
*
|
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-8
/
+10
|
/
*
Fix some compiler warnings.
Jack Lloyd
2017-03-22
1
-1
/
+1
*
No C++ exceptions from cpu probe functions. See GH #920
Jack Lloyd
2017-03-19
1
-25
/
+9
*
Fix missing return in Windows path
Jack Lloyd
2017-01-30
1
-7
/
+3
*
Change meaning of get_processor_timestamp
Jack Lloyd
2017-01-27
1
-28
/
+57
*
Fix various SunCC and Solaris warnings and build problems.
Jack Lloyd
2017-01-24
1
-0
/
+9
*
If PowerPC clock returns 0, skip it.
Jack Lloyd
2017-01-23
1
-2
/
+10
*
Fixes for OS X build
Jack Lloyd
2017-01-17
1
-1
/
+1
*
Add OS::run_cpu_instruction_probe
Jack Lloyd
2017-01-15
1
-0
/
+70
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-2
/
+2
*
define NOMINMAX 1 before every include of windows.h
Baruch Burstein
2016-11-28
1
-0
/
+1
*
Add BOTAN_UNUSED when relevant OS support is missing
Jack Lloyd
2016-11-27
1
-0
/
+1
*
Rename zero_mem to secure_scrub_memory
Jack Lloyd
2016-11-03
1
-2
/
+2
*
Abstract out mutex type. Make threads optional.
Jack Lloyd
2016-10-12
1
-1
/
+1
*
Add IncludeOS target. Make filesystem support optional.
Jack Lloyd
2016-10-10
1
-1
/
+3
*
get_processor_timestamp should never return 0 if it can help it.
Jack Lloyd
2016-09-01
1
-16
/
+59
*
Fix get_process_id for MinGW
Jack Lloyd
2016-08-29
1
-2
/
+2
*
Travis CI additions and cleanup
Jack Lloyd
2016-08-28
1
-1
/
+1
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
1
-3
/
+3
*
Merge GH #422 Use system_time instead of high_resolution_clock
Jack Lloyd
2016-03-10
1
-1
/
+1
|
\
|
*
Use chrono::system_clock instead of chrono::high_resolution_clock in get_syst...
Daniel Neus
2016-03-07
1
-1
/
+1
*
|
remove redundant return
Daniel Neus
2016-03-08
1
-1
/
+0
*
|
add support for VirtualLock/VirtualUnlock on Windows
Daniel Neus
2016-03-07
1
-1
/
+51
|
/
*
fix a typo in os_utils that prevents retrieval of the current process id on w...
Daniel Neus
2016-03-01
1
-2
/
+2
*
Add explicit fork check to HMAC_RNG
Jack Lloyd
2016-02-07
1
-4
/
+80
*
Add OS utility header
Jack Lloyd
2015-12-05
1
-0
/
+131