summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
...
* 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
* fixes #564 Race regression caused by#522Garrett D'Amore2018-07-02
* nni_url_parse does not handle ipc and inproc David Horsley2018-06-28
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* fixes #540 nni_ep_opttype serves no purposeGarrett D'Amore2018-06-13
* fixes #535 aio->a_closed and aio->a_stop could be consolidatedGarrett D'Amore2018-06-12
* fixes #533 nni_aio_begin should not dispatch task on NNG_ECLOSED.Garrett D'Amore2018-06-12
* fixes #32 autoscale based on CPUs availableGarrett D'Amore2018-06-12
* fixes #521 ep_stop is not actually usedGarrett D'Amore2018-06-11
* fixes #511 Want to be able to have deferred destroy of tasks and aiosGarrett D'Amore2018-06-09
* fixes #509 We need "relative" IPC URLsGarrett D'Amore2018-06-08
* fixes #499 Eliminate the unused nni_plat_home_dir...Garrett D'Amore2018-05-30
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
* fixes #473 Bug 460 is too aggressiveGarrett D'Amore2018-05-21
* fixes #469 SO_REUSEADDR should be enabledGarrett D'Amore2018-05-21
* fixes #459 SUB should be more aggressive about discarding messagesGarrett D'Amore2018-05-21
* fixes #451 task finalization could be better/smarter (resolver)Garrett D'Amore2018-05-17
* fixes #449 Want more flexible pipe eventsGarrett D'Amore2018-05-17
* fixes #445 crash in taskq_threadGarrett D'Amore2018-05-16
* Switch to clang 6 and gcc 8 on xenial for circle ci.Garrett D'Amore2018-05-16
* fixes #436 fix for 429 incomplete (ws ep crash)Garrett D'Amore2018-05-15
* fixes #433 tasks can leakGarrett D'Amore2018-05-15
* fixes #431 hang in taskq_waitGarrett D'Amore2018-05-15
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #422 nng_aio_fini_cb() could go awayGarrett D'Amore2018-05-09
* do not include files you won't needDavide Faconti2018-05-07