Code Review
/
netconf.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
first ⋅ prev ⋅ next
Deprecate legacy SSH integration
[netconf.git]
/
netconf
/
netconf-netty-util
/
src
/
main
/
java
/
org
/
opendaylight
/
netconf
/
nettyutil
/
handler
/
ssh
/
client
/
AsyncSshHandler.java
2023-10-14
Robert Varga
Deprecate legacy SSH integration
26/108426/3
blob
|
commitdiff
|
raw
2023-10-13
Robert Varga
Hide Netty(Pipeline)AwareChannelSubsystem
92/108392/3
blob
|
commitdiff
|
raw
|
diff to current
2022-11-06
Peter Puškár
Add the concept of a netconf client name
68/97568/9
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Improve default client parameters
41/102741/1
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Check disconnected flag on each operation
40/102740/5
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Run AsyncSshHandler.onOpenComplete() on event loop
24/102724/3
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Make AsyncSshHandler final
23/102723/5
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Rework AsyncSshHandler callback locking
22/102722/5
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Run safelyDisconnect() on event loop
21/102721/5
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Rename AsyncSshHandler.handleSshSetupFailure()
20/102720/4
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Remove AsyncSshHandler.handleSshChanelOpened()
19/102719/4
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Remove AsyncSshHandler.handleSshAuthenticated()
18/102718/3
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Remove AsyncSshHandler.handleSshSessionCreated()
17/102717/2
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Add AsyncSshHandler.onConnectComplete()
16/102716/2
blob
|
commitdiff
|
raw
|
diff to current
2022-10-18
Robert Varga
Inline AsyncSshHandler.startSsh()
11/102711/2
blob
|
commitdiff
|
raw
|
diff to current
2022-06-01
Robert Varga
Move logging out of try/catch block
16/101416/1
blob
|
commitdiff
|
raw
|
diff to current
2022-06-01
Robert Varga
Guard connectPromise not being null
15/101415/1
blob
|
commitdiff
|
raw
|
diff to current
2022-06-01
Robert Varga
Fix a raw type warning
14/101414/2
blob
|
commitdiff
|
raw
|
diff to current
2021-05-21
Robert Varga
Enable TCP_NODELAY for SSH client/server
09/96209/3
blob
|
commitdiff
|
raw
|
diff to current
2021-02-21
Iaroslav
Upgrade sshd to 2.6.0
64/94964/8
blob
|
commitdiff
|
raw
|
diff to current
2020-08-26
Robert Varga
Disable NIO read timeout by default
66/91866/3
blob
|
commitdiff
|
raw
|
diff to current
2020-05-05
Robert Varga
Re-integrate ssh client
81/84781/31
blob
|
commitdiff
|
raw
|
diff to current
2020-05-04
Robert Varga
Shade mina-sshd
45/89445/15
blob
|
commitdiff
|
raw
|
diff to current
2020-04-21
Robert Varga
Add a dedicated AuthenticationFailedException
30/89130/2
blob
|
commitdiff
|
raw
|
diff to current
2020-03-09
Sarguna Dharani
NETCONF-125 connection timeout and between timeout...
35/87535/2
blob
|
commitdiff
|
raw
|
diff to current
2020-03-03
Tibor Král
Add option to provide custom SshClient for netconf...
29/88029/4
blob
|
commitdiff
|
raw
|
diff to current
2019-10-08
Robert Varga
Make negotiationFuture final
87/84987/1
blob
|
commitdiff
|
raw
|
diff to current
2019-09-03
Robert Varga
Use Object.requireNonNull
60/84160/6
blob
|
commitdiff
|
raw
|
diff to current
2019-05-07
Robert Varga
Merge changes from topic 'web-sockets'
blob
|
commitdiff
|
raw
|
diff to current
2019-05-07
Jaroslav Tóth
Fixed deadlock between AsyncSshHandlerReader and AsyncS...
14/81714/3
blob
|
commitdiff
|
raw
|
diff to current
2018-08-06
Jakub Morvay
Merge "NECONF-524 : Setting the netconf keepalive logic...
blob
|
commitdiff
|
raw
|
diff to current
2018-07-27
Jakub Morvay
Merge "Simplify code using Java 8 features"
blob
|
commitdiff
|
raw
|
diff to current
2018-07-27
Stephen Kitt
Simplify code using Java 8 features
86/74486/3
blob
|
commitdiff
|
raw
|
diff to current
2018-07-25
Jakub Morvay
Merge "Remove unused exceptions"
blob
|
commitdiff
|
raw
|
diff to current
2018-07-24
Stephen Kitt
Remove unused exceptions
96/74396/3
blob
|
commitdiff
|
raw
|
diff to current
2018-04-12
Jakub Morvay
Merge "fix failure during connecting device when channe...
blob
|
commitdiff
|
raw
|
diff to current
2018-04-04
Jakub Morvay
Merge "NETCONF-526 : edit-config payload default-operat...
blob
|
commitdiff
|
raw
|
diff to current
2018-03-31
Jakub Morvay
Merge "Fix findbugs violations in netconf"
blob
|
commitdiff
|
raw
|
diff to current
2018-03-30
Tom Pantelis
Fix findbugs violations in netconf
02/70202/2
blob
|
commitdiff
|
raw
|
diff to current
2018-01-12
Jakub Morvay
Merge "Clean up netconf-parent root pom"
blob
|
commitdiff
|
raw
|
diff to current
2018-01-12
Robert Varga
Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
02/64202/42
blob
|
commitdiff
|
raw
|
diff to current
2017-09-04
Jakub Morvay
Merge "Bug 8989 - Create just one DS for each test...
blob
|
commitdiff
|
raw
|
diff to current
2017-08-23
Jakub Morvay
Merge "Simplify boolean expressions"
blob
|
commitdiff
|
raw
|
diff to current
2017-08-16
Stephen Kitt
Simplify boolean expressions
67/61167/4
blob
|
commitdiff
|
raw
|
diff to current
2017-07-20
Thanh Ha
Add 'features/protocol-framework/' from commit 'cb42405...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-20
Thanh Ha
Add 'protocol-framework/' from commit '5d015c2c5f800d13...
blob
|
commitdiff
|
raw
|
diff to current
2017-04-27
Jakub Morvay
Merge "Refactor netconf clustered topology tests"
blob
|
commitdiff
|
raw
|
diff to current
2017-04-27
Tomas Cere
Merge "Bug 8153: Enforce check-style rules for netconf...
blob
|
commitdiff
|
raw
|
diff to current
2017-04-27
Tomas Cere
Merge "Bug 8197: Deregister schema sources on actor...
blob
|
commitdiff
|
raw
|
diff to current
2017-04-27
Tomas Cere
Merge "Bug 8153: Enforce check-style rules for netconf...
blob
|
commitdiff
|
raw
|
diff to current
2017-04-27
Tomas Cere
Merge "Bug 8153: Enforce check-style rules for netconf...
blob
|
commitdiff
|
raw
|
diff to current
2017-04-27
matus.kubica
Bug 8153: Enforce check-style rules for netconf - netco...
10/55910/3
blob
|
commitdiff
|
raw
|
diff to current
2016-07-27
Tomas Cere
Revert "Bump apache mina to 1.2.0"
27/42627/1
blob
|
commitdiff
|
raw
|
diff to current
2016-07-25
Tomas Cere
Merge "Bump apache mina to 1.2.0"
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Robert Varga
Bump apache mina to 1.2.0
24/41824/9
blob
|
commitdiff
|
raw
|
diff to current
2016-04-19
Tomas Cere
Merge "Remove blocking checkedGet call"
blob
|
commitdiff
|
raw
|
diff to current
2016-03-29
Tomas Cere
Merge "Optimize NetconfMonitoringServiceImpl getSchemaF...
blob
|
commitdiff
|
raw
|
diff to current
2016-03-29
Tomas Cere
Merge "Add support for notification subtree filter"
blob
|
commitdiff
|
raw
|
diff to current
2016-03-29
Tomas Cere
Merge "Add support to RESTCONF to dynamically specify...
blob
|
commitdiff
|
raw
|
diff to current
2016-03-29
Tomas Cere
Merge "Reimplement NetconfDevice schema setup without...
blob
|
commitdiff
|
raw
|
diff to current
2016-03-29
Tomas Cere
Merge "change to static function"
blob
|
commitdiff
|
raw
|
diff to current
2016-03-21
Maros Marsalek
Merge "Revert "Add PasswordCredentialAuth interface""
blob
|
commitdiff
|
raw
|
diff to current
2016-03-21
Tomas Cere
Merge "Bug 5475 - File descriptor leak on netconf conne...
blob
|
commitdiff
|
raw
|
diff to current
2016-03-18
adetalhouet
Bug 5475 - File descriptor leak on netconf connector...
92/36192/5
blob
|
commitdiff
|
raw
|
diff to current
2016-02-22
Robert Varga
Remove opendaylight directory
94/35194/1
blob
|
commitdiff
|
raw
|
diff to current