aboutsummaryrefslogtreecommitdiff
path: root/src/core/defs.h
Commit message (Expand)AuthorAge
...
* Initial swag at asynchronous name resolution.Garrett D'Amore2017-07-06
* TCP (POSIX) async send/recv working. Other changes.Garrett D'Amore2017-03-29
* Clean up worker vestiges.Garrett D'Amore2017-03-12
* Introduce new generic I/O event framework.Garrett D'Amore2017-02-19
* Taskq implementation.Garrett D'Amore2017-02-18
* Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).Garrett D'Amore2017-01-21
* fixes #18 Sockets should be uint32_t's (handles) not pointers.Garrett D'Amore2017-01-20
* 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
* Start of event framework.Garrett D'Amore2017-01-16
* Cleanup winsock somewhat.Garrett D'Amore2017-01-15
* Windows IPC works now.Garrett D'Amore2017-01-15
* Move to generic socket & pipe workers, and up to 4 each.Garrett D'Amore2017-01-08
* Simplify locking for protocols.Garrett D'Amore2017-01-07
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* 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
* Add NNI_GET32, NNI_PUT32 macros.Garrett D'Amore2017-01-02
* Fixes to enable REQ/REP to operate.Garrett D'Amore2017-01-02
* Protocol initialization restructuring.Garrett D'Amore2017-01-02
* Endpoint renaming.Garrett D'Amore2017-01-02
* Transport renaming.Garrett D'Amore2017-01-02
* Transport renaming phase 1.Garrett D'Amore2017-01-02
* Rename nni_socket to nni_sock.Garrett D'Amore2017-01-02
* Use new NNI_ALLOC_STRUCT macro. nni_msg_dup copies options too.Garrett D'Amore2017-01-02
* Nuke legacy _t types.Garrett D'Amore2017-01-01
* Times are 64-bits, not 32-bits!Garrett D'Amore2016-12-27
* nng_setopt works (rcvtimeout, etc.) External API adjustments.Garrett D'Amore2016-12-23
* Uncrustify fixes.Garrett D'Amore2016-12-23
* Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv.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
* Better separate public vs. private names.Garrett D'Amore2016-12-14
* New inproc transport.Garrett D'Amore2016-12-12