[0.19.0] Backports #17197

pull fanquake wants to merge 5 commits into bitcoin:0.19 from fanquake:0_19_0_rc1_backports changing 5 files +73 −11
  1. fanquake commented at 6:18 PM on October 19, 2019: member

    Backports the following PRs to the 0.19.0 branch:

    • #17184 - util: Filter out macOS process serial number
    • #17131 - rpc: fix -rpcclienttimeout 0 option
    • #17111 - doc: update bips.md with buried BIP9 deployments
    • #17095 - util: Filter control characters out of log messages
    • #17085 - init: Change fallback locale to C.UTF-8
  2. init: Change fallback locale to C.UTF-8
    Much of our code assumes UTF-8 support, and this is a more realistic
    guess for modern systems anyway than the default character set (which
    would be ASCII only). So change the assumed fallback locale (if no
    locale is defined by the user or OS) to `C.UTF-8`.
    
    Github-Pull: #17085
    Rebased-From: facb9a1315f97489a20eb0e969fdb14b5128ed2f
    ba46f39418
  3. util: Filter control characters out of log messages
    Belts and suspenders: make sure outgoing log messages don't contain
    potentially suspicious characters, such as terminal control codes.
    
    This escapes control characters except newline ('\n') in C syntax.
    It escapes instead of removes them to still allow for troubleshooting
    issues where they accidentally end up in strings.
    
    Github-Pull: #17095
    Rebased-From: d7820a1250070f3640246ae497e049bee0b3516f
    dc0fe7ae1f
  4. doc: update bips.md with buried BIP9 deployments
    Github-Pull: #17111
    Rebased-From: fa6ed82794f4aecbd71667b5491edbbc4eaeaaef
    6a45766acb
  5. rpc: fix -rpcclienttimeout 0 option
    Github-Pull: #17131
    Rebased-From: b3b26e149c34fee9c7ae8548c6e547ec6254b441
    e1bacb591a
  6. util: Filter out macOS process serial number
    Github-Pull: #17184
    Rebased-From: b5f0be38790ecc87a1e537edeca5923f608bc68c
    334e27ed5a
  7. fanquake added the label Backport on Oct 19, 2019
  8. fanquake added this to the milestone 0.19.0 on Oct 19, 2019
  9. laanwj commented at 10:13 AM on October 21, 2019: member

    Thanks!

    ACK 334e27ed5aae2dbe767b73eac8876edf5ab2b797

  10. laanwj referenced this in commit 5b68d1654f on Oct 21, 2019
  11. laanwj merged this on Oct 21, 2019
  12. laanwj closed this on Oct 21, 2019

  13. fanquake deleted the branch on Oct 21, 2019
  14. promag commented at 11:36 AM on October 21, 2019: member

    ACK 334e27e.

  15. Munkybooty referenced this in commit 6ce7e306b1 on Dec 9, 2021
  16. DrahtBot locked this on Dec 16, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 15:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me