-
Notifications
You must be signed in to change notification settings - Fork 9
Comparing changes
Open a pull request
base repository: rustyrussell/pettycoin
base: cc9b5cb6bfad
head repository: rustyrussell/pettycoin
compare: 60f0944b0f86
- 9 commits
- 31 files changed
- 1 contributor
Commits on Nov 3, 2014
-
Makefile: force rebuild every time.
This is a quick fix: one user got crashes due to incomplete rebuild. Our project is small enough to do this, instead. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 86123cc - Browse repository at this point
Copy the full SHA 86123ccView commit details -
pkt_names.c: allow numbers in packet names.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 1183979 - Browse repository at this point
Copy the full SHA 1183979View commit details -
protocol_net.h: rename unused packet types.
Don't remove them, as that would break numbering. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 8bc1dea - Browse repository at this point
Copy the full SHA 8bc1deaView commit details -
peer.c: handle PROTOCOL_PKT_PIGGYBACK.
By ignoring it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 34e7654 - Browse repository at this point
Copy the full SHA 34e7654View commit details -
ccan: update (esp. new timer code).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 0b74306 - Browse repository at this point
Copy the full SHA 0b74306View commit details -
timeout: add timeout functions.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 543a5a4 - Browse repository at this point
Copy the full SHA 543a5a4View commit details -
If we don't get any input for 30 minutes, we should close the peer. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 5c18ea7 - Browse repository at this point
Copy the full SHA 5c18ea7View commit details -
Every 10 minutes, send the latest block. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 0b21af0 - Browse repository at this point
Copy the full SHA 0b21af0View commit details -
peer: get fresh list of peers if no new peers for 30 minutes.
We always ask a new peer for their peers, but ask every peer every 30 minutes as well. We only start this once we've reached a peer, and push it back every time we reach a new one. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 60f0944 - Browse repository at this point
Copy the full SHA 60f0944View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cc9b5cb6bfad...60f0944b0f86