summaryrefslogtreecommitdiffstats
path: root/src/libknot/yparser (follow)
Commit message (Expand)AuthorAgeFilesLines
* yparser: add support for link-local IPv6 addressesJan Hák2024-09-161-29/+108
* yparser: new time unit specifiersJan Doskočil2024-08-241-18/+42
* yparser: fix empty list parsingDaniel Salzman2024-05-162-49/+52
* conf: add support for alternative integer defaultDaniel Salzman2023-12-201-0/+2
* conf: use default port 853 for remote address if not specified and QUIC is en...Daniel Salzman2023-05-231-1/+3
* src: replace inet_ntop() with knot_inet_ntop()Daniel Salzman2023-03-071-2/+3
* doc: update description of YP_TADDR and YP_TNET itemsDaniel Salzman2023-01-131-3/+3
* yparser: allow unix socket path as network range valueDaniel Salzman2023-01-131-13/+18
* knotc: add config item value completionDaniel Salzman2022-02-171-5/+5
* conf: add support for mixed referencesDaniel Salzman2021-12-142-6/+19
* spellingJosh Soref2021-11-241-2/+2
* yparser: allow UTF-8 characters in item dataDaniel Salzman2021-08-162-59/+60
* yparser: fix applying zero offset to null pointer (UBSAN)Daniel Salzman2021-04-121-10/+8
* yparser: update ypbody.cDaniel Salzman2021-04-091-68/+66
* conf: add 'server.listen-xdp' option + allow port specification for UNIX socketsDaniel Salzman2020-04-211-6/+13
* base64: fix parameter alignment, update copyrightDaniel Salzman2020-02-101-1/+1
* base64: use knot namespace for base64 functionsEmmanuel Bretelle2020-02-101-2/+2
* contrib: replace 'struct sockaddr' with 'struct sockaddr_storage' where reaso...Daniel Salzman2019-10-051-1/+1
* Various fixes for Coverity issues (mostly false positives)Daniel Salzman2019-09-151-6/+3
* Introduce and use knot_dname_txt_storage_t where suitableDaniel Salzman2019-09-121-2/+2
* geoip: Added support for SRV DNAME that specify service/protocolJan Hák2019-09-102-99/+99
* geoip: added wildcard as possible configurationJan Hák2019-09-082-91/+97
* coding style improvements - copyright noticeDavid Vašek2019-07-0410-11/+14
* yparser: fix invalid error line number for lines with leading tabulatorDaniel Salzman2019-06-232-28/+29
* Make use of posix_madvise(3) on OSes which have a different implementation of...Matthieu Guegan2019-02-151-0/+6
* yparser: improve error sanitization + simple refactoringDaniel Salzman2019-02-011-19/+33
* Add -Wshadow to default CFLAGS + adapt codeDaniel Salzman2018-12-031-1/+1
* yparser: add support for backslashed characters in item valueDaniel Salzman2018-10-032-81/+104
* use https://www.gnu.org instead of http://www.gnu.orgDaniel Kahn Gillmor2018-08-2910-10/+10
* Mute some clang analyzer warningsDaniel Salzman2018-08-231-1/+1
* zscanner: reset parser state upon input initializationDaniel Salzman2018-06-151-1/+1
* yparser: add support for dname key valueDaniel Salzman2018-06-122-49/+53
* yparser: check correct name length when parsing optionsMark Karpilovskij2018-04-201-1/+2
* yparser: make yp_int and yp_bin_len inline staticDaniel Salzman2018-03-203-26/+14
* libknot/dname: code cleanupDaniel Salzman2018-01-251-3/+1
* libknot: move wire.h from contrib to libknotMark Karpilovskij2018-01-201-5/+5
* dname: include cleanupDaniel Salzman2017-12-311-0/+1
* doxygen: fix errors + code cleanupFilip Široký2017-10-031-1/+1
* Switch to locale-independent ctype functionsDaniel Salzman2017-09-251-5/+5
* add casting where needed for ctype functionsFilip Siroky2017-09-071-3/+3
* Unify use of the schem(e/a) wordDaniel Salzman2017-06-024-104/+104
* ypscheme: fix use after freeDaniel Salzman2017-05-281-0/+3
* yparser: change visibility to publicDaniel Salzman2017-05-264-2/+49
* yp_scheme: add schema merge and dynamic purge operationsDaniel Salzman2017-05-252-47/+155
* conf: move address range item into yparser schemaDaniel Salzman2017-04-063-2/+134
* wire_ctx: refactor to reduce duplication and UBVladimír Čunát2017-01-041-2/+2
* yparser: add user-defined schema item flagsDaniel Salzman2016-09-191-2/+18
* server: sockaddr instead of sockaddr_storage for const paramsJan Vcelak2016-06-271-1/+1
* trivial spelling fixes, as found by misspell_fixerklemens2016-05-022-2/+2
* yparser: fix invalid item indentation detectionDaniel Salzman2016-04-181-0/+5