aboutsummaryrefslogtreecommitdiff
path: root/crypto/async
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY2-3/+3
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov2-4/+4
2016-06-08Fixes to get -ansi workingJeffrey Walton1-1/+1
2016-06-01OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell1-1/+3
2016-05-23Remove unused error/function codes.Rich Salz1-8/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 04/10Rich Salz9-432/+46
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-05-02Android build fixes.Andy Polyakov1-1/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-63/+0
2016-03-21Fix memory leak where fdlookup linked list is not freed duringSteven Linsell1-7/+9
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz1-0/+2
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell1-1/+7
2016-03-07Add a function to detect if we have async or notMatt Caswell3-1/+15
2016-03-02Ensure Async is deinited properlyMatt Caswell1-2/+0
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell8-114/+31
2016-02-29Clarify ASYNC_WAIT_CTX_clear_fd() docsMatt Caswell1-1/+2
2016-02-29Refactor the async wait fd logicMatt Caswell8-137/+266
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-13async_win.c: remove unused variableViktor Szakats1-2/+0
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte1-2/+2
2016-02-10Attempt to log an error if init failedMatt Caswell1-2/+0
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-3/+7
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-2/+2
2016-02-09Auto init/deinit libcryptoMatt Caswell8-108/+75
2016-02-04Add option to disable asyncTodd Short2-2/+2
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+3
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz9-9/+0
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