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: 89841d35b866
Choose a base ref
...
head repository: rustyrussell/pettycoin
compare: 0f45401a7f33
Choose a head ref
  • 4 commits
  • 21 files changed
  • 1 contributor

Commits on Jul 30, 2014

  1. Add logging for all IO to/from peers.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    ae310df View commit details
    Browse the repository at this point in the history
  2. Put new_log into minimal log, add log_io.

    Don't need to cut & paste dummy one into each test!
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    47ede8a View commit details
    Browse the repository at this point in the history
  3. Per-JSON-RPC connection logging (and log IO)

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    2df7151 View commit details
    Browse the repository at this point in the history
  4. Fix jsonrpc reliability.

    First, we weren't always closing the fds.
    
    Secondly, we were sometimes stalling.
    
    Thirdly, if we got two commands in a row we'd overwrite out output.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    0f45401 View commit details
    Browse the repository at this point in the history