Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move Makefiles to Makefile.in | Rich Salz | 2016-01-12 | 2 | -128/+81 | |
* | Rename DECLARE*STACK_OF to DEFINE*STACK_OF | Dr. Stephen Henson | 2016-01-07 | 1 | -1/+1 | |
* | Fix build on Solaris | Matt Caswell | 2015-12-16 | 1 | -0/+4 | |
* | make update | Dr. Stephen Henson | 2015-12-15 | 1 | -6/+6 | |
* | Fix compile failure with no-threads | Matt Caswell | 2015-12-12 | 1 | -1/+1 | |
* | make update | Matt Caswell | 2015-12-10 | 1 | -6/+6 | |
* | "make update" after async merge. | Rich Salz | 2015-11-23 | 1 | -2/+10 | |
* | Async error handling and MacOS/X fixes | Viktor Dukhovni | 2015-11-22 | 7 | -50/+50 | |
* | Implement windows async thread local variable support | Matt Caswell | 2015-11-21 | 7 | -17/+124 | |
* | Convert __thread to pthreads for Thread Local Storage | Matt Caswell | 2015-11-21 | 6 | -24/+62 | |
* | Simplify async pool handling | Matt Caswell | 2015-11-21 | 9 | -176/+96 | |
* | Swap to using proper windows pipes | Matt Caswell | 2015-11-21 | 5 | -21/+25 | |
* | Fix some style issues | Matt Caswell | 2015-11-21 | 3 | -35/+38 | |
* | Add ASYNC_block_pause and ASYNC_unblock_pause | Matt Caswell | 2015-11-21 | 2 | -3/+32 | |
* | 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 | |
* | 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 | 1 | -3/+3 | |
* | make update | Matt Caswell | 2015-11-21 | 1 | -1/+9 | |
* | Add ASYNC error codes | Matt Caswell | 2015-11-21 | 3 | -10/+131 | |
* | 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 | 3 | -2/+111 | |
* | Remove ASYNC_in_job() | Matt Caswell | 2015-11-21 | 1 | -8/+0 | |
* | Implement windows async pool and notify support | Matt Caswell | 2015-11-21 | 6 | -13/+121 | |
* | Implement local thread pools | Matt Caswell | 2015-11-21 | 4 | -21/+73 | |
* | Initial Async notify code changes | Matt Caswell | 2015-11-21 | 4 | -0/+77 | |
* | Add ASYNC_JOB pools | Matt Caswell | 2015-11-21 | 1 | -19/+107 | |
* | Use longjmp at setjmp where possible | Matt Caswell | 2015-11-21 | 3 | -12/+28 | |
* | Async clean ups | Matt Caswell | 2015-11-21 | 1 | -5/+3 | |
* | 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 | 7 | -106/+515 | |
* | Add async sub-library to libcrypto | Matt Caswell | 2015-11-21 | 2 | -0/+358 |