summaryrefslogtreecommitdiffstats
path: root/crypto/async
AgeCommit message (Expand)Author
2017-02-13Further improvements to ASYNC_WAIT_CTX_clear_fdAndrea Grandi
2017-02-13Remove fd from the list when the engine clears the wait context before pauseAndrea Grandi
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-06-08Fixes to get -ansi workingJeffrey Walton
2016-06-01OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-02Android build fixes.Andy Polyakov
2016-04-20Remove --classic build entirelyRichard Levitte
2016-03-21Fix memory leak where fdlookup linked list is not freed duringSteven Linsell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell
2016-03-07Add a function to detect if we have async or notMatt Caswell
2016-03-02Ensure Async is deinited properlyMatt Caswell
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell
2016-02-29Clarify ASYNC_WAIT_CTX_clear_fd() docsMatt Caswell
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-13async_win.c: remove unused variableViktor Szakats
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte
2016-02-10Attempt to log an error if init failedMatt Caswell
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-04Add option to disable asyncTodd Short
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2015-12-15Fix build on SolarisMatt Caswell
2015-12-14make updateDr. Stephen Henson
2015-12-12Fix compile failure with no-threadsMatt Caswell
2015-12-10make updateMatt Caswell
2015-11-23"make update" after async merge.Rich Salz
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni
2015-11-20Implement windows async thread local variable supportMatt Caswell
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