forbid unsafe
[rust-lightning] / src / util / mod.rs
2019-07-24 Tamas Blummerforbid unsafe 2019-07-no-unsafe
2019-07-23 Matt CoralloMerge pull request #353 from TheBlueMatt/2019-07-no...
2019-07-23 Matt CoralloMake rand a dev-dep by having the user randomize HTLC... 2019-07-no-rand
2019-01-23 Matt CoralloMerge pull request #298 from TheBlueMatt/2019-01-271...
2019-01-22 Matt CoralloMerge pull request #294 from TheBlueMatt/2019-01-deps...
2019-01-22 Matt CoralloEnsure Message always unwraps in fuzztarget 2019-01-deps-bump
2019-01-16 Matt CoralloMerge pull request #285 from TheBlueMatt/2019-01-fuzz...
2019-01-08 Matt CoralloFix dead_code warnings in fuzztarget builds 2019-01-fuzz-cleanups
2018-12-20 Matt CoralloMerge pull request #270 from TheBlueMatt/2018-12-drop...
2018-12-20 Matt CoralloSteal rust-crypto's Poly1305 implementation wholesale
2018-12-20 Matt CoralloSteal rust-crypto's ChaCha20 implementation wholesale
2018-12-19 Matt CoralloSwitch Sha256 to using bitcoin_hashes and our own HKDF
2018-11-27 Matt CoralloMerge pull request #260 from yuntai/201811-sessionkey
2018-11-27 Yuntai KyongAdd a method to get session secret for onion packet...
2018-11-01 Matt CoralloMerge pull request #235 from TheBlueMatt/2018-10-229...
2018-10-31 Matt CoralloMerge pull request #234 from TheBlueMatt/2018-10-169...
2018-10-31 Schalk van HeerdenAdded config interface to allow users to specify channe... 2018-10-169-redux
2018-09-20 Matt CoralloMerge pull request #192 from TheBlueMatt/2018-09-docs...
2018-09-20 Matt CoralloAdd module and all-pub-things docs and deny missing... 2018-09-docs-docs-docs
2018-09-18 Matt CoralloMerge pull request #185 from TheBlueMatt/2018-09-ser...
2018-09-16 Matt CoralloExpose (de)serialziers as we'll need them and I don...
2018-09-12 Matt CoralloMerge pull request #167 from TheBlueMatt/2018-09-dup...
2018-09-12 Matt CoralloMerge pull request #170 from TheBlueMatt/2018-09-119...
2018-09-12 Yuntai KyongImplement Writer/Reader
2018-08-17 Matt CoralloMerge pull request #118 from TheBlueMatt/2018-08-103...
2018-08-17 Yuntai KyongAdd APIError enum
2018-08-17 Matt CoralloMerge pull request #115 from TheBlueMatt/2018-08-channe...
2018-08-17 Matt CoralloFix PaymentReceived/sha256 handling in full_stack_target 2018-08-channel-fuzz-fixes
2018-08-17 Matt CoralloMerge pull request #91 from ariard/logging_interface
2018-08-17 Antoine RiardLogging interface
2018-07-26 Matt CoralloMerge pull request #84 from savil/sort_outputs
2018-07-23 Matt CoralloMerge pull request #69 from savil/gen-target-fix
2018-07-20 Matt CoralloMerge pull request #65 from TheBlueMatt/master
2018-07-20 Matt CoralloMake some more things pub(crate) as they don't need...
2018-04-02 Matt CoralloMerge pull request #18 from TheBlueMatt/2018-04-fuzzing...
2018-04-02 Matt CoralloExpand full_stack_target from uselessly-large to laugha...
2018-03-23 Matt CoralloMerge pull request #15 from TheBlueMatt/master
2018-03-23 Matt CoralloStub out Sha256 calls when fuzzing
2018-03-23 Matt CoralloStub out RNG when fuzzing
2018-02-25 Matt CoralloDont expose things that are purely internal-only
2018-02-16 Matt Coralloinitial checkin