aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async/arch/async_posix.h
Commit message (Expand)AuthorAgeFilesLines
* Android build fixes.Andy Polyakov2016-05-021-1/+1
* Convert ASYNC code to use new Thread APIMatt Caswell2016-03-021-8/+0
* Auto init/deinit libcryptoMatt Caswell2016-02-091-1/+1
* Add option to disable asyncTodd Short2016-02-041-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-181-1/+1
* Async error handling and MacOS/X fixesViktor Dukhovni2015-11-221-13/+4
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-7/+9
* Simplify async pool handlingMatt Caswell2015-11-201-3/+6
* 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
* Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell2015-11-201-2/+2
* Normalise ASYNC namingMatt Caswell2015-11-201-12/+12
* Fix windows compilation warningsMatt Caswell2015-11-201-4/+0
* Implement local thread poolsMatt Caswell2015-11-201-1/+0
* Initial Async notify code changesMatt Caswell2015-11-201-0/+5
* Use longjmp at setjmp where possibleMatt Caswell2015-11-201-5/+19
* Async port to windowsMatt Caswell2015-11-201-0/+89