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