summaryrefslogtreecommitdiffstats
path: root/crypto/async/arch/async_posix.h
AgeCommit message (Expand)Author
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2018-10-19arch/async_posix.h: improve portability.Andy Polyakov
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-18Simplify Cygwin checks, part 1Richard Levitte
2017-08-30e_os.h removal from other headers and source files.Pauli
2016-06-08Fixes to get -ansi workingJeffrey Walton
2016-06-01OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-02Android build fixes.Andy Polyakov
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-04Add option to disable asyncTodd Short
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Simplify async pool handlingMatt Caswell
2015-11-20Further OS-X deprecated warnings tweakMatt Caswell
2015-11-20Fix bug in async_fibre_makecontext for POSIXMatt Caswell
2015-11-20Fix compilation error on OS-XMatt Caswell
2015-11-20Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell
2015-11-20Normalise ASYNC namingMatt Caswell
2015-11-20Fix windows compilation warningsMatt Caswell
2015-11-20Implement local thread poolsMatt Caswell
2015-11-20Initial Async notify code changesMatt Caswell
2015-11-20Use longjmp at setjmp where possibleMatt Caswell
2015-11-20Async port to windowsMatt Caswell