aboutsummaryrefslogtreecommitdiff
path: root/src/core/platform.h
Commit message (Expand)AuthorAge
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* SRWLocks FTW!Garrett D'Amore2017-07-07
* Start of progress on Windows. Name resolution and IOCP work begins.Garrett D'Amore2017-07-07
* TCP asynchronous working now.Garrett D'Amore2017-07-07
* Initial swag at asynchronous name resolution.Garrett D'Amore2017-07-06
* Make ipc work 100% async.Garrett D'Amore2017-07-05
* Rename aio functions. Enhanced epdesc_finish.Garrett D'Amore2017-07-04
* IPC & TCP negotiation done using aio. Remove old sync send/recv.Garrett D'Amore2017-07-03
* Pass cancel of IPC and TCP all the way down to POSIX pipedescs.Garrett D'Amore2017-06-29
* IPC send/recv works asynchronously for POSIX.Garrett D'Amore2017-03-29
* Clean up some dead code.Garrett D'Amore2017-03-29
* TCP (POSIX) async send/recv working. Other changes.Garrett D'Amore2017-03-29
* Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).Garrett D'Amore2017-01-21
* Initial swag at notification pipes (not used yet).Garrett D'Amore2017-01-21
* Start of event framework.Garrett D'Amore2017-01-16
* Windows TCP now working.Garrett D'Amore2017-01-14
* 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
* 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
* Initial cut at TCP, totally untested beyond compilation.Garrett D'Amore2017-01-04
* Working towards TCP support.Garrett D'Amore2017-01-03
* Uncrustify.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
* Uncrustify fixes.Garrett D'Amore2016-12-23
* Endpoint dialer implemented.Garrett D'Amore2016-12-22
* Work on endpoints. More C99 & type cleanups.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
* Ditch our own snprintf/vsnprintf (C99). Symbol naming fixes for inproc.Garrett D'Amore2016-12-21
* Uncrustify clean now.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