[TS] Fix CI when we log while the browser is shutting down
[ldk-java] / gen_type_mapping.py
2022-01-17 Matt CoralloMerge pull request #79 from TheBlueMatt/main
2022-01-17 Matt CoralloUse uintptr_t in generic conversion when we're talking...
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-10 Matt CoralloFix double free introduced in 9b9e4369d34e24a9dc7f3f149...
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 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 the call for `ptrs_to.add()` swappable per language
2022-01-08 Matt CoralloMake variable declaration statements language-specific
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-02 Matt CoralloClone objects being returned from trait methods before...
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-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 CoralloSupport passing trait instance references from C to...
2021-11-04 Matt CoralloSupport nullable for opaque objects as well as traits...
2021-10-19 Matt CoralloDon't allocate a buffer to return a reference to a...
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-09-28 Matt CoralloMerge pull request #47 from TheBlueMatt/main
2021-09-28 Matt CoralloSkip object reference adding when cloning within the...
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-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
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 CoralloFix conflicting overuse of "ret" as a variable name
2021-09-24 Matt CoralloCorrectly handle reference tracking for array elements...
2021-08-18 Matt CoralloMerge pull request #39 from TheBlueMatt/main
2021-08-17 Matt CoralloFix cloning trait structs via native clone method
2021-08-09 Matt CoralloMerge pull request #33 from TheBlueMatt/main
2021-08-09 Matt CoralloAdd an accessor to UInt5 to get the value and correct...
2021-08-09 Matt CoralloCorrectly handle passing a null to Rust for an array
2021-07-18 Matt CoralloFree constructed LDK strings when relevant.
2021-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-05-03 Matt CoralloUse uint64_t instead of long for pointers represented...
2021-05-01 Matt CoralloUse explicit return type var names instead of guessing
2021-05-01 Matt CoralloDon't FREE things when we holds_ref if we're not callin...
2021-05-01 Matt CoralloHandle u5, LDKTwentyBytes, and LDKRecoverableSignature
2021-04-22 Matt CoralloHandle calls which take strings as an argument in Java
2021-03-30 Matt CoralloMerge pull request #15 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloFix clone-required detection and handling for complex...
2021-03-08 Arik SosmanMerge pull request #5 from TheBlueMatt/main
2021-03-08 Matt CoralloCorrect handling of Option<Trait>
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-03-05 Matt CoralloProperly convert 2D arrays in from_hu_conv
2021-02-03 Matt CoralloHandle `uintptr_t`s better in JNI bindings
2021-02-02 Matt CoralloProperly free C tuples when the inner fields are dropped
2021-02-01 Matt CoralloAdd additional reference tags, drop some now-redundant...
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 CoralloStandardize warning clone comment
2021-02-01 Matt CoralloAdd a reference low bit for non-opaque types to tag...
2021-01-28 Matt CoralloDirty hack to avoid freeing TxOuts inside of Tuples
2021-01-28 Matt CoralloClone objects returned from jcalls before returning...
2021-01-28 Matt CoralloRedo arrays/strings in TS to be uint32_ts, call trait...
2021-01-27 Arik SosmanMerge branch 'master' of https://git.bitcoin.ninja...
2021-01-26 Matt CoralloDo array conv in per-lang files, handle object arrays...
2021-01-25 Matt CoralloMove native string conversion to per-lang files
2021-01-25 Matt CoralloRemove commented-out code
2021-01-25 Matt CoralloFix short, push trait struct refcnt increment down...
2021-01-19 Arik Sosmanfix pointer types in Typescript
2021-01-16 Arik Sosmanextract map_type functionality into separate file ...