Author | Object | Transaction | Date |
---|
PiRK | D17158: Handle invalid hex encoding in ParseHex | PiRK edited the test plan for this revision. | Nov 18 2024, 11:10 |
PiRK | Diff 50930 | | Nov 18 2024, 11:09 |
PiRK | D17157: util: Add ParseHex<std::byte>() helper | | Nov 18 2024, 10:28 |
PiRK | D17156: refactor: Take Span in SetSeed | | Nov 18 2024, 10:28 |
PiRK | D17157: util: Add ParseHex<std::byte>() helper | PiRK edited the summary of this revision. | Nov 18 2024, 10:28 |
teamcity | D17157: util: Add ParseHex<std::byte>() helper | teamcity edited the summary of this revision. | Nov 18 2024, 10:25 |
PiRK | D17157: util: Add ParseHex<std::byte>() helper | | Nov 18 2024, 10:25 |
PiRK | D17157: util: Add ParseHex<std::byte>() helper | PiRK edited the summary of this revision. | Nov 18 2024, 10:25 |
PiRK | D17157: util: Add ParseHex<std::byte>() helper | PiRK requested review of this revision. | Nov 18 2024, 10:25 |
Herald | D17157: util: Add ParseHex<std::byte>() helper | Herald added a reviewer: Restricted Project. | Nov 18 2024, 10:25 |
PiRK | D17157: util: Add ParseHex<std::byte>() helper | PiRK retitled this revision from to util: Add ParseHex<std::byte>() helper. | Nov 18 2024, 10:25 |
PiRK | D17157: util: Add ParseHex<std::byte>() helper | PiRK edited the test plan for this revision. | Nov 18 2024, 10:25 |
PiRK | D17157: util: Add ParseHex<std::byte>() helper | PiRK created this revision. | Nov 18 2024, 10:25 |
PiRK | D14768: Replace MakeSpan helper with Span deduction guide | | Nov 18 2024, 10:25 |
PiRK | D17157: util: Add ParseHex<std::byte>() helper | | Nov 18 2024, 10:25 |
PiRK | Diff 50929 | | Nov 18 2024, 10:25 |
teamcity | D17156: refactor: Take Span in SetSeed | teamcity edited the summary of this revision. | Nov 18 2024, 10:24 |
PiRK | D17156: refactor: Take Span in SetSeed | PiRK edited the summary of this revision. | Nov 18 2024, 10:24 |
PiRK | D17156: refactor: Take Span in SetSeed | PiRK retitled this revision from to refactor: Take Span in SetSeed. | Nov 18 2024, 10:24 |
PiRK | D17156: refactor: Take Span in SetSeed | PiRK edited the test plan for this revision. | Nov 18 2024, 10:24 |
PiRK | D17156: refactor: Take Span in SetSeed | PiRK created this revision. | Nov 18 2024, 10:24 |
PiRK | D17156: refactor: Take Span in SetSeed | | Nov 18 2024, 10:24 |
PiRK | D17156: refactor: Take Span in SetSeed | PiRK requested review of this revision. | Nov 18 2024, 10:24 |
Herald | D17156: refactor: Take Span in SetSeed | Herald added a reviewer: Restricted Project. | Nov 18 2024, 10:24 |
PiRK | Diff 50928 | | Nov 18 2024, 10:24 |
PiRK | rABC2ce28a323c56: scripted-diff: Rename ValidAsCString to ContainsNoNUL | | Nov 18 2024, 10:23 |
PiRK | rABC56db8a817f1c: Use std::string_view throughout util strencodings/string | | Nov 18 2024, 10:23 |
PiRK | D17151: Use std::string_view throughout util strencodings/string | | Nov 18 2024, 10:23 |
PiRK | D17151: Use std::string_view throughout util strencodings/string | This revision was automatically updated to reflect the committed changes. | Nov 18 2024, 10:23 |
PiRK | D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL | This revision was automatically updated to reflect the committed changes. | Nov 18 2024, 10:23 |
PiRK | D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL | | Nov 18 2024, 10:23 |
PiRK | D17151: Use std::string_view throughout util strencodings/string | | Nov 18 2024, 10:23 |
PiRK | D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL | | Nov 18 2024, 10:23 |
PiRK | rABC6d85d6304400: Make DecodeBase{32,64} take string_view arguments | | Nov 18 2024, 10:23 |
PiRK | D17150: Make DecodeBase{32,64} take string_view arguments | | Nov 18 2024, 10:23 |
PiRK | D17150: Make DecodeBase{32,64} take string_view arguments | This revision was automatically updated to reflect the committed changes. | Nov 18 2024, 10:23 |
PiRK | D17150: Make DecodeBase{32,64} take string_view arguments | | Nov 18 2024, 10:23 |
PiRK | rABC5dc47a349314: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 10:23 |
PiRK | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 10:23 |
PiRK | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | This revision was automatically updated to reflect the committed changes. | Nov 18 2024, 10:23 |
PiRK | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 10:23 |
PiRK | rABCdad4fd9df468: Make strencodings functions use string_view | | Nov 18 2024, 10:23 |
PiRK | D17148: Make strencodings functions use string_view | This revision was automatically updated to reflect the committed changes. | Nov 18 2024, 10:23 |
PiRK | D17148: Make strencodings functions use string_view | | Nov 18 2024, 10:23 |
PiRK | D17148: Make strencodings functions use string_view | | Nov 18 2024, 10:23 |
PiRK | rABC10326d3320e1: util: Introduce ToIntegral<T>(const std::string&) for locale independent… | | Nov 18 2024, 10:22 |
PiRK | D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17) | This revision was automatically updated to reflect the committed changes. | Nov 18 2024, 10:22 |
PiRK | D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17) | | Nov 18 2024, 10:22 |
PiRK | D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17) | | Nov 18 2024, 10:22 |
PiRK | rABC2ce28a323c56: scripted-diff: Rename ValidAsCString to ContainsNoNUL | | Nov 18 2024, 10:22 |
PiRK | rABCdad4fd9df468: Make strencodings functions use string_view | | Nov 18 2024, 10:22 |
PiRK | rABC6d85d6304400: Make DecodeBase{32,64} take string_view arguments | | Nov 18 2024, 10:22 |
PiRK | rABC56db8a817f1c: Use std::string_view throughout util strencodings/string | | Nov 18 2024, 10:22 |
PiRK | rABC5dc47a349314: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 10:22 |
PiRK | rABC10326d3320e1: util: Introduce ToIntegral<T>(const std::string&) for locale independent… | | Nov 18 2024, 10:22 |
Harbormaster | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 10:21 |
Fabien | D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL | This revision is now accepted and ready to land. | Nov 18 2024, 10:08 |
Fabien | D17152: scripted-diff: Rename ValidAsCString to ContainsNoNUL | Fabien accepted this revision. | Nov 18 2024, 10:08 |
Fabien | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | Fabien accepted this revision. | Nov 18 2024, 10:08 |
Fabien | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | This revision is now accepted and ready to land. | Nov 18 2024, 10:08 |
Fabien | D17151: Use std::string_view throughout util strencodings/string | This revision is now accepted and ready to land. | Nov 18 2024, 10:08 |
Fabien | D17151: Use std::string_view throughout util strencodings/string | Fabien accepted this revision. | Nov 18 2024, 10:08 |
PiRK | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 10:03 |
PiRK | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | PiRK edited this Differential Revision. | Nov 18 2024, 10:03 |
PiRK | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 10:03 |
PiRK | Diff 50921 | | Nov 18 2024, 10:03 |
Harbormaster | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 10:00 |
Fabien | D17150: Make DecodeBase{32,64} take string_view arguments | Fabien accepted this revision. | Nov 18 2024, 10:00 |
Fabien | D17150: Make DecodeBase{32,64} take string_view arguments | This revision is now accepted and ready to land. | Nov 18 2024, 10:00 |
Fabien | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | Fabien requested changes to this revision. | Nov 18 2024, 09:53 |
Fabien | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 09:53 |
Fabien | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | This revision now requires changes to proceed. | Nov 18 2024, 09:53 |
Fabien | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 09:53 |
Harbormaster | D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17) | | Nov 18 2024, 09:49 |
Fabien | D17148: Make strencodings functions use string_view | This revision is now accepted and ready to land. | Nov 18 2024, 09:34 |
Fabien | D17148: Make strencodings functions use string_view | | Nov 18 2024, 09:34 |
Fabien | D17148: Make strencodings functions use string_view | Fabien accepted this revision. | Nov 18 2024, 09:34 |
Fabien | D17148: Make strencodings functions use string_view | | Nov 18 2024, 09:34 |
PiRK | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 09:31 |
PiRK | D17149: modernize DecodeBase{32,64}, reject incorrect base64 in HTTP auth | | Nov 18 2024, 09:31 |
PiRK | Diff 50920 | | Nov 18 2024, 09:31 |
PiRK | D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17) | | Nov 18 2024, 09:29 |
PiRK | D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17) | | Nov 18 2024, 09:29 |
PiRK | Diff 50919 | | Nov 18 2024, 09:29 |
Fabien | D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17) | Fabien accepted this revision. | Nov 18 2024, 09:16 |
Fabien | D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17) | This revision is now accepted and ready to land. | Nov 18 2024, 09:16 |
Fabien | D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17) | | Nov 18 2024, 09:16 |
Fabien | D17147: util: Introduce ToIntegral<T>(const std::string&) for locale independent parsing using std::from_chars(…) (C++17) | | Nov 18 2024, 09:16 |
Fabien | D17155: [CHRONIK] add is_final to tx struct in util.rs | | Nov 18 2024, 08:42 |
Fabien | D17155: [CHRONIK] add is_final to tx struct in util.rs | This revision now requires changes to proceed. | Nov 18 2024, 08:42 |
Fabien | D17155: [CHRONIK] add is_final to tx struct in util.rs | | Nov 18 2024, 08:42 |
Fabien | D17155: [CHRONIK] add is_final to tx struct in util.rs | | Nov 18 2024, 08:42 |
Fabien | D17155: [CHRONIK] add is_final to tx struct in util.rs | Fabien requested changes to this revision. | Nov 18 2024, 08:42 |
Fabien | D17155: [CHRONIK] add is_final to tx struct in util.rs | | Nov 18 2024, 08:42 |
Fabien | D17121: [avalanche] Add stake contender polling | Fabien accepted this revision. | Nov 18 2024, 08:31 |
Fabien | D17121: [avalanche] Add stake contender polling | This revision is now accepted and ready to land. | Nov 18 2024, 08:31 |
teamcity | W21 Code Coverage Summary | | Nov 18 2024, 07:36 |
PiRK | rABC9f4a3fa6a70c: net: introduce Sock::WaitMany() | | Nov 18 2024, 06:42 |
PiRK | rABCadc9c8e45a53: net: use Sock::WaitMany() instead of CConnman::SocketEvents() | | Nov 18 2024, 06:42 |
PiRK | D17133: net: introduce Sock::WaitMany() | | Nov 18 2024, 06:42 |