summaryrefslogtreecommitdiff
path: root/src/core/socket.c
Commit message (Expand)AuthorAge
...
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* fixes #540 nni_ep_opttype serves no purposeGarrett D'Amore2018-06-13
* fixes #473 Bug 460 is too aggressiveGarrett D'Amore2018-05-21
* fixes #469 SO_REUSEADDR should be enabledGarrett D'Amore2018-05-21
* fixes #449 Want more flexible pipe eventsGarrett D'Amore2018-05-17
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #389 Need pipe notification callbacksGarrett D'Amore2018-05-03
* fixes #384 Add NN_PROTOCOL and relatedGarrett D'Amore2018-04-30
* fix a number of cppcheck complaints (not all)Garrett D'Amore2018-04-24
* fixes #368 context options could be emptyGarrett D'Amore2018-04-24
* fixes #344 nn_poll() legacy API missingGarrett D'Amore2018-04-16
* fixes #308 Close can blockGarrett D'Amore2018-04-14
* fixes #334 Separate context for state machines from socketsGarrett D'Amore2018-04-10
* fixes #331 replace NNG_OPT_RAW option with constructorGarrett D'Amore2018-04-04
* fixes #329 type checking not done for setoptGarrett D'Amore2018-04-04
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* fixes #287 remove NNG_OPT_DOMAIN, NNG_OPT_PROTOCOL, and NNG_OPT_TRANSPORTGarrett D'Amore2018-03-17
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* Closed socket returns NNG_ENOENT instead of NNG_ECLOSED.Garrett D'Amore2017-11-05
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #46 make device() use aios directlyGarrett D'Amore2017-10-26
* fixes #45 expose aio to applicationsGarrett D'Amore2017-10-25
* fixes #132 Implement saner notification for file descriptorsGarrett D'Amore2017-10-24
* fixes #112 Need to move some stuff from socket to message queuesGarrett D'Amore2017-10-23
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* Add NNG_OPT_DOMAIN and NNG_OPT_SOCKNAME support for legacy compat.Garrett D'Amore2017-10-06
* fixes #99 Still seeing segfaults in pair1 (rarely)Garrett D'Amore2017-10-03
* Remove last vestiges of integer option numbers.Garrett D'Amore2017-09-27
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* Add improved getopt functions, pass integers by value.Garrett D'Amore2017-09-22
* Allocate AIOs dynamically.Garrett D'Amore2017-09-22
* Fix a few warnings and subtle test races.Garrett D'Amore2017-08-24
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* Add support for 64-bit ids in idhash.Garrett D'Amore2017-08-22
* Endpoint API completely implemented.Garrett D'Amore2017-08-18
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Move socket structure to private socket implementation.Garrett D'Amore2017-08-14
* Convert duration to usec.Garrett D'Amore2017-08-14
* Fix a few problems found by codacy. One was a real bug.Garrett D'Amore2017-08-14
* fixes #62 Endpoint close should be synchronous #62Garrett D'Amore2017-08-14
* Windows fixes; especially idempotent init/fini.Garrett D'Amore2017-08-11
* Unify the msg API.Garrett D'Amore2017-08-10
* fixes #47 compat_reqttls fails sometimesGarrett D'Amore2017-08-09
* Fix problems found in Windows build.Garrett D'Amore2017-08-09
* fixes #44 open protocol by "name" (symbol) instead numberGarrett D'Amore2017-08-09
* Added nn_compat code for option handling, fixed other bugs.Garrett D'Amore2017-08-08
* Don't clear the AIO provider data in finish.Garrett D'Amore2017-08-07
* We use NNG_ETIMEDOUT from msgq now.Garrett D'Amore2017-08-07