clixon/apps
Dave Cornejo e282493095 FreeBSD compatibility & pedanticism patches
use ETIMEDOUT rather than ETIME - this seems more the intent of its
usage here and it compiles under FreeBSD & Linux.
in yang_spec_parse_file() the function basename() is not declared,
the declaration is in libgen.h, so include it. also basename() takes
char * for its argument not const char *, yang_spec_parse_file()
has to be changed to char *filename to compile w/o warnings
2019-02-22 19:59:14 -10:00
..
backend Added cache for modules-state RFC7895 to avoid building new XML every get call 2019-02-21 15:06:20 +01:00
cli Preparing for 3.9.0 2019-02-21 16:12:37 +01:00
netconf FreeBSD compatibility & pedanticism patches 2019-02-22 19:59:14 -10:00
restconf Revert "Revert "* Added valgrind memory leak tests in testmem.sh for restconf"" 2019-02-20 16:25:42 +01:00
Makefile.in Example makfile honors --without-restconf 2019-02-11 21:13:12 +01:00