summaryrefslogtreecommitdiffstats
path: root/crypto/async/arch
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-03-10async_posix: Make ASYNC_set_mem_functions threadsafeArran Cudbard-Bell
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell
2022-03-10async_posix: raise a memory allocation error if we fail to allocate stack memoryArran Cudbard-Bell
2022-03-01aarch64: Fix async_fibre_swapcontext() on clang BTI buildsTom Cosgrove
2022-01-04Use USE_SWAPCONTEXT on IA64.Sebastian Andrzej Siewior
2021-01-07Update copyright yearMatt Caswell
2021-01-04crypto/win: Don't use disallowed APIs on UWPNirbheek Chauhan
2020-04-23Update copyright yearMatt Caswell
2020-02-07Use swapcontext for Intel CETH.J. Lu
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte
2018-10-19arch/async_posix.h: improve portability.Andy Polyakov
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-18Simplify Cygwin checks, part 1Richard Levitte
2017-08-30e_os.h removal from other headers and source files.Pauli
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-06-08Fixes to get -ansi workingJeffrey Walton
2016-06-01OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-02Android build fixes.Andy Polyakov
2016-03-20Remove #error from include files.Rich Salz
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell
2016-03-07Add a function to detect if we have async or notMatt Caswell
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-13async_win.c: remove unused variableViktor Szakats
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-04Add option to disable asyncTodd Short
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen
2015-12-12Fix compile failure with no-threadsMatt Caswell
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni
2015-11-20Implement windows async thread local variable supportMatt Caswell
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Simplify async pool handlingMatt Caswell
2015-11-20Swap to using proper windows pipesMatt Caswell
2015-11-20Fix some style issuesMatt Caswell
2015-11-20Further OS-X deprecated warnings tweakMatt Caswell
2015-11-20Fix bug in async_fibre_makecontext for POSIXMatt Caswell
2015-11-20Fix compilation error on OS-XMatt Caswell
2015-11-20Fix clang errorsMatt Caswell
2015-11-20Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell
2015-11-20Normalise ASYNC namingMatt Caswell
2015-11-20Fix windows compilation warningsMatt Caswell
2015-11-20Fix ASYNC null implementationMatt Caswell
2015-11-20Implement windows async pool and notify supportMatt Caswell