summaryrefslogtreecommitdiff
path: root/src/core/options.h
Commit message (Expand)AuthorAge
* silence compiler warning from minimum int constantGarrett D'Amore2024-01-01
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* Add uint64 to generated legacy nng_setopt_* functions.Cody Piersall2019-05-17
* fixes #901 shorter option get/set functions for all typesJake Woltersdorf2019-04-07
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #834 Simplify IPC internal API & updateGarrett D'Amore2018-12-31
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #831 Unify option structures, o_type is unusedGarrett D'Amore2018-12-29
* Add local IP address tuning for ZeroTier.Garrett D'Amore2018-10-25
* fixes #540 nni_ep_opttype serves no purposeGarrett D'Amore2018-06-13
* fixes #329 type checking not done for setoptGarrett D'Amore2018-04-04
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #295 boolean options should use C99 bool typeGarrett D'Amore2018-03-18
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* fixes #132 Implement saner notification for file descriptorsGarrett D'Amore2017-10-24
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* Remove last vestiges of integer option numbers.Garrett D'Amore2017-09-27
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* More pipe option handling, pipe API support. Url option.Garrett D'Amore2017-09-22
* Add improved getopt functions, pass integers by value.Garrett D'Amore2017-09-22
* Implement dynamic option numbering.Garrett D'Amore2017-08-23
* Endpoint API completely implemented.Garrett D'Amore2017-08-18
* Convert duration to usec.Garrett D'Amore2017-08-14
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Add endpoint tuning of maxrcv size. Fix cmsg API.Garrett D'Amore2017-01-24
* Added a bunch more compatibility stuff.Garrett D'Amore2017-01-23
* Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).Garrett D'Amore2017-01-21
* Change msgqueue -> msgq.Garrett D'Amore2017-01-02
* Richer tests and fixes for idhash. Also dynamically allocate idhash.Garrett D'Amore2016-12-29
* Move option helpers to their own file.Garrett D'Amore2016-12-29