aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/pair
Commit message (Expand)AuthorAge
* 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
* 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
* Logic for socket shutdown, cleanup, and draining figured out.Garrett D'Amore2016-12-22
* Use C99.Garrett D'Amore2016-12-21
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* nni_socket_add_pipe and nni_socket_remove_pipe implementation.Garrett D'Amore2016-12-14
* Better separate public vs. private names.Garrett D'Amore2016-12-14
* nn_socket_create() implemented.Garrett D'Amore2016-12-14
* Initial swing at pair protocol.Garrett D'Amore2016-12-13