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
*
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
*
Implement local thread pools
Matt Caswell
2015-11-21
2
-1
/
+42
*
Initial Async notify code changes
Matt Caswell
2015-11-21
2
-0
/
+31
*
Use longjmp at setjmp where possible
Matt Caswell
2015-11-21
2
-5
/
+20
*
Increase stack size
Matt Caswell
2015-11-21
1
-2
/
+4
*
Add null async implementation
Matt Caswell
2015-11-21
1
-0
/
+76
*
Async port to windows
Matt Caswell
2015-11-21
4
-0
/
+342