| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fixes #894 nng_pipe_notify could use nng_pipe_ev typedef instead of int | Jake Woltersdorf | 2019-02-24 |
| | | | | | - Update nng_pipe_notify manpage including copyright | ||
| * | fixes #892 remove statistics from message queues | Garrett D'Amore | 2019-02-23 |
| | | |||
| * | fixes #890 Windows mingw interlocked exchange not quite right | Garrett D'Amore | 2019-02-23 |
| | | |||
| * | fixes #848 server hang waiting for client handshake | Garrett D'Amore | 2019-02-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes #698 Need TCP stats fixes #699 Need IPC stats fixes #701 Need TLS stats This commit addresses a problem when negotiating using one of the stream based negotiation APIs -- a slow or misbehaving peer can prevent well behaved ones from establishing a connection. The fix is a fairly significant change in how these transports link up, and it does rely on the fact that the socket only has a single accept() or connect() pending at a time (on a given endpoint that is). While here, we have completely revamped the way transport statistics are done, offering a standard API for collecting these statistics. Unfortunately, this completely borks the statistics for inproc. As we are planning to change the way inproc works soon, in order to provide more control and work on performance fixes for the message queue, we feel this is an acceptable trade-off. Furthermore, almost nobody uses inproc for anything, and even fewer people are making use of the statistics at this time. | ||
| * | fixes #891 Need to handle more getaddrinfo() error codes | Garrett D'Amore | 2019-02-23 |
| | | |||
| * | Fixes manpage typos (#886) | jake-ruyi | 2019-02-20 |
| | | |||
| * | fixes #869 nng_http_handler_set_tree fails match if path is / | Garrett D'Amore | 2019-02-17 |
| | | |||
| * | fixes #821 http_server crash when using url without hostname | Garrett D'Amore | 2019-02-17 |
| | | |||
| * | fixes #882 websocket stream mode doesn't copy received data | Garrett D'Amore | 2019-02-17 |
| | | |||
| * | fixes #857 NNG_OPT_REQ_RESENDTIME does not honor NNG_DURATION_INFINITE | Garrett D'Amore | 2019-02-17 |
| | | |||
| * | fixes #871 panic when sharing rep between threads | Garrett D'Amore | 2019-02-17 |
| | | |||
| * | fixes #879 Desire NNG_OPT_TCP_BOUND_PORT | Garrett D'Amore | 2019-02-16 |
| | | | | | | | We also have made some support changes, including new APIs for printing URLs, and some improvements to the NNG_OPT_URL to make use of this new property. | ||
| * | fixes #872 create unified nng_stream API | Garrett D'Amore | 2019-02-16 |
| | | | | | | | | | | This is a major change, and includes changes to use a polymorphic stream API for all transports. There have been related bugs fixed along the way. Additionally the man pages have changed. The old non-polymorphic APIs are removed now. This is a breaking change, but the old APIs were never part of any released public API. | ||
| * | Fix bug #868 | Alexander Pickering | 2019-02-15 |
| | | | | | | | Define a InterlockedAddNoFence64() function using gcc's atomics on mingw(32|64) (https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html) | ||
| * | 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 |
| | | |||
