summaryrefslogtreecommitdiffstats
path: root/crypto/async (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix memleaks in async apiBernd Edlinger2018-04-261-28/+46
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-032-3/+6
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Simplify Cygwin checks, part 1Richard Levitte2018-01-181-1/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-082-4/+4
* Prevent NULL dereference in async clear-fd codeBenjamin Kaduk2017-10-301-0/+1
* Simplify the stack reservationPaul Yang2017-10-261-3/+1
* Add stack space reservations.Pauli2017-09-271-1/+3
* e_os.h removal from other headers and source files.Pauli2017-08-291-1/+0
* Use "" not <> for internal/ includesRich Salz2017-08-222-2/+2
* make error tables const and separate header fileRich Salz2017-06-071-22/+20
* Further improvements to ASYNC_WAIT_CTX_clear_fdAndrea Grandi2017-02-131-16/+7
* Remove fd from the list when the engine clears the wait context before pauseAndrea Grandi2017-02-131-0/+27
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-202-3/+3
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-082-4/+4
* Fixes to get -ansi workingJeffrey Walton2016-06-081-1/+1
* 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-211-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