| Commit message (Expand) | Author | Age |
| * | fixes #331 replace NNG_OPT_RAW option with constructor | Garrett D'Amore | 2018-04-04 |
| * | fixes #329 type checking not done for setopt | Garrett D'Amore | 2018-04-04 |
| * | fixes #301 String option handling for getopt | Garrett D'Amore | 2018-03-20 |
| * | fixes #296 Typed options should validate option type | Garrett D'Amore | 2018-03-20 |
| * | fixes #287 remove NNG_OPT_DOMAIN, NNG_OPT_PROTOCOL, and NNG_OPT_TRANSPORT | Garrett D'Amore | 2018-03-17 |
| * | fixes #173 Define public HTTP server API | Garrett D'Amore | 2018-02-01 |
| * | fixes #2 Websocket transport | Garrett D'Amore | 2017-12-26 |
| * | Closed socket returns NNG_ENOENT instead of NNG_ECLOSED. | Garrett D'Amore | 2017-11-05 |
| * | fixes #143 Protocols and transports should be "configurable" | Garrett D'Amore | 2017-11-02 |
| * | fixes #46 make device() use aios directly | Garrett D'Amore | 2017-10-26 |
| * | fixes #45 expose aio to applications | Garrett D'Amore | 2017-10-25 |
| * | fixes #132 Implement saner notification for file descriptors | Garrett D'Amore | 2017-10-24 |
| * | fixes #112 Need to move some stuff from socket to message queues | Garrett D'Amore | 2017-10-23 |
| * | fixes #84 Consider using msec for durations | Garrett D'Amore | 2017-10-19 |
| * | Add NNG_OPT_DOMAIN and NNG_OPT_SOCKNAME support for legacy compat. | Garrett D'Amore | 2017-10-06 |
| * | fixes #99 Still seeing segfaults in pair1 (rarely) | Garrett D'Amore | 2017-10-03 |
| * | Remove last vestiges of integer option numbers. | Garrett D'Amore | 2017-09-27 |
| * | Refactor option handling APIs. | Garrett D'Amore | 2017-09-27 |
| * | Add improved getopt functions, pass integers by value. | Garrett D'Amore | 2017-09-22 |
| * | Allocate AIOs dynamically. | Garrett D'Amore | 2017-09-22 |
| * | Fix a few warnings and subtle test races. | Garrett D'Amore | 2017-08-24 |
| * | Eliminate legacy option settings, provide easier option IDs. | Garrett D'Amore | 2017-08-24 |
| * | Add support for 64-bit ids in idhash. | Garrett D'Amore | 2017-08-22 |
| * | Endpoint API completely implemented. | Garrett D'Amore | 2017-08-18 |
| * | Provide versions of mutex, condvar, and aio init that never fail. | Garrett D'Amore | 2017-08-16 |
| * | Move socket structure to private socket implementation. | Garrett D'Amore | 2017-08-14 |
| * | Convert duration to usec. | Garrett D'Amore | 2017-08-14 |
| * | Fix a few problems found by codacy. One was a real bug. | Garrett D'Amore | 2017-08-14 |
| * | fixes #62 Endpoint close should be synchronous #62 | Garrett D'Amore | 2017-08-14 |
| * | Windows fixes; especially idempotent init/fini. | Garrett D'Amore | 2017-08-11 |
| * | Unify the msg API. | Garrett D'Amore | 2017-08-10 |
| * | fixes #47 compat_reqttls fails sometimes | Garrett D'Amore | 2017-08-09 |
| * | Fix problems found in Windows build. | Garrett D'Amore | 2017-08-09 |
| * | fixes #44 open protocol by "name" (symbol) instead number | Garrett D'Amore | 2017-08-09 |
| * | Added nn_compat code for option handling, fixed other bugs. | Garrett D'Amore | 2017-08-08 |
| * | Don't clear the AIO provider data in finish. | Garrett D'Amore | 2017-08-07 |
| * | We use NNG_ETIMEDOUT from msgq now. | Garrett D'Amore | 2017-08-07 |
| * | Lets hold the lock a little while longer. | Garrett D'Amore | 2017-07-20 |
| * | Yet more race condition fixes. | Garrett D'Amore | 2017-07-20 |
| * | Fix close-related leak of pipes. | Garrett D'Amore | 2017-07-18 |
| * | Fix hang on double-close of socket. | Garrett D'Amore | 2017-07-17 |
| * | Ditch unused nni_sock_hold() call. | Garrett D'Amore | 2017-07-17 |
| * | Bind the pipe to the ep properly, and wake any closers needed. | Garrett D'Amore | 2017-07-16 |
| * | Fix locking errors in endpoints, and simplify some logic. | Garrett D'Amore | 2017-07-16 |
| * | Some initial progress on *connect* async. | Garrett D'Amore | 2017-07-15 |
| * | Implemented asynchronous (fully) accept. | Garrett D'Amore | 2017-07-14 |
| * | Attempts to minimize races, remove unused nni_sock_mtx function. | Garrett D'Amore | 2017-07-12 |
| * | Give up on uncrustify; switch to clang-format. | Garrett D'Amore | 2017-07-10 |
| * | SRWLocks FTW! | Garrett D'Amore | 2017-07-07 |
| * | TCP asynchronous working now. | Garrett D'Amore | 2017-07-07 |