Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
netopeerguid
/
04245ee226a23a29a78274a2f459cb5f99238804
/
src
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
55c6df5
mod_netconf: BUGFIX copy-config expected source and config
by Tomas Cejka
· 11 years ago
5ae8dfb
mod_netconf: user given testopt value
by Tomas Cejka
· 11 years ago
a70d303
mod_netconf: MAINTENANCE url-capability
by Tomas Cejka
· 11 years ago
8f3031e
mod_netconf: url-capability edit-config
by Tomas Cejka
· 11 years ago
b4d0587
mod_netconf: url-capability copy-config
by Tomas Cejka
· 11 years ago
1c3840d
mod_netconf: change with-defaults option to _TAGGED
by Tomas Cejka
· 11 years ago
32528d6
webgui: installation via Makefile
by Tomas Cejka
· 11 years ago
0858dbb
mod_netconf: create array of error messages in callback
by Tomas Cejka
· 11 years ago
438142c
webgui: testing of rpm with verde
by Tomas Cejka
· 11 years ago
55b63df
webgui: installation, distribution
by Tomas Cejka
· 11 years ago
9245772
mod_netconf: readme update - datastore validate
by Tomas Cejka
· 11 years ago
e37ceae
webgui&mod_netconf: common configure - autotools
by Tomas Cejka
· 11 years ago
ef531ee
mod_netconf: standalone application for testing
by Tomas Cejka
· 11 years ago
c792963
mod_netconf: return errors retrieved from server
by Tomas Cejka
· 11 years ago
114b55d
mod_netconf: edit-config with TESTOPT
by Tomas Cejka
· 11 years ago
aecc5f7
mod_netconf: migration to libnetconf 0.6.0
by Tomas Cejka
· 11 years ago
4003a70
mod_netconf: validate support
by Tomas Cejka
· 11 years ago
9467466
mod_netconf: show all elements even though they have default values
by Tomas Cejka
· 11 years ago
5ce57b6
mod_netconf: BUGFIX deadlock when notification not available
by Tomas Cejka
· 11 years ago
8800d65
mod_netconf: unix timestamp instead of string in notif.
by Tomas Cejka
· 11 years ago
6e8f426
mod_netconf: maintenance (doc, constant subst.)
by Tomas Cejka
· 11 years ago
99b3dc8
mod_netconf: closing sessions - revisited
by Tomas Cejka
· 11 years ago
d016f9c
mod_netconf: history of notification & pthread_key
by Tomas Cejka
· 11 years ago
b4cd6dc
mod_netconf: fix RPM metadata new release of RPM
by Tomas Cejka
· 11 years ago
5d74745
mod_netconf: set version 0.11.1 and release package
by Tomas Cejka
· 11 years ago
23d4f34
mod_netconf: fixed problem with RPM generation
by Tomas Cejka
· 11 years ago
04a98cb
mod_netconf: set tcp port of notification server
by Tomas Cejka
· 11 years ago
6b886e0
mod_netconf: notification history
by Tomas Cejka
· 11 years ago
814a5c6
mod_netconf: update README with API
by Tomas Cejka
· 11 years ago
Next »