index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
transport
/
ipc
/
ipc.c
Commit message (
Expand
)
Author
Age
*
fixes #572 Several locking errors found
Garrett D'Amore
2018-07-03
*
fixes #522 Separate out the endpoint plumbing
Garrett D'Amore
2018-06-27
*
fixes #540 nni_ep_opttype serves no purpose
Garrett D'Amore
2018-06-13
*
fixes #509 We need "relative" IPC URLs
Garrett D'Amore
2018-06-08
*
fixes #484 crashes in websocket transport
Garrett D'Amore
2018-05-29
*
fixes #431 hang in taskq_wait
Garrett D'Amore
2018-05-15
*
fixes #419 want to nni_aio_stop without blocking (#428)
Garrett D'Amore
2018-05-15
*
fixes #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fixes #413 desire --count option for nngcat
Garrett D'Amore
2018-05-07
*
fixes #383 Would like peerid for IPC
Garrett D'Amore
2018-05-03
*
fixes #6 Security attributes support
Garrett D'Amore
2018-04-30
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
fixes #329 type checking not done for setopt
Garrett D'Amore
2018-04-04
*
fixes #324 nni_aio_set_synch leads to race condition
Garrett D'Amore
2018-04-04
*
fixes #317 TLS, TCP, and IPC should support multiple outstanding ops
Garrett D'Amore
2018-03-30
*
fixes #301 String option handling for getopt
Garrett D'Amore
2018-03-20
*
fixes #296 Typed options should validate option type
Garrett D'Amore
2018-03-20
*
fixes #289 nng_sockaddr could just be a union
Garrett D'Amore
2018-03-14
*
ipc: more robust init
Liam Staskawicz
2018-03-02
*
fixes #171 Refactor aio to use generic data fields
Garrett D'Amore
2018-02-08
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
Expose scatter/gather I/O vectors; we will use for HTTP API.
Garrett D'Amore
2018-01-29
*
fixes #219 transports should take URL structure instead of string address
Garrett D'Amore
2018-01-22
*
Fix leaks on send.
Garrett D'Amore
2018-01-03
*
fixes #154 underlyng TCP & IPC transports should support partial recv/send
Garrett D'Amore
2017-11-13
*
fixes #143 Protocols and transports should be "configurable"
Garrett D'Amore
2017-11-02
*
Refactor option handling APIs.
Garrett D'Amore
2017-09-27
*
More pipe option handling, pipe API support. Url option.
Garrett D'Amore
2017-09-22
*
Add improved getopt functions, pass integers by value.
Garrett D'Amore
2017-09-22
*
Allocate AIOs dynamically.
Garrett D'Amore
2017-09-22
*
Introduce utility safe string handling functions.
Garrett D'Amore
2017-08-28
*
Eliminate legacy option settings, provide easier option IDs.
Garrett D'Amore
2017-08-24
*
The common endpoint code already ensures state is proper.
Garrett D'Amore
2017-08-23
*
fixes #41 Move DNS out of tcp transport
Garrett D'Amore
2017-08-21
*
Endpoint API completely implemented.
Garrett D'Amore
2017-08-18
*
fixes #39 Transport ops vector should be versioned
Garrett D'Amore
2017-08-17
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
*
Simplify initialization, fix error in closed TCP endpoint.
Garrett D'Amore
2017-08-08
*
Fix warninsg about size types found in 64-bit windows build.
Garrett D'Amore
2017-08-05
*
Refactor AIO logic to close numerous races and reduce complexity.
Garrett D'Amore
2017-08-04
*
fixes #28 Occasional orphaned pipe or endpoint?
Garrett D'Amore
2017-07-21
*
Yet more race condition fixes.
Garrett D'Amore
2017-07-20
*
fixes #21 Crash in IPC (POSIX)
Garrett D'Amore
2017-07-18
*
Fix close-related leak of pipes.
Garrett D'Amore
2017-07-18
*
IPC race condition fixes. These mirror what we did for TCP.
Garrett D'Amore
2017-07-15
*
Close at least one of the race conditions in ipc closing.
Garrett D'Amore
2017-07-13
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
TCP asynchronous working now.
Garrett D'Amore
2017-07-07
*
Make ipc work 100% async.
Garrett D'Amore
2017-07-05
*
Move IPC negotiation out of connect/accept.
Garrett D'Amore
2017-07-05
[next]