aboutsummaryrefslogtreecommitdiff
path: root/crypto/async/arch
AgeCommit message (Expand)AuthorFilesLines
2022-03-15Update copyright yearMatt Caswell1-1/+1
2022-03-01aarch64: Fix async_fibre_swapcontext() on clang BTI buildsTom Cosgrove1-0/+12
2022-01-04Use USE_SWAPCONTEXT on IA64.Sebastian Andrzej Siewior1-1/+3
2021-01-07Update copyright yearMatt Caswell2-2/+2
2021-01-04crypto/win: Don't use disallowed APIs on UWPNirbheek Chauhan2-1/+13
2020-04-23Update copyright yearMatt Caswell2-2/+2
2020-02-07Use swapcontext for Intel CETH.J. Lu2-1/+20
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-3/+3
2019-09-28Reorganize local header filesDr. Matthias St. Pierre3-3/+3
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte6-6/+6
2018-10-19arch/async_posix.h: improve portability.Andy Polyakov1-1/+2
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-18Simplify Cygwin checks, part 1Richard Levitte1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-1/+0
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-1/+1
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov1-4/+0
2016-06-08Fixes to get -ansi workingJeffrey Walton1-1/+1
2016-06-01OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell1-1/+3
2016-05-17Copyright consolidation 04/10Rich Salz6-288/+31
2016-05-02Android build fixes.Andy Polyakov1-1/+1
2016-03-20Remove #error from include files.Rich Salz1-0/+2
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell1-1/+7
2016-03-07Add a function to detect if we have async or notMatt Caswell3-1/+15
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell6-101/+1
2016-02-29Refactor the async wait fd logicMatt Caswell3-88/+0
2016-02-13async_win.c: remove unused variableViktor Szakats1-2/+0
2016-02-09Auto init/deinit libcryptoMatt Caswell6-47/+14
2016-02-04Add option to disable asyncTodd Short2-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz6-6/+0
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2-2/+2
2015-12-12Fix compile failure with no-threadsMatt Caswell1-1/+1
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni5-35/+24
2015-11-20Implement windows async thread local variable supportMatt Caswell4-14/+113
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell3-9/+30
2015-11-20Simplify async pool handlingMatt Caswell6-144/+33
2015-11-20Swap to using proper windows pipesMatt Caswell3-14/+18
2015-11-20Fix some style issuesMatt Caswell2-3/+4
2015-11-20Further OS-X deprecated warnings tweakMatt Caswell1-1/+3
2015-11-20Fix bug in async_fibre_makecontext for POSIXMatt Caswell1-2/+2
2015-11-20Fix compilation error on OS-XMatt Caswell1-0/+6
2015-11-20Fix clang errorsMatt Caswell1-13/+17
2015-11-20Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell1-2/+2
2015-11-20Normalise ASYNC namingMatt Caswell5-38/+37
2015-11-20Fix windows compilation warningsMatt Caswell3-7/+15
2015-11-20Fix ASYNC null implementationMatt Caswell2-0/+99
2015-11-20Implement windows async pool and notify supportMatt Caswell3-3/+101
2015-11-20Implement local thread poolsMatt Caswell2-1/+42
2015-11-20Initial Async notify code changesMatt Caswell2-0/+31
2015-11-20Use longjmp at setjmp where possibleMatt Caswell2-5/+20
2015-11-20Increase stack sizeMatt Caswell1-2/+4