| Commit message (Expand) | Author | Age |
| * | Add tests to validate backpressure vs best effort for pairv1. | Garrett D'Amore | 2017-08-11 |
| * | Fail to another stream on default (no pipe requested). | Garrett D'Amore | 2017-08-11 |
| * | Add a test for default pipe in polyamorous mode. | Garrett D'Amore | 2017-08-11 |
| * | Fix TTL handling for pair1 protocol; more tests. | Garrett D'Amore | 2017-08-11 |
| * | Change coverage range: 50% maxing out at 85%. | Garrett D'Amore | 2017-08-11 |
| * | Windows fixes; especially idempotent init/fini. | Garrett D'Amore | 2017-08-11 |
| * | Test support for pairv1 including polyamorous mode. | Garrett D'Amore | 2017-08-11 |
| * | Posix pollq fini is not properly idempotent. | Garrett D'Amore | 2017-08-11 |
| * | Add 32-bit accessors for messages, and tests for them. | Garrett D'Amore | 2017-08-11 |
| * | Leaking poll fds. | Garrett D'Amore | 2017-08-11 |
| * | Use updated gcov tool. | Garrett D'Amore | 2017-08-11 |
| * | Verify errno handling works; use table driven approach. | Garrett D'Amore | 2017-08-10 |
| * | Constructors missing from Windows DLLs. | Garrett D'Amore | 2017-08-10 |
| * | Restore the device test. | Garrett D'Amore | 2017-08-10 |
| * | Unify the msg API. | Garrett D'Amore | 2017-08-10 |
| * | Add new PAIR_V1 protocol. | Garrett D'Amore | 2017-08-10 |
| * | Thundering herd kills performance. | 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 #48 tcp sometimes fails to get a port | Garrett D'Amore | 2017-08-09 |
| * | Undo header include reordering (clang, breaks windows). | Garrett D'Amore | 2017-08-09 |
| * | fixes #44 open protocol by "name" (symbol) instead number | Garrett D'Amore | 2017-08-09 |
| * | fixes #37 Make transports pluggable | Garrett D'Amore | 2017-08-08 |
| * | Simplify initialization, fix error in closed TCP endpoint. | Garrett D'Amore | 2017-08-08 |
| * | Updates to Travis CI configuration, serialize testing (TCP). | Garrett D'Amore | 2017-08-08 |
| * | Use inproc to minimize timeouts on TCP (Windows). | Garrett D'Amore | 2017-08-08 |
| * | Fix compilation warnings. | Garrett D'Amore | 2017-08-08 |
| * | Increase the timeouts for compat_reqttl (context switches?) | Garrett D'Amore | 2017-08-08 |
| * | Added nn_compat code for option handling, fixed other bugs. | Garrett D'Amore | 2017-08-08 |
| * | compatible pipeline test makes bad timing assumptions. | Garrett D'Amore | 2017-08-07 |
| * | Don't clear the AIO provider data in finish. | Garrett D'Amore | 2017-08-07 |
| * | Add some more compatibility tests; fix surveyor compat bug. | Garrett D'Amore | 2017-08-07 |
| * | We use NNG_ETIMEDOUT from msgq now. | Garrett D'Amore | 2017-08-07 |
| * | Fix crash when using legacy send API with NN_MSG. | Garrett D'Amore | 2017-08-07 |
| * | Address possible leak on send failure. | Garrett D'Amore | 2017-08-07 |
| * | Fix a few pointer vs. character errors found by gcc 7. | Garrett D'Amore | 2017-08-07 |
| * | Remove unused idhash_reclaim. | Garrett D'Amore | 2017-08-07 |
| * | Remove some dead code; msg queue depths are always unsigned. | Garrett D'Amore | 2017-08-07 |
| * | Subsystem initialize is idempotent; simplify cleanup. | Garrett D'Amore | 2017-08-07 |
| * | We don't want to report on test coverage of our test programs! | Garrett D'Amore | 2017-08-07 |
| * | Updated information, and a codecov badge. | Garrett D'Amore | 2017-08-07 |
| * | Compiler switches need to be a string. | Garrett D'Amore | 2017-08-07 |
| * | Problem was module path override, I think. | Garrett D'Amore | 2017-08-07 |
| * | More coverage tweaks (I hope). | Garrett D'Amore | 2017-08-07 |
| * | Fix travis YAML. | Garrett D'Amore | 2017-08-07 |
| * | Richer CI support on Travis, including code coverage. | Garrett D'Amore | 2017-08-07 |
| * | No, I'm not using Sublime Text anymore, and nobody else cares. | Garrett D'Amore | 2017-08-07 |
| * | Add ability to override clang format, including disable. | Garrett D'Amore | 2017-08-07 |
| * | Fix warninsg about size types found in 64-bit windows build. | Garrett D'Amore | 2017-08-05 |
| * | Generate 64-bit on 64-bit builds. | Garrett D'Amore | 2017-08-05 |