Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
225376f6a6a6f7737e308a566b94c3aa5205cc17
/
src
/
parser_yin.c
225376f
dict BUGFIX memory leaks
by Radek Krejci
· 9 years ago
adb5761
parsers FEATURE error information when validation fails
by Radek Krejci
· 9 years ago
7a17a46
yin parser & tree schema BUGFIX uninitialzed ret
by Michal Vasko
· 9 years ago
2e7241e
parser CHANGE do not free submodule on parsing failure
by Michal Vasko
· 9 years ago
4f0dad0
all REFACTOR use functions for module/submodule getting
by Michal Vasko
· 9 years ago
77dc565
yin parser REFACTOR syntax checks part of condition parsing
by Michal Vasko
· 9 years ago
1d337e1
yin parser REFACTOR if-featire parsing put into function
by Michal Vasko
· 9 years ago
cd07422
yin parser BUGFIX pass the correct (sub)module to parsing functions
by Michal Vasko
· 9 years ago
daea821
yin parser BUGFIX NULL pointer dereference
by Radek Krejci
· 9 years ago
7178e69
resolve FEATURE augment unres
by Michal Vasko
· 9 years ago
dd318c2
Merge branch 'devel' of https://github.com/CESNET/libyang into devel
by Radek Krejci
· 9 years ago
461efb9
yin parser BUGFIX uniqe statement was not resolved in case of config false list
by Radek Krejci
· 9 years ago
3f053ef
printers FEATURE do not print enum/bit values if auto-assigned
by Michal Vasko
· 9 years ago
b8c07b8
yin parser BUGFIX memory leak when schema data contains invalid XML
by Radek Krejci
· 9 years ago
0d7b247
schema parsers BUGFIX handle "unbounded" as a valid value for max-elements
by Radek Krejci
· 9 years ago
53a42af
yin parser BUGFIX modules with deviation must have implemented conformance-type
by Michal Vasko
· 9 years ago
60f4b45
yin parser BUGFIX instead deviation target store the module
by Michal Vasko
· 9 years ago
9bb061b
resolve BUGFIX properly check return values of resolve_*_schema_nodeid
by Michal Vasko
· 9 years ago
27ab822
yin parser & resolve BUGFIX not all submodules have to be resolved
by Michal Vasko
· 9 years ago
5ff7882
yin parser BUGFIX cover all cases when including submodules
by Michal Vasko
· 9 years ago
9c4c99d
yin parser BUGFIX check that a submodule was not yet included by another submodule
by Michal Vasko
· 9 years ago
e290563
yin parser BUGFIX error checks
by Michal Vasko
· 9 years ago
3edeaf7
schema CHANGE resolve_schema_nodeid split into several functions
by Michal Vasko
· 9 years ago
f92a728
yin parser BUGFIX must deviation module
by Michal Vasko
· 9 years ago
dc48e7f
yin parser MAINTENANCE make it clear that the context is always the same
by Michal Vasko
· 9 years ago
9f258e4
yin parser CHANGE proper actions on parsing failure
by Michal Vasko
· 9 years ago
b40b451
yin parser BUGFIX do not free deviation on fail, it is freed later
by Michal Vasko
· 9 years ago
218436d
yin parser BUGFIX accept empty strings in text/value elements of description, reference, etc.
by Radek Krejci
· 9 years ago
ad73b6f
yin parser BUGFIX check for multiple base statements in identity definition
by Radek Krejci
· 9 years ago
bdfb1e0
yin parser BUGFIX identityref base needs to be transformed
by Michal Vasko
· 9 years ago
2d710f3
yin parser MAINTENANCE formatting
by Michal Vasko
· 9 years ago
fa0b5e0
schema tree CHANGE improve work with private objects in lys_node
by Radek Krejci
· 9 years ago
722b007
all CHANGE unify naming conventions
by Radek Krejci
· 9 years ago
c655602
schema parser CHANGE move some generic function from YIN parser
by Radek Krejci
· 9 years ago
c071c54
schema tree CHANGE processing submodules
by Radek Krejci
· 9 years ago
253035f
all BUGFIX proper memory allocation return value check
by Michal Vasko
· 9 years ago
fe8582c
Merge branch 'tree_compat' into devel
by Radek Krejci
· 9 years ago
cf50998
schema parser CHANGE add missing status check following RFC 6020 7.19.2
by Radek Krejci
· 9 years ago
7d74ebc
yin parser BUGFIX avoid possible segfaults
by Radek Krejci
· 9 years ago
bdf51ef
yin parser BUGFIX fixed mandatory statement checks in (sub)module
by Michal Vasko
· 9 years ago
70f92c3
xml REFACTOR lyxml_read_ and lyxml_dump_ renamed to match parse/print names
by Michal Vasko
· 9 years ago
0fb58e9
yin parser BUGFIX enum name must not be empty
by Michal Vasko
· 9 years ago
2d26a02
yin parser BUGFIX bit name should be an identifier
by Michal Vasko
· 9 years ago
d4e78dc
yin parser BUGFIX enum and bits name is not an identifier
by Radek Krejci
· 9 years ago
345da0a
xml CHANGE lyxml_unlink API function
by Michal Vasko
· 9 years ago
99b0aad
context FEATURE callback for retrieving import/include models
by Michal Vasko
· 9 years ago
1e62a09
api CHANGE use const where should be
by Michal Vasko
· 9 years ago
e29c662
yin parser BUGFIX wrong variables in errors
by Michal Vasko
· 9 years ago
88c2954
resolve BUGFIX derived type resolution
by Michal Vasko
· 9 years ago
5b64da2
yin parser BUGFIX wrong variable used
by Michal Vasko
· 9 years ago
581ce77
parser BUGFIX parsing unique statement
by Radek Krejci
· 9 years ago
f2e1a99
yin parser BUGFIX reallocating models list to wrong size
by Michal Vasko
· 9 years ago
c94283a
yin parser BUGFIX transform ident base to JSON instead ident name
by Michal Vasko
· 9 years ago
5e7d9ca
yin parser BUGFIX another operator priority problem
by Michal Vasko
· 9 years ago
979ad5b
yin parser BUGFIX operator priority fix
by Michal Vasko
· 9 years ago
799806d
Merge branch 'json_expr' into devel
by Michal Vasko
· 9 years ago
1dca688
Revert "REVERT to version 0.2.55."
by Michal Vasko
· 9 years ago
fc5744d
xml private REFACTOR renamed to xml internal to fit tree internal
by Michal Vasko
· 9 years ago
f3930de
yin parser CHANGE in module parsing skip NS checking when temorarily unlinking
by Michal Vasko
· 9 years ago
1b882eb
context FEATURE include, import circular dependencies check
by Michal Vasko
· 9 years ago
105aa75
parser BUGFIX module file search messages fixed
by Michal Vasko
· 9 years ago
41912fe
dict CHANGE split dictionary API to private and public part
by Radek Krejci
· 9 years ago
e0b627e
yin parser MAINTENANCE verbose message should start with capitals
by Michal Vasko
· 9 years ago
2f7925f
yin parser CHANGE parse augments separately and last
by Michal Vasko
· 9 years ago
7ffc305
yin parser CHANGE do not parse notifications and rpcs separately
by Michal Vasko
· 9 years ago
534f844
yin parser BUGFIX do not move the string twice
by Michal Vasko
· 9 years ago
0160ffe
yin parser BUGFIX added missing error messages
by Michal Vasko
· 9 years ago
fba1526
common BUGFIX we need to distinguish between schema and data in transforming
by Michal Vasko
· 9 years ago
2d851a9
tree schema CHANGE feature, ident, uses in JSON
by Michal Vasko
· 9 years ago
a8b2595
schema tree CHANGE refine, deviation target-node in JSON
by Michal Vasko
· 9 years ago
488c19e
schema tree CHANGE augment target uses JSON
by Michal Vasko
· 9 years ago
b362b4c
yin parser BUGFIX type name resolution fix
by Michal Vasko
· 9 years ago
a5835e9
REVERT to version 0.2.55.
by Michal Vasko
· 9 years ago
0fb82c6
schema tree CHANGE type name store in JSON now
by Michal Vasko
· 9 years ago
f989338
xpath BUGFIX all expression are stored in JSON format
by Michal Vasko
· 9 years ago
5974c1f
Merge branch 'devel' into netconf
by Radek Krejci
· 9 years ago
83a6c46
Merge branch 'xpath' into devel
by Michal Vasko
· 9 years ago
0d20459
yin parser & schema tree CHANGE must check
by Michal Vasko
· 9 years ago
fcdac17
yin parser & schema tree CHANGE when check
by Michal Vasko
· 9 years ago
0308dd6
schema tree BUGFIX freeing when condition
by Michal Vasko
· 9 years ago
c6704c8
xml FEATURE provide public API to a simple XML parser
by Radek Krejci
· 9 years ago
3d46812
parsers FEATURE support get-filter-element-attributes extension
by Radek Krejci
· 9 years ago
e0c5984
yin parser BUGFIX do not inherit NACM from groupings
by Michal Vasko
· 9 years ago
184521f
resolve CHANGE logging improved
by Michal Vasko
· 9 years ago
e867c85
yin parser BUGFIX use of uninitialized variable
by Radek Krejci
· 9 years ago
f7eee89
yin parser BUGFIX missing log message added
by Michal Vasko
· 9 years ago
29fc018
parsers REFACTOR minor refactoring changes
by Michal Vasko
· 9 years ago
0d343d1
several BUGFIX missing log messages added
by Michal Vasko
· 9 years ago
e4e8fbd
parsers CHANGE replace regex with PCRE
by Michal Vasko
· 9 years ago
1d87a92
schema tree CHANGE augment got module pointer to fit better lys_node
by Michal Vasko
· 9 years ago
97dc219
Merge branch 'devel' into res_data_separate
by Michal Vasko
· 9 years ago
f8879c2
xml CHANGE in unlink_element handle namespaces some way
by Michal Vasko
· 9 years ago
0bd29d1
resolve REFACTOR rename *unres_* to *unres_schema_*
by Michal Vasko
· 9 years ago
13b1583
schema tree BUGFIX internal mods freeing
by Michal Vasko
· 9 years ago
3ab70fc
resolve CHANGE functions return an additional value
by Michal Vasko
· 9 years ago
6dc53a2
source REFACTOR refactor parse.* source files
by Radek Krejci
· 9 years ago
998a0b8
source CHANGE make source file names unique
by Radek Krejci
· 9 years ago
[Renamed (99%) from src/parser/yin.c]
10c760e
tree FEATURE integrate identifier uniqueness check into lys_node_addchild()
by Radek Krejci
· 9 years ago
a954450
yin parser CHANGE add debug messages to see what is happening
by Radek Krejci
· 9 years ago
c07187d
release BUGFIX release target undefined line variables
by Michal Vasko
· 9 years ago
Next »