Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libnetconf2
/
f176eeda903d275e1f8ecbf350db48025ad264ef
/
src
f176eed
notifications FEATURE basic support for sending notifications from server side
by Radek Krejci
· 8 years ago
3a889fd
libnetconf2 DOC corrected and updated
by Michal Vasko
· 8 years ago
339eea8
io BUGFIX unitialized variable warning
by Michal Vasko
· 8 years ago
b078fee
log CHANGE libssh logging set separately
by Michal Vasko
· 8 years ago
94868ed
client session CHANGE new libyang anydata value formats
by Michal Vasko
· 8 years ago
81b33fb
io MAINTENANCE minor enhancements
by Michal Vasko
· 8 years ago
e2146a3
io BUGFIX forgotten parameter
by Michal Vasko
· 8 years ago
94acafc
server session BUGFIX bind poll
by Michal Vasko
· 8 years ago
964e173
io CHANGE proper write checking added
by Michal Vasko
· 8 years ago
d6829ce
server session BUGFIX doxygen mixups
by Michal Vasko
· 8 years ago
9862fbb
Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel
by Radek Krejci
· 8 years ago
03438ec
client side UPDATE follow libyang changes and cover new enums in switch
by Radek Krejci
· 8 years ago
f9f9348
io MAINTENANCE init variable
by Radek Krejci
· 8 years ago
0ef46df
session BUGFIX monotonic clock cannot be used for absolute time value
by Michal Vasko
· 8 years ago
3e7eaf4
client session CHANGE request yang schemas in get-schema
by Michal Vasko
· 8 years ago
68b3f29
session BUGFIX libyang api change
by Michal Vasko
· 8 years ago
998ba41
client session CHANGE handle get-schema replies properly
by Michal Vasko
· 8 years ago
7793bc6
client BUGFIX accept empty configurations
by Michal Vasko
· 8 years ago
dd9fe65
session CHANGE include module-set-id in the hello message
by Michal Vasko
· 8 years ago
6a595fe
server session BUGFIX username is in the dictionary
by Michal Vasko
· 8 years ago
49a0cf9
client session CHANGE libyang lyd_validate prototype changed
by Michal Vasko
· 8 years ago
bd13a93
server session BUGFIX ssh publickey authentication
by Michal Vasko
· 8 years ago
36dfdb3
data handling UPDATE reflect changes in libyang's handling of default values
by Radek Krejci
· 8 years ago
539efb6
UPDATE reflect changes in libyang API
by Radek Krejci
· 8 years ago
5e39137
server session CHANGE do not use asserts
by Michal Vasko
· 8 years ago
6b15106
session BUGFIX typo
by Michal Vasko
· 8 years ago
e2713da
session CHANGE option store adjusted for ietf-netconf-server granularity
by Michal Vasko
· 8 years ago
15dfe72
server session BUGFIX idle timeout checking fixed
by Michal Vasko
· 8 years ago
2f975cf
server session BUGFIX set last_rpc for new sessions
by Michal Vasko
· 8 years ago
863a6e9
server session MAINTENANCE error message clarified
by Michal Vasko
· 8 years ago
227f8ff
server session CHANGE print calling function on lock error
by Michal Vasko
· 8 years ago
014b1ae
Merge branch 'master' into devel
by Michal Vasko
· 8 years ago
8c24253
server session BUGFIX missing unlock
by Michal Vasko
· 8 years ago
bdcf236
session BUGFIX proper ps locking error cleanup
by Michal Vasko
· 8 years ago
0521911
server session DOC minor fixes
by Michal Vasko
· 8 years ago
d5ad5f7
client session CHANGE libyang module_clb changed
by Michal Vasko
· 8 years ago
d6b73e1
build BUGFIX fix header include (time.h should be sys/time.h)
by Radek Krejci
· 8 years ago
2847292
compat CHANGE support for systems without pthread_mutex_timedlock()
by Radek Krejci
· 8 years ago
macosx
7ac1605
compat CHANGE support for systems without clock_gettime()
by Radek Krejci
· 8 years ago
5961c70
compat CHANGE use poll() instead of ppoll()
by Radek Krejci
· 8 years ago
32898d5
compat FEATURE replacement for spinlock if not available
by Radek Krejci
· 8 years ago
d369dda
BUGFIX handle missing \n on a chunk start
by Michal Vasko
· 8 years ago
79df326
BUGFIX handle missing \n on a chunk start
by Michal Vasko
· 8 years ago
90e8e69
session & messages FEATURE action support
by Michal Vasko
· 8 years ago
c1119d8
session BUGFIX server capabilities returned unencoded
by Michal Vasko
· 8 years ago
e90e4d1
session CHANGE print deviating modules in server capabilities
by Michal Vasko
· 8 years ago
2e47ef9
session BUGFIX server capabilities returned unencoded
by Michal Vasko
· 8 years ago
160b791
io CHANGE debug output of sent messages
by Michal Vasko
· 8 years ago
55fc5ef
time BUGFIX sign counts as a character
by Michal Vasko
· 8 years ago
e3c37f1
time BUGFIX sign counts as a character
by Michal Vasko
· 8 years ago
fcf561b
BUGFIX nc_time2datetime() wrong format of timezone shift
by Radek Krejci
· 8 years ago
bd16d45
BUGFIX nc_time2datetime() with specified timezone
by Radek Krejci
· 8 years ago
ebe263f
DOC clarify nc_time2datetime() and nc_datetime2time() params and return value description
by Radek Krejci
· 8 years ago
cc0aa7d
client session MAINTENANCE use the current libssh release functions
by Michal Vasko
· 8 years ago
abc11ea
client session MAINTENANCE libssh deprecated function use
by Michal Vasko
· 8 years ago
9cd26a8
client session FEATURE get session ntf thread state
by Michal Vasko
· 8 years ago
5e20347
server session BUGFIX return proper value on timeout
by Michal Vasko
· 8 years ago
46eac55
server session BUGFIX handle every poll return event
by Michal Vasko
· 8 years ago
7abcdeb
session BUGFIX proper import key error handling
by Michal Vasko
· 8 years ago
c45ebd3
server session CHANGE return session start time directly
by Michal Vasko
· 8 years ago
8c1bfab
time FEATURE datetime print to provided buffer
by Michal Vasko
· 8 years ago
71090fc
all CHANGE larger api change to enable server stats collecting
by Michal Vasko
· 8 years ago
4ffa3b2
server session FEATURE function for server capabilities retrieval
by Michal Vasko
· 8 years ago
f835235
server session FEATURE session start time stored
by Michal Vasko
· 8 years ago
bdfb524
session REFACTOR move client-specific session functions
by Michal Vasko
· 8 years ago
891696c
client messages MAINTENANCE parameter check enhanced
by Michal Vasko
· 8 years ago
90920b0
server messages BUGFIX session-id in rpc-error can be 0
by Michal Vasko
· 8 years ago
0651c90
client session BUGFIX proper notification thread quit on error
by Michal Vasko
· 8 years ago
03df9e3
client session BUGFIX parse rpc with correct flags
by Michal Vasko
· 8 years ago
b2583f1
session CHANGE libyang changes
by Michal Vasko
· 8 years ago
71ba2da
client session FEATURE processing of replies without/with wrong msgid
by Michal Vasko
· 9 years ago
296fee8
server session BUGFIX typo
by Michal Vasko
· 9 years ago
8f3198f
server messages FEATURE getters for basic server error elements
by Michal Vasko
· 9 years ago
36b17ba
client session OPTIMIZE increase timeout for get-schema reply
by Michal Vasko
· 9 years ago
844662e
BUGFIX missing attributes and namespace in rpc-reply when returning error information
by Radek Krejci
· 9 years ago
1d8212b
client session BUGFIX rpc validate flag
by Michal Vasko
· 9 years ago
b08743b
server messages BUGFIX empty data reply is not valid
by Michal Vasko
· 9 years ago
55f0397
server session FEATURE getters for capab options and timeouts
by Michal Vasko
· 9 years ago
e31b07b
server session BUGFIX remove debug output
by Michal Vasko
· 9 years ago
a08e5c0
server messages CHANGE generate specific YANG errors
by Michal Vasko
· 9 years ago
092ea74
server messages BUGFIX wrong variable freed
by Michal Vasko
· 9 years ago
7d9b495
server messages BUGFIX typo
by Michal Vasko
· 9 years ago
537fb52
log UPDATE reflect new libyang lyve code
by Radek Krejci
· 9 years ago
45e53ae
log CHANGE invalid argument error enhanced
by Michal Vasko
· 9 years ago
f04a52a
server session BUGFIX ssh channel on pollsession creation locking updated
by Michal Vasko
· 9 years ago
01082bf
server session DOC warning added to nc_ps_free
by Michal Vasko
· 9 years ago
be86fe3
server session CHANGE pollsession fair FIFO locking
by Michal Vasko
· 9 years ago
877e182
server FEATURE nc_err_libyang() to build error structure based on libayng error
by Radek Krejci
· 9 years ago
f93c7d4
session CHANGE check libyang validation error in more details
by Radek Krejci
· 9 years ago
d91f6e6
session CHANGE libyang changes reflected
by Michal Vasko
· 9 years ago
2f923d1
server messages BUGFIX wrong invalid value check
by Michal Vasko
· 9 years ago
1f0563a
client session BUGFIX ssh timeout is long, not int
by Michal Vasko
· 9 years ago
5ecbf8c
session CHANGE refuse sessions without locks
by Michal Vasko
· 9 years ago
303245c
session CHANGE libyang api changes
by Michal Vasko
· 9 years ago
2639469
doc UPDATE info about nc_client_set_schema_searchpath()
by Michal Vasko
· 9 years ago
dc12686
client CHANGE more informative filter format error message
by Michal Vasko
· 9 years ago
86d357c
session BUGFIX first stop notification thread, then lock the session
by Michal Vasko
· 9 years ago
7f1c0ef
client session CHANGE getter for schema searchpath
by Michal Vasko
· 9 years ago
e035b8e
client session BUGFIX be ready for context creation fail
by Michal Vasko
· 9 years ago
047300e
io BUGFIX encode generic strings (error messages, capabilities, ...) into XML
by Radek Krejci
· 9 years ago
Next »