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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
supplemental
Commit message (
Expand
)
Author
Age
*
fixes #681 HTTP convenience GET method desired...
Garrett D'Amore
2018-08-30
*
fixes #673 transports could benefit from access to upper layer
Garrett D'Amore
2018-08-27
*
fixes #232 Add cancellation support to HTTP handler API
Garrett D'Amore
2018-08-20
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
fixes #662 Configuring without HTTP fails
Garrett D'Amore
2018-08-20
*
fixes #638 Race condition detected in websocket
Garrett D'Amore
2018-08-19
*
fixes #639 Memory leak in http client
Garrett D'Amore
2018-08-13
*
fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memory
Garrett D'Amore
2018-07-24
*
fixes #591 incorrect reuse of server instances by websocket
Garrett D'Amore
2018-07-16
*
fixes #523 dialers could support multiple outstanding dial requests
Garrett D'Amore
2018-07-16
*
fixes #584 Use after-free in websocket
Garrett D'Amore
2018-07-06
*
fixes #539 Feature request: customizable http error page
Garrett D'Amore
2018-06-15
*
fixes #545 uaio assertion error in ws
Garrett D'Amore
2018-06-14
*
fixes #518 Panic in compat_ws -- use after free?
Garrett D'Amore
2018-06-14
*
fixes #527 http_res_set_reason crash in example
Garrett D'Amore
2018-06-12
*
fixes #484 crashes in websocket transport
Garrett D'Amore
2018-05-29
*
fixes #474 websocket listen on ws://*:<x> fails
Garrett D'Amore
2018-05-22
*
fixes #436 fix for 429 incomplete (ws ep crash)
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 #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)
Garrett D'Amore
2018-05-06
*
fixes #390 panic in reqstress websocket
Garrett D'Amore
2018-05-02
*
fixes #105 Want NNG_OPT_TCP_NODELAY option
Garrett D'Amore
2018-04-26
*
fix a number of cppcheck complaints (not all)
Garrett D'Amore
2018-04-24
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
We need to declare the TLS structure here.
Garrett D'Amore
2018-04-11
*
fixes #324 nni_aio_set_synch leads to race condition
Garrett D'Amore
2018-04-04
*
fixes #315 WebSocket message handling errors
Garrett D'Amore
2018-03-30
*
Add documentation for supplemental functions.
Garrett D'Amore
2018-03-22
*
Fixes issues found by (and submitted by) @nonnenmacher when working
Vincent Nonnenmacher
2018-03-19
*
Fix for Windows compilation warnings.
Garrett D'Amore
2018-03-05
*
fixes #262 NNG_OPT_URL should be resolved
Garrett D'Amore
2018-03-04
*
Isolate TLS functions into separate tls.h header file.
Garrett D'Amore
2018-03-02
*
fixes #247 nngcat needs TLS options
Garrett D'Amore
2018-03-02
*
fixes #240 nngcat is MIA
Garrett D'Amore
2018-02-28
*
Add nng_opts_parse() API for handling command line options.
Garrett D'Amore
2018-02-22
*
Modularize HTTP headers somewhat.
Garrett D'Amore
2018-02-21
*
CMake & CPack improvements.
Garrett D'Amore
2018-02-21
*
Introduce 'porting layer' Public API.
Garrett D'Amore
2018-02-20
*
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 #224 Windows pipe name restrictions, unicode
Garrett D'Amore
2018-02-07
*
HTTP public API should initialize the library.
Garrett D'Amore
2018-02-07
*
fixes #228 aio iov should have larger limits (dynamically allocated)
Garrett D'Amore
2018-02-05
*
Add, and document, the url->u_requri member.
Garrett D'Amore
2018-02-02
*
fixes #174 Define public HTTP client API
Garrett D'Amore
2018-02-01
*
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
*
fixes #216 HTTP server side API refactoring, directory serving support
Garrett D'Amore
2018-01-20
[next]