aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async/arch/async_posix.c
Commit message (Expand)AuthorAgeFilesLines
* 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-071-1/+5
* Convert ASYNC code to use new Thread APIMatt Caswell2016-03-021-15/+0
* Refactor the async wait fd logicMatt Caswell2016-02-291-32/+0
* Auto init/deinit libcryptoMatt Caswell2016-02-091-8/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Async error handling and MacOS/X fixesViktor Dukhovni2015-11-221-19/+17
* Implement windows async thread local variable supportMatt Caswell2015-11-201-1/+17
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-2/+11
* Simplify async pool handlingMatt Caswell2015-11-201-49/+10
* Swap to using proper windows pipesMatt Caswell2015-11-201-3/+3
* Fix some style issuesMatt Caswell2015-11-201-1/+2
* Fix clang errorsMatt Caswell2015-11-201-13/+17
* Normalise ASYNC namingMatt Caswell2015-11-201-4/+4
* Implement windows async pool and notify supportMatt Caswell2015-11-201-1/+3
* Implement local thread poolsMatt Caswell2015-11-201-0/+42
* Initial Async notify code changesMatt Caswell2015-11-201-0/+26
* Use longjmp at setjmp where possibleMatt Caswell2015-11-201-0/+1
* Increase stack sizeMatt Caswell2015-11-201-2/+4
* Async port to windowsMatt Caswell2015-11-201-0/+85