summaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Expand)AuthorAge
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
* fixes #452 Want tcp6:// and tcp4:// to constrain IP familyGarrett D'Amore2018-05-17
* 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
* fixes #413 desire --count option for nngcatGarrett D'Amore2018-05-07
* 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
* fix a number of cppcheck complaints (not all)Garrett D'Amore2018-04-24
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #308 Close can blockGarrett D'Amore2018-04-14
* fixes #336 inproc queue depths are too longGarrett D'Amore2018-04-10
* fixes #329 type checking not done for setoptGarrett D'Amore2018-04-04
* fixes #324 nni_aio_set_synch leads to race conditionGarrett D'Amore2018-04-04
* fixes #317 TLS, TCP, and IPC should support multiple outstanding opsGarrett D'Amore2018-03-30
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* Fixes issues found by (and submitted by) @nonnenmacher when workingVincent Nonnenmacher2018-03-19
* fixes #295 boolean options should use C99 bool typeGarrett D'Amore2018-03-18
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #276 decouple NNG and zerotier definitionsGarrett D'Amore2018-03-10
* fixes #269 nngcat unreliable with ZeroTier transportGarrett D'Amore2018-03-07
* fixes #265 nngcat should support persistent ZT nodesGarrett D'Amore2018-03-05
* ZeroTier timestamps are signed now.Garrett D'Amore2018-03-05
* Remove stale ZeroTier RFC, update URL and link to correct one.Garrett D'Amore2018-03-05
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* ipc: more robust initLiam Staskawicz2018-03-02
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21
* CMake & CPack improvements.Garrett D'Amore2018-02-21
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Expose scatter/gather I/O vectors; we will use for HTTP API.Garrett D'Amore2018-01-29
* fixes #221 zerotier URL format changesGarrett D'Amore2018-01-22
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* fixes #211 Restore handling of '*' in URL logicGarrett D'Amore2018-01-17
* Websocket does not need a distinct pipe start.Garrett D'Amore2018-01-17
* fixes #209 NNG_OPT_TLS_VERIFIED is bustedGarrett D'Amore2018-01-17
* fixes #206 Want NNG_OPT_TLS_VERIFIED optionGarrett D'Amore2018-01-16
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* Refactored file API.Garrett D'Amore2018-01-11
* fixes #186 Suggested API changes for nng TLS certsGarrett D'Amore2018-01-09
* Convert existing websocket and http code to use new URL framework.Garrett D'Amore2018-01-05
* Fix some more leaks, add a generic URL parser.Garrett D'Amore2018-01-05
* Fix leaks on send.Garrett D'Amore2018-01-03
* Websocket subprotocol not sent or checked.Garrett D'Amore2018-01-02