aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async
Commit message (Expand)AuthorAgeFilesLines
* OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell2016-06-011-1/+3
* Remove unused error/function codes.Rich Salz2016-05-231-8/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 04/10Rich Salz2016-05-179-432/+46
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Android build fixes.Andy Polyakov2016-05-021-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-63/+0
* Fix memory leak where fdlookup linked list is not freed duringSteven Linsell2016-03-211-7/+9
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-0/+2
* Some platforms provide getcontext() but it does not workMatt Caswell2016-03-161-1/+7
* Add a function to detect if we have async or notMatt Caswell2016-03-073-1/+15
* Ensure Async is deinited properlyMatt Caswell2016-03-021-2/+0
* Convert ASYNC code to use new Thread APIMatt Caswell2016-03-028-114/+31
* Clarify ASYNC_WAIT_CTX_clear_fd() docsMatt Caswell2016-02-291-1/+2
* Refactor the async wait fd logicMatt Caswell2016-02-298-137/+266
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* async_win.c: remove unused variableViktor Szakats2016-02-131-2/+0
* Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte2016-02-121-2/+2
* Attempt to log an error if init failedMatt Caswell2016-02-101-2/+0
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-3/+7
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-2/+2
* Auto init/deinit libcryptoMatt Caswell2016-02-098-108/+75
* Add option to disable asyncTodd Short2016-02-042-2/+2
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+3
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-269-9/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-182-2/+2
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-128/+81
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix build on SolarisMatt Caswell2015-12-151-0/+4
* make updateDr. Stephen Henson2015-12-141-6/+6
* Fix compile failure with no-threadsMatt Caswell2015-12-121-1/+1
* make updateMatt Caswell2015-12-101-6/+6
* "make update" after async merge.Rich Salz2015-11-231-2/+10
* Async error handling and MacOS/X fixesViktor Dukhovni2015-11-227-50/+50
* Implement windows async thread local variable supportMatt Caswell2015-11-207-17/+124
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-206-24/+62
* Simplify async pool handlingMatt Caswell2015-11-209-176/+96
* Swap to using proper windows pipesMatt Caswell2015-11-205-21/+25
* Fix some style issuesMatt Caswell2015-11-203-35/+38
* Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2015-11-202-3/+32
* Further OS-X deprecated warnings tweakMatt Caswell2015-11-201-1/+3
* Fix bug in async_fibre_makecontext for POSIXMatt Caswell2015-11-201-2/+2
* Fix compilation error on OS-XMatt Caswell2015-11-201-0/+6
* Fix clang errorsMatt Caswell2015-11-201-13/+17
* Swap to using _longjmp/_setjmp instead of longjmp/setjmpMatt Caswell2015-11-201-2/+2