Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
75af21d30ae298af5232f694a7bd036120210bbb
/
src
/
parser_yang.c
75af21d
parser yang CHANGE deviation statement
by PavolVican
· 8 years ago
73ff803
parser yang BUGFIX wrong check keys of list in action statement
by Pavol Vican
· 8 years ago
3ad50f8
parser yang CHANGE augment statement and its substatements
by Pavol Vican
· 8 years ago
fda8c80
parser yang BUGFIX various bugs
by Pavol Vican
· 8 years ago
b60a1d1
parser yang CHANGE check identityref
by Pavol Vican
· 8 years ago
df9a95c
parser yang CHANGE refactoring reading if-feature
by Pavol Vican
· 8 years ago
ec59881
parser yang BUGFIX storing config flag
by Pavol Vican
· 8 years ago
3b5e82a
parser yang CHANGE uses and refine statement and their substatements
by Pavol Vican
· 8 years ago
29bf880
parser yang CHANGE notification statement and its substatements
by Pavol Vican
· 8 years ago
7872939
parser yang CHANGE input and ouput statement and their substatements
by Pavol Vican
· 8 years ago
ebc9ef8
parser yang CHANGE rpc and action statement and its substatements
by Pavol Vican
· 8 years ago
bfa1a58
parser yang CHANGE anyxml and anydata statement and its substatements
by Pavol Vican
· 8 years ago
a420bac
parser yang CHANGE case statement and its substatements
by Pavol Vican
· 8 years ago
24ba7f6
parser yang BUGFIX memoryleak
by Pavol Vican
· 8 years ago
36ace10
parser yang CHANGE choice statement and its substatements
by Pavol Vican
· 8 years ago
d8136a4
parser yang CHANGE list statement and its substatements
by Pavol Vican
· 8 years ago
36aff86
parser yang CHANGE leaf-list statement and its substatements
by Pavol Vican
· 8 years ago
e87ff8d
parser yang BUGFIX copy paste
by Pavol Vican
· 8 years ago
a69aff2
parser yang CHANGE leaf statement and its substatements
by Pavol Vican
· 8 years ago
c54a8f7
parser yang CHANGE container statement and its substatements
by Pavol Vican
· 8 years ago
05810b6
parser yang CHANGE grouping statement and its substatemnets
by Pavol Vican
· 8 years ago
cee1080
parser yang BUGFIX free typedef array
by Pavol Vican
· 8 years ago
36e2727
parser yang CHANGE identity statement and its substatements
by Pavol Vican
· 8 years ago
5c8a9ad
parser yang BUGFIX checking if-feature in enum and bit statement
by Pavol Vican
· 8 years ago
7a7916f
parser yang CHANGE feature statement
by Pavol Vican
· 8 years ago
7313fc0
parser yang CHANGE typedef statement
by Pavol Vican
· 8 years ago
c0f3583
Merge remote-tracking branch 'origin/devel' into yang_optimalize
by Pavol Vican
· 8 years ago
48cfa0f
schema parsers CHANGE log message when parsing submodule instead of module
by Radek Krejci
· 8 years ago
df46e22
schema trees BUGFIX resolving augments to non-implemented modules
by Radek Krejci
· 8 years ago
bd117f0
schema parsers BUGFIX convert default identityref/instance-identifier value into JSON format
by Radek Krejci
· 8 years ago
5c08a99
schema parsers BUGFIX instantiating lists from groupings
by Radek Krejci
· 8 years ago
5167320
parsers CHANGE make difference between canonical and lexical forms of values
by Radek Krejci
· 8 years ago
f71f48f
schema parser BUGFIX inheriting config flags in augment
by Radek Krejci
· 8 years ago
3fc70af
Merge remote-tracking branch 'origin/devel' into yang_optimalize
by Pavol Vican
· 8 years ago
59e8dee
parser yang CHANGE parsing and checking bit statement
by Pavol Vican
· 8 years ago
874715f
parser yang CHANGE checking and parsing enum statement
by Pavol Vican
· 8 years ago
56d082c
common CHANGE properly parse expressions when transforming schema2json and back
by Michal Vasko
· 8 years ago
082afd0
parser yang BUGFIX remove import array when is syntax error in import statemnt
by Pavol Vican
· 8 years ago
866d991
parser yang CHANGE checking and allocation of array for revision
by Pavol Vican
· 8 years ago
ec423c9
parser yang CHANGE checking include statement
by Pavol Vican
· 8 years ago
1cc4e19
parser yang CHANGE checking import statement
by Pavol Vican
· 8 years ago
9de2c04
schemas BUGFIX guard dependencies between features
by Radek Krejci
· 8 years ago
9d50a77
parser yang CHANGE one calling parse_yang_mem
by Pavol Vican
· 8 years ago
e9914d1
schema tree CHANGE outer subtree dependency flag now also for leafref
by Michal Vasko
· 8 years ago
24681f1
Merge branch 'devel'
by Radek Krejci
· 8 years ago
b507138
parser yang BUGFIX wrong inherit config flag
by Pavol Vican
· 8 years ago
1d714f3
parser yang BUGFIX deviation mark all the affected modules as deviated and implemented
by Pavol Vican
· 8 years ago
3c8ee2b
parser BUGFIX reading decimal64 in range statement
by Pavol Vican
· 8 years ago
3f59889
parser yang BUGFIX reading string - not store new pointer after realoc
by Pavol Vican
· 8 years ago
1dac40c
parser yang CHANGE config values
by Pavol Vican
· 8 years ago
d2daf2d
parser yang CHANGE YANG 1.1 support if-feature in refine statement
by Pavol Vican
· 8 years ago
0fbb57b
parser yang CHANGE reading string (optimalize)
by Pavol Vican
· 8 years ago
3388446
parser yang CHANGE XPath dependenies check
by Pavol Vican
· 8 years ago
e022a56
schema tree CHANGE config values
by Michal Vasko
· 8 years ago
85427f0
parser yang BUGFIX resolve type after reading the entire node (leaf, leaf-list, typedef)
by Pavol Vican
· 8 years ago
92626d7
parser yang BUGFIX missing condition in leafref
by Pavol Vican
· 8 years ago
9b6aad2
data tree FEATURE new lyd_leaf_type() to get real type of a leaf/leaf-list
by Radek Krejci
· 8 years ago
8e00e7a
parser yang CHANGE YANG 1.1 support all types in union
by Pavol Vican
· 8 years ago
4800f65
schema tree BUGFIX inherit fraction-digits information in decimal64
by Radek Krejci
· 8 years ago
27fe55e
all CHANGE follow conformance mechanism described in YANg 1.1
by Radek Krejci
· 8 years ago
b51d593
schema tree BUGFIX inherit fraction-digits information in decimal64
by Radek Krejci
· 8 years ago
fdab9f9
parser BUGFIX check status flag
by Pavol Vican
· 8 years ago
508a50d
parsers CHANGE rpc, action, notif YANG 1.1 xpath accessible tree handling
by Michal Vasko
· 8 years ago
81344ac
parser yang CHANGE YANG 1.1 support require-instance in leafref
by Pavol Vican
· 8 years ago
07f220f
parser yang CHANGE YANG 1.1 support multiple base in identityref
by Pavol Vican
· 8 years ago
2b4f6ca
Merge branch 'leaflistdefaults' into devel
by Radek Krejci
· 8 years ago
894ee0f
parser yang BUGFIX leafref cannot be restricted
by Pavol Vican
· 8 years ago
dde090a
parser yang BUGFIX copy paste mistake
by Pavol Vican
· 8 years ago
5de389c
parser BUGFIX value of enum
by Pavol Vican
· 8 years ago
c666241
parser yang BUGFIX not check enum value if this value is empty string
by Pavol Vican
· 8 years ago
fbd0278
parser yang BUGFIX check prefix in extension
by Pavol Vican
· 8 years ago
3e4f645
Merge branch 'devel' into leaflistdefaults
by Radek Krejci
· 8 years ago
8bd72e4
parser yang BUGFIX remove teporary structure yang_type
by Pavol Vican
· 8 years ago
4ffd0ab
parser yang BUGFIX circular dependency for identity
by Pavol Vican
· 8 years ago
e10d14a
yang parser BUGFIX in some schema nodes config is ignored
by Michal Vasko
· 8 years ago
e1e351e
parsers BUGFIX check that state nodes have no configuration children
by Michal Vasko
· 8 years ago
09adcc3
parser BUGFIX devition - missing check for max and min elements
by Pavol Vican
· 8 years ago
1623c7d
Merge branch 'devel' into leaflistdefaults
by Radek Krejci
· 8 years ago
db7489e
parser yang CHANGE YANG 1.1 support anydata statement
by Pavol Vican
· 8 years ago
bf2abff
all CHANGE basic support for anydata
by Radek Krejci
· 8 years ago
38321d0
parser yang CHANGE YANG 1.1 support default statement in leaf-list
by Pavol Vican
· 8 years ago
c13db38
schema parsers CHANGE defer grouping instantiation until all types are resolved
by Radek Krejci
· 8 years ago
77a95e5
parser yang BUGFIX missing initialization of type_stmtsep
by Pavol Vican
· 8 years ago
e00d231
schema parsers CHANGE checking for allowed place for mandatory statement
by Radek Krejci
· 8 years ago
d09d1a5
schema parsers CHANGE check that all unique targets are of the same config type
by Radek Krejci
· 8 years ago
6eecf30
parser yang CHANGE YANG 1.1 support negative patterns as string restrictions
by Pavol Vican
· 8 years ago
677b013
parser yang CHANGE YANG 1.1 backslash in double-quoted string
by Pavol Vican
· 8 years ago
9b14b49
parser yang CHANGE YANG 1.1 support must in notification, input and output statements
by Pavol Vican
· 8 years ago
8ad2e0d
parser yang CHANGE YANG 1.1 support enumeration and bits restrictions
by Pavol Vican
· 8 years ago
8ff0e2e
parser yang CHANGE support if-feature in enum and bit statements
by Pavol Vican
· 8 years ago
198d596
Merge branch 'identitybases' into devel
by Radek Krejci
· 8 years ago
4df8054
parser yang CHANGE identity statement
by Pavol Vican
· 8 years ago
0d23e7a
yin parser CHANGE support for modifier substatement of pattern statement
by Radek Krejci
· 8 years ago
e663e01
yin parser FEATURE in YANG 1.1 support enumeration and bits restrictions
by Radek Krejci
· 8 years ago
89563fc
parser CHANGE do not publish imports to other modules
by Michal Vasko
· 8 years ago
e024ab7
parser yang CHANGE support description and reference in import and include statements
by Pavol Vican
· 8 years ago
bb17485
parsers BUGFIX do not allow action in YANG 1.0
by Michal Vasko
· 8 years ago
97b32be
parsers BUGFIX do not allow extended if-feature in YANG 1.0
by Michal Vasko
· 8 years ago
5d63140
Merge branch 'master' into devel
by Michal Vasko
· 8 years ago
3767fb2
unres MAINTENANCE unres_schema_add_ return values
by Michal Vasko
· 8 years ago
Next »