aboutsummaryrefslogtreecommitdiff
path: root/crypto/async
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2-2/+2
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-128/+81
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2015-12-15Fix build on SolarisMatt Caswell1-0/+4
2015-12-14make updateDr. Stephen Henson1-6/+6
2015-12-12Fix compile failure with no-threadsMatt Caswell1-1/+1
2015-12-10make updateMatt Caswell1-6/+6
2015-11-23"make update" after async merge.Rich Salz1-2/+10
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni7-50/+50
2015-11-20Implement windows async thread local variable supportMatt Caswell7-17/+124
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell6-24/+62
2015-11-20Simplify async pool handlingMatt Caswell9-176/+96
2015-11-20Swap to using proper windows pipesMatt Caswell5-21/+25
2015-11-20Fix some style issuesMatt Caswell3-35/+38
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2-3/+32
2015-11-20Further OS-X deprecated warnings tweakMatt Caswell1-1/+3
2015-11-20Fix bug in async_fibre_makecontext for POSIXMatt Caswell1-2/+2
2015-11-20Fix compilation error on OS-XMatt Caswell1-0/+6
2015-11-20Fix clang errorsMatt Caswell1-13/+17
2015-11-20Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell1-2/+2
2015-11-20Fix Linux crashMatt Caswell1-0/+8
2015-11-20Tweak async documentation based on feedbackMatt Caswell1-3/+3
2015-11-20make updateMatt Caswell1-1/+9
2015-11-20Add ASYNC error codesMatt Caswell3-10/+131
2015-11-20Normalise ASYNC namingMatt Caswell7-99/+98
2015-11-20Fix windows compilation warningsMatt Caswell4-7/+18
2015-11-20Optimise ASYNC_CTX handlingMatt Caswell1-8/+4
2015-11-20Fix ASYNC null implementationMatt Caswell3-2/+111
2015-11-20Remove ASYNC_in_job()Matt Caswell1-8/+0
2015-11-20Implement windows async pool and notify supportMatt Caswell6-13/+121
2015-11-20Implement local thread poolsMatt Caswell4-21/+73
2015-11-20Initial Async notify code changesMatt Caswell4-0/+77
2015-11-20Add ASYNC_JOB poolsMatt Caswell1-19/+107
2015-11-20Use longjmp at setjmp where possibleMatt Caswell3-12/+28
2015-11-20Async clean upsMatt Caswell1-5/+3
2015-11-20Increase stack sizeMatt Caswell1-2/+4
2015-11-20Add null async implementationMatt Caswell4-11/+86
2015-11-20Async port to windowsMatt Caswell7-106/+515
2015-11-20Add async sub-library to libcryptoMatt Caswell2-0/+358