summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Simplify async pool handlingMatt Caswell
2015-11-20Swap to using proper windows pipesMatt Caswell
2015-11-20Fix some style issuesMatt Caswell
2015-11-20Fix async deadlock problemMatt Caswell
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell
2015-11-20Remove ASYNC NOEXIST functions from libeay.numMatt Caswell
2015-11-20Further OS-X deprecated warnings tweakMatt Caswell
2015-11-20Fix bug in async_fibre_makecontext for POSIXMatt Caswell
2015-11-20Rename start_async_job to ssl_start_async_jobMatt Caswell
2015-11-20Rename some daysnc functions for consistencyMatt Caswell
2015-11-20Add clarification to docs on ASYNC_free_pool()Matt Caswell
2015-11-20Fix compilation error on OS-XMatt Caswell
2015-11-20Fix clang errorsMatt Caswell
2015-11-20Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell
2015-11-20Fix Linux crashMatt Caswell
2015-11-20Tweak async documentation based on feedbackMatt Caswell
2015-11-20Clean up libssl async callsMatt Caswell
2015-11-20make updateMatt Caswell
2015-11-20Add ASYNC error codesMatt Caswell
2015-11-20Update CHANGESMatt Caswell
2015-11-20Add s_client support for waiting for asyncMatt Caswell
2015-11-20Fix the error code for SSL_get_async_wait_fd()Matt Caswell
2015-11-20More async documentationMatt Caswell
2015-11-20Normalise ASYNC namingMatt Caswell
2015-11-20Fix windows compilation warningsMatt Caswell
2015-11-20Optimise ASYNC_CTX handlingMatt Caswell
2015-11-20Fix ASYNC null implementationMatt Caswell
2015-11-20Add ASYNC testsMatt Caswell
2015-11-20Remove ASYNC_in_job()Matt Caswell
2015-11-20Document async capabilitiesMatt Caswell
2015-11-20make updateMatt Caswell
2015-11-20Implement windows async pool and notify supportMatt Caswell
2015-11-20Fix pools for s_clientMatt Caswell
2015-11-20Fix s_server bugMatt Caswell
2015-11-20Implement local thread poolsMatt Caswell
2015-11-20Initial Async notify code changesMatt Caswell
2015-11-20Add ASYNC_JOB poolsMatt Caswell
2015-11-20Use longjmp at setjmp where possibleMatt Caswell
2015-11-20Fix s_server -WWW with -asyncMatt Caswell
2015-11-20Async clean upsMatt Caswell
2015-11-20Increase stack sizeMatt Caswell
2015-11-20Add null async implementationMatt Caswell
2015-11-20Async port to windowsMatt Caswell
2015-11-20Various windows build fixes to prepare for windows portMatt Caswell
2015-11-20Add s_server and s_client async supportMatt Caswell
2015-11-20Make libssl async awareMatt Caswell
2015-11-20Add the Dummy Async engine (dasync)Matt Caswell
2015-11-20Add async sub-library to libcryptoMatt Caswell
2015-11-20Add pthread supportMatt Caswell