summaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_thread.c
Commit message (Expand)AuthorAge
* Initial start of compat layer with bind, connect, etc. Untested.Garrett D'Amore2017-01-22
* Fix synchronization problem in msgqueue with multiple consumers.Garrett D'Amore2017-01-19
* Start of event framework.Garrett D'Amore2017-01-16
* Compile static *and* shared libraries.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
* Block SIGPIPE. Ewww...Garrett D'Amore2017-01-12
* 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
* Fix close related races (POSIX close is a PITA).Garrett D'Amore2017-01-04
* 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
* Substantial fixes for listen & dialers.Garrett D'Amore2016-12-25
* Mix the PID into our random number seed.Garrett D'Amore2016-12-25
* Try to satisfy uncrustify version differences. Make test use verbose by defa...Garrett D'Amore2016-12-23
* Uncrustify fixes.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
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* More robust platform definition support.Garrett D'Amore2016-12-14