-
Notifications
You must be signed in to change notification settings - Fork 9
Comparing changes
Open a pull request
base repository: rustyrussell/pettycoin
base: 9b73e8a417c8
head repository: rustyrussell/pettycoin
compare: 4f503293b3a3
- 13 commits
- 81 files changed
- 1 contributor
Commits on Aug 5, 2014
-
tools/update-ccan.sh: Fixes, and make it a bit friendlier.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for a04c810 - Browse repository at this point
Copy the full SHA a04c810View commit details -
ccan: update (esp. ccan/io fixes).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for c0fd932 - Browse repository at this point
Copy the full SHA c0fd932View commit details -
pending: remove unused prev_txhashes field.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 61e3e98 - Browse repository at this point
Copy the full SHA 61e3e98View commit details -
blockfile: load with an io_loop.
More natural, requires less intrusion into io_packet_read. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 7d262b5 - Browse repository at this point
Copy the full SHA 7d262b5View commit details -
This is generally a good thing in logging functions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 4127884 - Browse repository at this point
Copy the full SHA 4127884View commit details -
peer: make alloc_peer set up peer->log and peer->you.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 1e3b600 - Browse repository at this point
Copy the full SHA 1e3b600View commit details -
Doesn't require us seeing inside struct io_plan, which is going away. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for be09000 - Browse repository at this point
Copy the full SHA be09000View commit details -
json_rpc: process multiple inputs where available.
0f45401 said we would overwrite output, but we don't. So partial revert. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 35d3ce9 - Browse repository at this point
Copy the full SHA 35d3ce9View commit details -
dns: hand address we're connecting to through to init.
This means we record the address we called connect() on, not where we ended up (with localhost IPv6 and IPv4, may be different). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 31a1615 - Browse repository at this point
Copy the full SHA 31a1615View commit details -
Don't create a peer until we're actually connected; use a peer_connecting structure until then. This puts peer creation and initialization into a single place. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 7bef352 - Browse repository at this point
Copy the full SHA 7bef352View commit details -
ccan: update to latest ccan (ccan/io rewrite).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 6c1a23c - Browse repository at this point
Copy the full SHA 6c1a23cView commit details -
Update to match new ccan/io version.
Particular changes: 1) io_* now take the conn as first arg. 2) io_plan * is returned intead of io_plan. 3) io_new_conn needs a callback, rather than an inline call. 4) io_break() is a separate function, you still need a plan. 5) io_duplex() just creates two plans, not two conns. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 81294e0 - Browse repository at this point
Copy the full SHA 81294e0View commit details -
protocol_net: actually pad protocol_pkt_welcome to 32 bits.
There was 2 bytes of undocumented padding. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 4f50329 - Browse repository at this point
Copy the full SHA 4f50329View commit details
There are no files selected for viewing