[Java] Close all sockets cleanly on `NioPeerHandler::interrupt`
[ldk-java] / genbindings.sh
2022-01-18 Matt Corallo[TS] Copy README.md instead of symlinking, so npm publi...
2022-01-18 Matt CoralloMerge pull request #81 from TheBlueMatt/main
2022-01-17 Matt Corallo[TS] Unify Web and Node.JS output so it can be universal
2022-01-17 Matt CoralloMerge pull request #79 from TheBlueMatt/main
2022-01-17 Matt Corallo[TS] Do not rely on a symlink as npm publish ignores it
2022-01-17 Matt Corallo[TS] Use -O1 on debug builds as otherwise they can...
2022-01-17 Matt Corallo[TS] Wrap `aligned_alloc` as well as other malloc's.
2022-01-17 Matt Corallo[TS] Swap Os for Oz because its a minor change and...
2022-01-17 Matt Corallo[TS] Set LDK_GARBAGECOLLECTED_GIT_OVERRIDE so that...
2022-01-10 Matt CoralloMerge pull request #74 from TheBlueMatt/2022-01-ts... v0.0.104.1
2022-01-10 Matt Corallo[TS] Change paths to liblightningjs.wasm to be in ts/
2022-01-10 Matt Corallo[TS] Configure memory setup in linker to not insta-OOM
2022-01-10 Matt Corallo[TS] Use export_/import_name to filter exposed symbols
2022-01-08 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-01-08 Matt Corallo[TS] Resolve locally-defined structs in other structs...
2022-01-07 Matt CoralloMerge pull request #72 from TheBlueMatt/main
2022-01-07 Matt CoralloMake genbindings.sh only build one of java/wasm, test...
2022-01-06 Matt CoralloSwitch to .mts files and build typescript bindings...
2022-01-05 Matt CoralloClean up TS arrays and make TS compile warning-free...
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-01 Matt CoralloCHECK_ACCESS inner pointers using the new __unmangle_in...
2021-10-19 Matt CoralloMerge pull request #50 from TheBlueMatt/main v0.0.102.0
2021-10-18 Matt CoralloUse lld to link on OSX with LLVM 13
2021-09-27 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.101.1
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-25 Matt CoralloDrop reallocarray wrapper, enforcing that we don't...
2021-09-25 Matt CoralloAdd a build mode for "release optimizations with leaks...
2021-08-25 Matt CoralloMerge pull request #42 from TheBlueMatt/main
2021-08-25 Matt CoralloUpdate pom.xml to comply with Maven Central requirements
2021-07-14 Matt CoralloMerge pull request #31 from TheBlueMatt/main
2021-07-14 Matt CoralloAdd script to build deterministic android aar v0.0.99.1
2021-07-13 Matt CoralloDon't explicitly override __cxa_thread_atexit_impl...
2021-06-24 Matt CoralloMerge pull request #25 from TheBlueMatt/main
2021-06-24 Matt CoralloDrop binaries from the repo, they are now at https...
2021-06-24 Matt CoralloRedo the glibc compatibility issues workaround, see...
2021-06-24 Matt CoralloSet a library suffix for all platforms, useful for...
2021-06-23 Matt CoralloMerge pull request #24 from TheBlueMatt/main
2021-06-22 Matt CoralloSupport glibc versions prior to 2.18 for linux builds
2021-06-16 Matt CoralloMerge pull request #22 from TheBlueMatt/main
2021-06-16 Matt CoralloInclude native libraries in jar by shifting folder...
2021-06-16 Matt CoralloAdjust compile flags for OSX, set trace on genbindings.sh
2021-06-12 Matt CoralloMerge pull request #21 from TheBlueMatt/main
2021-06-12 Matt CoralloBetter support alternative targets in genbindings.sh
2021-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-06-11 Matt CoralloForce CPU target to Sandy Bridge when compiling
2021-06-08 Matt CoralloAvoid git version always appearing as dirty
2021-05-01 Matt CoralloFix genbindings.sh sed call on OSX
2021-04-22 Matt CoralloMerge pull request #17 from TheBlueMatt/main
2021-04-16 Matt CoralloHandle the somewhat half-mapped alias TransactionOutputs
2021-03-26 Arik SosmanMerge pull request #13 from TheBlueMatt/2021-03-check...
2021-03-24 Matt CoralloSplit wasm output files + check build determinism in CI
2021-03-24 Matt CoralloMap file paths in debug info to make debug libs path...
2021-03-22 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-03-fresh...
2021-03-22 Matt CoralloDon't require a JNI_CFLAGS in genbindings.sh
2021-03-12 Arik SosmanMerge pull request #9 from TheBlueMatt/2021-03-cleanup...
2021-03-12 Arik SosmanMerge pull request #7 from TheBlueMatt/2021-03-tweaks
2021-03-12 Matt CoralloMove .so output to different names based on release...
2021-03-10 Matt CoralloUpdate genbindings docs to note new ldk-c-bindings...
2021-02-03 Matt CoralloAdd workarounds for Android JNI quirks
2021-02-01 Matt CoralloUpdate for upstream with new -lm requirement for debug
2021-01-28 Matt CoralloTurn on warnings on typescript builds again
2021-01-27 Arik SosmanMerge branch 'master' of https://git.bitcoin.ninja...
2021-01-25 Matt CoralloTypescript C build and string updates
2021-01-12 Matt CoralloAdd TS bindings generation, with per-lang strings in...
2021-01-08 Matt Coralloupdate to new upstream
2020-10-23 Matt CoralloEnable more C build-time warnings
2020-10-12 Matt CoralloCreate structs and traits that are (a bit) more human...
2020-10-10 Matt CoralloIntercept all malloc/free, even in Rust!
2020-10-08 Matt CoralloMore statics and limit exports to Java methods at link
2020-10-07 Matt CoralloMove enums into their own (non-impl) folder
2020-10-02 Matt CoralloUpdate genbindings.sh somewhat for newer upstream
2020-09-01 Matt CoralloManually track allocations and assert that we don't...
2020-08-31 Matt Coralloref-count trait objects to avoid double-free, probably...
2020-08-29 Matt CoralloAdd debug info to liblightningjni.so
2020-08-29 Matt CoralloUpdate linking for address sanitizer
2020-08-28 Matt CoralloReturn, instead of writing, form map_type
2020-08-28 Matt CoralloCompiles with fn calls, even if the call types are...
2020-08-27 Matt CoralloStarting to look like something that might work...
2020-08-26 Matt CoralloNew genbindings
2020-07-29 Matt CoralloAlso output a C wrapper that correctly wraps all the...