aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async/arch/async_win.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell2022-03-101-0/+15
* Update copyright yearMatt Caswell2021-01-071-1/+1
* crypto/win: Don't use disallowed APIs on UWPNirbheek Chauhan2021-01-041-0/+4
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/async/Richard Levitte2018-12-061-1/+1
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-1/+1
* Copyright consolidation 04/10Rich Salz2016-05-171-48/+5
* Add a function to detect if we have async or notMatt Caswell2016-03-071-0/+5
* Convert ASYNC code to use new Thread APIMatt Caswell2016-03-021-59/+1
* Refactor the async wait fd logicMatt Caswell2016-02-291-36/+0
* async_win.c: remove unused variableViktor Szakats2016-02-131-2/+0
* Auto init/deinit libcryptoMatt Caswell2016-02-091-31/+11
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Async error handling and MacOS/X fixesViktor Dukhovni2015-11-221-0/+1
* Implement windows async thread local variable supportMatt Caswell2015-11-201-8/+78
* Simplify async pool handlingMatt Caswell2015-11-201-57/+12
* Swap to using proper windows pipesMatt Caswell2015-11-201-8/+12
* Fix some style issuesMatt Caswell2015-11-201-2/+2
* Normalise ASYNC namingMatt Caswell2015-11-201-4/+4
* Implement windows async pool and notify supportMatt Caswell2015-11-201-1/+97
* Async port to windowsMatt Caswell2015-11-201-0/+84