Merge pull request #18 from TheBlueMatt/main
[ldk-java] / gen_type_mapping.py
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 ...