aboutsummaryrefslogtreecommitdiff
path: root/src/core/options.c
Commit message (Expand)AuthorAge
* fix includes for coreGarrett D'Amore2025-10-11
* options: string options are passed by referenceGarrett D'Amore2025-10-07
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* api: drop the 64-bit option accessors (no more 64-bit option types)Garrett D'Amore2025-01-03
* Remove all the get_ptr option accessors.Garrett D'Amore2024-11-24
* Remove NNI_TYPE_OPAQUE altogether.Garrett D'Amore2024-11-03
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #835 inproc should use new option APIGarrett D'Amore2018-12-31
* 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 #766 NNG asserts when setting socket nameGarrett D'Amore2018-11-01
* 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
* Windows UDP support.Garrett D'Amore2017-09-29
* 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
* Introduce utility safe string handling functions.Garrett D'Amore2017-08-28
* Fix a few warnings and subtle test races.Garrett D'Amore2017-08-24
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* The common endpoint code already ensures state is proper.Garrett D'Amore2017-08-23
* Implement dynamic option numbering.Garrett D'Amore2017-08-23
* Endpoint API completely implemented.Garrett D'Amore2017-08-18
* Move socket structure to private socket implementation.Garrett D'Amore2017-08-14
* Convert duration to usec.Garrett D'Amore2017-08-14
* Leaking poll fds.Garrett D'Amore2017-08-11
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Various cleanups of unused bits.Garrett D'Amore2017-07-08
* Notification working - separate thread now.Garrett D'Amore2017-03-11
* Add endpoint tuning of maxrcv size. Fix cmsg API.Garrett D'Amore2017-01-24
* Event notification via pollable FDs verified working.Garrett D'Amore2017-01-22
* Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).Garrett D'Amore2017-01-21
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Change msgqueue -> msgq.Garrett D'Amore2017-01-02
* Move option helpers to their own file.Garrett D'Amore2016-12-29