aboutsummaryrefslogtreecommitdiff
path: root/crypto/async/arch/async_posix.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-07Use swapcontext for Intel CETH.J. Lu1-0/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte1-1/+1
2016-05-17Copyright consolidation 04/10Rich Salz1-48/+5
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 Caswell1-1/+5
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell1-15/+0
2016-02-29Refactor the async wait fd logicMatt Caswell1-32/+0
2016-02-09Auto init/deinit libcryptoMatt Caswell1-8/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni1-19/+17
2015-11-20Implement windows async thread local variable supportMatt Caswell1-1/+17
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell1-2/+11
2015-11-20Simplify async pool handlingMatt Caswell1-49/+10
2015-11-20Swap to using proper windows pipesMatt Caswell1-3/+3
2015-11-20Fix some style issuesMatt Caswell1-1/+2
2015-11-20Fix clang errorsMatt Caswell1-13/+17
2015-11-20Normalise ASYNC namingMatt Caswell1-4/+4
2015-11-20Implement windows async pool and notify supportMatt Caswell1-1/+3
2015-11-20Implement local thread poolsMatt Caswell1-0/+42
2015-11-20Initial Async notify code changesMatt Caswell1-0/+26
2015-11-20Use longjmp at setjmp where possibleMatt Caswell1-0/+1
2015-11-20Increase stack sizeMatt Caswell1-2/+4
2015-11-20Async port to windowsMatt Caswell1-0/+85