Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libnetconf2
/
a35b6d89ef138309a4f4f33d4205858181e41df6
/
src
5ebadbf
BUGFIX going out of array bounds when building capabilities list
by Radek Krejci
· 9 years ago
e1a64ec
session FEATURE destructor for session user data
by Michal Vasko
· 9 years ago
5494f51
server session DOC doxygen update
by Michal Vasko
· 9 years ago
a7b8ca5
session CHANGE init/destroy functions unified
by Michal Vasko
· 9 years ago
48a63ed
server session BUGFIX locked access to pollsession
by Michal Vasko
· 9 years ago
842522c
server session FEATURE write messages on ssh authentication timeout
by Michal Vasko
· 9 years ago
2cc4c68
server session FEATURE option to store user data in a session
by Michal Vasko
· 9 years ago
c0fde01
server session DOC doxygen update
by Michal Vasko
· 9 years ago
cad3ac4
server session CHANGE option to free all session in a pollsession structure
by Michal Vasko
· 9 years ago
0fdb7ac
server session FEATURE pollsession session count getter
by Michal Vasko
· 9 years ago
2927112
io BUGFIX print all data (siblings) from reply structure
by Radek Krejci
· 9 years ago
ab63994
server session BUGFIX use correct timeout in ssh accept
by Michal Vasko
· 9 years ago
8f5270d
server session CHANGE timeout removed from callhome
by Michal Vasko
· 9 years ago
13ed294
client session BUGFIX get/get-config reply can be empty
by Michal Vasko
· 9 years ago
c25921c
doc BUGFIX init/destroy documentation updated
by Michal Vasko
· 9 years ago
fdfd9dd
doc FEATURE doxygen documentation created
by Michal Vasko
· 9 years ago
8f0c028
session CHANGE init/destroy functions unified
by Michal Vasko
· 9 years ago
9b88a16
server session BUGFIX unused variable
by Michal Vasko
· 9 years ago
fd04418
server session CHANGE do not count elapsed time, mostly useless anyway
by Michal Vasko
· 9 years ago
a507d1a
time BUGFIX fix use of getenv()/setenv()
by Radek Krejci
· 9 years ago
c979d3a
client session BUGFIX typo
by Michal Vasko
· 9 years ago
4adb626
Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel
by Michal Vasko
· 9 years ago
b34b3e8
server session BUGFIX old functions renamed
by Michal Vasko
· 9 years ago
4cf58ec
session MAINTENANCE add header file for compatibility with BSD
by Radek Krejci
· 9 years ago
b7558c5
client session CHANGE one destroy function for the client
by Michal Vasko
· 9 years ago
99087c7
logger BUGFIX explicitely cast mapping verbose level to the libyang's verbose level
by Radek Krejci
· 9 years ago
7b38e23
session CHANGE do not use clock_gettime, no real need for it anyway
by Michal Vasko
· 9 years ago
afd416b
all DOC trailing space
by Michal Vasko
· 9 years ago
dae4832
client session BUGFIX missing header
by Michal Vasko
· 9 years ago
650011a
client session BUGFIX wrong function and macro names
by Michal Vasko
· 9 years ago
b6e3726
session MAINTENANCE deprecated function use replaced
by Michal Vasko
· 9 years ago
8bf28d1
client session BUGFIX libssh echo bug temporary workaround
by Michal Vasko
· 9 years ago
ed6e0d3
build BUGFIX relative data dir must be reflected everywhere
by Michal Vasko
· 9 years ago
9b81f5b
MAINTENANCE correct license text in source codes
by Radek Krejci
· 9 years ago
53691be
build CHANGE rename too generic macros to libnetconf specific
by Radek Krejci
· 9 years ago
ef112d7
client session FEATURE hostkey check user clb
by Michal Vasko
· 9 years ago
eb7080e
client FEATURE recv_reply accepts parsing flags now
by Michal Vasko
· 9 years ago
4aade75
client messages DOC typo
by Michal Vasko
· 9 years ago
4282fae
client session BUGFIX callhome sessions flag
by Michal Vasko
· 9 years ago
30e2c87
client session FEATURE ssh auth callbacks can be set
by Michal Vasko
· 9 years ago
174fe8e
session FEATURE session version getter
by Michal Vasko
· 9 years ago
a43589b
session CHANGE ctx lock removed, dict access is now always thread-safe
by Michal Vasko
· 9 years ago
fea54dc
CHANGE libyang api changes reflected
by Michal Vasko
· 9 years ago
5d2ad08
server session DOC doxygen comment udpated
by Michal Vasko
· 9 years ago
1aaa660
client session CHANGE try to load ietf-netconf from the user-specififed dir first
by Michal Vasko
· 9 years ago
daf9a09
client session BUGFIX actually use the set schema searchpath
by Michal Vasko
· 9 years ago
b737d75
session BUGFIX memory leak
by Michal Vasko
· 9 years ago
7ddc570
server session BUGFIX memory leak
by Michal Vasko
· 9 years ago
d4c03a8
server session BUGFIX endpoint names are unique doubles with ti
by Michal Vasko
· 9 years ago
b87363a
session DOC outdated comment removed
by Michal Vasko
· 9 years ago
0be5dff
session BUGFIX thread-exclusive cleanup
by Michal Vasko
· 9 years ago
4ba285b
UPDATE according to changes in libyang 0.5.30
by Radek Krejci
· 9 years ago
a4c23d8
io & session CHANGE libyang api changes reflected
by Michal Vasko
· 9 years ago
105bf27
server session BUGFIX mixed msec and usec timeout
by Michal Vasko
· 9 years ago
ce31916
server session BUGFIX ssh_msg_clb call during session close
by Michal Vasko
· 9 years ago
8c74883
server session CHANGE ssh channel polling fixed
by Michal Vasko
· 9 years ago
5e22879
session CHANGE init/destroy functions reworked
by Michal Vasko
· 9 years ago
c6356ea
log CHANGE change libssh verbosity with libnetconf
by Michal Vasko
· 9 years ago
5550cda
io BUGFIX uninitialized value
by Michal Vasko
· 9 years ago
051d35b
io MAINTENANCE error messages corrected
by Michal Vasko
· 9 years ago
72387da
server session BUGFIX fixed elapsed unit
by Michal Vasko
· 9 years ago
e5612cf
server session BUGFIX extra parameter removed
by Michal Vasko
· 9 years ago
51e514d
server session BUGFIX lock fixes and optimizations
by Michal Vasko
· 9 years ago
5800573
server session BUGFIX removing last session
by Michal Vasko
· 9 years ago
27562ad
server session BUGFIX typo
by Michal Vasko
· 9 years ago
38fff79
netconf CHANGE timeout step increased
by Michal Vasko
· 9 years ago
1e5a9e8
server session BUGFIX timeout check fixed
by Michal Vasko
· 9 years ago
5fcc714
server session BUGFIX returns cleaned and fixed
by Michal Vasko
· 9 years ago
08a629a
server session BUGFIX set default SSH options for endpoints
by Michal Vasko
· 9 years ago
81614ee
server session MAINTENANCE messages corrected
by Michal Vasko
· 9 years ago
55fded6
client session BUGFIX port is expected to be uint
by Michal Vasko
· 9 years ago
c025649
session BUGFIX freeing last items in arrays
by Michal Vasko
· 9 years ago
ca4a242
session BUGFIX handle prcs that failed to parse into context
by Michal Vasko
· 9 years ago
50456e8
session BUGFIX 0 is an invalid return
by Michal Vasko
· 9 years ago
d8e271a
server session BUGFIX copy-paste error
by Michal Vasko
· 9 years ago
7a93af7
server session BUGFIX forgotten unlocks
by Michal Vasko
· 9 years ago
8e2f4a6
client session CHANGE opening netconf channel in a separate function
by Michal Vasko
· 9 years ago
8644023
client session MAINTENANCE messages corrected
by Michal Vasko
· 9 years ago
9faf1c8
server session BUGFIX forgotten/wrong locks
by Michal Vasko
· 9 years ago
9db2a6f
client session BUGFIX useless check
by Michal Vasko
· 9 years ago
fee717c
client session BUGFIX handler leak
by Michal Vasko
· 9 years ago
b2d9107
client session BUGFIX wrong variable used
by Michal Vasko
· 9 years ago
7227f35
doc CHANGE thread safety info added
by Michal Vasko
· 9 years ago
da51477
server session FEATURE functions to change endpoint bind parameters
by Michal Vasko
· 9 years ago
96830e3
server session REFCTOR api renaming
by Michal Vasko
· 9 years ago
9a25e93
session FEATURE function nc_session_get_ctx
by Michal Vasko
· 9 years ago
d09eae6
server session FEATURE function nc_ps_clear()
by Michal Vasko
· 9 years ago
235eb17
messages BUGFIX missing ctx unlock
by Michal Vasko
· 9 years ago
82b0629
io BUGFIX new xml element instead of closing tag
by Michal Vasko
· 9 years ago
7b09624
doc CHANGE added a warning about where to set session term reason
by Michal Vasko
· 9 years ago
1ad0bbd
log CHANGE logging functions will not be public
by Michal Vasko
· 9 years ago
f0537d8
doc BUGFIX many doxygen comment updates and fixes
by Michal Vasko
· 9 years ago
e22c673
client session FEATURE getters now for all options
by Michal Vasko
· 9 years ago
45f298f
session REFACTOR call home functions separated to special headers
by Michal Vasko
· 9 years ago
f0c92c0
session CHANGE crypto locking mechanism updated
by Michal Vasko
· 9 years ago
4589bbe
session BUGFIX unused variable fix
by Michal Vasko
· 9 years ago
3512e40
build BUGFIX when both SSH and TLS are off
by Michal Vasko
· 9 years ago
3d865d2
build FEATURE dnssec option support
by Michal Vasko
· 9 years ago
a8ad448
client session FEATURE new function nc_recv_notif_dispatch
by Michal Vasko
· 9 years ago
2518b6b
client session CHANGE nc_recv_* functions improved
by Michal Vasko
· 9 years ago
Next »