- 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 7 months ago
- b68ea14 yang parser BUGFIX memory leak by Michal Vasko · 3 years, 6 months ago
- ad8d0f5 context FEATURE explicit compilation when creating from yanglib data by Michal Vasko · 3 years, 6 months ago
- 579530f schema tree BUGFIX always set features of a module by Michal Vasko · 3 years, 6 months ago
- 92f2227 plugin types BUGFIX xpath1.0 value duplication by Michal Vasko · 3 years, 7 months ago
- e0cd6d9 schema compile BUGFIX modules order when recompiling by Michal Vasko · 3 years, 7 months ago
- 0b395e1 schema compile REFACTOR abort compilation if recompilation needed by Michal Vasko · 3 years, 7 months ago
- 05e3204 schema compile REFACTOR identity compilation by Michal Vasko · 3 years, 7 months ago
- 1b9fb99 schema compile REFACTOR remove redundant function by Michal Vasko · 3 years, 7 months ago
- 6982750 path BUGFIX uninitialized ret by Michal Vasko · 3 years, 7 months ago
- 85d9edc lyb parser BUGFIX NULL dereference by Michal Vasko · 3 years, 7 months ago
- e7a1daf tree schema MAINTENANCE local function made static by Michal Vasko · 3 years, 7 months ago
- 30ab8e7 schema compile CHANGE move disabled nodes to global unres by Michal Vasko · 3 years, 7 months ago
- 1ccbf54 schema CHANGE more strict recompilation rules by Michal Vasko · 3 years, 7 months ago
- 1ade6f1 schema compile BUGFIX augment module log path by Michal Vasko · 3 years, 7 months ago
- 9434ec5 context FEATURE use explicit compilation for context creation by Michal Vasko · 3 years, 7 months ago
- 825a044 path REFACTOR error handling by Michal Vasko · 3 years, 7 months ago
- 01db7de context FEATURE allow explicit context compilation by Michal Vasko · 3 years, 7 months ago
- 2307ff8 context MAINTENANCE redundant cast removed by Michal Vasko · 3 years, 7 months ago
- 2104e07 context MAINTENANCE only LY_CHECK_ARG_RET macros should be used by Michal Vasko · 3 years, 7 months ago
- 18a86e5 schema tree REFACTOR rename internal function by Michal Vasko · 3 years, 7 months ago
- 3f24765 printer tree FEATURE using lysc nodes for printing by aPiecek · 3 years, 7 months ago
- ef1e58e tree printer FEATURE added general function by aPiecek · 3 years, 7 months ago
- 874ea4d printer tree MAINTENANCE change doc and comments by aPiecek · 3 years, 7 months ago
- dc8fd57 printer tree BUGFIX section grouping and its nodes by aPiecek · 3 years, 7 months ago
- 9ed57c2 plugin types DOC clarify description of prefix_data argument in print callback by Radek Krejci · 3 years, 7 months ago
- 5a5e7f8 libyang DOC add brief thread information by Michal Vasko · 3 years, 7 months ago
- 2814832 context DOC typo by Michal Vasko · 3 years, 7 months ago
- 11f76c8 lyb FEATURE thread-safe cached hash generation by Michal Vasko · 3 years, 7 months ago
- 1e77101 plugins types BUGFIX check lydict_insert return value by Michal Vasko · 3 years, 7 months ago
- 6b27335 trees REFACTOR avoid implicit casts in macros available from public headers by Radek Krejci · 3 years, 7 months ago
- 027d1f4 trees REFACTOR get rid of __typeof__ from LY_LIST_INSERT() macro by Radek Krejci · 3 years, 7 months ago
- 3011b07 validation BUGFIX use correct type for array iteration by Radek Krejci · 3 years, 7 months ago
- 85a784f plugins BUGFIX set correct validation error code by Radek Krejci · 3 years, 7 months ago
- 4e39123 extension plugins DOC resolve TODOs in docs by Radek Krejci · 3 years, 7 months ago
- 01b745c plugins types FEATURE make xpath1.0 callbacks public by Michal Vasko · 3 years, 7 months ago
- de4a341 plugin types FEATURE ietf-yang-types plugins by Michal Vasko · 3 years, 7 months ago
- 52143d1 xpath CHANGE forbid non-prefix node names in XML by Michal Vasko · 3 years, 7 months ago
- 213147c plugins types DOC non-prefix identities are supported by Michal Vasko · 3 years, 7 months ago
- 774ce40 xpath FEATURE improve invalid xpath character error by Michal Vasko · 3 years, 7 months ago
- 3e52de5 plugin types FEATURE ietf-inet-types plugins by Michal Vasko · 3 years, 7 months ago
- ded0f50 plugins types CHANGE remove basetype by Michal Vasko · 3 years, 7 months ago
- e43a34e plugins MAINTENANCE conversion warning by Michal Vasko · 3 years, 7 months ago
- ddbc481 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 7 months ago
- 11a1abe type plugins DOC update file names by Michal Vasko · 3 years, 7 months ago
- 61213e0 tree data BUGFIX move defn of named union/struct out of struct by Christian Hopps · 3 years, 7 months ago
- f9b8741 build BUGFIX fix for OpenBSD and exposing realpath() by Christian Hopps · 3 years, 7 months ago
- e614e60 integer BUGFIX storing numbers on big-endian by Michal Vasko · 3 years, 7 months ago
- 745d6f6 data tree DOC document metadata merge behavior by Michal Vasko · 3 years, 7 months ago
- f1ca0ac change MAINTENANCE move plugins sources into separate subdirectories by Radek Krejci · 3 years, 7 months ago
- 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 7 months ago
- dc95d9c hash table FEATURE invalid record counter by Michal Vasko · 3 years, 7 months ago
- 9922ea9 context FEATURE added LY_CTX_SET_PRIV_PARSED by aPiecek · 3 years, 7 months ago
- 474ee43 context DOC removed internal flag comment by aPiecek · 3 years, 7 months ago
- 37c6943 data tree BUGFIX unitialized value by Michal Vasko · 3 years, 7 months ago
- 390b272 context FEATURE add ly_ctx_new_ylpath and path by Tadeáš Vintrlík · 3 years, 7 months ago
- 65591ab data tree DOC improve lyd_new_path description by Michal Vasko · 3 years, 7 months ago
- 4a4d1e0 schema BUGFIX accessing extension plugins by Radek Krejci · 3 years, 7 months ago
- 623ac7b xpath BUGFIX typo by Michal Vasko · 3 years, 7 months ago
- a6ecd0c yang parser BUGFIX accept DOS newlines at all allowed places by Michal Vasko · 3 years, 7 months ago
- 5676f4e schema compile CHANGE remove possibly false-positive warnings by Michal Vasko · 3 years, 7 months ago
- e78faec data tree FEATURE support for lists with duplicate instances by Michal Vasko · 3 years, 7 months ago
- ee74a19 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 7 months ago
- 1d4f0a6 schema BUGFIX handling empty array of features by Radek Krejci · 3 years, 7 months ago
- be51c94 printers MAINTENANCE restore json printing to previous style by Christian Hopps · 3 years, 7 months ago
- 71877df data BUGFIX check input node when anydata/anyxml expected by Radek Krejci · 3 years, 7 months ago
- 12a28c7 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 7 months ago
- d1f6c01 data tree BUGFIX temp workaround for keyless list insertions by Christian Hopps · 3 years, 7 months ago
- aebbce0 data tree REFACTOR remove lys_value_validate by Michal Vasko · 3 years, 7 months ago
- 3354d27 xpath BUGFIX check tokens before compiling for hash predicate by Michal Vasko · 3 years, 7 months ago
- 2f63f95 tree_data CHANGE nodes in contexts by aPiecek · 3 years, 7 months ago
- 83436bc tree_data_helpers CHANGE used ly_value_prefix_next by aPiecek · 3 years, 7 months ago
- f102d4d common FEATURE added ly_value_prefix_next function by aPiecek · 3 years, 7 months ago
- a027d8f plugins types DOC minor fixes by Michal Vasko · 3 years, 7 months ago
- 0aa1f70 libyang MAINTENANCE headers includes cleanup by Radek Krejci · 3 years, 7 months ago
- 7510412 plugins DOC updated documentation including transition manual and howtos by Radek Krejci · 3 years, 7 months ago
- 4f2e3e5 extensions CHANGE use the validate callback of extension plugin by Radek Krejci · 3 years, 7 months ago
- 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 7 months ago
- dab4f0b schema CHANGE move lysc_ext_substmt() into general public API by Radek Krejci · 3 years, 7 months ago
- b1c1153 schema CHANGE move schema related structures to tree_schema.h by Radek Krejci · 3 years, 7 months ago
- 968d755 plugins FEATURE load external plugins as part of plugins initiation by Radek Krejci · 3 years, 8 months ago
- bf940f9 plugins FEATURE manual loading of external plugins by Radek Krejci · 3 years, 8 months ago
- a6f61e7 plugins CHANGE define supporting macro for external plugins by Radek Krejci · 3 years, 8 months ago
- 3e6632f plugins CHANGE redesign lists of internal extension/type plugins by Radek Krejci · 3 years, 8 months ago
- 53e50ff types CHANGE make the built-in's plugin callback public by Radek Krejci · 3 years, 8 months ago
- 04699f0 types CHANGE redefine ly_data_type2str[] by Radek Krejci · 3 years, 8 months ago
- cc9e30f extensions REFACTOR rename lyext_plugin structure to lyplg_ext by Radek Krejci · 3 years, 7 months ago
- 5f35189 types REFACTOR rename lysc_type_plugin structure to lyplg_type by Radek Krejci · 3 years, 8 months ago
- be8a653 parser yin BUGFIX fix parsing unique element by Radek Iša · 3 years, 7 months ago
- f4d67ea data tree BUGFIX nodes may have when in their schema parent by Michal Vasko · 3 years, 7 months ago
- 794ab4b context FEATURE allow custom content-id in yang-library data by Michal Vasko · 3 years, 7 months ago
- 07a0a80 plugins BUGFIX err structs must be initialized by Michal Vasko · 3 years, 7 months ago
- 454820e schema compile BUGFIX accessing freed memory by Radek Krejci · 3 years, 7 months ago
- 10443f4 schema compile BUGFIX disabled identityref referencing disabled base identity by Radek Krejci · 3 years, 7 months ago
- d43298b libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 8 months ago
- 50dcbc2 parser yang BUGFIX support for CRLF newlines by Michal Vasko · 3 years, 8 months ago
- 7c76904 schema helpers BUGFIX do not print unprintable characters by Michal Vasko · 3 years, 8 months ago
- 7c43d86 plugins types FEATURE accept empty value by Michal Vasko · 3 years, 8 months ago
- 6f32621 build BUGFIX fix build and utest on *BSD by Christian Hopps · 3 years, 8 months ago
- fb11346 plugins BUGFIX fix several bug in bits plugin by Radek Iša · 3 years, 8 months ago