| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Document a number of things as deprecated. | Garrett D'Amore | 2024-11-07 |
| | | | | | | This does not fully mark them in the headers, to avoid complicating test suites and such, for now. | ||
| * | s/NNG_DUR_/NNG_DURATION_ | Patrik Wenger | 2024-01-01 |
| | | |||
| * | fixes #1071 tran_chkopt can be cleaned up | Garrett D'Amore | 2020-11-15 |
| | | | | | | | | | | | | | | | | | | This is a sweeping cleanup of the transport logic around options, and also harmonizes the names used when setting or getting options. Additionally, legacy methods are now moved into a separate file and can be elided via CMake or a preprocessor define. Fundamentally, the ability to set to transport options via the socket is deprecated; there are numerous problems with this and my earlier approaches to deal with this have been somewhat misguided. Further these approaches will not work with future protocol work that is planned (were some options need to be negotiated with peers at the time of connection establishment.) Documentation has been updated to reflect this. The test suites still make rather broad use of the older APIs, and will be converted later. | ||
| * | fixes #861 Man pages need to use .adoc suffix | Garrett D'Amore | 2019-07-06 |
| | | |||
| * | fixes #901 shorter option get/set functions for all types | Jake Woltersdorf | 2019-04-07 |
| - Renamed internal nng_*_getx/setx methods with "nni" prefix - Moved stream get/set option definition macros to options.h and added "NNI_" prefix - "_PTR" variant of get/set option definition macros is for when first arg is passed as pointer (`nng_stream *s` vs `nng_pipe s`) - New get/set option functions for `nng_socket` are `nng_socket_get_X` eschewing the previous `nng_getopt` pattern - Macro-fy legacy getopt/setopt and implement in terms of "new" API - nng_setopt* use "new" shorter API. Add missing uint64 set functions. - Shorter get/set option functions get own man page and old getopt/setopt link to them - Built with -DNNG_ENABLE_DOC=ON and part of central libnng index - Update copyright | |||
