aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* Fix leaks in bus, socket leaks, tighten up close-side refcnting.Garrett D'Amore2017-01-21
* Resolve deadlock during close.Garrett D'Amore2017-01-21
* fixes #18 Sockets should be uint32_t's (handles) not pointers.Garrett D'Amore2017-01-20
* Thread fini shouldl be idempotent.Garrett D'Amore2017-01-19
* Fix synchronization problem in msgqueue with multiple consumers.Garrett D'Amore2017-01-19
* fixes #12 SURVEY hang in TravisGarrett D'Amore2017-01-18
* Reduce lock contention and simplify logic for endpoint creation.Garrett D'Amore2017-01-18
* Reaper exits too soon, leaking bits.Garrett D'Amore2017-01-18
* Fix leaking notify structs.Garrett D'Amore2017-01-18
* Windows compilation fixes.Garrett D'Amore2017-01-18
* Public pipe and endpoint APIs use IDs instead of pointers.Garrett D'Amore2017-01-17
* Pipe IDs are now tracked on global ID hashes.Garrett D'Amore2017-01-17
* Pipe IDs are now tracked by hash table for performance.Garrett D'Amore2017-01-17
* Added dynamic ID generation & management for idhash tables.Garrett D'Amore2017-01-17
* External event API for send/recv implemented.Garrett D'Amore2017-01-16
* Recv/Send event plumbing implemented (msgqueue and up).Garrett D'Amore2017-01-16
* Start of event framework.Garrett D'Amore2017-01-16
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Cleanup winsock somewhat.Garrett D'Amore2017-01-15
* Windows IPC works now.Garrett D'Amore2017-01-15
* Windows TCP now working.Garrett D'Amore2017-01-14
* Many fixes for Windows. It compiles, and some tests work.Garrett D'Amore2017-01-13
* Initial swag at Win32. Much to do still.Garrett D'Amore2017-01-12
* Pull out the posix clock stuff for plat_clock.Garrett D'Amore2017-01-12
* Add IPC (UNIX domain sockets) for POSIX, and test suite.Garrett D'Amore2017-01-12
* Initial (untested) bus implementation.Garrett D'Amore2017-01-10
* Initialize some mq vars.Garrett D'Amore2017-01-09
* Add survey test (and fix survey pattern).Garrett D'Amore2017-01-09
* New ISAAC pRNG. This replaces other local hacks for random data.Garrett D'Amore2017-01-08
* Add surveyor protocol (no tests yet).Garrett D'Amore2017-01-08
* Move to generic socket & pipe workers, and up to 4 each.Garrett D'Amore2017-01-08
* Add respondent protocol. (Half of survey pattern.)Garrett D'Amore2017-01-08
* More close race fixing.Garrett D'Amore2017-01-07
* Clean up sender/recver threads.Garrett D'Amore2017-01-07
* Pipe bail shouldn't mess with lists. Doh!Garrett D'Amore2017-01-07
* Uncrustify fix for last.Garrett D'Amore2017-01-07
* Race condition fix attempt.Garrett D'Amore2017-01-07
* Simplify locking for protocols.Garrett D'Amore2017-01-07
* Initial swag at pipeline (PUSH/PULL).Garrett D'Amore2017-01-06
* Bunch of copyright fixes.Garrett D'Amore2017-01-06
* Message API was awkward.Garrett D'Amore2017-01-06
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* PUB protocol (untested).Garrett D'Amore2017-01-05
* Add nng_shutdown() for sockets to help avoid close race.Garrett D'Amore2017-01-05
* SUB protocol implemented (uses sorted linked list for topics).Garrett D'Amore2017-01-05
* Fix close related races (POSIX close is a PITA).Garrett D'Amore2017-01-04
* Test for duplicate address listen, and fix in TCP for same.Garrett D'Amore2017-01-04
* Initial cut at TCP, totally untested beyond compilation.Garrett D'Amore2017-01-04
* Working towards TCP support.Garrett D'Amore2017-01-03
* Add NNI_PUT64 and NNI_GET64.Garrett D'Amore2017-01-02