- 59a4305 BUGFIX set freed value to NULL by Michal Vasko · 9 years ago
- da38416 BUGFIX on session timeout, remove it from the global session list, too by Michal Vasko · 9 years ago
- e41fb6e CHANGE lock dbg messages flood output by Michal Vasko · 9 years ago
- dc40b3a BUGFIX double session locking by Michal Vasko · 9 years ago
- 2314d40 MAINTENANCE remove useless debug messages by Michal Vasko · 9 years ago
- 5326024 BUGFIX uninitialized variable by Michal Vasko · 9 years ago
- a719710 CHANGE print DEBUG message only if configured with debug by Michal Vasko · 9 years ago
- efdd49f CHANGE use syslog if daemon by Michal Vasko · 9 years ago
- dedf91b CHANGE verbosity is now verbose by Michal Vasko · 9 years ago
- f849e4e CHANGE print sent message without NETCONF layer by Michal Vasko · 9 years ago
- 56c02b2 MAINTENANCE refactor clb_print by Michal Vasko · 9 years ago
- e7d1bbc CHANGE print received and sent messages by Michal Vasko · 9 years ago
- c7a8f3c CHANGE check edit-config content transformation by Michal Vasko · 9 years ago
- b8f5d44 CHANGE check edit-config target parameter by Michal Vasko · 9 years ago
- 56ec595 CHANGE libyang changes reflected by Michal Vasko · 9 years ago
- d02e69f Merge branch 'libyang' of https://github.com/CESNET/mod_netconf into libyang by Michal Vasko · 9 years ago
- 005c6a6 readme DOC query command description and examples updated by Michal Vasko · 9 years ago
- a7f0ae3 test-client BUGFIX new commands included in help now by Michal Vasko · 9 years ago
- a4b8cdb FEATURE query on models now always returns top-level nodes by Michal Vasko · 9 years ago
- ea2ddd9 BUGFIX cannot traverse children of nodes without children by Michal Vasko · 9 years ago
- 5e1c605 BUGFIX choice default is not mandatory by Michal Vasko · 9 years ago
- 4507c96 BUGFIX test-client flush stdout, receive chunked json by Peter Nagy · 9 years ago
- 642cad0 BUGFIX missing unlocks by Michal Vasko · 9 years ago
- 2afaac6 build CHANGE make test-client as well, do not install it by Michal Vasko · 9 years ago
- d020599 BUGFIX proper lnc2 init and cleanup added by Michal Vasko · 9 years ago
- 52c9177 OPTIMIZE json lock only for how long it is necessary by Michal Vasko · 9 years ago
- 365dc4c BUGFIX memory leak by Michal Vasko · 9 years ago
- df280a2 BUGFIX check send return value by Michal Vasko · 9 years ago
- 1347061 Update wrong syntax on github by David Alexa · 9 years ago
- 04245ee BUGFIX wrong variable initialized by Michal Vasko · 9 years ago
- b82bf0f BUGFIX uninitialized variable by Michal Vasko · 9 years ago
- 0208a86 BUGFIX json header path unified by Michal Vasko · 9 years ago
- 977bad9 MAINTENANCE uninitialized value warning by Michal Vasko · 9 years ago
- c04900a BUGFIX wrong variable freed by Michal Vasko · 9 years ago
- 7a45534 MAINTENANCE asserts removed by Michal Vasko · 9 years ago
- b69dde2 MAINTENANCE some obsolete include path by Michal Vasko · 9 years ago
- f0b6fbb BUGFIX null dereference by Michal Vasko · 9 years ago
- 93ee991 readme CHANGE dependencies udpated by Michal Vasko · 9 years ago
- b08e78d readme CHANGE info reply content updated by Michal Vasko · 9 years ago
- f3c4858 readme BUGFIX trailing whitespaces by Michal Vasko · 9 years ago
- a959005 CHANGE libnetconf2 api changes by Michal Vasko · 9 years ago
- 7f46ede test client BUGFIX array-parameters updated by Michal Vasko · 9 years ago
- f35ea50 CHANGE libnetconf -> libnetconf2 by Michal Vasko · 9 years ago
- a40bcb4 readme renamed to *.md by david alexa · 9 years ago
- 842958a README updated for new communication with libyang by David Alexa · 9 years ago
- da5ccc8 FEATURE private key authentication by Michal Vasko · 9 years ago
- e98e57d BUGFIX function prototype in libyang changed by Michal Vasko · 9 years ago
- 30aa382 DOC doxygen updates by Michal Vasko · 9 years ago
- a53ef88 CHANGE mod_netconf renamed to netopeerguid by Michal Vasko · 9 years ago
- e32bcba FEATURE on session activity update all user sessions by Michal Vasko · 9 years ago
- a45770b FEATURE rpc & model metadata by Michal Vasko · 9 years ago
- 3fda9a9 FEATURE complete metadata generation by Michal Vasko · 9 years ago
- 5ae1e70 BUILD do not remove test-client on clean if it isn't built on make by Michal Vasko · 9 years ago
- 7436f51 BUILD aprutil is no longer required by Michal Vasko · 9 years ago
- da0ab5c CHANGE major update by Michal Vasko · 9 years ago
- 43d94a6 BUGFIX notification management fixed by Michal Vasko · 9 years ago
- 1ac1128 CHANGE write output only if notifications are actually popped by Michal Vasko · 9 years ago
- 3d8681d CHANGE refactor function for its name to reflect its purpose by Michal Vasko · 9 years ago
- 2bff5fb BUGFIX sessions are no longer identified by hashes by Michal Vasko · 9 years ago
- 7732dee BUGFIX sleep for a reasonable time by Michal Vasko · 9 years ago
- 59ccb36 BUGFIX break the loop if locked_session is NULL by Michal Vasko · 9 years ago
- b0f6c09 BUGFIX duplicated and covered variable by Michal Vasko · 9 years ago
- c2105d5 MAINTENANCE libyang is not yet required by Michal Vasko · 9 years ago
- c314678 CHANGE remove httpd and apache dependencies by Michal Vasko · 9 years ago
- b34b7b1 updated to latest libnetconf by Tomas Cejka · 9 years ago
- 756d129 BUGFIX of non-blocking send_recv by Tomas Cejka · 10 years ago
- 457cb7e doc: revision of src/README by Tomas Cejka · 10 years ago
- dc8f08d notifications: configure cleanup, update libwebsockets by Tomas Cejka · 10 years ago
- 98ed6cc notification: check context pointer before free by Tomas Cejka · 10 years ago
- 8ce138c use non-blocking recv() function from libnetconf by Tomas Cejka · 10 years ago
- cf44e52 debug/error messages, source code cleanup by Tomas Cejka · 10 years ago
- 74dd7a9 BUGFIX: revision of lock after goto by Tomas Cejka · 10 years ago
- 8a86cc2 FEATURE: libnetconf errors passing by Tomas Cejka · 10 years ago
- 866f228 MAINTENANCE: coding style by Tomas Cejka · 10 years ago
- 86f0fc1 unix socket moved into /var/run instead of /tmp by Tomas Cejka · 10 years ago
- 11d5d06 migrate to latest libwebsockets by Tomas Cejka · 10 years ago
- 0962949 json-c: replace deprecated symbols by Tomas Cejka · 10 years ago
- c0e166b with-default: REVERT do not show defaults by Tomas Cejka · 10 years ago
- 9ca0080 notifications: disable history download on subscribe by Tomas Cejka · 10 years ago
- 885ec3e fixed potetial deadlock by Tomas Cejka · 10 years ago
- 633fe6c fixed generic_rpc - remove useless test by Tomas Cejka · 10 years ago
- 5771414 maintenance - remove unused, init by Tomas Cejka · 10 years ago
- 8254dba reflex changes in libnetconf-0.8 by Tomas Cejka · 10 years ago
- 834004f MAINTENANCE: revisited RPM creation by Tomas Cejka · 11 years ago
- 7b1e3bd BUGFIX: deference of NULL pointer during get notif. hist. by Tomas Cejka · 11 years ago
- 442258e BUGFIX: segfault on error during subscribe, fixed deadlock by Tomas Cejka · 11 years ago
- b9e7efe BUGFIX deadlock on json_lock by Tomas Cejka · 11 years ago
- 8ef3f4e MAINTENANCE Makefile cleanup by Tomas Cejka · 11 years ago
- 04e08f4 FEATURE allow user to configure uid, gid of process and socket file by Tomas Cejka · 11 years ago
- e8bd27c REGRESSION netopeergui generates bad edit-config by Tomas Cejka · 11 years ago
- a3ffdba reset after free by Tomas Cejka · 11 years ago
- edb3ab4 BUGFIX err_reply object should not be shared by Tomas Cejka · 11 years ago
- 9a23f6e BUGFIX json-c is not thread-safe :-( by Tomas Cejka · 11 years ago
- 93b0e49 FEATURE enable reload of hello message by Tomas Cejka · 11 years ago
- 6088525 BUGFIX segfault with old libtrap with bug (unknown type of reply) by Tomas Cejka · 11 years ago
- 73496bf BUGFIX free memory, clean pointer by Tomas Cejka · 11 years ago
- dd5cb45 BUGFIX increment reference count of hello message by Tomas Cejka · 11 years ago
- 5b0e475 MAINTENANCE by Tomas Cejka · 11 years ago
- 4ad470b BUGFIX operation validation did not return errors by Tomas Cejka · 11 years ago
- 50c076e install: migration of configure etc by Tomas Cejka · 11 years ago