2020-10-25 |
Matt Corallo | clone traits before passing to jcalls and map to human... |
commit | commitdiff | tree | snapshot |
2020-10-25 |
Matt Corallo | Update Human object test to use SocketDescriptor traits... |
commit | commitdiff | tree | snapshot |
2020-10-25 |
Matt Corallo | Fix returning traits in trait calls, move towards clone... |
commit | commitdiff | tree | snapshot |
2020-10-25 |
Matt Corallo | Stop masking the owned bit on a freshly-cloned object |
commit | commitdiff | tree | snapshot |
2020-10-25 |
Matt Corallo | Map Transactions as byte[] instead of trying to keep... |
commit | commitdiff | tree | snapshot |
2020-10-25 |
Matt Corallo | Rework holds_ref and clone logic somewhat |
commit | commitdiff | tree | snapshot |
2020-10-25 |
Matt Corallo | Fix tests for new API |
commit | commitdiff | tree | snapshot |
2020-10-24 |
Matt Corallo | Properly handle java refs in traits returning traits |
commit | commitdiff | tree | snapshot |
2020-10-24 |
Matt Corallo | Clone before passing to java + new clone upstream |
commit | commitdiff | tree | snapshot |
2020-10-24 |
Matt Corallo | Fix opaque struct ptr ret-conv, used in jcall arg passing |
commit | commitdiff | tree | snapshot |
2020-10-24 |
Matt Corallo | Fix ObjectArray (array-of-arrays) creation |
commit | commitdiff | tree | snapshot |
2020-10-24 |
Matt Corallo | Fix optimized build |
commit | commitdiff | tree | snapshot |
2020-10-23 |
Matt Corallo | Write tuple getters (and test them, exposing memory... |
commit | commitdiff | tree | snapshot |
2020-10-23 |
Matt Corallo | Add ability to get serialized transaction bytes |
commit | commitdiff | tree | snapshot |
2020-10-23 |
Matt Corallo | Expand the human object test somewhat |
commit | commitdiff | tree | snapshot |
2020-10-23 |
Matt Corallo | Enable more C build-time warnings |
commit | commitdiff | tree | snapshot |
2020-10-23 |
Matt Corallo | Finish compacting giant type-conversion-strings if... |
commit | commitdiff | tree | snapshot |
2020-10-22 |
Matt Corallo | Compact giant type-conversion-strings if tree somewhat |
commit | commitdiff | tree | snapshot |
2020-10-22 |
Matt Corallo | Skip fewer fn's, support trait-contained objects |
commit | commitdiff | tree | snapshot |
2020-10-22 |
Matt Corallo | Provide human versions of trait interfaces, with a... |
commit | commitdiff | tree | snapshot |
2020-10-21 |
Matt Corallo | Rely on pointers even less in HumanObject testing |
commit | commitdiff | tree | snapshot |
2020-10-21 |
Matt Corallo | Expose human functions that use Result objects |
commit | commitdiff | tree | snapshot |
2020-10-21 |
Matt Corallo | Properly free Vec<u8>s after conversion to byte[]. |
commit | commitdiff | tree | snapshot |
2020-10-21 |
Matt Corallo | Make complex enums more complete, track reference-or... |
commit | commitdiff | tree | snapshot |
2020-10-20 |
Matt Corallo | Rewrite the world, with several interdependant changes... |
commit | commitdiff | tree | snapshot |
2020-10-15 |
Matt Corallo | Properly set CVec_u8Z to a byte[] which adds a ton... |
commit | commitdiff | tree | snapshot |
2020-10-15 |
Matt Corallo | Figure out java human types conversion stuff when doing... |
commit | commitdiff | tree | snapshot |
2020-10-15 |
Matt Corallo | Split get_inner into get_ok/_err so that we can map... |
commit | commitdiff | tree | snapshot |
2020-10-14 |
Matt Corallo | Use AutoCloseable for structs named Locked* |
commit | commitdiff | tree | snapshot |
2020-10-13 |
Matt Corallo | explode to constructor args when we cant clone but... |
commit | commitdiff | tree | snapshot |
2020-10-13 |
Matt Corallo | Drop the _call insertion |
commit | commitdiff | tree | snapshot |
2020-10-13 |
Matt Corallo | Skip methods we can't use anyway |
commit | commitdiff | tree | snapshot |
2020-10-13 |
Matt Corallo | Update to support None |
commit | commitdiff | tree | snapshot |
2020-10-13 |
Matt Corallo | Convert slices - requires some machinery to call Releas... |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Matt Corallo | Clean up assertions, new Clone impls, ThreeBytes |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Matt Corallo | Expose signatures as byte[], check array lengths in C. |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Matt Corallo | Expose SecretKey as byte[32], expose trait call fns... |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Matt Corallo | Create structs and traits that are (a bit) more human... |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Matt Corallo | Drop stale jni header files |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Matt Corallo | Agressively clone when passing to rust |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Matt Corallo | New upstream bindings that generate _clone fns |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Matt Corallo | Use weak references to JCalls objects. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Matt Corallo | Send a payment! |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Matt Corallo | Convert pubkeys to byte arrays, fix assertions, fix... |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Matt Corallo | Fully open and confirm a channel in Java! |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Matt Corallo | A bunch of updates: |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Matt Corallo | Intercept all malloc/free, even in Rust! |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Matt Corallo | Map tuples and ThirtyTwoBytes into array. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Matt Corallo | Move enum mapping to functions |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Matt Corallo | Convert LDKThirtyTwoBytes to byte[32] instead of taking... |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Matt Corallo | More statics and limit exports to Java methods at link |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Matt Corallo | Map Rust enums with inner fields |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Matt Corallo | Cache enum fields |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Matt Corallo | Move enums into their own (non-impl) folder |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Matt Corallo | Add ability to fetch all Vec details in one call. |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Go all the way through to channel creation in PeerTest |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Add constructors for None opaque struct mappings |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Update PeerTest to test most of the new stuff |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Make slice-vec-len generic |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Macro-ize assert to handle side-effects, fix JavaVM... |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Add missing JCalls parameter conversion |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Dont auto-free slices passed to Rust |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Reorg a bit and let us call trait methods from Java |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Add ability to check if a CResult<> is OK, and get... |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Add ability to get the Java object underlying a _JCalls... |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Matt Corallo | Fix java short type ID for pointers |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Matt Corallo | Update test for new bindings |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Matt Corallo | Update auto-generated bindings |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Matt Corallo | Update genbindings.sh somewhat for newer upstream |
commit | commitdiff | tree | snapshot |
2020-09-03 |
Matt Corallo | Update to latest upstream bindings |
commit | commitdiff | tree | snapshot |
2020-09-01 |
Matt Corallo | Add new test that builds a ChannelManager |
commit | commitdiff | tree | snapshot |
2020-09-01 |
Matt Corallo | Handle size_t's and non-JCalls trait impls |
commit | commitdiff | tree | snapshot |
2020-09-01 |
Matt Corallo | Convert unitary enums to Java enums |
commit | commitdiff | tree | snapshot |
2020-09-01 |
Matt Corallo | Move trait mapping to an fn |
commit | commitdiff | tree | snapshot |
2020-09-01 |
Matt Corallo | Manually track allocations and assert that we don't... |
commit | commitdiff | tree | snapshot |
2020-08-31 |
Matt Corallo | Rename PeerTest |
commit | commitdiff | tree | snapshot |
2020-08-31 |
Matt Corallo | Add .gitignore |
commit | commitdiff | tree | snapshot |
2020-08-31 |
Matt Corallo | Test current state of things, which actually doesn... |
commit | commitdiff | tree | snapshot |
2020-08-31 |
Matt Corallo | ref-count trait objects to avoid double-free, probably... |
commit | commitdiff | tree | snapshot |
2020-08-29 |
Matt Corallo | Convert String (tested from Java!) |
commit | commitdiff | tree | snapshot |
2020-08-29 |
Matt Corallo | Add debug info to liblightningjni.so |
commit | commitdiff | tree | snapshot |
2020-08-29 |
Matt Corallo | Update linking for address sanitizer |
commit | commitdiff | tree | snapshot |
2020-08-29 |
Matt Corallo | Clean up and calculate java method signatures |
commit | commitdiff | tree | snapshot |
2020-08-29 |
Matt Corallo | A bit less logic in map_type |
commit | commitdiff | tree | snapshot |
2020-08-28 |
Matt Corallo | Run conversions on JNI -> Java calls, though need to... |
commit | commitdiff | tree | snapshot |
2020-08-28 |
Matt Corallo | Return, instead of writing, form map_type |
commit | commitdiff | tree | snapshot |
2020-08-28 |
Matt Corallo | Simplify type checking a bit |
commit | commitdiff | tree | snapshot |
2020-08-28 |
Matt Corallo | Support u16s |
commit | commitdiff | tree | snapshot |
2020-08-28 |
Matt Corallo | Compiles with fn calls, even if the call types are... |
commit | commitdiff | tree | snapshot |
2020-08-27 |
Matt Corallo | Handle trait return values |
commit | commitdiff | tree | snapshot |
2020-08-27 |
Matt Corallo | Pull out type mapping |
commit | commitdiff | tree | snapshot |
2020-08-27 |
Matt Corallo | Starting to look like something that might work... |
commit | commitdiff | tree | snapshot |
2020-08-26 |
Matt Corallo | New genbindings |
commit | commitdiff | tree | snapshot |
2020-07-29 |
Matt Corallo | Also output a C wrapper that correctly wraps all the... |
commit | commitdiff | tree | snapshot |
2020-07-28 |
Matt Corallo | Initial bindings header generation demo |
commit | commitdiff | tree | snapshot |
2020-07-25 |
Matt Corallo | Initial Dummy Checkin |
commit | commitdiff | tree | snapshot |
|