2021-03-21 |
Matt Corallo | Update tests to use Listen interface and for latest...
|
commit | commitdiff | tree |
2021-03-21 |
Matt Corallo | Work around buggy Android nio implementation in batteries
|
commit | commitdiff | tree |
2021-03-21 |
Matt Corallo | Disambiguate jcall function names by including the...
|
commit | commitdiff | tree |
2021-03-18 |
Matt Corallo | Add license information
|
commit | commitdiff | tree |
2021-03-18 |
Matt Corallo | Merge pull request #10 from galderz/t_compilation_error
|
commit | commitdiff | tree |
2021-03-12 |
Matt Corallo | Update bindings to latest upstream + ChannelMonitor_clone...
|
commit | commitdiff | tree |
2021-03-12 |
Matt Corallo | Move .so output to different names based on release...
|
commit | commitdiff | tree |
2021-03-12 |
Matt Corallo | Drop at-exit memory leak assertion and note accuracy...
|
commit | commitdiff | tree |
2021-03-10 |
Matt Corallo | Add a timeout to NioPeerHandler.connect
|
commit | commitdiff | tree |
2021-03-10 |
Matt Corallo | Add comment noting duplicate load_outputs_to_watch...
|
commit | commitdiff | tree |
2021-03-10 |
Matt Corallo | Update genbindings docs to note new ldk-c-bindings...
|
commit | commitdiff | tree |
2021-03-08 |
Matt Corallo | Update java bindings with new generator and new upstream...
|
commit | commitdiff | tree |
2021-03-08 |
Matt Corallo | Use the new ChannelMonitor util functions and test...
|
commit | commitdiff | tree |
2021-03-08 |
Matt Corallo | Correct handling of Option<Trait>
|
commit | commitdiff | tree |
2021-03-08 |
Matt Corallo | Update HumanObjectPeerTest to use new constructor
|
commit | commitdiff | tree |
2021-03-08 |
Matt Corallo | Add struct and enum doc comments in Java
|
commit | commitdiff | tree |
2021-03-06 |
Matt Corallo | Update to use a new java-base branch
|
commit | commitdiff | tree |
2021-03-06 |
Matt Corallo | Update tests to latest upstream
|
commit | commitdiff | tree |
2021-03-06 |
Matt Corallo | Update auto-generated bindings for new upstream
|
commit | commitdiff | tree |
2021-03-05 |
Matt Corallo | Update tests to latest upstream changes (ChannelKeys...
|
commit | commitdiff | tree |
2021-03-05 |
Matt Corallo | Update bindings to latest upstream.
|
commit | commitdiff | tree |
2021-03-05 |
Matt Corallo | Work around our stupid hack with a stupid hack (see...
|
commit | commitdiff | tree |
2021-03-05 |
Matt Corallo | Add trivial test of a route w/ Features::known, update...
|
commit | commitdiff | tree |
2021-03-05 |
Matt Corallo | Update auto-generated bindings with new upstream.
|
commit | commitdiff | tree |
2021-03-05 |
Matt Corallo | Properly convert 2D arrays in from_hu_conv
|
commit | commitdiff | tree |
2021-03-05 |
Matt Corallo | Fetch ChannelMonitor events during test and ensure...
|
commit | commitdiff | tree |
2021-03-05 |
Matt Corallo | Add deserialization/init helper class that overtorment...
|
commit | commitdiff | tree |
2021-03-05 |
Matt Corallo | Drop stale WIP files that should not have been checked in
|
commit | commitdiff | tree |
2021-03-04 |
Matt Corallo | Merge pull request #3 from galderz/t_add_source_jar
|
commit | commitdiff | tree |
2021-02-03 |
Matt Corallo | Update bindings
|
commit | commitdiff | tree |
2021-02-03 |
Matt Corallo | Handle `uintptr_t`s better in JNI bindings
|
commit | commitdiff | tree |
2021-02-03 |
Matt Corallo | Be explicit about C return type returning pointers...
|
commit | commitdiff | tree |
2021-02-03 |
Matt Corallo | Add workarounds for Android JNI quirks
|
commit | commitdiff | tree |
2021-02-02 |
Matt Corallo | bindings updates
|
commit | commitdiff | tree |
2021-02-02 |
Matt Corallo | Properly free C tuples when the inner fields are dropped
|
commit | commitdiff | tree |
2021-02-02 |
Matt Corallo | Small tweaks to NioPeerHandler
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Add basic README describing status
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Bindings updates for latest upstream, check in .so
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Add NioPeerHandler and associated test
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Bindings updates
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Update for upstream with new -lm requirement for debug
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Fix missing-ptrs_to error by working around it in test
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Update HumanObjectPeerTest for upstream changes, to...
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Add additional reference tags, drop some now-redundant...
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Wipe Java objects when we move them into rust (only...
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Various straightforward cleanups
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Track byte count in leak detection in java debug mode
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Standardize warning clone comment
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Add util methods file for methods not associated with...
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Add a reference low bit for non-opaque types to tag...
|
commit | commitdiff | tree |
2021-02-01 |
Matt Corallo | Handle clones upstream instead of creating clone fns
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Fix leak in manual memory management in PeerTest
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Bindings updates
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Update TS strings and commit (broken) test updates
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Dirty hack to avoid freeing TxOuts inside of Tuples
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Clone objects returned from jcalls before returning...
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Add test HTML file demonstrating linking and calling
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Update bindings (for new upstream based on updated...
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Turn on warnings on typescript builds again
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Bindings updates
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Drop stale Java call semantic bits from TS bindings
|
commit | commitdiff | tree |
2021-01-28 |
Matt Corallo | Redo arrays/strings in TS to be uint32_ts, call trait...
|
commit | commitdiff | tree |
2021-01-27 |
Matt Corallo | re-fix whitespace bugs
|
commit | commitdiff | tree |
2021-01-27 |
Matt Corallo | Re-fix whitespace errors
|
commit | commitdiff | tree |
2021-01-27 |
Matt Corallo | Add js-wasm.h from arik's repo
|
commit | commitdiff | tree |
2021-01-27 |
Matt Corallo | Bindings updates
|
commit | commitdiff | tree |
2021-01-27 |
Matt Corallo | Move TS Arrays to a single pointer
|
commit | commitdiff | tree |
2021-01-26 |
Matt Corallo | Bindings updates
|
commit | commitdiff | tree |
2021-01-26 |
Matt Corallo | Do array conv in per-lang files, handle object arrays...
|
commit | commitdiff | tree |
2021-01-25 |
Matt Corallo | Handle uintptr_t slightly better in C conversion
|
commit | commitdiff | tree |
2021-01-25 |
Matt Corallo | Move native string conversion to per-lang files
|
commit | commitdiff | tree |
2021-01-25 |
Matt Corallo | More TS C trait conversion + drop unused get_obj_from_jcalls
|
commit | commitdiff | tree |
2021-01-25 |
Matt Corallo | Typescript C build and string updates
|
commit | commitdiff | tree |
2021-01-25 |
Matt Corallo | Remove commented-out code
|
commit | commitdiff | tree |
2021-01-25 |
Matt Corallo | Unify naming of type lookups in c_type_map dict
|
commit | commitdiff | tree |
2021-01-25 |
Matt Corallo | Fix some whitespace bugs
|
commit | commitdiff | tree |
2021-01-25 |
Matt Corallo | Fix short, push trait struct refcnt increment down...
|
commit | commitdiff | tree |
2021-01-13 |
Matt Corallo | bindings updates
|
commit | commitdiff | tree |
2021-01-13 |
Matt Corallo | [double-free, with XXX] More conv for traits
|
commit | commitdiff | tree |
2021-01-12 |
Matt Corallo | auto-generated bindings updates
|
commit | commitdiff | tree |
2021-01-12 |
Matt Corallo | Parse complex enum fields prior to per-language logic...
|
commit | commitdiff | tree |
2021-01-12 |
Matt Corallo | TS bindings
|
commit | commitdiff | tree |
2021-01-12 |
Matt Corallo | Fix file extension for typescript
|
commit | commitdiff | tree |
2021-01-12 |
Matt Corallo | Revert "Somewhat redundant changes (new file_ext, arg...
|
commit | commitdiff | tree |
2021-01-12 |
Matt Corallo | Java bindings updates with new generator, with no functional...
|
commit | commitdiff | tree |
2021-01-12 |
Matt Corallo | Add TS bindings generation, with per-lang strings in...
|
commit | commitdiff | tree |
2021-01-10 |
Matt Corallo | bindings updates
|
commit | commitdiff | tree |
2021-01-10 |
Matt Corallo | Walk back some of the clone updates, with comments...
|
commit | commitdiff | tree |
2021-01-08 |
Matt Corallo | updated bindings
|
commit | commitdiff | tree |
2021-01-08 |
Matt Corallo | Rewrite clone handling to manually-define them for...
|
commit | commitdiff | tree |
2021-01-08 |
Matt Corallo | Updated bindings
|
commit | commitdiff | tree |
2021-01-08 |
Matt Corallo | update to new upstream
|
commit | commitdiff | tree |
2020-10-27 |
Matt Corallo | Fix write method generation w/ upstream changes
|
commit | commitdiff | tree |
2020-10-26 |
Matt Corallo | Fix race in tests
|
commit | commitdiff | tree |
2020-10-25 |
Matt Corallo | Optionally use a ChainMonitor instead of custom Watch...
|
commit | commitdiff | tree |
2020-10-25 |
Matt Corallo | clone traits before passing to jcalls and map to human...
|
commit | commitdiff | tree |
2020-10-25 |
Matt Corallo | Update Human object test to use SocketDescriptor traits...
|
commit | commitdiff | tree |
2020-10-25 |
Matt Corallo | Fix returning traits in trait calls, move towards clone...
|
commit | commitdiff | tree |
2020-10-25 |
Matt Corallo | Stop masking the owned bit on a freshly-cloned object
|
commit | commitdiff | tree |
2020-10-25 |
Matt Corallo | Map Transactions as byte[] instead of trying to keep...
|
commit | commitdiff | tree |
next |