ldk-c-bindings
2021-08-19 Matt CoralloUpdate git hash to latest upstream
2021-08-19 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-08-19 Matt CoralloUpdate auto-generated bindings
2021-08-19 Matt CoralloBuild native debug binaries with --cfg=test_mod_pointers
2021-08-19 Matt CoralloDifferentiate `inner` pointers representing `None`...
2021-08-17 Matt CoralloMerge pull request #39 from TheBlueMatt/main v0.0.100.0
2021-08-17 Matt CoralloUse v0.0.100 for lightning-c-bindings rust-lightning dep
2021-08-17 Matt CoralloCommit latest auto-generated C bindings based on 0...
2021-08-17 Matt CoralloAdd support for bitcoin::hash_types references and...
2021-08-08 Matt CoralloMerge pull request #38 from TheBlueMatt/main
2021-08-07 Matt CoralloUpdate auto-generated bindings
2021-08-07 Matt CoralloUpdate git hash to latest upstream
2021-08-07 Matt CoralloBump rust-bitcoin dependency to match rust-lightning
2021-08-07 Matt CoralloAdd utility method to construct new complex enums
2021-08-07 Matt CoralloNote which parameters or return values are (secretly...
2021-08-07 Matt CoralloExpose struct method calls on trait structs to C++...
2021-08-07 Matt CoralloUpdate C++ demo and ldk_net to new clone API
2021-08-07 Matt CoralloUpdate C++ demo to new upstream changes
2021-07-28 Matt CoralloProvide full (new) struct to trait clone functions
2021-07-28 Matt CoralloCorrect args passed to supertrait C methods in subtrait...
2021-07-28 Matt CoralloCopy PeerManager pointer in ldk_net
2021-07-28 Matt CoralloSwap include <> for include "" to make downstream Swift...
2021-07-28 Matt CoralloIf we're leaving binaries around, use -fPIC for ldk_net.o
2021-07-28 Matt CoralloFix LLVM version-suffixed binary name checking
2021-07-14 Matt CoralloMerge pull request #36 from TheBlueMatt/main v0.0.99.2
2021-07-13 Matt CoralloEnable macos-11 in CI
2021-07-13 Matt CoralloApply metadata replacement to ldk library as well for...
2021-07-13 Matt CoralloAdd extra targets env variable to build for extra targe...
2021-07-09 Matt CoralloMerge pull request #35 from TheBlueMatt/main v0.0.99.1
2021-07-09 Matt CoralloUpdate build-std parameters
2021-07-09 Matt CoralloSet compiler flags earlier to get -isysroot in all...
2021-07-09 Matt CoralloMerge pull request #34 from TheBlueMatt/main v0.0.99.0
2021-07-09 Matt CoralloUpdate Cargo git hash to upstream v0.0.99
2021-07-09 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-07-09 Matt CoralloUpdate C++ bindings demo to latest upstream API
2021-07-09 Matt CoralloUse correct lld to match rustc LLVM version (if available)
2021-07-09 Matt CoralloDrop -flto from non-cross-language-lto C++ demo builds
2021-07-09 Matt CoralloAdd a POSIX C LDK networking library
2021-07-03 Matt CoralloSkip trait typedef in extra header as its unnecessary
2021-07-02 Matt CoralloDrop rust-secp256k1 patch as it has been merged into...
2021-06-15 Matt CoralloMerge pull request #31 from TheBlueMatt/main v0.0.98.1
2021-06-15 Matt CoralloDrop clang GH actions cache as it appears broken on OSX
2021-06-15 Matt CoralloDrop MacOS 11 runner until we get access to private...
2021-06-15 Matt CoralloFix aarch64 targeting and print an error if its disabled
2021-06-15 Matt CoralloMerge pull request #30 from TheBlueMatt/main
2021-06-15 Matt CoralloAdd OSX CI
2021-06-15 Matt CoralloAlso build for aarch64-apple-darwin if we're building...
2021-06-15 Matt CoralloClean up OSX support and rustc path selection somewhat
2021-06-11 Matt CoralloMerge pull request #29 from TheBlueMatt/main v0.0.98
2021-06-11 Matt CoralloUpdate auto-generated bindings to upstream 0.0.98
2021-06-11 Matt CoralloSwitch rust-lightning dep to upstream now that we're...
2021-06-11 Matt CoralloUpdate git HEAD to upstream 0.0.98
2021-06-11 Matt CoralloUpdate bindings C++ demo to latest upstream (0.0.98...
2021-06-11 Matt CoralloOnly set -mcpu=sandybridge on x86_64
2021-06-11 Matt CoralloDrop spurious deref when converting Vec entries to C
2021-06-10 Matt CoralloMerge pull request #28 from TheBlueMatt/2021-06-fix...
2021-06-09 Matt CoralloEnsure we sanitize rustc random values for all lightnin... 2021-06-fix-nondeterminism
2021-06-09 Matt CoralloUse 16 hexits for git describe to avoid nondeterminism
2021-06-09 Matt CoralloSet LC_ALL and -frandom-seed to avoid common nondetermi...
2021-06-09 Matt CoralloSwap default-cpu for sandybridge and use it when compil...
2021-06-08 Matt CoralloMerge pull request #27 from TheBlueMatt/main
2021-06-08 Matt CoralloFix race in C++ demo where num_txs_broadcasted ++s...
2021-06-08 Matt CoralloMerge pull request #26 from TheBlueMatt/main
2021-06-08 Matt CoralloRegenerate auto-generated bindings
2021-06-08 Matt CoralloUpdate RL git hash to latest upstream (hopefully next...
2021-06-08 Matt CoralloUpdate rust-secp patch to match latest version
2021-06-05 Matt CoralloMerge pull request #25 from TheBlueMatt/2021-04-bp...
2021-06-02 Matt CoralloRegenerate auto-generated bindings 2021-04-bp-inclusion
2021-06-02 Matt CoralloAdd background-processor to the with-std bindings
2021-06-02 Matt CoralloTake advantage of clone in more manually-defined c_type...
2021-06-02 Matt CoralloImplement Clone for a few additional manually-defined...
2021-06-02 Matt CoralloImplement conversion of std::io::Error to Rust
2021-06-02 Matt CoralloImpl Send+Sync for every trait, not just those with...
2021-06-02 Matt CoralloHandle concrete Deref<Target=X> bounds in generic args
2021-06-02 Matt CoralloMerge pull request #24 from TheBlueMatt/main
2021-06-02 Matt CoralloUpdate auto-generated bindings
2021-06-02 Matt CoralloBump git depedency to latest upstream
2021-06-02 Matt CoralloUpdate auto-generated bindings to match latest upstream
2021-06-02 Matt CoralloUpdate bindings demo clients to the new event handling API
2021-06-02 Matt CoralloUpdate bindings demo to use invoices and the new inboun...
2021-06-02 Matt CoralloCreate mappings for std::hasher::Hash and std::cmp::Eq
2021-05-30 Matt CoralloAdd an export tag to indicate users cannot implement...
2021-05-30 Matt CoralloHandle core:: and alloc::paths instead of just std...
2021-05-03 Matt CoralloMerge pull request #23 from TheBlueMatt/main
2021-05-03 Matt CoralloRebuild auto-generated bindings
2021-05-03 Matt CoralloFix handling of returning Option<&Object> from Rust...
2021-05-03 Matt CoralloMerge pull request #22 from TheBlueMatt/main
2021-05-03 Matt CoralloFix double-free of String bytes after converting an...
2021-05-03 Matt CoralloRedo wasm bindings
2021-05-03 Matt CoralloMerge pull request #20 from TheBlueMatt/main
2021-05-02 Matt CoralloUpdate CI to work around missing version.rs
2021-05-02 Matt CoralloUpdate auto-generated bindings (without new version...
2021-05-02 Matt CoralloAdd ability to get the LDK and LDK-C-Bindings version
2021-05-01 Matt CoralloFix no-std+WASM builds by not mixing -flto and -fembed...
2021-05-01 Matt CoralloMerge pull request #19 from TheBlueMatt/2021-04-invoice...
2021-05-01 Matt CoralloBump git hashes to latest upstream 2021-04-invoice-incl
2021-05-01 Matt CoralloUpdate auto-generated bindings with new upstream invoic...
2021-04-30 Matt CoralloMap enum tuple variants with no contents as unitary...
2021-04-30 Matt CoralloResolve issues with Str introduced when it became ownable
2021-04-30 Matt CoralloResolve generic params with default (eg `<A=B(>) as...
next