[Java] Upgrade Android deterministic build to Debian bookworm
[ldk-java] / genbindings.py
2024-03-07 Matt CoralloMerge pull request #147 from TheBlueMatt/main
2024-02-01 Matt Corallo[C#] Use `Heap{Alloc,Free}` rather than `malloc`/`free...
2024-01-29 Matt CoralloMerge pull request #146 from TheBlueMatt/main
2024-01-29 Matt CoralloDrop old manual implementations of the `Tx{In,Out}...
2024-01-29 Matt CoralloAdd manual implementation of the new `WitnessVersion...
2023-10-30 Matt CoralloMerge pull request #141 from TheBlueMatt/main v0.0.118.0
2023-10-16 Matt CoralloCorrect unitary enum C type variable name
2023-10-10 Matt CoralloMerge pull request #139 from TheBlueMatt/main
2023-10-01 Matt CoralloUpdate type listing for LDK 0.0.117 bindings and suppor...
2023-07-31 Matt CoralloMerge pull request #135 from TheBlueMatt/main v0.0.116.0
2023-07-30 Matt CoralloAdd handling for signed int64 type
2023-07-30 Matt CoralloAdd handling for manual `TxIn` and stop trying to clone...
2023-06-05 Matt CoralloMerge pull request #134 from TheBlueMatt/main v0.0.115.1
2023-06-04 Matt CoralloPass the target tuple to genbindings.py and avoid sys...
2023-04-27 Matt CoralloMerge pull request #128 from TheBlueMatt/main
2023-04-26 Matt CoralloAdd handling for new LDK types in 0.0.115
2023-03-19 Matt Corallo[Python] Add python bindings hooks
2023-03-10 Matt CoralloMerge pull request #126 from TheBlueMatt/main
2023-03-08 Matt CoralloSupport traits with supertraits of supertraits
2023-03-08 Matt CoralloSupport (fixed-length) arrays of 16-bit integers
2023-01-14 Matt CoralloMerge pull request #124 from TheBlueMatt/main v0.0.113.0
2023-01-11 Matt Corallo[C#] Add initial hooks, the C# code compiles, the C...
2023-01-11 Matt CoralloAdd some additional writing hooks which C# needs
2023-01-11 Matt CoralloNew manual U5 (from u5) and Witness types
2023-01-11 Matt CoralloAdd support for U128, passed as [u8; 16] but with human...
2022-12-26 Matt CoralloRemove args_known and fix `(void)` parsing (duh, its...
2022-10-03 Matt CoralloMerge pull request #119 from TheBlueMatt/main v0.0.111.0
2022-10-03 Matt CoralloAllow trait methods to return NULL-able objects
2022-10-03 Matt CoralloAdd support for mapping LDKBigEndianScalar manually...
2022-08-13 Matt CoralloMerge pull request #115 from TheBlueMatt/main v0.0.110.2
2022-08-13 Matt CoralloDrop clone on tuple-field-fetching
2022-08-13 Matt CoralloMerge pull request #114 from TheBlueMatt/main
2022-08-13 Matt CoralloSwitch 32-bit platforms to using 64-bit "pointers"
2022-08-13 Matt CoralloChange where the opaque struct is_owned bit is stored...
2022-06-29 Matt CoralloMerge pull request #103 from TheBlueMatt/main v0.0.108.0
2022-06-28 Matt CoralloPass unnamed enum field comments through to field proce...
2022-06-28 Matt CoralloAdd handling for the new WitnessVersion type, similar...
2022-04-15 Matt CoralloMerge pull request #94 from TheBlueMatt/main
2022-04-14 Matt CoralloAdd a new manual type - UnqualifiedError/LDKError
2022-03-04 Matt CoralloMerge pull request #88 from TheBlueMatt/main v0.0.105.0
2022-03-04 Matt CoralloMake pointer integer type language-dependent, instead...
2022-03-03 Matt CoralloMerge pull request #86 from TheBlueMatt/main
2022-03-03 Matt CoralloCorrect handling of arrays of 32-byte-array equivalents...
2022-03-03 Matt CoralloProperly match warning comments, not structs with ...
2022-01-17 Matt CoralloMerge pull request #79 from TheBlueMatt/main
2022-01-17 Matt CoralloUse intptr_t in C when talking about a pointer.
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 CoralloEnsure `TypeInfo` always has `subty` set if its an...
2022-01-10 Matt CoralloMake String types language-specific and fix TS string...
2022-01-10 Matt CoralloSkip reference-holding in static methods in a (kinda...
2022-01-10 Matt Corallo[TS] Correctly pass u64s from TS to C, using BigInts
2022-01-10 Matt CoralloFix LDKRecoverableSignature variable parsing
2022-01-10 Matt CoralloUse uintptr_t for the return value of `clone_ptr` to...
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 Corallo[TS] Drop references to `this` in static `UtilMethods...
2022-01-08 Matt CoralloMake TxOut language-specific, fix typescript UtilMethod...
2022-01-08 Matt CoralloMake Result mapping language-specific and implement...
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 CoralloHandle the new LDKTwelveBytes instead of LDKTenBytes
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-02 Matt CoralloReplace unicode … with ... as java complains about...
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 CoralloUpdate Result mapping to use new `_is_ok` function...
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-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 nullable for opaque objects as well as traits...
2021-10-19 Matt CoralloRemove (broken) duplicative tuple constructor
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 CoralloMove version information out of git into new files
2021-09-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-24 Matt CoralloRemap non-clonable move-passed optional fn args into...
2021-08-09 Matt CoralloMerge pull request #33 from TheBlueMatt/main
2021-08-09 Matt CoralloAdd constructors and expose fields in TxOut
2021-08-09 Matt CoralloAdd docs for and mark nullable complex enum fields
2021-08-09 Matt CoralloMark function arguments and return values Nullable...
2021-08-08 Matt CoralloSupport new cloned upstream API instead of clone
2021-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-06-08 Matt CoralloAvoid git version always appearing as dirty
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-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-01 Matt CoralloHandle LDKStr in other structs and fix string conversio...
2021-05-01 Matt CoralloHandle empty variant structs and enums in variants
2021-05-01 Matt CoralloUse explicit return type var names instead of guessing
2021-05-01 Matt CoralloMap more methods that go in UtilMethods
2021-05-01 Matt CoralloHandle u5, LDKTwentyBytes, and LDKRecoverableSignature
2021-04-22 Matt CoralloMerge pull request #17 from TheBlueMatt/main
2021-04-16 Matt CoralloHandle supertraits with constructor arguments
next