aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async/arch
Commit message (Expand)AuthorAgeFilesLines
* Async error handling and MacOS/X fixesViktor Dukhovni2015-11-225-35/+24
* Implement windows async thread local variable supportMatt Caswell2015-11-204-14/+113
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-203-9/+30
* Simplify async pool handlingMatt Caswell2015-11-206-144/+33
* Swap to using proper windows pipesMatt Caswell2015-11-203-14/+18
* Fix some style issuesMatt Caswell2015-11-202-3/+4
* Further OS-X deprecated warnings tweakMatt Caswell2015-11-201-1/+3
* Fix bug in async_fibre_makecontext for POSIXMatt Caswell2015-11-201-2/+2
* Fix compilation error on OS-XMatt Caswell2015-11-201-0/+6
* Fix clang errorsMatt Caswell2015-11-201-13/+17
* Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell2015-11-201-2/+2
* Normalise ASYNC namingMatt Caswell2015-11-205-38/+37
* Fix windows compilation warningsMatt Caswell2015-11-203-7/+15
* Fix ASYNC null implementationMatt Caswell2015-11-202-0/+99
* Implement windows async pool and notify supportMatt Caswell2015-11-203-3/+101
* Implement local thread poolsMatt Caswell2015-11-202-1/+42
* Initial Async notify code changesMatt Caswell2015-11-202-0/+31
* Use longjmp at setjmp where possibleMatt Caswell2015-11-202-5/+20
* Increase stack sizeMatt Caswell2015-11-201-2/+4
* Add null async implementationMatt Caswell2015-11-201-0/+76
* Async port to windowsMatt Caswell2015-11-204-0/+342