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
/
http
/
http_client.c
Commit message (
Expand
)
Author
Age
*
http: start of clean up of public vs. private functions
http-handler-fini
Garrett D'Amore
2025-01-17
*
http: use nng_err throughout
Garrett D'Amore
2025-01-12
*
http: status and reason fixes (make it match docs)
Garrett D'Amore
2025-01-12
*
http: improve buffer reuse for heeaders, and discard unused bodies
Garrett D'Amore
2025-01-11
*
http: The big HTTP API refactoring of January 2025.
v2.0.0-alpha.3
http-client-trans
Garrett D'Amore
2025-01-09
*
http: changing transaction API to inline req and res structures
Garrett D'Amore
2025-01-05
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
http: inline aios
Garrett D'Amore
2024-12-26
*
http: more nni_aio_start changes
Garrett D'Amore
2024-12-26
*
streams: add explicit stop functions
Garrett D'Amore
2024-12-12
*
Merge internal and external URL APIs. No need for
Garrett D'Amore
2024-11-18
*
TLS configuration changed to use discret _set_tls and _get_tls functions.
Garrett D'Amore
2024-11-09
*
Use static initialization for lists and mutexes.
Garrett D'Amore
2021-12-05
*
fixes #1313 support deferred nng_aio destruction
Garrett D'Amore
2020-12-12
*
fixes #1358 nni_strtou64 and nni_strtox64 could be replaced with strtoull
Garrett D'Amore
2020-11-23
*
Centralize the scheme handling for HTTP schemes.
Garrett D'Amore
2020-11-17
*
fixes #1355 wss4 and wss6 don't work as they should
Garrett D'Amore
2020-11-17
*
fixes #1071 tran_chkopt can be cleaned up
Garrett D'Amore
2020-11-15
*
fixes #1005 TLS 1.3 support
Garrett D'Amore
2020-02-23
*
fixes #1094 Consider in-lining task and aio
Garrett D'Amore
2020-01-08
*
Fixup a few codacy complaints.
Garrett D'Amore
2020-01-01
*
set txn->client in nni_http_transact
Janjaap Bos
2019-04-24
*
fixes #872 create unified nng_stream API
Garrett D'Amore
2019-02-16
*
move all public headers to include/nng/ folder
Gregor Burger
2018-11-22
*
fixes #456 TLS configuration object hold
Garrett D'Amore
2018-11-05
*
fixes #682 Support for Chunked Transfer Coding
Garrett D'Amore
2018-11-02
*
fixes #717 need nng_http_req_reset and nng_http_res_reset
Garrett D'Amore
2018-09-12
*
fixes #681 HTTP convenience GET method desired...
Garrett D'Amore
2018-08-30
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
fixes #639 Memory leak in http client
Garrett D'Amore
2018-08-13
*
fixes #523 dialers could support multiple outstanding dial requests
Garrett D'Amore
2018-07-16
*
fixes #436 fix for 429 incomplete (ws ep crash)
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 #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
Isolate TLS functions into separate tls.h header file.
Garrett D'Amore
2018-03-02
*
Modularize HTTP headers somewhat.
Garrett D'Amore
2018-02-21
*
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 #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