summaryrefslogtreecommitdiffstats
path: root/crypto/async/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Simplify Cygwin checks, part 1Richard Levitte2018-01-181-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-1/+0
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-1/+1
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-4/+0
* Fixes to get -ansi workingJeffrey Walton2016-06-081-1/+1
* OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell2016-06-011-1/+3
* Copyright consolidation 04/10Rich Salz2016-05-176-288/+31
* Android build fixes.Andy Polyakov2016-05-021-1/+1
* Remove #error from include files.Rich Salz2016-03-211-0/+2
* 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-073-1/+15
* Convert ASYNC code to use new Thread APIMatt Caswell2016-03-026-101/+1
* Refactor the async wait fd logicMatt Caswell2016-02-293-88/+0
* async_win.c: remove unused variableViktor Szakats2016-02-131-2/+0
* Auto init/deinit libcryptoMatt Caswell2016-02-096-47/+14
* Add option to disable asyncTodd Short2016-02-042-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-266-6/+0
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-182-2/+2
* Fix compile failure with no-threadsMatt Caswell2015-12-121-1/+1
* Async error handling and MacOS/X fixesViktor Dukhovni2015-11-225-35/+24
* Implement windows async thread local variable supportMatt Caswell2015-11-214-14/+113
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-213-9/+30
* Simplify async pool handlingMatt Caswell2015-11-216-144/+33
* Swap to using proper windows pipesMatt Caswell2015-11-213-14/+18
* Fix some style issuesMatt Caswell2015-11-212-3/+4
* Further OS-X deprecated warnings tweakMatt Caswell2015-11-211-1/+3
* Fix bug in async_fibre_makecontext for POSIXMatt Caswell2015-11-211-2/+2
* Fix compilation error on OS-XMatt Caswell2015-11-211-0/+6
* Fix clang errorsMatt Caswell2015-11-211-13/+17
* Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell2015-11-211-2/+2
* Normalise ASYNC namingMatt Caswell2015-11-215-38/+37
* Fix windows compilation warningsMatt Caswell2015-11-213-7/+15
* Fix ASYNC null implementationMatt Caswell2015-11-212-0/+99
* Implement windows async pool and notify supportMatt Caswell2015-11-213-3/+101
* Implement local thread poolsMatt Caswell2015-11-212-1/+42
* Initial Async notify code changesMatt Caswell2015-11-212-0/+31
* Use longjmp at setjmp where possibleMatt Caswell2015-11-212-5/+20
* Increase stack sizeMatt Caswell2015-11-211-2/+4
* Add null async implementationMatt Caswell2015-11-211-0/+76
* Async port to windowsMatt Caswell2015-11-214-0/+342