Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
f0a930178c8c565d53b9543e88ec29085e71e746
/
src
/
printer_tree.c
b3d6d19
libyang CHANGE add config virtual node to ietf-netconf
by Michal Vasko
· 6 years ago
fb446d5
tree printer BUGFIX invalid variable reuse
by Michal Vasko
· 6 years ago
87e29a8
libyang MAINTENANCE release build warnings
by Michal Vasko
· 7 years ago
e0f11be
tree printer BUGFIX do not print disabled implicit cases
by Michal Vasko
· 7 years ago
d1bf7c4
libyang MAINTENANCE minor compiler warnings
by Michal Vasko
· 7 years ago
53b7da0
libyang CHANGE bind errors and store them in a context
by Michal Vasko
· 7 years ago
03d8cd2
tree printer BUGFIX proper uint64_t constants
by Michal Vasko
· 7 years ago
c830836
tree printer BUGFIX bit-shifting constant overflow
by Michal Vasko
· 7 years ago
0fc0997
tree printer BUGFIX minor fixes
by Michal Vasko
· 7 years ago
568b195
tree printer CHANGE new tree-rfc format and some other options added
by Michal Vasko
· 7 years ago
dc300b0
libyang MAINTENANCE shorthand case handling obsolete
by Michal Vasko
· 8 years ago
bbf89dc
tree printer BUGFIX handle augment nodes correctly
by Michal Vasko
· 8 years ago
4f5bd2c
tree printer BUGFIX bad bit shift operation
by Radek Krejci
· 8 years ago
8063080
tree printer BUGFIX augment indent printing
by Michal Vasko
· 8 years ago
77e8a95
printer BUGFIX prix if-feature prefixes as module names
by Michal Vasko
· 8 years ago
58416c8
tree printer BUGFIX top-level notif indent
by Michal Vasko
· 8 years ago
3211330
tree printer BUGFIX uses print
by Michal Vasko
· 8 years ago
f96bb90
tree printer BUGFIX wrong param type and the param not even used
by Michal Vasko
· 8 years ago
c1e8935
tree printer BUGFIX indent creation fixed and updated
by Michal Vasko
· 8 years ago
d5bf08e
tree printer FEATURE support printing groupings
by Radek Krejci
· 8 years ago
1633862
tree printer BUGFIX proper sibling detection
by Michal Vasko
· 8 years ago
9089c8d
tree printer BUGFIX detection of augment nodes
by Michal Vasko
· 8 years ago
41a349b
schema tree CHANGE implicitely create input/output nodes in rpc/action
by Radek Krejci
· 8 years ago
e844123
tree printer OPTIMIZE create indents without dynamic memory
by Michal Vasko
· 8 years ago
bf2abff
all CHANGE basic support for anydata
by Radek Krejci
· 8 years ago
0b8f87c
tree printer BUGFIX reflect augment's if-feature when printing augmenting nodes
by Radek Krejci
· 8 years ago
9ff0a92
schema parsers CHANGE reimplement YANg 1.1 if-feature
by Radek Krejci
· 8 years ago
ca7cbc4
parsers/printers FEATURE action parsing/printing
by Michal Vasko
· 8 years ago
44fb638
tree schema FEATURE action Y1.1 statement added
by Michal Vasko
· 8 years ago
c5c26b0
parsers FEATURE if-feature Y1.1 expressions
by Michal Vasko
· 8 years ago
dcf98e6
all BUGFIX handle augment parents
by Michal Vasko
· 9 years ago
c428344
api BUGFIX name collision
by Radek Krejci
· 9 years ago
95068c4
json printer FEATURE non-formatted output
by Michal Vasko
· 9 years ago
8de098c
all DOC white space
by Michal Vasko
· 9 years ago
54f6fb3
MAINTENANCE correct license text in source codes
by Radek Krejci
· 9 years ago
5a721fd
Revert "parser CHANGE do not free submodule on parsing failure"
by Michal Vasko
· 9 years ago
46b19ed
parser CHANGE do not free submodule on parsing failure
by Michal Vasko
· 9 years ago
d4742e6
tree printer BUGFIX augments printing
by Michal Vasko
· 9 years ago
861ee6d
tree printer BUGFIX checking foreign augments
by Michal Vasko
· 9 years ago
3510f89
tree printer BUGFIX do not print foreign augments in submodule
by Michal Vasko
· 9 years ago
e79abe8
tree printer CHANGE print only augments not targeting our module
by Michal Vasko
· 9 years ago
bda3719
tree printer BUGFIX submodule does not have any data anymore
by Michal Vasko
· 9 years ago
d49202f
tree printer FEATURE print augment definitions
by Radek Krejci
· 9 years ago
662f1c0
tree printer CHANGE for augment nodes print their module name as prefix
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
029e790
tree printer CHANGE be more compatible with pyang and do not connect data with RPCs/notifs
by Radek Krejci
· 9 years ago
adf7a8e
tree printer CHANGE printing rpcs: and notifications: labels
by Radek Krejci
· 9 years ago
c176b68
tree printer DOC spec-config explanation duplicated
by Michal Vasko
· 9 years ago
f396653
tree printer CHANGE space as a list's keys separator
by Radek Krejci
· 9 years ago
1e62a09
api CHANGE use const where should be
by Michal Vasko
· 9 years ago
1dca688
Revert "REVERT to version 0.2.55."
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
bac8176
Merge branch 'fdprint' into netconf
by Radek Krejci
· 9 years ago
76b0790
printer CHANGE generalize printers
by Radek Krejci
· 9 years ago
9272055
tree CHANGE merge RPCs, Notifications and Data under a single tree in module structure
by Radek Krejci
· 9 years ago
2d162e1
tree REFACTOR tree split into tree_schema and tree_data
by Michal Vasko
· 9 years ago
2d22b2d
tree printer BUGFIX leafref path printing
by Michal Vasko
· 9 years ago
f6f18f4
tree printer BUGFIX indent on sibling in uses
by Michal Vasko
· 9 years ago
998a0b8
source CHANGE make source file names unique
by Radek Krejci
· 9 years ago
[Renamed (99%) from src/printer/tree.c]
104a93d
Merge branch 'resolve_sibling' into devel
by Michal Vasko
· 9 years ago
41c0943
tree printer BUGFIX derived leafref types print
by Michal Vasko
· 9 years ago
69372e2
tree printer BUGFIX NULL pointer dereference
by Radek Krejci
· 9 years ago
1d82ef6
tree CHANGE rename variables and internal functions following changed naming conventions
by Radek Krejci
· 9 years ago
48061fb
tree CHANGE make function to check if schema node enabled public
by Radek Krejci
· 9 years ago
b804869
schema tree DOC finished schema tree structures documentation
by Radek Krejci
· 9 years ago
7651257
tree CHANGE unify naming, add/update augment, refine, deviation description
by Radek Krejci
· 9 years ago
96929d9
tree printer BUGFIX leaf key checking fixed
by Michal Vasko
· 9 years ago
1574a8d
schema tree CHANGE review type and typedef structures
by Radek Krejci
· 9 years ago
5c7686d
info printer OPTIMIZE minor optimization
by Michal Vasko
· 9 years ago
64448d7
info printer BUGFIX submodule broken parent indent fixed
by Michal Vasko
· 9 years ago
3d53afd
tree printer BUGFIX feature check when looking for siblings
by Michal Vasko
· 9 years ago
1382c2d
tree printer BUGFIX removed unused variables
by Michal Vasko
· 9 years ago
6a17ca3
tree printer MAINTENANCE code formatting
by Michal Vasko
· 9 years ago
efbb319
tree printer MAINTENANCE feature enabled check moved to function
by Michal Vasko
· 9 years ago
a4d19d4
tree printer BUGFIX cases are valid children
by Michal Vasko
· 9 years ago
fc6ac17
tree printer NEW submodule print
by Michal Vasko
· 9 years ago
73f94a8
tree printer: BUGFIX: valid sibling can be checked including the parameter
by Michal Vasko
· 9 years ago
fc3b0a3
tree printer: NEW: augment prefix print
by Michal Vasko
· 9 years ago
87e840c
tree printer MAINTENANCE optimize features checks
by Radek Krejci
· 9 years ago
7e97c35
tree FEATURE allow enable/disable features in schemas
by Radek Krejci
· 9 years ago
28c6b57
tree printer: NEW: if-feature print
by Michal Vasko
· 9 years ago
0e893c9
tree printer: BUGFIX: copy-paste error
by Michal Vasko
· 9 years ago
6e4ffbb
MAINTENANCE apply coding style rules to the source codes
by Radek Krejci
· 9 years ago
f289630
tree printer: MAINTENANCE: use a defined function, do not duplicate code
by Michal Vasko
· 9 years ago
e03bfbb
tree printer: NEW: notification print
by Michal Vasko
· 9 years ago
07898f9
tree printer: OPTIMIZE: indenation string creation
by Michal Vasko
· 9 years ago
b5c75d7
tree printer: NEW: rpc print
by Michal Vasko
· 9 years ago
14fd43c
tree printer: OPTIMIZE: valid pointer value checks
by Michal Vasko
· 9 years ago
8487f4e
tree printer: CHANGE: print anyxml type
by Michal Vasko
· 9 years ago
f867433
tree printer: NEW: status print
by Michal Vasko
· 9 years ago
6db4fce
tree printer: MAINTENANCE: coding style
by Michal Vasko
· 9 years ago
59b6884
tree printer: NEW: list anyxml print
by Michal Vasko
· 9 years ago
f72afc9
tree printer: NEW: anyxml print
by Michal Vasko
· 9 years ago
7646fdb
tree printer: NEW: default values
by Michal Vasko
· 9 years ago
7ea0a31
tree printer: BUGFIX: uses print
by Michal Vasko
· 9 years ago
3bde87f
yin parser: FEATURE: support uses's refine substatement (RFC 6020 sec. 7.12.2)
by Radek Krejci
· 9 years ago
e0dbb52
tree printer: BUGFIX: redundant space print
by Michal Vasko
· 9 years ago
Next »