Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix async deadlock problem | Matt Caswell | 2015-11-21 | 1 | -0/+17 | |
* | Add ASYNC_block_pause and ASYNC_unblock_pause | Matt Caswell | 2015-11-21 | 6 | -7/+87 | |
* | Remove ASYNC NOEXIST functions from libeay.num | Matt Caswell | 2015-11-21 | 1 | -10/+8 | |
* | Further OS-X deprecated warnings tweak | Matt Caswell | 2015-11-21 | 1 | -1/+3 | |
* | Fix bug in async_fibre_makecontext for POSIX | Matt Caswell | 2015-11-21 | 1 | -2/+2 | |
* | Rename start_async_job to ssl_start_async_job | Matt Caswell | 2015-11-21 | 3 | -9/+9 | |
* | Rename some daysnc functions for consistency | Matt Caswell | 2015-11-21 | 1 | -11/+11 | |
* | Add clarification to docs on ASYNC_free_pool() | Matt Caswell | 2015-11-21 | 1 | -10/+14 | |
* | Fix compilation error on OS-X | Matt Caswell | 2015-11-21 | 1 | -0/+6 | |
* | Fix clang errors | Matt Caswell | 2015-11-21 | 1 | -13/+17 | |
* | Swap to using _longjmp/_setjmp instead of longjmp/setjmp | Matt Caswell | 2015-11-21 | 1 | -2/+2 | |
* | Fix Linux crash | Matt Caswell | 2015-11-21 | 1 | -0/+8 | |
* | Tweak async documentation based on feedback | Matt Caswell | 2015-11-21 | 5 | -17/+24 | |
* | Clean up libssl async calls | Matt Caswell | 2015-11-21 | 3 | -109/+91 | |
* | make update | Matt Caswell | 2015-11-21 | 3 | -22/+31 | |
* | Add ASYNC error codes | Matt Caswell | 2015-11-21 | 8 | -13/+162 | |
* | Update CHANGES | Matt Caswell | 2015-11-21 | 1 | -0/+10 | |
* | Add s_client support for waiting for async | Matt Caswell | 2015-11-21 | 4 | -16/+17 | |
* | Fix the error code for SSL_get_async_wait_fd() | Matt Caswell | 2015-11-21 | 2 | -2/+2 | |
* | More async documentation | Matt Caswell | 2015-11-21 | 5 | -1/+88 | |
* | Normalise ASYNC naming | Matt Caswell | 2015-11-21 | 7 | -99/+98 | |
* | Fix windows compilation warnings | Matt Caswell | 2015-11-21 | 4 | -7/+18 | |
* | Optimise ASYNC_CTX handling | Matt Caswell | 2015-11-21 | 1 | -8/+4 | |
* | Fix ASYNC null implementation | Matt Caswell | 2015-11-21 | 5 | -2/+130 | |
* | Add ASYNC tests | Matt Caswell | 2015-11-21 | 3 | -3/+268 | |
* | Remove ASYNC_in_job() | Matt Caswell | 2015-11-21 | 3 | -12/+3 | |
* | Document async capabilities | Matt Caswell | 2015-11-21 | 1 | -0/+242 | |
* | make update | Matt Caswell | 2015-11-21 | 3 | -22/+28 | |
* | Implement windows async pool and notify support | Matt Caswell | 2015-11-21 | 6 | -13/+121 | |
* | Fix pools for s_client | Matt Caswell | 2015-11-21 | 1 | -1/+7 | |
* | Fix s_server bug | Matt Caswell | 2015-11-21 | 1 | -2/+9 | |
* | Implement local thread pools | Matt Caswell | 2015-11-21 | 6 | -23/+75 | |
* | Initial Async notify code changes | Matt Caswell | 2015-11-21 | 9 | -12/+140 | |
* | Add ASYNC_JOB pools | Matt Caswell | 2015-11-21 | 6 | -45/+168 | |
* | Use longjmp at setjmp where possible | Matt Caswell | 2015-11-21 | 4 | -13/+29 | |
* | Fix s_server -WWW with -async | Matt Caswell | 2015-11-21 | 1 | -2/+2 | |
* | Async clean ups | Matt Caswell | 2015-11-21 | 3 | -9/+6 | |
* | Increase stack size | Matt Caswell | 2015-11-21 | 1 | -2/+4 | |
* | Add null async implementation | Matt Caswell | 2015-11-21 | 4 | -11/+86 | |
* | Async port to windows | Matt Caswell | 2015-11-21 | 10 | -106/+524 | |
* | Various windows build fixes to prepare for windows port | Matt Caswell | 2015-11-21 | 2 | -0/+2 | |
* | Add s_server and s_client async support | Matt Caswell | 2015-11-21 | 2 | -20/+62 | |
* | Make libssl async aware | Matt Caswell | 2015-11-21 | 7 | -667/+840 | |
* | Add the Dummy Async engine (dasync) | Matt Caswell | 2015-11-21 | 7 | -3/+579 | |
* | Add async sub-library to libcrypto | Matt Caswell | 2015-11-21 | 4 | -1/+436 | |
* | Add pthread support | Matt Caswell | 2015-11-21 | 1 | -17/+18 | |
* | Fix uninitialised variable | Matt Caswell | 2015-11-21 | 1 | -0/+1 | |
* | BN_sub: document that r might be the same as a or b | Kurt Roeckx | 2015-11-20 | 1 | -0/+1 | |
* | BN_usub: Don't copy when r and a the same | Pascal Cuoq | 2015-11-20 | 1 | -1/+1 | |
* | make update | Dr. Stephen Henson | 2015-11-20 | 1 | -0/+2 |