aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAge
* Fixes for 32-bit Windows compilation.Garrett D'Amore2017-01-16
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Compile static *and* shared libraries.Garrett D'Amore2017-01-15
* Cleanup winsock somewhat.Garrett D'Amore2017-01-15
* Windows IPC works now.Garrett D'Amore2017-01-15
* Use Windows tick clock instead of Performance counters.Garrett D'Amore2017-01-14
* 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
* Block SIGPIPE. Ewww...Garrett D'Amore2017-01-12
* Add IPC (UNIX domain sockets) for POSIX, and test suite.Garrett D'Amore2017-01-12
* POSIX /dev/urandom compilation bug.Garrett D'Amore2017-01-08
* New ISAAC pRNG. This replaces other local hacks for random data.Garrett D'Amore2017-01-08
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* Recv returns 0 on EOF.Garrett D'Amore2017-01-04
* Fix close related races (POSIX close is a PITA).Garrett D'Amore2017-01-04
* Compilation fixes for Linux.Garrett D'Amore2017-01-04
* TCP listen and accept test.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
* Fixes to enable REQ/REP to operate.Garrett D'Amore2017-01-02
* Stack related fixes for valgrind platform test.Garrett D'Amore2017-01-01
* Final purge of old threading & synch stuff.Garrett D'Amore2017-01-01
* Pipe simplifications for thread management.Garrett D'Amore2017-01-01
* New thread infrastructure -- not used anywhere yet, but tested.Garrett D'Amore2017-01-01
* Condvars on MacOS X (even 10.12) don't work with monotonic times.Garrett D'Amore2016-12-27
* Substantial fixes for listen & dialers.Garrett D'Amore2016-12-25
* Mix the PID into our random number seed.Garrett D'Amore2016-12-25
* Fix for incorrect nni_usleep(), found with newly created platform tests.Garrett D'Amore2016-12-23
* Fix incorrect timeouts on platforms without clock_gettime().Garrett D'Amore2016-12-23
* Try to satisfy uncrustify version differences. Make test use verbose by defa...Garrett D'Amore2016-12-23
* Uncrustify fixes.Garrett D'Amore2016-12-23
* Initial tests -- open & close work (no pipes or endpoints yet).Garrett D'Amore2016-12-23
* Endpoint dialer implemented.Garrett D'Amore2016-12-22
* Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv.Garrett D'Amore2016-12-22
* Synchronization enhancements - inproc & msgqueue. Absolute waits...Garrett D'Amore2016-12-22
* Start of work to inline mutexes and condition variables.Garrett D'Amore2016-12-22
* Use C99 structure initializers FTW. Various other changes.Garrett D'Amore2016-12-22
* Older Darwin lacks clock_gettime(); we need poll.h to use poll().Garrett D'Amore2016-12-21
* Ditch our own snprintf/vsnprintf (C99). Symbol naming fixes for inproc.Garrett D'Amore2016-12-21
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* More robust platform definition support.Garrett D'Amore2016-12-14
* More comments, and detection of fork-reentrancy. Much effort was spentGarrett D'Amore2016-12-13
* Added threading primitives, more complete transport API.Garrett D'Amore2016-12-12
* New inproc transport.Garrett D'Amore2016-12-12
* New msgqueue implementation, use CLOCK_MONOTONIC if available.Garrett D'Amore2016-12-11
* Condition variable implementation.Garrett D'Amore2016-12-10
* Initial commit. This is not going to be useful to you for anything.Garrett D'Amore2016-12-10