3
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #280 from adamjrichter/master More... almost 5 years ago
Remove some "if" branches that are always true or always false. More... almost 5 years ago
Fix a possible null pointer dereference in nc_session_monitor. More... almost 5 years ago
Fix snprintf format in nc_callhome_listen. More... almost 5 years ago
Fix very unlikely memory corruption found by cppcheck in nc_apps_check in src/internal.c. More... almost 5 years ago
Fix memory leaks found by cppcheck in src/datastore.c. More... almost 5 years ago
Merge pull request #278 from adamjrichter/master More... almost 5 years ago
Fix memory leaks in a few error branches, found by cppcheck. More... almost 5 years ago
build CHANGE support for libssh v0.8.0 and higher More... over 5 years ago
DOC fix links markdown format in README
Radek Krejčí
as Radek Krejci
More... over 6 years ago
DOC minor correction of the README text
Radek Krejčí
as Radek Krejci
More... over 6 years ago
DOC update README - deprecate libnetconf being replaced by libnetconf2
Radek Krejčí
as Radek Krejci
More... over 6 years ago
BUGFIX do not validate empty data More... over 7 years ago
BUGFIX copy-paste error More... over 7 years ago
Merge branch 'ntadas-master'
Radek Krejčí
as Radek Krejci
More... over 7 years ago
FEATURE add possibility to disable file limit More... over 7 years ago
BUGFIX reading out of array bounds
Radek Krejčí
as Radek Krejci
More... over 7 years ago
Merge branch 'rponczkowski-eintr_fix'
Radek Krejčí
as Radek Krejci
More... over 7 years ago
MAINTENANCE code formatting
Radek Krejčí
as Radek Krejci
More... over 7 years ago
do not break fmon loop on EINTR error More... over 7 years ago
BUGFIX prevent specific rare deadlocks More... over 7 years ago
BUGFIX refresh datastores on rollback More... over 7 years ago
Merge pull request #234 from mrmouro/master More... over 7 years ago
Corrected get-schema: was returning extra <data> nodes. More... over 7 years ago
BUGFIX checking for session status when processing notification in NACM subsystem
Radek Krejčí
as Radek Krejci
More... over 7 years ago
Merge pull request #228 from mrmouro/master More... over 7 years ago
Check data element afainst namespace urn:ietf:params:xml:ns:netconf:base:1.0 to determine if data node is from custom reply More... over 7 years ago
Removed nc_reply_get_data_custom method. Updated nc_reply_get_data to handle both data and custom data messages. More... over 7 years ago
Updated nc_reply_custom to create rpc-reply with custom content (required for user-defined rpcs) Added nc_reply_get_data_custom method to retrieve the stringified content of a rpc-reply with custom data. More... over 7 years ago
Merge pull request #224 from plummer86/remove_install_docs More... over 7 years ago