Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rustyrussell/pettycoin
base: 4f503293b3a3
Choose a base ref
...
head repository: rustyrussell/pettycoin
compare: e0eb57c1a051
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 5, 2014

  1. Always flush stdout before a fork().

    Otherwise we can get weird double-printing effects.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    9b1e264 View commit details
    Browse the repository at this point in the history
  2. dns: don't leave zombies behind.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    4dae21c View commit details
    Browse the repository at this point in the history
  3. peer.c: prepend peer log messages with peer number.

    Easier to read than IP addresses, and used in some places like dev-listtodo.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    e0eb57c View commit details
    Browse the repository at this point in the history