summaryrefslogtreecommitdiffstats
path: root/crypto/async/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+0
* Update copyright yearMatt Caswell2022-05-036-6/+6
* async_posix: Make ASYNC_set_mem_functions threadsafeArran Cudbard-Bell2022-03-104-2/+35
* async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell2022-03-103-3/+80
* async_posix: raise a memory allocation error if we fail to allocate stack memoryArran Cudbard-Bell2022-03-101-0/+2
* aarch64: Fix async_fibre_swapcontext() on clang BTI buildsTom Cosgrove2022-02-281-0/+12
* Use USE_SWAPCONTEXT on IA64.Sebastian Andrzej Siewior2022-01-041-1/+3
* Update copyright yearMatt Caswell2021-01-072-2/+2
* crypto/win: Don't use disallowed APIs on UWPNirbheek Chauhan2021-01-042-1/+13
* Update copyright yearMatt Caswell2020-04-232-2/+2
* Use swapcontext for Intel CETH.J. Lu2020-02-082-1/+20
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-283-3/+3
* Following the license change, modify the boilerplates in crypto/async/Richard Levitte2018-12-066-6/+6
* arch/async_posix.h: improve portability.Andy Polyakov2018-10-191-1/+2
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Simplify Cygwin checks, part 1Richard Levitte2018-01-181-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-1/+0
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-1/+1
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-4/+0
* Fixes to get -ansi workingJeffrey Walton2016-06-081-1/+1
* OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell2016-06-011-1/+3
* Copyright consolidation 04/10Rich Salz2016-05-176-288/+31
* Android build fixes.Andy Polyakov2016-05-021-1/+1
* Remove #error from include files.Rich Salz2016-03-211-0/+2
* Some platforms provide getcontext() but it does not workMatt Caswell2016-03-161-1/+7
* Add a function to detect if we have async or notMatt Caswell2016-03-073-1/+15
* Convert ASYNC code to use new Thread APIMatt Caswell2016-03-026-101/+1
* Refactor the async wait fd logicMatt Caswell2016-02-293-88/+0
* async_win.c: remove unused variableViktor Szakats2016-02-131-2/+0
* Auto init/deinit libcryptoMatt Caswell2016-02-096-47/+14
* Add option to disable asyncTodd Short2016-02-042-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-266-6/+0
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-182-2/+2
* Fix compile failure with no-threadsMatt Caswell2015-12-121-1/+1
* Async error handling and MacOS/X fixesViktor Dukhovni2015-11-225-35/+24
* Implement windows async thread local variable supportMatt Caswell2015-11-214-14/+113
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-213-9/+30
* Simplify async pool handlingMatt Caswell2015-11-216-144/+33
* Swap to using proper windows pipesMatt Caswell2015-11-213-14/+18
* Fix some style issuesMatt Caswell2015-11-212-3/+4
* Further OS-X deprecated warnings tweakMatt Caswell2015-11-211-1/+3
* Fix bug in async_fibre_makecontext for POSIXMatt Caswell2015-11-211-2/+2
* Fix compilation error on OS-XMatt Caswell2015-11-211-0/+6
* Fix clang errorsMatt Caswell2015-11-211-13/+17
* Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell2015-11-211-2/+2
* Normalise ASYNC namingMatt Caswell2015-11-215-38/+37
* Fix windows compilation warningsMatt Caswell2015-11-213-7/+15
* Fix ASYNC null implementationMatt Caswell2015-11-212-0/+99
* Implement windows async pool and notify supportMatt Caswell2015-11-213-3/+101