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.23
Choose a head ref
  • 19 commits
  • 21 files changed
  • 4 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

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    bb5f79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2711aac View commit details
    Browse the repository at this point in the history
  3. add notes to README.md

    WeidiDeng committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    f3f519e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #180 from WeidiDeng/non-blocking

    Add non-blocking notes
    creack authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    03db72c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. ztypes_openbsd_32bit_int.go: remove arch list

    struct ptmget is common across all OpenBSD architectures.
    The current version needlessly breaks compilation on ppc64 and riscv64.
    n2vi committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3c9ed8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #189 from n2vi/openbsd-arch-free

    ztypes_openbsd_32bit_int.go: remove arch list
    creack authored Feb 28, 2024
    2 Configuration menu
    Copy the full SHA
    08e77a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Fix go.mod

    creack committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2cde18b View commit details
    Browse the repository at this point in the history
Loading