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: creack/pty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.20
Choose a base ref
...
head repository: creack/pty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.21
Choose a head ref
  • 13 commits
  • 18 files changed
  • 2 contributors

Commits on Jul 1, 2022

  1. Upgrade to go version 1.18.2 to fix multiple CVEs

    Pinaki Sarkar committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    7e0c64d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Update github actions.

    creack committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    7aeba92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #154 from calculi-corp/master

    Upgrade to go version 1.18.2 to fix multiple CVEs
    creack authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    9e7704e View commit details
    Browse the repository at this point in the history
  3. Bump major version to v2. Drop support for the old riscv in favor of …

    …the official riscv64 (see #168).
    creack committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a425b37 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Minor cosmetic cleanups in the tests. Add missing error checks. Use F…

    …atal instead of Error to avoid panics upon failure.
    creack committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bc68e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf8e7e View commit details
    Browse the repository at this point in the history
  3. Add more test helpers, cleanup existing tests. Add editorconfig and g…

    …olangci config, comply with golangci rules.
    creack committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    219f7e0 View commit details
    Browse the repository at this point in the history
  4. Skip tests for go1.6.

    creack committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0a15590 View commit details
    Browse the repository at this point in the history
  5. Fix typo.

    creack committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    cafb3b4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #173 from creack/tests-cleanup

    Tests cleanup
    creack authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2dfd24d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 16, 2023

  1. Merge pull request #177 from creack/revert-nonblock-ioctl

    Revert #167 to avoid race on Linux.
    creack authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3194d69 View commit details
    Browse the repository at this point in the history
  2. Revert go.mod for v1.

    creack committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f188b6d View commit details
    Browse the repository at this point in the history
Loading