aboutsummaryrefslogtreecommitdiff
path: root/src/platform/windows/win_impl.h
Commit message (Expand)AuthorAge
* windows: drop the hEvent initialization for win_io structures.Garrett D'Amore2024-05-30
* fixes #1552 Several warnings compiling in Windows with Visual Studio 2019Garrett D'Amore2021-12-25
* Fixes compiling on windows 32-bit (#1549)Edward Rudd2021-12-08
* Static condvar initialization.Garrett D'Amore2021-12-05
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* Provide atomic pointer support.Garrett D'Amore2021-12-05
* fixes #1409 reader/writer lock desiredGarrett D'Amore2021-07-11
* XREQ and others race on TTL.Garrett D'Amore2020-01-11
* fixes #1075 WebSocket heap use after freeGarrett D'Amore2019-12-30
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* fixes #674 want 64-bit atomics (for stats)Garrett D'Amore2018-08-27
* fixes #668 Remove the old win_event stuffGarrett D'Amore2018-08-20
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #566 Windows iov resubmit routine is not used.Garrett D'Amore2018-07-06
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #265 nngcat should support persistent ZT nodesGarrett D'Amore2018-03-05
* fixes #216 HTTP server side API refactoring, directory serving supportGarrett D'Amore2018-01-20
* Improve UDP test coverage, fix numerous issues found.Garrett D'Amore2017-10-05
* Windows UDP support.Garrett D'Amore2017-09-29
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Fix warninsg about size types found in 64-bit windows build.Garrett D'Amore2017-08-05
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* Windows implmentation of TCP is "working now".Garrett D'Amore2017-07-13
* Fix likely close race in Windows ICP/IOCP code.Garrett D'Amore2017-07-12
* Windows IPC working, mostly.Garrett D'Amore2017-07-11
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Windows IPC progress. Not working yet, but should be close.Garrett D'Amore2017-07-10
* SRWLocks FTW!Garrett D'Amore2017-07-07
* Start of progress on Windows. Name resolution and IOCP work begins.Garrett D'Amore2017-07-07
* Initial swag at notification pipes (not used yet).Garrett D'Amore2017-01-21
* Fix TCP hostname wildcards on Windows. Sort of.Garrett D'Amore2017-01-18
* Start of event framework.Garrett D'Amore2017-01-16
* Fixes for 32-bit Windows compilation.Garrett D'Amore2017-01-16
* Windows IPC works now.Garrett D'Amore2017-01-15
* Windows TCP now working.Garrett D'Amore2017-01-14
* Many fixes for Windows. It compiles, and some tests work.Garrett D'Amore2017-01-13
* Initial swag at Win32. Much to do still.Garrett D'Amore2017-01-12