Skip to content
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: CASP-Systems-BU/Secrecy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: multiparty/Secrecy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 170 files changed
  • 2 contributors

Commits on Aug 7, 2024

  1. Mvp (#2)

    * comments added and mvp created
    
    * nlohmann added
    
    * nlohmann added
    
    * index shown
    
    * importInput created
    
    * Moving the share making to frontend
    
    * We dont need to move the share making to frontend
    
    * Experimenting Dual com
    
    * RES TAG deleted
    
    * Removed unnecessary comments
    
    * Dual communication worked
    
    * dual specific file removed due to duplicacy
    
    * Join table created (with hacky index)
    
    * Join table created (with hacky index)
    
    * Any # of match works (# of cols is limited to 2 for now)
    
    * Split the input
    
    * Split the input
    
    * Produce output
    
    * modified var name for send/receive indexes
    
    * More than 1 vals dynamically accomodated
    
    * Cmke modified so it works
    
    * Docker File Created
    
    * Cmakelist slim down
    
    * docker file modified
    
    * docker file modified
    
    * docker file modified
    
    * docker file modified
    
    * gitignore restored
    
    * github action added
    Snafkin547 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    93f3846 View commit details
    Browse the repository at this point in the history
  2. Mvp (#3)

    * comments added and mvp created
    
    * nlohmann added
    
    * nlohmann added
    
    * index shown
    
    * importInput created
    
    * Moving the share making to frontend
    
    * We dont need to move the share making to frontend
    
    * Experimenting Dual com
    
    * RES TAG deleted
    
    * Removed unnecessary comments
    
    * Dual communication worked
    
    * dual specific file removed due to duplicacy
    
    * Join table created (with hacky index)
    
    * Join table created (with hacky index)
    
    * Any # of match works (# of cols is limited to 2 for now)
    
    * Split the input
    
    * Split the input
    
    * Produce output
    
    * modified var name for send/receive indexes
    
    * More than 1 vals dynamically accomodated
    
    * Cmke modified so it works
    
    * Docker File Created
    
    * Cmakelist slim down
    
    * docker file modified
    
    * docker file modified
    
    * docker file modified
    
    * docker file modified
    
    * gitignore restored
    
    * github action added
    
    * github action revised
    Snafkin547 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f4b9a0f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

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

Commits on Aug 12, 2024

  1. Many ports exposed

    Snafkin547 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    70a6867 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Only port 22 exposed

    Snafkin547 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c133ba3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Dockerfile updated

    Snafkin547 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a23a471 View commit details
    Browse the repository at this point in the history
  2. Corrected Dockerfile

    Snafkin547 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4e09ed7 View commit details
    Browse the repository at this point in the history
  3. Corrected Dockerfile

    Snafkin547 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c6c1520 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. shell script made

    Snafkin547 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2a212e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. csv to json file (#7)

    Snafkin547 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    537fe7b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Doc/setup (#8)

    * setup
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    Snafkin547 authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fd068fc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Setup/s3 (#6)

    * download from s3
    
    * s3 setup
    
    * s3 setup
    
    * Upload added
    
    * S3 setup guide created
    
    * type fixed
    
    * removed sample csvs
    
    * modiifed exception code for imort_json
    
    * filepath modified for csv
    
    * forgotten comma
    
    * Update setup.md
    
    * changed s3 bucket
    
    * error end if
    
    * name of s3 changed
    
    * p2 makes table too
    
    * removed stdout from P1
    
    * fixed typos
    
    * missing double colon
    
    * wrong numbering
    
    * wrong numbering
    
    * unnecessary hardcoded removed
    
    * moved upload statement outside loop for P2
    
    * s3 setup guide removed
    
    * Update setup.md
    
    * Update setup.md
    
    * check if an input file exists
    
    * temp: commented out check for download
    
    * uncommented
    
    * commented out own val
    
    * reinstated send_vals
    
    * exit(EXIT_FAILURE) for error statement
    
    * exit(EXIT_FAILURE) for error statement
    
    * error command removed
    
    * modified error message
    
    * modified success message
    
    * removed unnecessary comments
    Snafkin547 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2316220 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Testscript (#9)

    * shell script to check the aws setup created
    
    * modified setup and shell
    
    * modified setup and shell
    
    * link
    
    * Update setup.md
    
    * updated sh
    
    * Error statement
    Snafkin547 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    91fc4eb View commit details
    Browse the repository at this point in the history
  2. Reorganized guide (#10)

    * reorganized setup guide
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    
    * Update setup.md
    Snafkin547 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8d048a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. split header and body (#11)

    * split header and body
    
    * split header and body
    
    * missing ;
    
    * js2 also reflected
    
    * header added to res
    
    * missing ;
    
    * serialized
    
    * vectorized json
    
    * missing .as<int>()
    
    * wrong tags corrected
    
    * debug statement
    
    * debug statement
    
    * debug statement
    
    * unsized sending vec
    
    * modified so we might not need merged vect
    
    * .as<int>() added to index
    
    * .as<int>() removed
    
    * stringified key
    
    * stringified key
    
    * merge vec removed
    
    * index error resolved
    
    * missing ;
    
    * print statement modified
    
    * print statement modified
    
    * index simplified
    
    * index simplified
    
    * index simplified
    
    * json to csv
    Snafkin547 authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    02265d0 View commit details
    Browse the repository at this point in the history
  2. Str/int (#12)

    * str to int
    
    * #include <string> added
    
    * as string
    
    * as string
    
    * encode decoder added
    
    * missing ;
    
    * debug stt
    
    * Properly enumerated header
    
    * Properly enumerated header
    
    * decoder experimented
    
    * long long typed before decodein
    
    * typed header ll
    
    * long long typed before decodein
    
    * modified vectors
    
    * removed unnecessary to_string
    
    * removed unnecessary to_string
    
    * int to std::str
    
    * converted js1 header to str
    
    * removed irrelevant comments
    
    * made p2 to send its header
    
    * corrected some weird error
    
    * removed to_string
    
    * removed to_string
    
    * cleaned up code and properly instantiated js2_header
    
    * removed unnecessary decode
    
    * missing ;
    
    * js1_header_toReceive from toSend
    
    * print for header1 reinstated
    
    * int to size_t
    
    * int to std::string
    
    * removed unnecessary control flow
    
    * minor issue
    Snafkin547 authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e05a09b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Refactor (#13)

    * header coonversion merged
    
    * header coonversion merged for p2
    
    * removed js1_re_stringify process
    
    * missing ;
    
    * merged unnecessary decoding from encoded
    
    * Reorganized sequence of operations on header
    
    * Reorganized sequence of operations on header
    
    * Noted encoding takes max 8 chrs
    Snafkin547 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9054d4b View commit details
    Browse the repository at this point in the history
  2. Expand strings (takes longer than 8 bytes) (#14)

    * header coonversion merged
    
    * header coonversion merged for p2
    
    * removed js1_re_stringify process
    
    * missing ;
    
    * merged unnecessary decoding from encoded
    
    * Reorganized sequence of operations on header
    
    * Reorganized sequence of operations on header
    
    * Noted encoding takes max 8 chrs
    
    * encoder made
    
    * sending size first
    
    * int instead of size_t
    
    * & for pointer size
    Snafkin547 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c0f1344 View commit details
    Browse the repository at this point in the history
Loading