3417 Commits (022cfccddd6aae92b4aa607ea33b319df5be7a6a)
 

Author SHA1 Message Date
ZmnSCPxj 022cfccddd pay: sendpay and waitsendpay print similar to listpayments 7 years ago
ZmnSCPxj fa281d32ea pay: sendpay_result has payment on success or in-progress. 7 years ago
practicalswift 8f76581005 Use pointer to const where possible 7 years ago
practicalswift c85c2fcfe9 Fix conversion order 7 years ago
practicalswift b8846dad49 Readability: Use streq instead of strcmp 7 years ago
practicalswift 60a7720a24 Avoid passing NULL argument to memcpy 7 years ago
practicalswift f0667d239a Remove duplicate va_end(...) call. va_end(...) is the responsibility of the caller. 7 years ago
practicalswift f9bd43f266 Limit scope of variable failcode. Remove dead code. 7 years ago
practicalswift b557e7b0fc Fix misleading indentation (space before tab) 7 years ago
practicalswift 7bd1ae6b2e Fix misleading indentation (in the case of DEVELOPER) 7 years ago
practicalswift b206aed371 Remove redundant cast to same type 7 years ago
practicalswift 03e2e404f2 Mark unused parameters as such (using "UNUSED") 7 years ago
practicalswift 20ae038080 Remove redundant declaration 7 years ago
practicalswift 9970419b3a Remove redundant return from void function 7 years ago
Rusty Russell a935ae0711 doc: Link STLYE.md from HACKING.md 7 years ago
Rusty Russell 08f4d48b0f Add some Style. 7 years ago
Rusty Russell e63b7bb539 take: allocate temporary variables off NULL. 7 years ago
Rusty Russell 0a6e3d1e13 utils: remove tal_tmpctx altogether, use global. 7 years ago
Rusty Russell 40fe5b7bac closingd: use global tmpctx. 7 years ago
Rusty Russell f2adb76d04 test: remove obsolete directory. 7 years ago
Rusty Russell de5d84097e lightningd: remove ltmp context now we have tmpctx. 7 years ago
Rusty Russell ccc9414356 status: remove trc context now we have tmpctx. 7 years ago
Rusty Russell 4845445079 memleak: ignore tmpctx. 7 years ago
Rusty Russell ef2a063169 utils: add a global tmpctx. 7 years ago
Rusty Russell 41ef42ee94 memdump: fix overzealous assertions from b857b2e843 7 years ago
ZmnSCPxj f9bc0353c4 devtools/onion: Add to gitignore. 7 years ago
ZmnSCPxj ed3984f444 test_lightningd.py: Modify test_payment_duplicate_uncommitted. 7 years ago
ZmnSCPxj a0c2686ebd pay: Have sendpay wait for payment to be saved. 7 years ago
ZmnSCPxj a7a18b96cf pay: Rename some sendpay functions and fields to waitsendpay 7 years ago
ZmnSCPxj 61882ed9df pay: Add hook for triggering storage of payments. 7 years ago
ZmnSCPxj 24ee5d0437 pay: Store payment on failure. 7 years ago
ZmnSCPxj 60f5abdc9b wallet: Make wallet_payment_store idempotent. 7 years ago
ZmnSCPxj 8fd71ad654 doc: Update sendpay and waitsendpay manpages. 7 years ago
ZmnSCPxj 411c9583a7 pay: Save and recover failure information. 7 years ago
ZmnSCPxj 693c718160 wallet: Add DB fields for recording routing failures. 7 years ago
ZmnSCPxj 752b7f5277 test_lightningd.py: Update for nonblocking sendpay. 7 years ago
ZmnSCPxj a4a5d6002c pylightning: Add new waitsendpay command 7 years ago
ZmnSCPxj 1e4adb0359 pay: Make sendpay nonblocking. 7 years ago
ZmnSCPxj bb4661f008 pay: Factor out construction of sendpay_result 7 years ago
Rusty Russell 2d919d56cb gossipd: make struct queued_message private. 7 years ago
Rusty Russell 5e333b75b9 daemon_conn: simplify msg_queue_cleared_cb. 7 years ago
Rusty Russell 87effd90c2 gossipd: Revert 6afc7dcc09. 7 years ago
Rusty Russell afe61cb841 gossipd: honor LOCAL_INITIAL_ROUTING_SYNC. 7 years ago
Rusty Russell 46cc7c281e features: more general accessor functions. 7 years ago
Rusty Russell 1f443df428 gossipd: use the broadcast structure to hold gossip messages. 7 years ago
Rusty Russell b8285db263 gossipd: annotate replace_broadcast that we take() the payload, make it const. 7 years ago
Rusty Russell 1290f305a2 gossipd: remove tag. 7 years ago
Rusty Russell 882f9f258f gossipd: remove type from broadcast. 7 years ago
Rusty Russell 060182fb65 gossipd: remove unused queue_broadcast. 7 years ago
Rusty Russell ba34e6cdc9 gossipd: use u64 for broadcast index. 7 years ago