| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Corrected function name | vk-code | 2019-02-14 | |
| | | ||||
| * | fixes #867 Remove references to NNG_OPT_LINGER option and other minor typos | Jake Woltersdorf | 2019-02-10 | |
| | | ||||
| * | fixes typos in stat man pages | Jake Woltersdorf | 2019-01-15 | |
| | | ||||
| * | fixes #858 Document the TLS public API | Garrett D'Amore | 2019-01-14 | |
| | | | | | | | | This also includes a number of the documentation improvements. The options document has been broken up into separate pages for each of the transport specific options. We have made various other minor improvements, fixes to markup, and cross-references. | |||
| * | fixes #846 Document IPC public API | Garrett D'Amore | 2019-01-06 | |
| | | ||||
| * | fixes #854 Various minor corrections to TCP man pages | Garrett D'Amore | 2019-01-06 | |
| | | ||||
| * | fixes #853 Move IPC options to nng.h | Garrett D'Amore | 2019-01-06 | |
| | | ||||
| * | fixes #845 TCP public API doc updates (fix crossrefs) | Garrett D'Amore | 2019-01-06 | |
| | | ||||
| * | fixes #845 TCP public API doc updates | Garrett D'Amore | 2019-01-06 | |
| | | ||||
| * | fixes #839 TCP listener_start API should use constant sockaddr | Garrett D'Amore | 2019-01-06 | |
| | | ||||
| * | fixes #847 Define public TLS API | Garrett D'Amore | 2019-01-06 | |
| | | ||||
| * | fixes #852 Eliminate pipe p_options and use new style getopt | Garrett D'Amore | 2019-01-06 | |
| | | ||||
| * | fixes #849 TCP option handling not quite right | Garrett D'Amore | 2019-01-05 | |
| | | ||||
| * | fixes #837 ipcsupp occasional test failure | Garrett D'Amore | 2019-01-01 | |
| | | ||||
| * | fixes #841 Calling nng_stats_get() before creating socket panics | Garrett D'Amore | 2019-01-01 | |
| | | | | | | While here fixed a spelling error in the description of the global statistics structure. | |||
| * | fixes #842 remove the cmake handing for source_group | Garrett D'Amore | 2019-01-01 | |
| | | ||||
| * | fixes #825 TCP public API should use generic setopt/getopt | Garrett D'Amore | 2018-12-31 | |
| | | | | | | | | | | | | | This changes much of the internal API for TCP option handling, and includes hooks for some of this in various consumers. Note that the consumers still need to have additional work done to complete them, which will be part of providing public "raw" TLS and WebSocket APIs. We would also like to finish addressing the call sites of nni_tcp_listener_start() that assume the sockaddr is modified -- it would be superior to use the NNG_OPT_LOCADDR option. Thaat will be addressed in a follow up PR. | |||
| * | fixes #835 inproc should use new option API | Garrett D'Amore | 2018-12-31 | |
| | | | | | | Some more changes to use nni_type instead of nni_opt_type are included as well. | |||
| * | fixes #834 Simplify IPC internal API & update | Garrett D'Amore | 2018-12-31 | |
| | | | | | | This also makes some smaller related changes to use the new nni_type instead of nni_opt_type. | |||
| * | progress on IPC endpoints | Garrett D'Amore | 2018-12-29 | |
| | | ||||
| * | 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 #833 nng_listener_listen and nng_listen ignore the flags | Garrett D'Amore | 2018-12-28 | |
| | | | | | fixes #829 nn_dial function annotation in nng.h | |||
| * | fixes #823 Define public IPC (#824) | Garrett D'Amore | 2018-12-22 | |
| | | | | | | | | This introduces a basic IPC API, modeled on the TCP API, for direct access. Only connection options are exposed at present -- we need to add options for dialers and listeners (and particularly listener settings for permissions and security attributes.) Documentation is still outstanding, but a very limited test suite exists. | |||
| * | Add some wild card validation tests for URLs. | Garrett D'Amore | 2018-12-22 | |
| | | | | | | These tests are intended to demonstrate that we are not affected by the bug described in #821. | |||
| * | Fix eventfd configuration bug. (#820) | steve-scott | 2018-12-22 | |
| | | ||||
| * | Remove some compilation warnings (cannot return in void func). | Garrett D'Amore | 2018-12-20 | |
| | | ||||
| * | fixes #817 demo/rest does not work | Garrett D'Amore | 2018-12-16 | |
| | | ||||
| * | Allow recv_maxsize to be set after calling listen() on listener. (#747) | Cody Piersall | 2018-12-16 | |
| | | | | | fixes #724 set recvmaxsize after listen for tcp. | |||
| * | fixes #769 How to limit worker threads | Matt Gigli | 2018-12-16 | |
| | | | | | | * Expose cmake variable to set number of DNS resolver threads: NNG_RESOLV_CONCURRENCY * Expose cmake variable to set number of taskq threads: NNG_NUM_TASKQ_THREADS | |||
| * | fixes #812 message queue put_error unused | Garrett D'Amore | 2018-12-11 | |
| | | ||||
| * | The toplevel sets threads already, not needed here. (#810) | Cody Piersall | 2018-12-11 | |
| | | | | | | | * The toplevel sets threads already, not needed here. * Don't overwrite NNG_LIBS list. | |||
| * | added option --msgpack to static nng_optspec opts to match documentation | George (marchon) Lambert | 2018-12-02 | |
| | | ||||
| * | fixes #805 Bad cross reference in nng_stat_value page | Garrett D'Amore | 2018-11-27 | |
| | | ||||
| * | fixes #800 sockimpl.h and posix_aio.h missing in build system | Garrett D'Amore | 2018-11-27 | |
| | | ||||
| * | fixes #802 wrong description in nng_http_client_connect/EADDRINVAL | Garrett D'Amore | 2018-11-27 | |
| | | ||||
| * | fixes #680 Public TCP API | Garrett D'Amore | 2018-11-27 | |
| | | ||||
| * | fixes #799 Compile error on Windows with disabled stats | Garrett D'Amore | 2018-11-23 | |
| | | ||||
| * | move all public headers to include/nng/ folder | Gregor Burger | 2018-11-22 | |
| | | | | | | | | | | | This change makes embedding nng + nggpp (or other projects depending on nng) in cmake easier. The header files are moved to a separate include directory. This also makes installation of the headers easier, and allows clearer identification of private vs public heade files. Some additional cleanups were performed by @gedamore, but the main credit for this change belongs with @gregorburger. | |||
| * | Prep for NNG 1.1.1.v1.1.1 | Garrett D'Amore | 2018-11-21 | |
| | | ||||
| * | Allow nng to be consumed in "add_subdirectory" scenarios | Gregor Burger | 2018-11-19 | |
| | | ||||
| * | fixes #789 Websocket ping request crash | Bertrand | 2018-11-17 | |
| | | ||||
| * | fixes #794 nng bug report URL wrong | Garrett D'Amore | 2018-11-16 | |
| | | ||||
| * | Update the minor and patch versions | Nathan Kent | 2018-11-14 | |
| | | ||||
| * | fixes #784 convey uses langinfo not available on QNXv1.1.0 | Garrett D'Amore | 2018-11-09 | |
| | | ||||
| * | fixes #782 stat namespace collision on QNX | Garrett D'Amore | 2018-11-09 | |
| | | ||||
| * | More cleanup of options docs for TLS. | Garrett D'Amore | 2018-11-08 | |
| | | ||||
| * | Improved option docs slightly. | Garrett D'Amore | 2018-11-08 | |
| | | ||||
| * | Improved layout and wording of option accessor functions. | Garrett D'Amore | 2018-11-08 | |
| | | ||||
| * | Minor markup to append parens to functions. | Garrett D'Amore | 2018-11-08 | |
| | | ||||
