[Java] Add a reachabilityFence on underlying trait impl calls
[ldk-java] / java_strings.py
2022-03-03 Matt Corallo[Java] Add a reachabilityFence on underlying trait...
2022-03-03 Matt Corallo[Java] Handle UInt5 array conversion
2022-01-17 Matt CoralloMerge pull request #79 from TheBlueMatt/main
2022-01-17 Matt Corallo[TS] Free native -> human arrays after we're done conve...
2022-01-10 Matt CoralloMerge pull request #74 from TheBlueMatt/2022-01-ts... v0.0.104.1
2022-01-10 Matt CoralloSupport mapping primitive arrays as non-arrays (eg...
2022-01-10 Matt CoralloMake String types language-specific and fix TS string...
2022-01-08 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-01-08 Matt CoralloMake array human construction language-specific
2022-01-08 Matt CoralloMake TxOut language-specific, fix typescript UtilMethod...
2022-01-08 Matt CoralloMake array range iteration language-specific
2022-01-08 Matt CoralloMake human -> C array mapping language-specific
2022-01-08 Matt CoralloMake struct pointer loading language-specific and relia...
2022-01-08 Matt CoralloMake Result mapping language-specific and implement...
2022-01-08 Matt CoralloMake the call for `ptrs_to.add()` swappable per language
2022-01-08 Matt CoralloMake variable declaration statements language-specific
2022-01-07 Matt CoralloPass output directory throuh to consts and call a clean...
2022-01-07 Matt CoralloMerge pull request #72 from TheBlueMatt/main
2022-01-05 Matt CoralloUnify tuple and result field getters and push them...
2021-12-21 Matt CoralloMerge pull request #69 from TheBlueMatt/main v0.0.104.0
2021-12-21 Matt CoralloUpdate auto-updated Java files
2021-12-21 Matt CoralloWork around Java's insane lack of finalization guarantees
2021-12-12 Matt CoralloUse the same FindClass argument for Android and regular...
2021-12-12 Matt CoralloCheck exceptions after calling Enum.ordinal() from...
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 CoralloConstruct a method to clone returning a pointerand...
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-04 Matt CoralloMerge pull request #54 from TheBlueMatt/main
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-10-19 Matt CoralloAdd basic use-after-free checking in limited places.
2021-10-10 Matt CoralloMerge pull request #49 from TheBlueMatt/main v0.0.101.3
2021-10-10 Matt CoralloCorrectly handle top-bit-set pointers, fixing Android 11
2021-09-27 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.101.1
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 CoralloMove version information out of git into new files
2021-09-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-25 Matt CoralloSwap java locks to pthread to avoid relying on newer...
2021-09-24 Matt CoralloFix calling Java/TS methods that return strings
2021-09-24 Matt CoralloPrint error information when we fail to load LDK native...
2021-08-18 Matt CoralloMerge pull request #39 from TheBlueMatt/main
2021-08-18 Matt CoralloCorrect Rust -> Java method call semantics to avoid...
2021-08-09 Matt CoralloMerge pull request #33 from TheBlueMatt/main
2021-08-09 Matt CoralloUse explicit paths for function arguments in Java
2021-08-09 Matt CoralloAdd docs for and mark nullable complex enum fields
2021-08-09 Matt CoralloCorrectly handle passing a null to Rust for an array
2021-08-09 Matt CoralloMark function arguments and return values Nullable...
2021-08-09 Matt CoralloCorrectly handle null pointers returned from Rust repre...
2021-08-08 Matt CoralloExpose supertrait implemetations to the Java API
2021-08-08 Matt CoralloSupport new cloned upstream API instead of clone
2021-07-01 Matt CoralloMerge pull request #28 from TheBlueMatt/main
2021-07-01 Matt CoralloSpecify the method which threw an exception when aborting
2021-06-23 Matt CoralloMerge pull request #24 from TheBlueMatt/main
2021-06-23 Matt CoralloHandle Java exceptions thrown in calls from C, printing... v0.0.98.3
2021-06-16 Matt CoralloMerge pull request #22 from TheBlueMatt/main
2021-06-16 Matt CoralloInclude native libraries in jar by shifting folder...
2021-06-15 Matt CoralloSkip manual leak checking on OSX as -Wl,-wrap is too...
2021-06-15 Matt CoralloSupport OSX (ie builds where int64_t is not an alias...
2021-06-15 Matt CoralloDrop _test_only_get_ptr as it is no longer used
2021-06-12 Matt CoralloMerge pull request #21 from TheBlueMatt/main
2021-06-12 Matt CoralloDo not cast JavaEnv to void** for AttachCurrentThread...
2021-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-06-08 Matt CoralloExpand the list of things exposed via UtilMethods
2021-06-08 Matt CoralloDrop the "LDK" prefix from unitary enums
2021-06-08 Matt CoralloHandle methods taking non-ref self by using standard...
2021-06-08 Matt CoralloHandle C -> Java calls from Rust-spawned threads
2021-06-08 Matt CoralloRedo constructor function names to feel more natural...
2021-05-03 Matt CoralloUse uint64_t instead of long for pointers represented...
2021-05-03 Matt CoralloExpose bindings versions and print on startup in debug...
2021-05-03 Matt CoralloSupport debug builds on Android by calling native log...
2021-05-01 Matt CoralloHandle LDKStr in other structs and fix string conversio...
2021-05-01 Matt CoralloMap more methods that go in UtilMethods
2021-04-22 Matt CoralloHandle calls which take strings as an argument in Java
2021-04-22 Matt CoralloMerge pull request #17 from TheBlueMatt/main
2021-04-16 Matt CoralloHandle supertraits with constructor arguments
2021-03-30 Matt CoralloMerge pull request #14 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloHandle tuple variants in complex enums
2021-03-30 Matt CoralloMap enum functions into human structs and Result types...
2021-03-22 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-03-fresh...
2021-03-22 Matt CoralloMake java's bindings.c deterministic 2021-03-fresh-bindings
2021-03-21 Matt CoralloDisambiguate jcall function names by including the...
2021-03-12 Arik SosmanMerge pull request #9 from TheBlueMatt/2021-03-cleanup...
2021-03-12 Matt CoralloDrop at-exit memory leak assertion and note accuracy...
2021-03-08 Arik SosmanMerge pull request #5 from TheBlueMatt/main
2021-03-08 Matt CoralloAdd struct and enum doc comments in Java
2021-03-06 Arik SosmanMerge pull request #2 from TheBlueMatt/main
2021-03-05 Matt CoralloWork around our stupid hack with a stupid hack (see...
2021-02-03 Matt CoralloBe explicit about C return type returning pointers...
2021-02-03 Matt CoralloAdd workarounds for Android JNI quirks
2021-02-01 Matt CoralloWipe Java objects when we move them into rust (only...
2021-02-01 Matt CoralloVarious straightforward cleanups
2021-02-01 Matt CoralloTrack byte count in leak detection in java debug mode
2021-02-01 Matt CoralloAdd util methods file for methods not associated with...
2021-02-01 Matt CoralloAdd a reference low bit for non-opaque types to tag...
2021-01-28 Matt CoralloClone objects returned from jcalls before returning...
2021-01-28 Matt CoralloDrop stale Java call semantic bits from TS bindings
next