Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"tockloader listen" proof of concept #2

Closed
wants to merge 11 commits into from

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    993d304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc43e00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1d6d56 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

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

Commits on May 17, 2023

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

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    b156c63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    100dfb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Fixed string interpretation with broken UTF-8 characters

    Before, if an invalid UTF-8 sequence was decoded, the program would error out. Now, it will decode as much as it and can keep the remaining uninterpreted bytes in its buffer.
    george-cosma committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    53c7786 View commit details
    Browse the repository at this point in the history
  2. Ran cargo fmt

    Don't be like me, add the checks to a git hook
    george-cosma committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8930527 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    2c62ebf View commit details
    Browse the repository at this point in the history
  2. Fixed delete key

    george-cosma committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4aa4775 View commit details
    Browse the repository at this point in the history