0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:gusto2/accord More... over 10 years ago
Close on exception, After an exception the protocol is not recoverable anyway and closing will clear the write buffer, preventing WRITE_OP interest for NIO selector.
tester_123
as admin
More... over 10 years ago
Do not embed Netty.io dependency, as it could be bootstrapped from OSGi as well. More... almost 11 years ago
Let the worker do CAPI release only when the channel is connected or bound. More... almost 11 years ago
Avoid NPE when connection is already closed. More... almost 11 years ago
Whether connected doesn't matter when about release the connection. More... almost 11 years ago
prune More... almost 11 years ago
* no need to include BC dependency on top-level **odetteftp** module, so removed from `odetteftp/pom.xml`. * in the `odetteftp/core/pom.xml` the unsed OSGi import packages (!org.jboss.logging, !com.google.protobuf) were removed; also, in the same plugin declaration, the commented bundle-activation was removed. More... almost 11 years ago
Merge branch 'master' of github.com:gusto2/accord into gusto2-master More... almost 11 years ago
Simply connect & disconnect, removed the 1000 loop part. More... almost 11 years ago
Using X25_DTE_DTE for testing instead of transparent B3 profile. More... almost 11 years ago
Correction to the controller identifier number to get it working. More... almost 11 years ago
Additional debug & trace logging added at the CAPI ApplicationController level. More... almost 11 years ago
do not embed netty, let th e container resolve dependencies
tester_123
as admin
More... almost 11 years ago
Set the given record size. More... almost 11 years ago
Settings to ISDN connection. More... almost 11 years ago
Fix data mapping read logic: when the subrecord cursor overflows the record size limit (for non-binary payloads) it should cut off to fit within data exchange buffer boundaries. More... almost 11 years ago
slf4j version 164 dept (for compliance with older containers)
tester_123
as admin
More... almost 11 years ago
OFTP-ISDN module is commented out as it is not ready for the full build. More... almost 11 years ago
OSGi compliant BC 1.46 dependency
tester_123
as admin
More... almost 11 years ago
OSGi compliant bundle / BC 1.46 dependency
tester_123
as admin
More... almost 11 years ago
fix: fileDescription field parsing
tester_123
as admin
More... almost 11 years ago
Improvement on project starter page description. More... almost 11 years ago
Additions to prepare release into maven central repository using Sonatype OSS. More... almost 11 years ago
Changed resource files that was left with GPL notice. More... almost 11 years ago
Make external testing activation by using a System property 'capi.test=true'. More... almost 11 years ago
Updated to Netty.io version 3.6.5.Final. More... almost 11 years ago
Changed licensing terms to Apache License 2.0 in the remaining resources. More... almost 11 years ago
Closing channel when ISDN connection request fail, in attempt to resolve issues with NO_PLCI_AVAILABLE. More... almost 11 years ago
Commented out the existings Remote CAPI tests. More... almost 11 years ago