index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
async
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
6
-6
/
+6
*
async_posix: Make ASYNC_set_mem_functions threadsafe
Arran Cudbard-Bell
2022-03-10
4
-2
/
+35
*
async_posix: Allow custom stack allocation functions to be specified for POSI...
Arran Cudbard-Bell
2022-03-10
3
-3
/
+80
*
async_posix: raise a memory allocation error if we fail to allocate stack memory
Arran Cudbard-Bell
2022-03-10
1
-0
/
+2
*
aarch64: Fix async_fibre_swapcontext() on clang BTI builds
Tom Cosgrove
2022-02-28
1
-0
/
+12
*
Use USE_SWAPCONTEXT on IA64.
Sebastian Andrzej Siewior
2022-01-04
1
-1
/
+3
*
Update copyright year
Matt Caswell
2021-01-07
2
-2
/
+2
*
crypto/win: Don't use disallowed APIs on UWP
Nirbheek Chauhan
2021-01-04
2
-1
/
+13
*
Update copyright year
Matt Caswell
2020-04-23
2
-2
/
+2
*
Use swapcontext for Intel CET
H.J. Lu
2020-02-08
2
-1
/
+20
*
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
1
-3
/
+3
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
3
-3
/
+3
*
Following the license change, modify the boilerplates in crypto/async/
Richard Levitte
2018-12-06
6
-6
/
+6
*
arch/async_posix.h: improve portability.
Andy Polyakov
2018-10-19
1
-1
/
+2
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Simplify Cygwin checks, part 1
Richard Levitte
2018-01-18
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+0
*
Fix a few if(, for(, while( inside code.
FdaSilvaYY
2016-07-20
1
-1
/
+1
*
include/openssl: don't include <windows.h> in public headers.
Andy Polyakov
2016-07-08
1
-4
/
+0
*
Fixes to get -ansi working
Jeffrey Walton
2016-06-08
1
-1
/
+1
*
OpenBSD doesn't have ucontext.h so don't try and include it
Matt Caswell
2016-06-01
1
-1
/
+3
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
6
-288
/
+31
*
Android build fixes.
Andy Polyakov
2016-05-02
1
-1
/
+1
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-0
/
+2
*
Some platforms provide getcontext() but it does not work
Matt Caswell
2016-03-16
1
-1
/
+7
*
Add a function to detect if we have async or not
Matt Caswell
2016-03-07
3
-1
/
+15
*
Convert ASYNC code to use new Thread API
Matt Caswell
2016-03-02
6
-101
/
+1
*
Refactor the async wait fd logic
Matt Caswell
2016-02-29
3
-88
/
+0
*
async_win.c: remove unused variable
Viktor Szakats
2016-02-13
1
-2
/
+0
*
Auto init/deinit libcrypto
Matt Caswell
2016-02-09
6
-47
/
+14
*
Add option to disable async
Todd Short
2016-02-04
2
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
6
-6
/
+0
*
Use POSIX functions on Cygwin, not Win32 function
Corinna Vinschen
2016-01-18
2
-2
/
+2
*
Fix compile failure with no-threads
Matt Caswell
2015-12-12
1
-1
/
+1
*
Async error handling and MacOS/X fixes
Viktor Dukhovni
2015-11-22
5
-35
/
+24
*
Implement windows async thread local variable support
Matt Caswell
2015-11-21
4
-14
/
+113
*
Convert __thread to pthreads for Thread Local Storage
Matt Caswell
2015-11-21
3
-9
/
+30
*
Simplify async pool handling
Matt Caswell
2015-11-21
6
-144
/
+33
*
Swap to using proper windows pipes
Matt Caswell
2015-11-21
3
-14
/
+18
*
Fix some style issues
Matt Caswell
2015-11-21
2
-3
/
+4
*
Further OS-X deprecated warnings tweak
Matt Caswell
2015-11-21
1
-1
/
+3
*
Fix bug in async_fibre_makecontext for POSIX
Matt Caswell
2015-11-21
1
-2
/
+2
*
Fix compilation error on OS-X
Matt Caswell
2015-11-21
1
-0
/
+6
*
Fix clang errors
Matt Caswell
2015-11-21
1
-13
/
+17
*
Swap to using _longjmp/_setjmp instead of longjmp/setjmp
Matt Caswell
2015-11-21
1
-2
/
+2
*
Normalise ASYNC naming
Matt Caswell
2015-11-21
5
-38
/
+37
*
Fix windows compilation warnings
Matt Caswell
2015-11-21
3
-7
/
+15
*
Fix ASYNC null implementation
Matt Caswell
2015-11-21
2
-0
/
+99
*
Implement windows async pool and notify support
Matt Caswell
2015-11-21
3
-3
/
+101
[next]