309 Commits (ad049c36c119d1e283ac270d73b60d811c509c59)

Author SHA1 Message Date
Rusty Russell 0d5f0d79da build: allow building from source zip file. 6 years ago
Wladimir J. van der Laan c57e63b31d tools: Add missing unistd.h header 6 years ago
Nicolas Dorier f9f4ed8e11 [Docker] Make sure lightningd receive SIGTERM 6 years ago
Rusty Russell 819078fe18 param: make command_fail/command_success WARN_UNUSED_RESULT. 6 years ago
Christian Decker 05dc095ebc mocks: Fix the mocks generation fix 6 years ago
Christian Decker c5d77c391a mocks: Drop invalid __sentinel__ value in generated mocks 6 years ago
Rusty Russell 31a375af53 lightningd: add runtime checking for all system-provided libs. 6 years ago
Rusty Russell 2a90325e80 Makefile: add dependency on external header versions. 6 years ago
Rusty Russell 22526911cb tools/generate-wire.py: allocate array members off array in fromwire. 6 years ago
Rusty Russell d4f164eb39 Release: add helper script for release, and checklist for the process. 6 years ago
Rusty Russell ad2519a6f4 spelling: Check LockTime Verify. 6 years ago
Rusty Russell 96f05549b2 common/utils.h: add tal_arr_expand helper. 6 years ago
lisa neigut 3ce53ab9ed tools/gen-wire: 3th -> 3rd 6 years ago
Rusty Russell 61c6b8b25a tools/generate-wire.py: mark your_last_per_commitment_secret as a struct secret. 6 years ago
Fabian Raetz 700a0d702d replace use of non standard mv -n flag 6 years ago
practicalswift 9d9a9523d0 Use snprintf(...) instead of sprintf(...) 6 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
Rusty Russell 93cf28553d devtools/decodemsg: add --onion option for decoding onion errors. 6 years ago
Rusty Russell d241bd762c connectd: don't use gossip_getnodes_entry. 6 years ago
William Casarin f8fa4213f1 tools: use /usr/bin/env bash instead of /bin/bash 6 years ago
Rusty Russell 232b330284 tools/generate-wire.py: simple scheme to autoindent. 6 years ago
Rusty Russell 6758062a56 tools/generate-wire.py: remove ugly blank lines after for loops 6 years ago
Rusty Russell ab28972aee tools/generate-wire.py: style cleanups. 6 years ago
Rusty Russell e217bc1220 per-commit-secret is a struct secret, not a sha256. 6 years ago
Rusty Russell ac4c6b1a82 tools/generate-wire.py: support for optional fields, with ? before typename. 6 years ago
Jan Sarenik 9f519afc5d tools/check-includes.sh: shellcheck recommended fixes 6 years ago
Rusty Russell c02ff11506 print_wire: hand field names to print routines. 6 years ago
nicolas.dorier aeafe4dbe7 [Docker] Fix: Bind socat to the right port 6 years ago
Christian Decker 0d3c3a225e docker: Add a usable dockerfile 6 years ago
Rusty Russell f64272caea tools/check-manpage.sh: make it work on FreeBSD. 6 years ago
arowser 85e02127a9 align generate wire template 6 years ago
Rusty Russell 76dd1577bd external: fix submodule handling for parallel builds, submodule URL changes. 6 years ago
Rusty Russell 626e9fed16 Makefile: add check that manpage and command options match. 7 years ago
practicalswift abf510740d Force the use of the POSIX C locale for all commands and their subprocesses 7 years ago
Rusty Russell 5b7fcab766 tools: fix shellcheck errors. 7 years ago
practicalswift 1a55147870 Be consistent in choice of shell across all shell scripts in repo 7 years ago
practicalswift b95d3b8f54 Fix shellcheck warnings 7 years ago
practicalswift e078fcefdd Add check-includes.sh: Find redundant includes. Check ifndef:s. 7 years ago
ZmnSCPxj e6de41b468 tools/rel.sh: Make POSIXLY compatible. 7 years ago
practicalswift 160f9b06a5 Fix variable typo in generate-wire.py 7 years ago
practicalswift 0a20bd44f0 Fix flake8 warnings: W191 indentation contains tabs + E101 indentation contains mixed spaces and tabs 7 years ago
practicalswift e18948a6a9 Remove unused variables. Fix flake8 warnings. 7 years ago
practicalswift ae7d857c44 Make Python code conform to the Python PEP 8 style guide 7 years ago
Rusty Russell e92b710406 tools/generate-wire.py: remove length argument from fromwire_ routines. 7 years ago
Rusty Russell b7db06b577 tools/generate-wire.py: wirestring type for handing strings. 7 years ago
Rusty Russell 674a2c7554 tools/generate_wire.py: make bitcoin_tx a varlen structs 7 years ago
Rusty Russell 526d3a232e tools/generate_wire.py: generate varlen arrays properly. 7 years ago
Rusty Russell ad8dfaca1c tools/generate_wire.py: make varlen structs self-allocate. 7 years ago
Rusty Russell 32abb4d928 tools/generate-wire.py: --printwire option to create print routines. 7 years ago
Rusty Russell 0cef23d33a check-spelling: don't paginate, and give file and line. 7 years ago