aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async/async.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure Async is deinited properlyMatt Caswell2016-03-021-2/+0
* Convert ASYNC code to use new Thread APIMatt Caswell2016-03-021-11/+29
* Refactor the async wait fd logicMatt Caswell2016-02-291-39/+9
* 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-091-59/+60
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Async error handling and MacOS/X fixesViktor Dukhovni2015-11-221-15/+17
* Implement windows async thread local variable supportMatt Caswell2015-11-201-2/+6
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-14/+30
* Simplify async pool handlingMatt Caswell2015-11-201-21/+51
* Swap to using proper windows pipesMatt Caswell2015-11-201-2/+2
* Fix some style issuesMatt Caswell2015-11-201-32/+34
* Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2015-11-201-3/+31
* Fix Linux crashMatt Caswell2015-11-201-0/+8
* Tweak async documentation based on feedbackMatt Caswell2015-11-201-3/+3
* Add ASYNC error codesMatt Caswell2015-11-201-8/+28
* Normalise ASYNC namingMatt Caswell2015-11-201-57/+57
* Optimise ASYNC_CTX handlingMatt Caswell2015-11-201-8/+4
* Remove ASYNC_in_job()Matt Caswell2015-11-201-8/+0
* Implement windows async pool and notify supportMatt Caswell2015-11-201-6/+17
* Implement local thread poolsMatt Caswell2015-11-201-20/+20
* Initial Async notify code changesMatt Caswell2015-11-201-0/+43
* Add ASYNC_JOB poolsMatt Caswell2015-11-201-19/+107
* Async clean upsMatt Caswell2015-11-201-5/+3
* Add null async implementationMatt Caswell2015-11-201-2/+4
* Async port to windowsMatt Caswell2015-11-201-102/+76
* Add async sub-library to libcryptoMatt Caswell2015-11-201-0/+275