2022-01-10 |
Matt Corallo | [TS] Correctly pass u64s from TS to C, using BigInts |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Fix LDKRecoverableSignature variable parsing |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Use uintptr_t for the return value of `clone_ptr` to... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Implement Rust -> TS calls and TS Trait instance... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Make compiler checks a bit more aggressive, fix... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Fix indentation of bindings.mts somewhat |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Fix double free introduced in 9b9e4369d34e24a9dc7f3f149... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Merge pull request #73 from TheBlueMatt/main |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Update auto-generated TypeScript files |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Add a warning for Locked human objects as they are... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Update tests to test human structs from TypeScript |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make array human construction language-specific |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | [TS] Correct syntax in human interface files |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | [TS] Drop references to `this` in static `UtilMethods... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make TxOut language-specific, fix typescript UtilMethod... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | [TS] Fix syntax errors in human trait definitions |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make array range iteration language-specific |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make human -> C array mapping language-specific |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Use wasm's default memory instead of creating/accessing... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make struct pointer loading language-specific and relia... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make Result mapping language-specific and implement... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Add InternalUtils for array length checking to match... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | [TS] Resolve locally-defined structs in other structs... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make the call for `ptrs_to.add()` swappable per language |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | [TS] Fix finalization syntax, drop "default" on class... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make variable declaration statements language-specific |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Matt Corallo | [TS] Minor syntax fixes in human struct files, mostly... |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Matt Corallo | Pass output directory throuh to consts and call a clean... |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Matt Corallo | Merge pull request #72 from TheBlueMatt/main |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Matt Corallo | Update auto-generated mts files (without structs) |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Matt Corallo | Make genbindings.sh only build one of java/wasm, test... |
commit | commitdiff | tree | snapshot |
2022-01-06 |
Matt Corallo | Drop ts/util* which are no longer used/generated |
commit | commitdiff | tree | snapshot |
2022-01-06 |
Matt Corallo | Switch to .mts files and build typescript bindings... |
commit | commitdiff | tree | snapshot |
2022-01-06 |
Matt Corallo | Fix method reference errors and make bindings.ts genera... |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Matt Corallo | Fix syntax errors in bindings.ts in option handling |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Matt Corallo | Update tests and batteries to new result API |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Matt Corallo | Unify tuple and result field getters and push them... |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Matt Corallo | Update typescript test to latest API |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Matt Corallo | Clean up TS arrays and make TS compile warning-free... |
commit | commitdiff | tree | snapshot |
2021-12-23 |
Matt Corallo | Merge pull request #71 from TheBlueMatt/main |
commit | commitdiff | tree | snapshot |
2021-12-23 |
Matt Corallo | Update readme noting that the bindings are beta, not... |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Merge pull request #69 from TheBlueMatt/main v0.0.104.0 |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Fix Java path setting in OSX builds |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Use LC_ALL instead of LANG to correct zip file ordering |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Update CI branches to 0.0.104 |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Update auto-updated Java files |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Update tests and batteries for new 0.0.104 API, fix... |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Handle the new LDKTwelveBytes instead of LDKTenBytes |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Update HumanObjectPeerTest to exercise undefined JVM... |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Work around Java's insane lack of finalization guarantees |
commit | commitdiff | tree | snapshot |
2021-12-12 |
Matt Corallo | Use the same FindClass argument for Android and regular... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
Matt Corallo | Check exceptions after calling Enum.ordinal() from... |
commit | commitdiff | tree | snapshot |
2021-12-05 |
Matt Corallo | throw InvalidSerializedDataException on duplicate Chann... |
commit | commitdiff | tree | snapshot |
2021-12-05 |
Matt Corallo | Override hashCode and equals for Rust objects that... |
commit | commitdiff | tree | snapshot |
2021-12-03 |
Matt Corallo | Merge pull request #56 from TheBlueMatt/main v0.0.103.1 |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Matt Corallo | Make maven a bit quieter during CI runs |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Matt Corallo | Update to Maven 3.8.4 on OSX CI builds |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Matt Corallo | Update auto-generated bindings |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Matt Corallo | Update tests to new logger API |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Matt Corallo | Replace unicode … with ... as java complains about... |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Matt Corallo | Update PeerTest for new trait-object-return call semantics |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Matt Corallo | Clone objects being returned from trait methods before... |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Matt Corallo | Construct a method to clone returning a pointerand... |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Matt Corallo | Drop unused Vec constructor functions |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Matt Corallo | Map functions on 3-tuples |
commit | commitdiff | tree | snapshot |
2021-12-01 |
Matt Corallo | Use new is_ok functions for Result checks in hand-writt... |
commit | commitdiff | tree | snapshot |
2021-12-01 |
Matt Corallo | Update Result mapping to use new `_is_ok` function... |
commit | commitdiff | tree | snapshot |
2021-12-01 |
Matt Corallo | Check array lengths before passing them to C |
commit | commitdiff | tree | snapshot |
2021-12-01 |
Matt Corallo | CHECK_ACCESS inner pointers using the new __unmangle_in... |
commit | commitdiff | tree | snapshot |
2021-11-28 |
Matt Corallo | Add Variant-Level docs on complex and unitary enums. |
commit | commitdiff | tree | snapshot |
2021-11-25 |
Matt Corallo | Allow users to specify a `UserConfig` when de-ser'ing... |
commit | commitdiff | tree | snapshot |
2021-11-11 |
Matt Corallo | Hold a reference when we pass Option<Trait> to rust |
commit | commitdiff | tree | snapshot |
2021-11-11 |
Matt Corallo | Make enum-contains-trait detection more robust |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Matt Corallo | Merge pull request #54 from TheBlueMatt/main |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Matt Corallo | Update Github Actions branch reference to 0.0.103 |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Matt Corallo | Add support for InvoicePayer to ChannelManagerConstruct... |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Matt Corallo | Update tests for latest upstream API |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Matt Corallo | Update auto-generated bindings to 0.0.103 |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Matt Corallo | Support passing trait instance references from C to... |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Matt Corallo | Support nullable for opaque objects as well as traits... |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Matt Corallo | Treat pointers up to 4096 as null, matching our test... |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Matt Corallo | Fix race condition in NioPeerHandler on `socket_disconn... |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Matt Corallo | Use gitweb's snapshots to fetch binaries for comparison... |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Matt Corallo | Update auto-generate bindings (incl new RL clone methods) |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Matt Corallo | Don't allocate a buffer to return a reference to a... |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Matt Corallo | Remove (broken) duplicative tuple constructor |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Matt Corallo | Add basic use-after-free checking in limited places. |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Matt Corallo | Drop requires_clone ret_conv cloning in complex enums |
commit | commitdiff | tree | snapshot |
2021-10-19 |
Matt Corallo | Merge pull request #50 from TheBlueMatt/main v0.0.102.0 |
commit | commitdiff | tree | snapshot |
2021-10-18 |
Matt Corallo | Use lld to link on OSX with LLVM 13 |
commit | commitdiff | tree | snapshot |
2021-10-18 |
Matt Corallo | Update auto-generated bindings to 0.0.102 |
commit | commitdiff | tree | snapshot |
2021-10-18 |
Matt Corallo | Bump OSX clang/LLVM to 13.0.0 |
commit | commitdiff | tree | snapshot |
2021-10-18 |
Matt Corallo | Update CI C-Bindings dependency to 0.0.102 |
commit | commitdiff | tree | snapshot |
2021-10-17 |
Matt Corallo | Update tests to upstream 0.0.102 API |
commit | commitdiff | tree | snapshot |
2021-10-10 |
Matt Corallo | Merge pull request #49 from TheBlueMatt/main v0.0.101.3 |
commit | commitdiff | tree | snapshot |
2021-10-10 |
Matt Corallo | Update maven to 3.8.3 (since apparently they yank old... |
commit | commitdiff | tree | snapshot |
2021-10-10 |
Matt Corallo | Update auto-generated bindings |
commit | commitdiff | tree | snapshot |
2021-10-10 |
Matt Corallo | Update android API version to 24 (Nougat) as we need... |
commit | commitdiff | tree | snapshot |
2021-10-10 |
Matt Corallo | Correctly handle top-bit-set pointers, fixing Android 11 |
commit | commitdiff | tree | snapshot |
2021-10-10 |
Matt Corallo | Aggressively avoid object creation during message read... |
commit | commitdiff | tree | snapshot |
next |