Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-25 | [netgroup] Use nStartByte as offset for the last byte of the group | dergoegge | |
Should we ever introduce a new address type that makes use of `nStartByte` and adds fractional bytes to the group, then nStartByte should be used as the offset for the last byte. | |||
2022-04-20 | [netgroupman] Move asmap checksum calculation to NetGroupManager | John Newbery | |
2022-04-20 | [netgroupman] Move GetMappedAS() and GetGroup() logic to NetGroupManager | John Newbery | |
Reviewer hint: use: `git diff --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space` | |||
2022-04-20 | [netgroupman] Add GetMappedAS() and GetGroup() | John Newbery | |
These currently call through to the CNetAddr methods. The logic will be moved in a future commit. | |||
2022-04-19 | [build] Add netgroup.cpp|h | John Newbery | |
These aren't used yet. |