Add DisconnectPeer events
[rust-lightning] / src / ln / peer_handler.rs
2018-07-23 Antoine RiardAdd DisconnectPeer events 2018-07-43-rebased
2018-07-23 Antoine RiardImplement ErrorMessage msg and ErrorAction::SendErrorMe...
2018-07-23 Matt CoralloMerge pull request #76 from TheBlueMatt/2018-07-75...
2018-07-23 Matt CoralloMerge pull request #75 from TheBlueMatt/2018-07-68...
2018-07-23 Matt CoralloMerge pull request #74 from TheBlueMatt/2018-07-shutdow...
2018-07-23 Matt CoralloMerge pull request #69 from savil/gen-target-fix
2018-07-23 Matt CoralloMove shutdown sending to an event 2018-07-shutdown-event
2018-07-22 Matt CoralloMerge pull request #71 from TheBlueMatt/2018-07-watch...
2018-07-22 Matt CoralloMerge pull request #70 from TheBlueMatt/master
2018-07-22 Matt CoralloClarify get_peer_node_ids docs a bit
2018-07-22 Matt CoralloMerge pull request #67 from yuntai/issue_56
2018-07-22 Yuntai Kyongadd two methods for the issue #56
2018-07-20 Matt CoralloMerge pull request #65 from TheBlueMatt/master
2018-07-20 Matt CoralloMerge pull request #53 from savil/rename-error-msg...
2018-07-20 Savil Srivastava[Error] rename msg field to action
2018-07-06 Matt CoralloMerge pull request #41 from TheBlueMatt/master
2018-07-06 Matt CoralloMove open_channel message handling into an event
2018-07-05 Matt CoralloMerge pull request #39 from TheBlueMatt/master
2018-07-03 Matt CoralloAdd warning about aut-close()-fd-races for peer_handler...
2018-06-29 Matt CoralloMerge pull request #36 from TheBlueMatt/2018-08-33...
2018-06-29 Matt CoralloMerge pull request #33 from jeandudey/funding_txo
2018-06-29 Matt CoralloMerge pull request #32 from ariard/prune_payment_preimages
2018-06-27 Matt CoralloMerge pull request #34 from TheBlueMatt/master
2018-06-27 Matt CoralloFix Pong response attempt-to-encode-oversize-msg panic
2018-06-17 Matt CoralloMerge pull request #30 from TheBlueMatt/master
2018-06-16 Matt CoralloSend initial_routing_sync-filled Init messages to the...
2018-06-16 Matt CoralloSupport responding to Ping messages in peer_handler
2018-06-16 Matt CoralloWork around lnd sending invalid messages
2018-06-16 Matt CoralloSupport ignoring some errors, deserialize empty flags...
2018-06-14 Matt CoralloMerge pull request #29 from TheBlueMatt/2018-06-api...
2018-06-14 Matt CoralloMake PeerHandleError Error impl public 2018-06-api-quirks
2018-04-26 Matt CoralloMerge pull request #21 from TheBlueMatt/master
2018-04-25 Matt CoralloFix local route update broadcasts, annouce channel...
2018-04-24 Matt CoralloHTLC Failure message handling
2018-04-17 Matt CoralloMerge pull request #20 from TheBlueMatt/master
2018-04-17 Matt CoralloCompletely rewrite channel HTLC tracking and processing
2018-04-02 Matt CoralloMerge pull request #19 from TheBlueMatt/2018-04-error...
2018-04-02 Matt CoralloBasic error handling framework in peer_handler
2018-04-02 Matt CoralloRequire Init as first message, send our own Init for...
2018-04-02 Matt CoralloMerge pull request #18 from TheBlueMatt/2018-04-fuzzing...
2018-04-02 Matt CoralloMerge pull request #17 from TheBlueMatt/2017-04-channel...
2018-04-02 Matt CoralloFix a small bug in peer_handler
2018-04-02 Matt CoralloExpose event-processing loop from peer_handler.
2018-04-02 Matt CoralloHandle incoming shutdown messages
2018-03-27 Matt CoralloMerge pull request #16 from TheBlueMatt/2018-03-fixups
2018-03-25 Matt CoralloStop freeing holding cell in updates, fix freeing in...
2018-03-22 Matt CoralloMerge pull request #13 from TheBlueMatt/2018-03-htlc...
2018-03-22 Matt CoralloClarify roles in failing HTLCs, impl it, support rebalances 2018-03-htlc-failures
2018-03-20 Matt CoralloFix length requirement in peer_handler msg decode
2018-03-20 Matt CoralloMerge pull request #12 from TheBlueMatt/2018-03-fixes
2018-03-19 Matt CoralloFix a few bugs in peer_handler
2018-03-02 Matt CoralloMerge pull request #3 from RCasatta/fixtry
2018-02-28 Matt CoralloMerge pull request #2 from practicalswift/typos
2018-02-27 practicalswiftFix typos
2018-02-16 Matt Coralloinitial checkin