Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libp2p/js-libp2p-secio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9b164729309a305b502ca06a1aa6abbc347653cd
Choose a base ref
...
head repository: libp2p/js-libp2p-secio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3a70400b0baef50f7e4c9a742d5f952161b4500
Choose a head ref
  • 8 commits
  • 27 files changed
  • 3 contributors

Commits on Apr 15, 2019

  1. Copy the full SHA
    1329e9c View commit details

Commits on Aug 8, 2019

  1. docs(fix): readme typo (#107)

    mkg20001 authored and jacobheun committed Aug 8, 2019
    Copy the full SHA
    774267f View commit details

Commits on Nov 22, 2019

  1. refactor: use async await (#108)

    * chore: upgrade deps
    
    * feat: first iteration of the idea
    
    * feat: iterate a layer deeper
    
    * feat: rewrite handshake
    
    * feat: rewrite propose
    
    * feat: rewrite finish
    
    * feat: rewrite exchange
    
    * feat: rewrite low-level stuff
    
    * feat: work on rewriting tests
    
    * refactor: browser tests
    
    * refactor: .aegir.js
    
    * feat: refactor benchmarks
    
    * fix: try to make it work
    
    * fix: lint
    
    * refactor: move tests
    
    * refactor: switch deps
    
    * refactor: entry file
    
    * refactor: a bit more
    
    * fix: tests
    
    * feat: inital iterables refactor
    
    * refactor: streaming
    
    * refactor: cleanup
    
    * fix: turn bufferlist into buffer
    
    * fix: use errors from interfaces
    
    * refactor: etm
    
    * fix: typo
    
    * fix: .read error
    
    * fix: satisfy output expectations
    
    * fix: it works - WARNING: using varint instead of fixed lp, tests lie
    
    * fix: use errors
    
    * refactor: benchmarks
    
    * fix: add suggestions from review
    
    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    
    * fix: upgrade deps and use correct lp-encoder
    
    * refactor: apply changes from review
    
    * refactor: apply changes from review
    
    * refactor: apply changes from review
    
    * chore: remove old tests
    
    test: add support tests back
    
    * test: fix async benchmarks
    
    * chore: clean up deps
    
    * fix: use fixed encoding/decoding everywhere
    
    fix: exchange final nonce handshake over encryption
    
    * test: add verify inbound and outbound secio
    
    * test: verify nonces are boxed
    
    * chore: add node 12 to ci
    mkg20001 authored and jacobheun committed Nov 22, 2019
    Copy the full SHA
    8ad4c15 View commit details
  2. chore: update contributors

    jacobheun committed Nov 22, 2019
    Copy the full SHA
    c081ea5 View commit details
  3. Copy the full SHA
    aea41de View commit details
  4. Copy the full SHA
    b22152a View commit details
  5. chore: update contributors

    jacobheun committed Nov 22, 2019
    Copy the full SHA
    f1e79ce View commit details
  6. Copy the full SHA
    b3a7040 View commit details
Loading