summaryrefslogtreecommitdiff
path: root/src/core/options.c
Commit message (Expand)AuthorAge
* 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