Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

refactor: async iterators #94

Merged
merged 18 commits into from
Sep 18, 2019
Merged

refactor: async iterators #94

merged 18 commits into from
Sep 18, 2019

Commits on Aug 14, 2019

  1. refactor: move files

    Alan Shaw committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    e2f0756 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. refactor: async iterators based mplex

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    c029294 View commit details
    Browse the repository at this point in the history
  2. fix: add missing comma in README example

    Thanks @vasco-santos!
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    a15a5e9 View commit details
    Browse the repository at this point in the history
  3. refactor: add libp2p prefix to log lines

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    53337cb View commit details
    Browse the repository at this point in the history
  4. docs: tweak comment

    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    Alan Shaw and jacobheun authored Aug 15, 2019
    Configuration menu
    Copy the full SHA
    a8b5943 View commit details
    Browse the repository at this point in the history
  5. fix: remove double mplex from log prefix

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    fbd68e1 View commit details
    Browse the repository at this point in the history
  6. fix: max size restriction was exclusive not inclusive

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    c2f154d View commit details
    Browse the repository at this point in the history
  7. fix: restrict size test

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    0077521 View commit details
    Browse the repository at this point in the history
  8. fix: do not encode bufferlist to buffer

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    b09126b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. perf: performance tweaks

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    5816006 View commit details
    Browse the repository at this point in the history
  2. refactor: tweak log message

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    66d5bbf View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. fix: minor tweaks

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    9457e2f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. fix: log message

    Alan Shaw committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    d24c576 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. chore: update interface dep

    jacobheun committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    e6303ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62af956 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. chore: remove adapter code

    jacobheun committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    8d16c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc141d5 View commit details
    Browse the repository at this point in the history
  3. docs: fix example

    jacobheun committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    185165a View commit details
    Browse the repository at this point in the history