summaryrefslogtreecommitdiff
path: root/src/platform/windows
Commit message (Expand)AuthorAge
...
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* Fix bug #868Alexander Pickering2019-02-15
* fixes #853 Move IPC options to nng.hGarrett D'Amore2019-01-06
* fixes #839 TCP listener_start API should use constant sockaddrGarrett D'Amore2019-01-06
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* progress on IPC endpointsGarrett D'Amore2018-12-29
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* fixes #769 How to limit worker threadsMatt Gigli2018-12-16
* Fix win file type (#749)Hunter2018-10-12
* fixes #712 windows nni_atomic_set64 should not return valueGarrett D'Amore2018-09-09
* fixes #674 want 64-bit atomics (for stats)Garrett D'Amore2018-08-27
* fixes #608 Add TCP support to specify local network interfaceGarrett D'Amore2018-08-27
* fixes #668 Remove the old win_event stuffGarrett D'Amore2018-08-20
* fixes #665 Convert Windows UDP to raw IOCPGarrett D'Amore2018-08-20
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #611 Memory Leaks under WindowsGarrett D'Amore2018-08-06
* fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memoryGarrett D'Amore2018-07-24
* Modified code to explicitly set hints.ai_socktype passed to getaddrinfo(). On...Mike Bush2018-07-24
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #591 incorrect reuse of server instances by websocketGarrett D'Amore2018-07-16
* 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 #32 autoscale based on CPUs availableGarrett D'Amore2018-06-12
* fixes #499 Eliminate the unused nni_plat_home_dir...Garrett D'Amore2018-05-30
* fixes #471 Linux resolver truncates port number silentlyGarrett D'Amore2018-05-21
* fixes #451 task finalization could be better/smarter (resolver)Garrett D'Amore2018-05-17
* fixes #430 Unable to build in MSYS + Win-buildsGarrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #383 Would like peerid for IPCGarrett D'Amore2018-05-03
* fixes #6 Security attributes supportGarrett D'Amore2018-04-30
* fixes #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* Eliminate unused varable.Garrett D'Amore2018-04-24
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #269 nngcat unreliable with ZeroTier transportGarrett D'Amore2018-03-07
* Fix for Windows compilation warnings.Garrett D'Amore2018-03-05
* fixes #265 nngcat should support persistent ZT nodesGarrett D'Amore2018-03-05
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* Windows IPC connection timer still thinks its usec.Garrett D'Amore2018-02-26
* Hang in concurrent IPC connection close.Garrett D'Amore2018-02-26
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* Backout #224 Does not work in CI, and breaks legacy compatibility.Garrett D'Amore2018-02-08
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #224 Windows pipe name restrictions, unicodeGarrett D'Amore2018-02-07
* fixes #228 aio iov should have larger limits (dynamically allocated)Garrett D'Amore2018-02-05
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #216 HTTP server side API refactoring, directory serving supportGarrett D'Amore2018-01-20
* Refactored file API.Garrett D'Amore2018-01-11