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
/
core
/
transport.h
Commit message (
Expand
)
Author
Age
*
fixes #872 create unified nng_stream API
Garrett D'Amore
2019-02-16
*
fixes #852 Eliminate pipe p_options and use new style getopt
Garrett D'Amore
2019-01-06
*
IPC option rework (pipe/conn) to reduce code duplication.
Garrett D'Amore
2018-12-29
*
fixes #831 Unify option structures, o_type is unused
Garrett D'Amore
2018-12-29
*
fixes #673 transports could benefit from access to upper layer
Garrett D'Amore
2018-08-27
*
fixes #208 pipe start should occur before connect / accept
Garrett D'Amore
2018-08-14
*
Revert "fixes #599 nng_dial sync should not return until added to socket"
Garrett D'Amore
2018-08-06
*
fixes #599 nng_dial sync should not return until added to socket
Garrett D'Amore
2018-08-05
*
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 #521 ep_stop is not actually used
Garrett D'Amore
2018-06-11
*
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 #329 type checking not done for setopt
Garrett D'Amore
2018-04-04
*
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 #219 transports should take URL structure instead of string address
Garrett D'Amore
2018-01-22
*
Convert existing websocket and http code to use new URL framework.
Garrett D'Amore
2018-01-05
*
Fix some more leaks, add a generic URL parser.
Garrett D'Amore
2018-01-05
*
fixes #2 Websocket transport
Garrett D'Amore
2017-12-26
*
Refactor option handling APIs.
Garrett D'Amore
2017-09-27
*
Endpoint API completely implemented.
Garrett D'Amore
2017-08-18
*
fixes #39 Transport ops vector should be versioned
Garrett D'Amore
2017-08-17
*
fixes #37 Make transports pluggable
Garrett D'Amore
2017-08-08
*
Subsystem initialize is idempotent; simplify cleanup.
Garrett D'Amore
2017-08-07
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Dead code removal (stuff for removed sync transport apis.)
Garrett D'Amore
2017-07-07
*
TCP asynchronous working now.
Garrett D'Amore
2017-07-07
*
Return void on send & recv for transports.
Garrett D'Amore
2017-07-05
*
inproc transport uses aio for connect/accept.
Garrett D'Amore
2017-07-03
*
Rename legacy connect/accept as _sync for now.
Garrett D'Amore
2017-07-03
*
More aio name cleanups.
Garrett D'Amore
2017-07-02
*
Transports allocate their pipe structures during connect & accept.
Garrett D'Amore
2017-07-02
*
Nuke the synchronous send/recv transport methods.
Garrett D'Amore
2017-04-12
*
TCP (POSIX) async send/recv working. Other changes.
Garrett D'Amore
2017-03-29
*
More interface hiding. (pipe tran data setting).
Garrett D'Amore
2017-03-19
*
Start of msgq aio.
Garrett D'Amore
2017-03-01
*
Taskq implementation.
Garrett D'Amore
2017-02-18
*
Add endpoint tuning of maxrcv size. Fix cmsg API.
Garrett D'Amore
2017-01-24
*
Transport renaming.
Garrett D'Amore
2017-01-02
*
Transport renaming phase 1.
Garrett D'Amore
2017-01-02
*
Change entry points in transports to bind() and connect().
Garrett D'Amore
2016-12-25
*
Endpoint dialer implemented.
Garrett D'Amore
2016-12-22
*
Work on endpoints. More C99 & type cleanups.
Garrett D'Amore
2016-12-22
*
Uncrustify configuration, and shorter copyright banners, plus reformat
Garrett D'Amore
2016-12-21
*
Some endpoint work started.
Garrett D'Amore
2016-12-14
*
More comments, and detection of fork-reentrancy. Much effort was spent
Garrett D'Amore
2016-12-13
*
More pipe details, and clarified locking / call order comments in transport.h.
Garrett D'Amore
2016-12-12
*
Minor tweak to transport API, new declarations for protocols.
Garrett D'Amore
2016-12-12
*
Added threading primitives, more complete transport API.
Garrett D'Amore
2016-12-12
[next]