2021-08-09 |
Matt Corallo | Add docs for and mark nullable complex enum fields
|
commit | commitdiff | tree |
2021-08-09 |
Matt Corallo | Correctly handle passing a null to Rust for an array
|
commit | commitdiff | tree |
2021-08-09 |
Matt Corallo | Mark function arguments and return values Nullable...
|
commit | commitdiff | tree |
2021-08-09 |
Matt Corallo | Correctly handle null pointers returned from Rust representi...
|
commit | commitdiff | tree |
2021-08-09 |
Matt Corallo | Use findbugs for Nullable annotations instead of jetbrains
|
commit | commitdiff | tree |
2021-08-08 |
Matt Corallo | Use a full Sign wrapper again in HumanObjectPeerTest
|
commit | commitdiff | tree |
2021-08-08 |
Matt Corallo | Expose supertrait implemetations to the Java API
|
commit | commitdiff | tree |
2021-08-08 |
Matt Corallo | Support new cloned upstream API instead of clone
|
commit | commitdiff | tree |
2021-07-18 |
Matt Corallo | Free constructed LDK strings when relevant.
|
commit | commitdiff | tree |
2021-07-18 |
Matt Corallo | Deliver messages in PeerTest more robustly
|
commit | commitdiff | tree |
2021-07-14 |
Matt Corallo | Update auto-generated bindings to 0.0.99.1
|
commit | commitdiff | tree |
2021-07-14 |
Matt Corallo | Add script to build deterministic android aar
|
commit | commitdiff | tree |
2021-07-14 |
Matt Corallo | Enable macos-11 in CI
|
commit | commitdiff | tree |
2021-07-13 |
Matt Corallo | Don't explicitly override __cxa_thread_atexit_impl...
|
commit | commitdiff | tree |
2021-07-10 |
Matt Corallo | Update auto-generated bindings to LDK v0.0.99
|
commit | commitdiff | tree |
2021-07-09 |
Matt Corallo | Drop disconnect_socket blocking in NioPeerHandler for...
|
commit | commitdiff | tree |
2021-07-01 |
Matt Corallo | Update auto-generated bindings with new error messages...
|
commit | commitdiff | tree |
2021-07-01 |
Matt Corallo | Test that channel_manager_bytes is not null when persisting
|
commit | commitdiff | tree |
2021-07-01 |
Matt Corallo | Specify the method which threw an exception when aborting
|
commit | commitdiff | tree |
2021-06-24 |
Matt Corallo | Bump auto-generated bindings version to 0.0.98.4
|
commit | commitdiff | tree |
2021-06-24 |
Matt Corallo | Drop binaries from the repo, they are now at https...
|
commit | commitdiff | tree |
2021-06-24 |
Matt Corallo | Redo the glibc compatibility issues workaround, see...
|
commit | commitdiff | tree |
2021-06-24 |
Matt Corallo | Deterministically build the jars and check in CI, from...
|
commit | commitdiff | tree |
2021-06-24 |
Matt Corallo | Add a utility script to make release jars deterministic
|
commit | commitdiff | tree |
2021-06-24 |
Matt Corallo | Set a library suffix for all platforms, useful for...
|
commit | commitdiff | tree |
2021-06-23 |
Matt Corallo | Handle Java exceptions thrown in calls from C, printing...
|
commit | commitdiff | tree |
2021-06-22 |
Matt Corallo | Support glibc versions prior to 2.18 for linux builds
|
commit | commitdiff | tree |
2021-06-16 |
Matt Corallo | Re-generate auto-generated bindings + add Mac OS generated...
|
commit | commitdiff | tree |
2021-06-16 |
Matt Corallo | Drop the liblightningjni link, creating it in CI instead
|
commit | commitdiff | tree |
2021-06-16 |
Matt Corallo | Add a CI run on OSX
|
commit | commitdiff | tree |
2021-06-16 |
Matt Corallo | Build a test jar which we can run to test the built...
|
commit | commitdiff | tree |
2021-06-16 |
Matt Corallo | Include native libraries in jar by shifting folder...
|
commit | commitdiff | tree |
2021-06-16 |
Matt Corallo | Drop most instances of Thread.sleep in HumanObjectPeerTest
|
commit | commitdiff | tree |
2021-06-16 |
Matt Corallo | Do not rely on assertions being enabled in ChannelManagerCon...
|
commit | commitdiff | tree |
2021-06-16 |
Matt | Update README with notes about OSX addrsan
|
commit | commitdiff | tree |
2021-06-16 |
Matt Corallo | Adjust compile flags for OSX, set trace on genbindings.sh
|
commit | commitdiff | tree |
2021-06-12 |
Matt Corallo | Update auto-generated bindings with new release tag
|
commit | commitdiff | tree |
2021-06-12 |
Matt Corallo | Avoid use of covariant return type change fns fixing...
|
commit | commitdiff | tree |
2021-06-12 |
Matt Corallo | Do not cast JavaEnv to void** for AttachCurrentThread...
|
commit | commitdiff | tree |
2021-06-12 |
Matt Corallo | Better support alternative targets in genbindings.sh
|
commit | commitdiff | tree |
2021-06-11 |
Matt Corallo | Update auto-generated bindings with missed files and...
|
commit | commitdiff | tree |
2021-06-11 |
Matt Corallo | Update auto-generated bindings
|
commit | commitdiff | tree |
2021-06-11 |
Matt Corallo | Force CPU target to Sandy Bridge when compiling
|
commit | commitdiff | tree |
2021-06-11 |
Matt Corallo | Use newly-exposed get_route in HumanObjectPeerTest
|
commit | commitdiff | tree |
2021-06-10 |
Matt Corallo | Update CI to not require git tags checked in and fix...
|
commit | commitdiff | tree |
2021-06-08 |
Matt Corallo | Avoid git version always appearing as dirty
|
commit | commitdiff | tree |
2021-06-08 |
Matt Corallo | Update tests and Constructor to new APIs
|
commit | commitdiff | tree |
2021-06-08 |
Matt Corallo | Expand the list of things exposed via UtilMethods
|
commit | commitdiff | tree |
2021-06-08 |
Matt Corallo | Drop the "LDK" prefix from unitary enums
|
commit | commitdiff | tree |
2021-06-08 |
Matt Corallo | Expand and update ChannelManagerConstructor+tests for...
|
commit | commitdiff | tree |
2021-06-08 |
Matt Corallo | Handle methods taking non-ref self by using standard...
|
commit | commitdiff | tree |
2021-06-08 |
Matt Corallo | Handle C -> Java calls from Rust-spawned threads
|
commit | commitdiff | tree |
2021-06-08 |
Matt Corallo | Redo constructor function names to feel more natural...
|
commit | commitdiff | tree |
2021-06-08 |
Matt Corallo | Slightly reduce race conditions in NioPeerHandler
|
commit | commitdiff | tree |
2021-06-08 |
Matt Corallo | Update test ChannelManagerConstructor and invoice parsing...
|
commit | commitdiff | tree |
2021-05-03 |
Matt Corallo | Use uint64_t instead of long for pointers represented...
|
commit | commitdiff | tree |
2021-05-03 |
Matt Corallo | Expose bindings versions and print on startup in debug...
|
commit | commitdiff | tree |
2021-05-03 |
Matt Corallo | Support debug builds on Android by calling native log...
|
commit | commitdiff | tree |
2021-05-01 |
Matt Corallo | Handle LDKStr in other structs and fix string conversion...
|
commit | commitdiff | tree |
2021-05-01 |
Matt Corallo | Handle empty variant structs and enums in variants
|
commit | commitdiff | tree |
2021-05-01 |
Matt Corallo | Update HumanObjectPeerTest to print invoice in string...
|
commit | commitdiff | tree |
2021-05-01 |
Matt Corallo | Update tests for new upstream API and using invoicse
|
commit | commitdiff | tree |
2021-05-01 |
Matt Corallo | Use explicit return type var names instead of guessing
|
commit | commitdiff | tree |
2021-05-01 |
Matt Corallo | Map more methods that go in UtilMethods
|
commit | commitdiff | tree |
2021-05-01 |
Matt Corallo | Don't FREE things when we holds_ref if we're not calling...
|
commit | commitdiff | tree |
2021-05-01 |
Matt Corallo | Handle u5, LDKTwentyBytes, and LDKRecoverableSignature
|
commit | commitdiff | tree |
2021-05-01 |
Matt Corallo | Fix genbindings.sh sed call on OSX
|
commit | commitdiff | tree |
2021-04-22 |
Matt Corallo | Handle calls which take strings as an argument in Java
|
commit | commitdiff | tree |
2021-04-16 |
Matt Corallo | Fix CI
|
commit | commitdiff | tree |
2021-04-16 |
Matt Corallo | Update tests for latest upstream API, sadly disabling...
|
commit | commitdiff | tree |
2021-04-16 |
Matt Corallo | Test new block connection API and update tests to new API
|
commit | commitdiff | tree |
2021-04-16 |
Matt Corallo | Update auto-generated bindings
|
commit | commitdiff | tree |
2021-04-16 |
Matt Corallo | Handle supertraits with constructor arguments
|
commit | commitdiff | tree |
2021-04-16 |
Matt Corallo | Handle the somewhat half-mapped alias TransactionOutputs
|
commit | commitdiff | tree |
2021-04-16 |
Matt Corallo | Treat Txid as an alias for LDKThirtyTwoBytes
|
commit | commitdiff | tree |
2021-03-31 |
Matt Corallo | Adapt CI to new ldk-c-bindings genbindings.sh arguments
|
commit | commitdiff | tree |
2021-03-31 |
Matt Corallo | Update auto-generated bindings
|
commit | commitdiff | tree |
2021-03-31 |
Matt Corallo | Skip ChannelManagerConstructor in HumanObjectPeerTest
|
commit | commitdiff | tree |
2021-03-31 |
Matt Corallo | Adapt ChannelManagerConstructor to persist ChannelManager...
|
commit | commitdiff | tree |
2021-03-30 |
Matt Corallo | Update autogenerated bindings with correct FREE/clone...
|
commit | commitdiff | tree |
2021-03-30 |
Matt Corallo | Fix maven import of jetbrains annotations
|
commit | commitdiff | tree |
2021-03-30 |
Matt Corallo | Test spending SpendableOutputs event contents
|
commit | commitdiff | tree |
2021-03-30 |
Matt Corallo | Fix clone-required detection and handling for complex...
|
commit | commitdiff | tree |
2021-03-30 |
Matt Corallo | Update tests to new enum API
|
commit | commitdiff | tree |
2021-03-30 |
Matt Corallo | Update auto-generated bindings
|
commit | commitdiff | tree |
2021-03-30 |
Matt Corallo | Cleanup map lookup checks a bit
|
commit | commitdiff | tree |
2021-03-30 |
Matt Corallo | Handle tuple variants in complex enums
|
commit | commitdiff | tree |
2021-03-30 |
Matt Corallo | Map result functions and rely on Rust constructors...
|
commit | commitdiff | tree |
2021-03-30 |
Matt Corallo | Map enum functions into human structs and Result types...
|
commit | commitdiff | tree |
2021-03-24 |
Matt Corallo | Update README to capture current status better
|
commit | commitdiff | tree |
2021-03-24 |
Matt Corallo | Split wasm output files + check build determinism in CI
|
commit | commitdiff | tree |
2021-03-24 |
Matt Corallo | Update binaries with ldk-c-bindings path remapping...
|
commit | commitdiff | tree |
2021-03-24 |
Matt Corallo | Map file paths in debug info to make debug libs path...
|
commit | commitdiff | tree |
2021-03-22 |
Matt Corallo | Make java's bindings.c deterministic
|
commit | commitdiff | tree |
2021-03-22 |
Matt Corallo | More aggressively check for full GC run during HumanObjectPe...
|
commit | commitdiff | tree |
2021-03-22 |
Matt Corallo | Don't require a JNI_CFLAGS in genbindings.sh
|
commit | commitdiff | tree |
2021-03-22 |
Matt Corallo | Update auto-generated bindings
|
commit | commitdiff | tree |
2021-03-22 |
Matt Corallo | Fix HumanObjectPeerTest not delaying long enough in CI
|
commit | commitdiff | tree |
2021-03-22 |
Matt Corallo | Add CI runs to test bindings
|
commit | commitdiff | tree |
2021-03-21 |
Matt Corallo | Update tests to use Listen interface and for latest...
|
commit | commitdiff | tree |
next |