Release netconf
[netconf.git] / netconf / netconf-netty-util / src /
2022-10-31 Robert VargaReplace replaceHelloMessageOutboundHandler() 81/102981/2
2022-10-31 Robert VargaSimplify error checking in writeWithPendingDetection() 80/102980/2
2022-10-31 Robert VargaIgnore incoming messages in State.FAILED 79/102979/2
2022-10-31 Robert VargaCheck for early message send failures 78/102978/2
2022-10-31 Robert VargaSequence state transitions during negotiation start 76/102976/1
2022-10-31 Robert VargaSimplify isStateChangePermitted() 75/102975/1
2022-10-31 Robert VargaUse Future.cause() for error checking 73/102973/1
2022-10-31 Robert VargaUse a simple future 72/102972/1
2022-10-31 Robert VargaUse Future.cause() for completion checking 71/102971/1
2022-10-31 Robert VargaCheck disconnected flag on each operation 70/102970/1
2022-10-31 Robert VargaRun AsyncSshHandler.onOpenComplete() on event loop 69/102969/1
2022-10-31 Robert VargaRework AsyncSshHandler callback locking 68/102968/1
2022-10-31 Robert VargaRun safelyDisconnect() on event loop 67/102967/1
2022-10-31 Robert VargaRename AsyncSshHandler.handleSshSetupFailure() 66/102966/1
2022-10-31 Robert VargaRemove AsyncSshHandler.handleSshChanelOpened() 65/102965/1
2022-10-31 Robert VargaRemove AsyncSshHandler.handleSshAuthenticated() 64/102964/1
2022-10-31 Robert VargaRemove AsyncSshHandler.handleSshSessionCreated() 63/102963/1
2022-10-31 Robert VargaAdd AsyncSshHandler.onConnectComplete() 62/102962/1
2022-10-31 Robert VargaInline AsyncSshHandler.startSsh() 61/102961/1
2022-10-18 Robert VargaGuard connectPromise not being null 45/102745/1
2022-10-18 Robert VargaFix a raw type warning 44/102744/1
2022-10-18 Robert VargaMove logging out of try/catch block 43/102743/1
2022-10-13 Robert VargaExpire negotiation on event loop 70/102670/1
2022-10-13 Robert VargaDo not use Optional for SslHandler 69/102669/1
2022-07-29 Jakub MorvayGet rid of Netty's DelimiterBasedFrameDecoder 93/101893/1
2022-06-01 Robert VargaFix another state-keeping thinko 11/101411/1
2022-06-01 Robert VargaFix state transition thinko 10/101410/1
2022-05-31 Robert VargaEliminate ReconnectingStrategyListener 93/101393/1
2022-05-31 Robert VargaEliminate BootstrapConnectListener 92/101392/1
2022-05-31 Robert VargaReduce ReconnectingStrategyListener nesting 91/101391/1
2022-05-31 Robert VargaRemove superfluous this. qualifier 90/101390/1
2022-01-26 Robert VargaDo not reuse inactive handler 62/99462/2
2021-11-14 Robert VargaFix AbstractNetconfSessionNegotiator state access 02/98502/1
2021-11-11 Jaroslav TóthAdded channel to logs in NETCONF negotiator 72/98272/3
2021-11-11 Robert VargaCleanup AbstractNetconfSessionNegotiatorTest 25/98425/3
2021-09-15 Robert VargaRework createReconnectingClient() 85/97385/12
2021-09-04 Robert VargaCleanup ReconnectPromise a bit 87/97387/5
2021-09-03 Robert VargaUse Stream.{of,concat} 82/97382/2
2021-08-17 Robert VargaRemove exceptions from utility constructors 38/97238/1
2021-08-17 Robert VargaReduce NETCONF device disconnect warnings 14/97214/2
2021-07-16 Robert VargaConvert netconf-client to OSGi DS 04/96904/6
2021-07-16 Robert VargaRemove old AbstractNetconfDispatcher.getReconnectingCli... 03/96903/1
2021-05-21 Robert VargaEnable TCP_NODELAY for SSH client/server 09/96209/3
2021-03-29 IaroslavBinary data shall be emitted in the form of hexa numbers. 60/92760/7
2021-03-10 Oleksii MozghovyiAdd diffie-hellman-group14-sha1 to the list of default... 60/95460/2
2021-02-21 IaroslavUpgrade sshd to 2.6.0 64/94964/8
2020-10-28 Vladyslav MarchenkoUse @RunWith(MockitoJUnitRunner.StrictStubs.class) 88/93388/6
2020-10-26 Tibor KrálAdd workaround for SSH connection issue related to... 17/93117/1
2020-08-26 Robert VargaRevert "Revert "Upgrade mina-sshd to 2.4.0"" 99/92299/1
2020-08-26 Robert VargaDisable NIO read timeout by default 66/91866/3
2020-08-25 Jamo LuhrsenRevert "Upgrade mina-sshd to 2.4.0" 85/92285/2
2020-08-25 Jamo LuhrsenRevert "Expand rsa-ssh2 signatures" 77/91877/2
2020-07-09 Robert VargaExpand rsa-ssh2 signatures 73/90973/2
2020-07-09 Robert VargaBump mina-sshd to 2.5.1 60/90960/3
2020-07-09 Robert VargaAdd rsa-sha2 signatures to default client 71/90971/5
2020-05-26 Robert VargaCleanup use of deprecated constructs 53/89953/2
2020-05-15 Robert VargaAdjust window on read 56/89756/1
2020-05-05 Robert VargaRe-integrate ssh client 81/84781/31
2020-05-04 Robert VargaShade mina-sshd 45/89445/15
2020-04-21 Robert VargaAdd a dedicated AuthenticationFailedException 30/89130/2
2020-03-09 Sarguna DharaniNETCONF-125 connection timeout and between timeout... 35/87535/2
2020-03-03 Tibor KrálAdd option to provide custom SshClient for netconf... 29/88029/4
2019-10-28 Robert VargaDo not use toString() in looging messages 06/85406/1
2019-10-10 Robert VargaBump odlparent to 6.0.0 45/84145/32
2019-10-08 Robert VargaMake negotiationFuture final 87/84987/1
2019-09-06 Robert VargaUse java.util.Optional 61/84161/11
2019-09-03 Robert VargaRemove use Files.toByteArray() 63/84163/5
2019-09-03 Robert VargaUse Object.requireNonNull 60/84160/6
2019-08-02 Robert VargaBump odlparent to 5.0.1 00/83100/5
2019-05-07 Robert VargaMerge changes from topic 'web-sockets'
2019-05-07 Jaroslav TóthFixed deadlock between AsyncSshHandlerReader and AsyncS... 14/81714/3
2019-04-23 Jaroslav TóthFixed deadlock in AsyncSshHandlerWriter 13/81713/1
2019-04-12 Robert VargaBump odlparent to 5.0.0 71/81271/11
2019-01-31 Robert VargaAdd custom EXI buffer management 46/76546/7
2019-01-31 Jakub MorvayMerge "Bump exificient to 1.0.4"
2019-01-30 Jakub MorvayInitialize EXISchema grammars lazily 47/80047/7
2019-01-14 Jakub MorvayMerge "Fix distribution generation"
2019-01-14 Jakub MorvayMerge "Fix preparing result of action"
2019-01-12 Robert VargaShade exificient 71/77471/8
2019-01-07 Jakub MorvayMerge "Migrate NetconfHelloMessage's use of Optional"
2019-01-07 Robert VargaMigrate NetconfHelloMessage's use of Optional 40/79240/8
2019-01-07 Jakub MorvayMerge "Replace GsonProvider to JacksonJaxbJsonProvider"
2019-01-07 Jakub MorvayMerge "Prevent ssh hang during shutdown"
2019-01-04 Robert VargaSpecialize protocol-framework to netconf 37/79237/6
2019-01-04 Robert VargaModernize collection allocation 20/79220/3
2018-12-05 Jakub MorvayMerge "Get rid of checked futures in tests"
2018-12-05 Jakub MorvayMerge "Use FluentFuture in DOMDataTransactionValidator"
2018-12-05 Jakub MorvayMerge "Refactor bad local variable name in KeepaliveSal...
2018-12-05 Jakub MorvayMerge changes Ie852df32,I731a0066,I2e8558f1
2018-12-04 Jakub MorvayFix Java 5 IDE migration warnings 14/78414/3
2018-11-08 Jakub MorvayMerge "Migrate netconf to mockito ArgumentMatchers"
2018-11-08 Jakub MorvayMigrate netconf to mockito ArgumentMatchers 13/77613/2
2018-10-29 Jakub MorvayMerge "Upgrade xercesImpl"
2018-10-24 Robert VargaIntegrate MRI projects for Neon 66/74966/53
2018-10-18 Robert VargaRelease the buffer only after we are done with it 84/77084/1
2018-08-21 Jakub MorvayMerge "Add the ability to use schema-aware coding"
2018-08-21 Jakub MorvayMerge "NETCONF-557: Add support for URL capability"
2018-08-20 Robert VargaAdd the ability to use schema-aware coding 36/35136/26
2018-08-20 Robert VargaFix argument strings 23/75323/9
2018-08-20 Robert VargaFix checkstyle violations 22/75322/1
next