aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add no-asm builds to TravisAlessandro Ghedini2015-11-211-0/+5
* Fix (minor) problems found by ubsanAlessandro Ghedini2015-11-212-2/+7
* Add Travis builds with undefined behavior sanitizerAlessandro Ghedini2015-11-211-2/+2
* add -pthread to debug-steve*Dr. Stephen Henson2015-11-211-3/+3
* Good hygiene with size_t output argument.Viktor Dukhovni2015-11-211-1/+1
* Implement windows async thread local variable supportMatt Caswell2015-11-209-17/+127
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-2012-74/+122
* Simplify async pool handlingMatt Caswell2015-11-2010-176/+97
* Swap to using proper windows pipesMatt Caswell2015-11-207-25/+47
* Fix some style issuesMatt Caswell2015-11-203-35/+38
* Fix async deadlock problemMatt Caswell2015-11-201-0/+17
* Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2015-11-206-7/+87
* Remove ASYNC NOEXIST functions from libeay.numMatt Caswell2015-11-201-10/+8
* Further OS-X deprecated warnings tweakMatt Caswell2015-11-201-1/+3
* Fix bug in async_fibre_makecontext for POSIXMatt Caswell2015-11-201-2/+2
* Rename start_async_job to ssl_start_async_jobMatt Caswell2015-11-203-9/+9
* Rename some daysnc functions for consistencyMatt Caswell2015-11-201-11/+11
* Add clarification to docs on ASYNC_free_pool()Matt Caswell2015-11-201-10/+14
* 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
* Fix Linux crashMatt Caswell2015-11-201-0/+8
* Tweak async documentation based on feedbackMatt Caswell2015-11-205-17/+24
* Clean up libssl async callsMatt Caswell2015-11-203-109/+91
* make updateMatt Caswell2015-11-203-22/+31
* Add ASYNC error codesMatt Caswell2015-11-208-13/+162
* Update CHANGESMatt Caswell2015-11-201-0/+10
* Add s_client support for waiting for asyncMatt Caswell2015-11-204-16/+17
* Fix the error code for SSL_get_async_wait_fd()Matt Caswell2015-11-202-2/+2
* More async documentationMatt Caswell2015-11-205-1/+88
* Normalise ASYNC namingMatt Caswell2015-11-207-99/+98
* Fix windows compilation warningsMatt Caswell2015-11-204-7/+18
* Optimise ASYNC_CTX handlingMatt Caswell2015-11-201-8/+4
* Fix ASYNC null implementationMatt Caswell2015-11-205-2/+130
* Add ASYNC testsMatt Caswell2015-11-203-3/+268
* Remove ASYNC_in_job()Matt Caswell2015-11-203-12/+3
* Document async capabilitiesMatt Caswell2015-11-201-0/+242
* make updateMatt Caswell2015-11-203-22/+28
* Implement windows async pool and notify supportMatt Caswell2015-11-206-13/+121
* Fix pools for s_clientMatt Caswell2015-11-201-1/+7
* Fix s_server bugMatt Caswell2015-11-201-2/+9
* Implement local thread poolsMatt Caswell2015-11-206-23/+75
* Initial Async notify code changesMatt Caswell2015-11-209-12/+140
* Add ASYNC_JOB poolsMatt Caswell2015-11-206-45/+168
* Use longjmp at setjmp where possibleMatt Caswell2015-11-204-13/+29
* Fix s_server -WWW with -asyncMatt Caswell2015-11-201-2/+2
* Async clean upsMatt Caswell2015-11-203-9/+6
* Increase stack sizeMatt Caswell2015-11-201-2/+4
* Add null async implementationMatt Caswell2015-11-204-11/+86
* Async port to windowsMatt Caswell2015-11-2010-106/+524