aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_epdesc.c
Commit message (Expand)AuthorAge
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #576 IPC listen unlinks UNIX socket on failureGarrett D'Amore2018-07-05
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #469 SO_REUSEADDR should be enabledGarrett D'Amore2018-05-21
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #6 Security attributes supportGarrett D'Amore2018-04-30
* fix a number of cppcheck complaints (not all)Garrett D'Amore2018-04-24
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* Fixes for POSIX pollq structure.Garrett D'Amore2018-02-21
* Simply posix pollq architecture somewhat.Garrett D'Amore2018-02-15
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Fix compilation warnings, bugs, and crashes found on Windows.Garrett D'Amore2017-12-28
* fixes #154 underlyng TCP & IPC transports should support partial recv/sendGarrett D'Amore2017-11-13
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Fix a few problems found by codacy. One was a real bug.Garrett D'Amore2017-08-14
* Fix a few pointer vs. character errors found by gcc 7.Garrett D'Amore2017-08-07
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* Yet more race condition fixes.Garrett D'Amore2017-07-20
* Fixes most of the raaces in posix; but at least one remains outstanding.Garrett D'Amore2017-07-18
* Fix close-related leak of pipes.Garrett D'Amore2017-07-18
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Uncrustify.Garrett D'Amore2017-07-08
* Various cleanups of unused bits.Garrett D'Amore2017-07-08
* 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
* epdesc functionality.Garrett D'Amore2017-07-05
* Separate out poller/pollq from basic socket operations.Garrett D'Amore2017-07-04