Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Kovri: remove i2pd's endian, replace with ByteStream + Boost.Endian #809

Merged
merged 15 commits into from Feb 12, 2018

Commits on Feb 6, 2018

  1. ByteStream: fix copyright dates

    This is entirely kovri code.
    anonimal committed Feb 6, 2018
    Copy the full SHA
    5d421dd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7900b7e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    65cdc73 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f0c8acd View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Copy the full SHA
    3d704a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    889f3ed View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    df94728 View commit details
    Browse the repository at this point in the history
  4. ByteStream: simplify boost address to vector impl

    plus related refactoring.
    anonimal committed Feb 8, 2018
    Copy the full SHA
    2809972 View commit details
    Browse the repository at this point in the history
  5. Kovri: implement native-endian bytestream read

    Removes i2pd's native-endian read implementation
    
    Note: i2pd's free function call design procured spaghetti code. This
    commit does not resolve that design issue but a bytstream refactor will.
    See the TODOs regarding bytestream refactor.
    anonimal committed Feb 8, 2018
    Copy the full SHA
    ffb2fff View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9a30188 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b988ea7 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    dea57f7 View commit details
    Browse the repository at this point in the history
  9. Kovri: implement big/native-endian bytestream write

    Removes i2pd's big/native-endian write implementation
    
    Note: i2pd's free function call design procured spaghetti code. This
    commit does not resolve that design issue but a bytstream refactor will.
    See the TODOs regarding bytestream refactor.
    anonimal committed Feb 8, 2018
    Copy the full SHA
    7a12f4e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    944264d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Copy the full SHA
    7f5f51b View commit details
    Browse the repository at this point in the history