aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix compilation warnings.Garrett D'Amore2017-08-08
* 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
* 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
* Fix warninsg about size types found in 64-bit windows build.Garrett D'Amore2017-08-05
* Don't shut down taskq too soon.Garrett D'Amore2017-08-05
* Minor improvements to reap start/stop logic.Garrett D'Amore2017-08-05
* Use dedicate reap thread for endpoints too.Garrett D'Amore2017-08-05
* Use a dedicated reap thread instead of taskq.Garrett D'Amore2017-08-05
* COnvert UDP to new style.Garrett D'Amore2017-08-04
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* More reliable taskq fini; avoids deadlock during shutdown.Garrett D'Amore2017-08-02
* Initial swag at UDP (POSIX only) low level handling.Garrett D'Amore2017-07-25
* Update Capitar copyrights.Garrett D'Amore2017-07-21
* Eliminate the separate AIO wake callback, making nni_aio_waitGarrett D'Amore2017-07-21
* Simpler taskq API.Garrett D'Amore2017-07-21
* fixes #28 Occasional orphaned pipe or endpoint?Garrett D'Amore2017-07-21
* Lets hold the lock a little while longer.Garrett D'Amore2017-07-20
* Yet more race condition fixes.Garrett D'Amore2017-07-20
* Always run the AIO completion logic.Garrett D'Amore2017-07-19
* Crash on close again.Garrett D'Amore2017-07-19
* fixes #27 Double free found in stress testingGarrett D'Amore2017-07-19
* Possible division by zero error (unset backoff start time).Garrett D'Amore2017-07-18
* fixes #21 Crash in IPC (POSIX)Garrett D'Amore2017-07-18
* Fixes most of the raaces in posix; but at least one remains outstanding.Garrett D'Amore2017-07-18
* Sometimes providers don't clear the prov data details. (Backoff).Garrett D'Amore2017-07-18
* Fix close-related leak of pipes.Garrett D'Amore2017-07-18
* Handle is INVALID_HANDLE_VALUE not NULLGarrett D'Amore2017-07-18
* Remove unused variables.Garrett D'Amore2017-07-17
* Fix unreferenced variable warnings and errors reported by MVSC.Garrett D'Amore2017-07-17
* Scalability test fixes.Garrett D'Amore2017-07-17
* Fix hang on double-close of socket.Garrett D'Amore2017-07-17
* Ditch unused nni_sock_hold() call.Garrett D'Amore2017-07-17
* Clean up pipes on fini. EP close sync with pipes.Garrett D'Amore2017-07-16
* Close negotiation race.Garrett D'Amore2017-07-16
* Inproc leak fixes.Garrett D'Amore2017-07-16
* Fix EAGAIN (timeout thread can run before we finish scheduling!)Garrett D'Amore2017-07-16
* Bind the pipe to the ep properly, and wake any closers needed.Garrett D'Amore2017-07-16
* Delete old #ifdef 0 pipe_create logic.Garrett D'Amore2017-07-16
* Fix locking errors in endpoints, and simplify some logic.Garrett D'Amore2017-07-16
* Reconnect automatically, but do backoff on failures. (Accept too!)Garrett D'Amore2017-07-16
* AIO timeouts work correctly now, using their own timer logic.Garrett D'Amore2017-07-16
* Add missing cancellation for inproc endpoints -- the source of much woe.Garrett D'Amore2017-07-15