summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
...
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #831 Unify option structures, o_type is unusedGarrett 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
* fixes #812 message queue put_error unusedGarrett D'Amore2018-12-11
* fixes #799 Compile error on Windows with disabled statsGarrett D'Amore2018-11-23
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #794 nng bug report URL wrongGarrett D'Amore2018-11-16
* fixes #782 stat namespace collision on QNXGarrett D'Amore2018-11-09
* fixes #772 ineffectual assignment in aio_initGarrett D'Amore2018-11-01
* fixes #766 NNG asserts when setting socket nameGarrett D'Amore2018-11-01
* Add local IP address tuning for ZeroTier.Garrett D'Amore2018-10-25
* fixes #761 idhash work to factor in upper bits is pointlessGarrett D'Amore2018-10-23
* remove unused function declarationQXSoftware2018-10-12
* remove redundant zero memory operationsQXSoftware2018-10-12
* fix function "int nni_msg_alloc(nni_msg **mp, size_t sz)" allocates the under...QXSoftware2018-10-02
* use index together with increment operator(postfix form)QXSoftware2018-10-02
* update the comment (nng_msgq_put_until doesn't exists anymore)QXSoftware2018-10-02
* fixes #721 stale #if 0 block in stats.hGarrett D'Amore2018-09-12
* fixes #713 stats warnings from WindowsGarrett D'Amore2018-09-09
* fixes #710 idhash has nasty performance bugGarrett D'Amore2018-09-09
* remove unused typedefQXSoftware2018-09-09
* remove redundant zero memsetQXSoftware2018-09-09
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #693 Failed dial results in hard spinGarrett D'Amore2018-08-31
* fixes #691 Desire 16 and 64 bit message manipulatorsGarrett D'Amore2018-08-31
* fixes #686 strtoull() not present on WindowsGarrett D'Amore2018-08-30
* fixes #673 transports could benefit from access to upper layerGarrett D'Amore2018-08-27
* 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 #669 pipe.c type conversion warningGarrett D'Amore2018-08-20
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* Remove dead #if 0 code in dialer.Garrett D'Amore2018-08-19
* fixes #654 use aio for synchronous connectGarrett D'Amore2018-08-15
* fixes #648 REQ protocol can hang on closeGarrett D'Amore2018-08-14
* fixes #208 pipe start should occur before connect / acceptGarrett D'Amore2018-08-14
* fixes #625 aio->a_stop/aio_begin may be too severeGarrett D'Amore2018-08-07
* fixes #623 nni_aio_stop could be betterGarrett D'Amore2018-08-06
* Revert "fixes #599 nng_dial sync should not return until added to socket"Garrett D'Amore2018-08-06
* fixes #599 nng_dial sync should not return until added to socketGarrett D'Amore2018-08-05
* fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memoryGarrett D'Amore2018-07-24
* fixes #604 pipe free does not finalize cvGarrett D'Amore2018-07-20
* fixes #601 pipe destroy can fail to close pipeGarrett D'Amore2018-07-18
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #589 tsan found racesGarrett D'Amore2018-07-16
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #568 Want a single reader/write lock on socket child objectsGarrett D'Amore2018-07-06
* fixes #581 nni_idhash could use 32-bit variantGarrett D'Amore2018-07-06
* fixes #579 Use ids for pipe listener and dialerGarrett D'Amore2018-07-06
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03