aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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 #589 tsan found racesGarrett D'Amore2018-07-16
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #584 Use after-free in websocketGarrett D'Amore2018-07-06
* 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 #566 Windows iov resubmit routine is not used.Garrett D'Amore2018-07-06
* fixes #579 Use ids for pipe listener and dialerGarrett D'Amore2018-07-06
* Releasing version 1.0.1.v1.0.1Garrett D'Amore2018-07-05
* fixes #576 IPC listen unlinks UNIX socket on failureGarrett D'Amore2018-07-05
* fixes #575 kqueue spins hardGarrett D'Amore2018-07-04
* 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 #539 Feature request: customizable http error pageGarrett D'Amore2018-06-15
* fixes #545 uaio assertion error in wsGarrett D'Amore2018-06-14
* fixes #518 Panic in compat_ws -- use after free?Garrett D'Amore2018-06-14
* 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 #527 http_res_set_reason crash in exampleGarrett D'Amore2018-06-12
* fixes #32 autoscale based on CPUs availableGarrett D'Amore2018-06-12
* fixes #525 posix nni_plat_tcp_ep_init should not mark mode unusedGarrett D'Amore2018-06-11
* 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
* Remove tag - version 1.0.0 fcs now.v1.0.0Garrett D'Amore2018-06-08
* fixes #509 We need "relative" IPC URLsGarrett D'Amore2018-06-08
* Adding sys/stat.h to src/platform/posix/posix_aio.h for building with muslMark Stevens2018-06-04
* 1.0.0 rc.1v1.0.0-rc.1Garrett D'Amore2018-06-01
* fixes #499 Eliminate the unused nni_plat_home_dir...Garrett D'Amore2018-05-30
* fixes #477 Android NDK build configurationGarrett D'Amore2018-05-30
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #488 pthread mutex initializer could be simplerGarrett D'Amore2018-05-29
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
* Update for 1.0.0-beta.2v1.0.0-beta.2Garrett D'Amore2018-05-22
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
* fixes #473 Bug 460 is too aggressiveGarrett D'Amore2018-05-21
* fixes #471 Linux resolver truncates port number silentlyGarrett 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 #457 Create stub headers for compatibilityGarrett D'Amore2018-05-21
* fixes #462 mode_t missing during compilationGarrett D'Amore2018-05-20
* Update for 1.0.0-beta.1v1.0.0-beta.1Garrett D'Amore2018-05-18
* fixes #451 task finalization could be better/smarter (resolver)Garrett D'Amore2018-05-17
* fixes #452 Want tcp6:// and tcp4:// to constrain IP familyGarrett D'Amore2018-05-17
* fixes #449 Want more flexible pipe eventsGarrett D'Amore2018-05-17
* fixes #441 Unintentional semantic in bus protocolGarrett D'Amore2018-05-17
* fixes #445 crash in taskq_threadGarrett D'Amore2018-05-16