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
/
endpt.c
Commit message (
Expand
)
Author
Age
*
fixes #262 NNG_OPT_URL should be resolved
Garrett D'Amore
2018-03-04
*
fixes #234 Investigate enabling more verbose compiler warnings
Garrett D'Amore
2018-02-14
*
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
*
fixes #219 transports should take URL structure instead of string address
Garrett D'Amore
2018-01-22
*
fixes #209 NNG_OPT_TLS_VERIFIED is busted
Garrett D'Amore
2018-01-17
*
fixes #2 Websocket transport
Garrett D'Amore
2017-12-26
*
Added more complete tests, and changes to property handling.
Garrett D'Amore
2017-10-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
*
Allocate AIOs dynamically.
Garrett D'Amore
2017-09-22
*
Introduce utility safe string handling functions.
Garrett D'Amore
2017-08-28
*
Endpoint cancellation needs lock protection.
Garrett D'Amore
2017-08-24
*
Eliminate legacy option settings, provide easier option IDs.
Garrett D'Amore
2017-08-24
*
Add support for 64-bit ids in idhash.
Garrett D'Amore
2017-08-22
*
Endpoint API completely implemented.
Garrett D'Amore
2017-08-18
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
*
fixes #63 NNG_FLAG_SYNCH should be the default
Garrett D'Amore
2017-08-14
*
fixes #62 Endpoint close should be synchronous #62
Garrett D'Amore
2017-08-14
*
Subsystem initialize is idempotent; simplify cleanup.
Garrett D'Amore
2017-08-07
*
Don't shut down taskq too soon.
Garrett D'Amore
2017-08-05
*
Minor improvements to reap start/stop logic.
Garrett D'Amore
2017-08-05
*
Use dedicate reap thread for endpoints too.
Garrett D'Amore
2017-08-05
*
Refactor AIO logic to close numerous races and reduce complexity.
Garrett D'Amore
2017-08-04
*
Simpler taskq API.
Garrett D'Amore
2017-07-21
*
Yet more race condition fixes.
Garrett D'Amore
2017-07-20
*
Possible division by zero error (unset backoff start time).
Garrett D'Amore
2017-07-18
*
Fixes most of the raaces in posix; but at least one remains outstanding.
Garrett D'Amore
2017-07-18
*
Fix close-related leak of pipes.
Garrett D'Amore
2017-07-18
*
Fix unreferenced variable warnings and errors reported by MVSC.
Garrett D'Amore
2017-07-17
*
Clean up pipes on fini. EP close sync with pipes.
Garrett D'Amore
2017-07-16
*
Bind the pipe to the ep properly, and wake any closers needed.
Garrett D'Amore
2017-07-16
*
Fix locking errors in endpoints, and simplify some logic.
Garrett D'Amore
2017-07-16
*
Reconnect automatically, but do backoff on failures. (Accept too!)
Garrett D'Amore
2017-07-16
*
Fix incorrect attempt to proceed inproc.
Garrett D'Amore
2017-07-15
*
Race conditions removed... TCP tests work well know.
Garrett D'Amore
2017-07-15
*
Some initial progress on *connect* async.
Garrett D'Amore
2017-07-15
*
Implemented asynchronous (fully) accept.
Garrett D'Amore
2017-07-14
*
Close a race during pipe creation.
Garrett D'Amore
2017-07-13
*
Use the same pipe teardown in all circumstances.
Garrett D'Amore
2017-07-13
*
Use the same flow regardless of whether pipe start is used or not.
Garrett D'Amore
2017-07-13
*
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
*
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
*
Transports allocate their pipe structures during connect & accept.
Garrett D'Amore
2017-07-02
*
Refactor stop again, closing numerous races (thanks valgrind!)
Garrett D'Amore
2017-06-28
*
More race condition fixes.
Garrett D'Amore
2017-06-26
*
Fix uninitialized use (thanks valgrind.)
Garrett D'Amore
2017-06-26
[next]