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: amphp/amp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.2
Choose a base ref
...
head repository: amphp/amp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.1
Choose a head ref
  • 15 commits
  • 40 files changed
  • 4 contributors

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    455e85d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b803f95 View commit details
    Browse the repository at this point in the history
  3. Remove psalm on PHP 7.0

    kelunik committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    db33ca8 View commit details
    Browse the repository at this point in the history
  4. Drop PHP 7.0 support

    kelunik committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    00ee01c View commit details
    Browse the repository at this point in the history
  5. Fix code style

    kelunik committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    c1acede View commit details
    Browse the repository at this point in the history
  6. Make timing dependent tests less strict

    macOS builds seem to be quite slow on GitHub actions. They take about twice as long as Linux builds.
    kelunik committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    51971d3 View commit details
    Browse the repository at this point in the history
  7. Fix code style

    kelunik committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    d1488e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22a0368 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    kelunik committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    27f475d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    973878a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

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

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    caa95ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59a8414 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Increase EventDriver::__destruct robustness (#358)

    Preventing a double free of an event due to destructors freeing the event during freeing in EventDriver destructor.
    bzikarsky authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    8c5a6bc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Fix EventDriver (#360)

    enumag authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    c5fc66a View commit details
    Browse the repository at this point in the history
Loading