ldk-java
2021-12-12 Matt CoralloDemonstrate crash by default 2021-12-java-finalize-while-accessible-demo
2021-12-05 Matt CoralloUpdate auto-updated Java files
2021-12-05 Matt Corallothrow InvalidSerializedDataException on duplicate Chann...
2021-12-05 Matt CoralloOverride hashCode and equals for Rust objects that...
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-02 Matt CoralloMake maven a bit quieter during CI runs
2021-12-02 Matt CoralloUpdate to Maven 3.8.4 on OSX CI builds
2021-12-02 Matt CoralloUpdate auto-generated bindings
2021-12-02 Matt CoralloUpdate tests to new logger API
2021-12-02 Matt CoralloReplace unicode … with ... as java complains about...
2021-12-02 Matt CoralloUpdate PeerTest for new trait-object-return call semantics
2021-12-02 Matt CoralloClone objects being returned from trait methods before...
2021-12-02 Matt CoralloConstruct a method to clone returning a pointerand...
2021-12-02 Matt CoralloDrop unused Vec constructor functions
2021-12-02 Matt CoralloMap functions on 3-tuples
2021-12-01 Matt CoralloUse new is_ok functions for Result checks in hand-writt...
2021-12-01 Matt CoralloUpdate Result mapping to use new `_is_ok` function...
2021-12-01 Matt CoralloCheck array lengths before passing them to C
2021-12-01 Matt CoralloCHECK_ACCESS inner pointers using the new __unmangle_in...
2021-11-28 Matt CoralloAdd Variant-Level docs on complex and unitary enums.
2021-11-25 Matt CoralloAllow users to specify a `UserConfig` when de-ser'ing...
2021-11-11 Matt CoralloHold a reference when we pass Option<Trait> to rust
2021-11-11 Matt CoralloMake enum-contains-trait detection more robust
2021-11-04 Matt CoralloMerge pull request #54 from TheBlueMatt/main
2021-11-04 Matt CoralloUpdate Github Actions branch reference to 0.0.103
2021-11-04 Matt CoralloAdd support for InvoicePayer to ChannelManagerConstruct...
2021-11-04 Matt CoralloUpdate tests for latest upstream API
2021-11-04 Matt CoralloUpdate auto-generated bindings to 0.0.103
2021-11-04 Matt CoralloSupport passing trait instance references from C to...
2021-11-04 Matt CoralloSupport nullable for opaque objects as well as traits...
2021-11-04 Matt CoralloTreat pointers up to 4096 as null, matching our test...
2021-11-04 Matt CoralloFix race condition in NioPeerHandler on `socket_disconn...
2021-11-04 Matt CoralloUse gitweb's snapshots to fetch binaries for comparison...
2021-10-19 Matt CoralloUpdate auto-generate bindings (incl new RL clone methods)
2021-10-19 Matt CoralloDon't allocate a buffer to return a reference to a...
2021-10-19 Matt CoralloRemove (broken) duplicative tuple constructor
2021-10-19 Matt CoralloAdd basic use-after-free checking in limited places.
2021-10-19 Matt CoralloDrop requires_clone ret_conv cloning in complex enums
2021-10-19 Matt CoralloMerge pull request #50 from TheBlueMatt/main v0.0.102.0
2021-10-18 Matt CoralloUse lld to link on OSX with LLVM 13
2021-10-18 Matt CoralloUpdate auto-generated bindings to 0.0.102
2021-10-18 Matt CoralloBump OSX clang/LLVM to 13.0.0
2021-10-18 Matt CoralloUpdate CI C-Bindings dependency to 0.0.102
2021-10-17 Matt CoralloUpdate tests to upstream 0.0.102 API
2021-10-10 Matt CoralloMerge pull request #49 from TheBlueMatt/main v0.0.101.3
2021-10-10 Matt CoralloUpdate maven to 3.8.3 (since apparently they yank old...
2021-10-10 Matt CoralloUpdate auto-generated bindings
2021-10-10 Matt CoralloUpdate android API version to 24 (Nougat) as we need...
2021-10-10 Matt CoralloCorrectly handle top-bit-set pointers, fixing Android 11
2021-10-10 Matt CoralloAggressively avoid object creation during message read...
2021-10-10 Matt Corallo[NioPeerHandler] Un-set Read interest when we fail...
2021-09-28 Matt CoralloMerge pull request #47 from TheBlueMatt/main
2021-09-28 Matt CoralloEnsure listening sockets are closed to work around...
2021-09-28 Matt CoralloTry new paths for Android NDK library search
2021-09-28 Matt CoralloDrop accidentally checked-in class file and update...
2021-09-28 Matt CoralloUpdate auto-generated bindings
2021-09-28 Matt CoralloSkip object reference adding when cloning within the...
2021-09-28 Matt CoralloCorrect and use ChannelManagerConstructor in HumanObjec...
2021-09-27 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.101.1
2021-09-27 Matt CoralloExpand HumanObjectPeerTest to cover get_claimable_balances
2021-09-27 Matt CoralloUpdate auto-generated bindings
2021-09-27 Matt CoralloUpdate batteries to new Tuple-mapping API
2021-09-27 Matt CoralloUpdate tests to new Tuple mapping API
2021-09-27 Matt CoralloRedo tuple mapping to be explicit and not generic
2021-09-27 Matt CoralloFix exception catch in native library load failure...
2021-09-27 Matt CoralloUse current HEAD for version in CI instead of previous...
2021-09-27 Matt CoralloMove version information out of git into new files
2021-09-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-25 Matt CoralloUpdate auto-generated bindings to 0.0.101
2021-09-25 Matt CoralloFix CI failures due to faketime breaking PKI time checks
2021-09-25 Matt CoralloUpdate CI branch refernces to 0.0.101
2021-09-25 Matt CoralloSpecify maven plugin versions to avoid inconsistent...
2021-09-25 Matt CoralloExpand test coverage in HumanObjectPeerTest to hit...
2021-09-25 Matt CoralloUpdate batteries and tests to latest upstream API
2021-09-25 Matt CoralloDrop reallocarray wrapper, enforcing that we don't...
2021-09-25 Matt CoralloSwap java locks to pthread to avoid relying on newer...
2021-09-25 Matt CoralloAdd a build mode for "release optimizations with leaks...
2021-09-24 Matt CoralloImplement partial clones when passing complex enums...
2021-09-24 Matt CoralloAdd missing clone when passing a complex enum to Java
2021-09-24 Matt CoralloExpand the criteria for cloning when passing to Rust
2021-09-24 Matt CoralloRemap non-clonable move-passed optional fn args into...
2021-09-24 Matt CoralloFix calling Java/TS methods that return strings
2021-09-24 Matt CoralloFix conflicting overuse of "ret" as a variable name
2021-09-24 Matt CoralloPrint error information when we fail to load LDK native...
2021-09-24 Matt CoralloCorrectly handle reference tracking for array elements...
2021-09-24 Matt CoralloRename ChannelManagerConstructor.ChannelManagerPersiste...
2021-09-04 Matt CoralloDrop dup PeerManager tiemr_tick_occurred calls from...
2021-08-25 Matt CoralloMerge pull request #42 from TheBlueMatt/main
2021-08-25 Matt CoralloBump version to 0.0.100.2
2021-08-25 Matt CoralloSkip javadoc generation on OSX since its broken v0.0.100.2
2021-08-25 Matt CoralloUpdate pom.xml to comply with Maven Central requirements
2021-08-22 Matt CoralloMerge pull request #40 from TheBlueMatt/main
2021-08-20 Matt CoralloUpdate autogenerated bindings to new version
2021-08-18 Matt CoralloTest use of IgnoringMessageHandler with ChannelManagerC...
2021-08-18 Matt CoralloMerge pull request #39 from TheBlueMatt/main
2021-08-18 Matt CoralloUpdate auto-generated files
2021-08-18 Matt CoralloSwitch to the 0.0.100 branch on ldk-c-bindings v0.0.100.0
2021-08-18 Matt CoralloUpdate tests to latest upstream master
2021-08-18 Matt CoralloCorrect Rust -> Java method call semantics to avoid...
2021-08-17 Matt CoralloFix cloning trait structs via native clone method
next