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

Add connlib basic implementation #18

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open

Commits on May 24, 2023

  1. add connlib rust logic.

    This commit convert this repo into a rust workspace.
    Divides into 2 types of crates, libs/clients.
    Clients are thin wrappers used directly by native clients.
    Libs implement the logic.
    We have 4 logic crates:
    - Gateway: Gateway-specific logic.
    - Clients: Client-specific logic.
    - Tunnel: General logic for wireguard/ice tunnels.
    - Common: Types shared by all crates.
    conectado committed May 24, 2023
    Configuration menu
    Copy the full SHA
    7bdf40f View commit details
    Browse the repository at this point in the history
  2. fix clippy

    conectado committed May 24, 2023
    Configuration menu
    Copy the full SHA
    23fa26d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    9517329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec9684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff4aa6e View commit details
    Browse the repository at this point in the history
  4. fix cargo.toml

    conectado committed May 25, 2023
    Configuration menu
    Copy the full SHA
    cb29606 View commit details
    Browse the repository at this point in the history
  5. fix tun_linux

    conectado committed May 25, 2023
    Configuration menu
    Copy the full SHA
    75caf24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c03ac2b View commit details
    Browse the repository at this point in the history
  7. compile mac only on mac

    conectado committed May 25, 2023
    Configuration menu
    Copy the full SHA
    fe4105d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    513f23b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2853c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c81804f View commit details
    Browse the repository at this point in the history
  11. oops

    conectado committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5ca6704 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f822f2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    98efcaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d36b56 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. more ci debug

    conectado committed May 27, 2023
    Configuration menu
    Copy the full SHA
    d7fdaa8 View commit details
    Browse the repository at this point in the history
  2. oooops

    conectado committed May 27, 2023
    Configuration menu
    Copy the full SHA
    c9e631d View commit details
    Browse the repository at this point in the history
  3. more oops

    conectado committed May 27, 2023
    Configuration menu
    Copy the full SHA
    82771d4 View commit details
    Browse the repository at this point in the history
  4. more debugging the ci

    conectado committed May 27, 2023
    Configuration menu
    Copy the full SHA
    3c62965 View commit details
    Browse the repository at this point in the history
  5. more more debugging the ci

    conectado committed May 27, 2023
    Configuration menu
    Copy the full SHA
    b976e59 View commit details
    Browse the repository at this point in the history
  6. oops again again

    conectado committed May 27, 2023
    Configuration menu
    Copy the full SHA
    6d44fcb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    1a1edc2 View commit details
    Browse the repository at this point in the history
  2. fix linux tun impl

    conectado committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6d0e6e3 View commit details
    Browse the repository at this point in the history
  3. forgot imports from libc

    conectado committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7a1d8dd View commit details
    Browse the repository at this point in the history
  4. fix imports

    conectado committed May 30, 2023
    Configuration menu
    Copy the full SHA
    97f2bea View commit details
    Browse the repository at this point in the history
  5. agggh

    conectado committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9e32754 View commit details
    Browse the repository at this point in the history
  6. fix windows module names

    conectado committed May 30, 2023
    Configuration menu
    Copy the full SHA
    22bc9df View commit details
    Browse the repository at this point in the history
  7. fix windows warnings

    conectado committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0453224 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4d543b View commit details
    Browse the repository at this point in the history
  9. fix ci directories

    conectado committed May 30, 2023
    Configuration menu
    Copy the full SHA
    cd1eafe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96f94f6 View commit details
    Browse the repository at this point in the history
  11. fix android compilation

    conectado committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7ee4afe View commit details
    Browse the repository at this point in the history
  12. more android fixes

    conectado committed May 30, 2023
    Configuration menu
    Copy the full SHA
    dfa6695 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    0af5416 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    caa3f96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7f8660 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    b63810f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Apply suggestions from code review

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2230ea8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    3c508a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    e53b2fa View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    fdc1a9a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. fix Cargo.toml formatting

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    462f46b View commit details
    Browse the repository at this point in the history
  2. fix typo

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f080cae View commit details
    Browse the repository at this point in the history
  3. minor refactor

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    5faf140 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    5cd34a5 View commit details
    Browse the repository at this point in the history
  5. minor refactor

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9da4357 View commit details
    Browse the repository at this point in the history
  6. fix typo

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6833ca7 View commit details
    Browse the repository at this point in the history
  7. fix typo

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2562eef View commit details
    Browse the repository at this point in the history
  8. minor refactor

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    46e93e6 View commit details
    Browse the repository at this point in the history
  9. fix typo

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d459a26 View commit details
    Browse the repository at this point in the history
  10. fix typo

    Co-authored-by: Francesca Lovebloom <[email protected]>
    Signed-off-by: Gabi <[email protected]>
    conectado and francesca64 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0536386 View commit details
    Browse the repository at this point in the history
  11. add first dockerfiles

    conectado committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    1436e70 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d3e2b9 View commit details
    Browse the repository at this point in the history