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: centraldesktop/parallel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: notice_errors
Choose a base ref
...
head repository: centraldesktop/parallel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 2 files changed
  • 4 contributors

Commits on Dec 9, 2015

  1. Merge pull request #1 from centraldesktop/notice_errors

    Notice errors
    treyhyde committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    abb807f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. Update ForkManager to be able to handle running as any PID, include P…

    …ID 1.
    
    PID 1 has to adopt orphaned processes.  PID 1 has to reap random processes that it doesn't know anything about.
    We just want to reap and ignore processes that we didn't spawn.
    
    We should only re-spawn child processes when a known child process exits.
    Do not spawn a new child when an unknown child process exits.
    Craig Lewis committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    99b506a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Merge pull request #2 from centraldesktop/hotfix/pid1

    Update ForkManager to be able to handle running as any PID, including PID1
    treyhyde committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    e736b45 View commit details
    Browse the repository at this point in the history
  2. Current code won't actually respawn any children. Test for the key be…

    …fore we delete the key.
    Craig Lewis committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    1e3c1d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from centraldesktop/hotfix/pid1

    Current code won't actually respawn any children.
    treyhyde committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    30fe07b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Info -> debug for very common message

    Trey Hyde authored and Trey Hyde committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    3944c01 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:centraldesktop/parallel

    Trey Hyde authored and Trey Hyde committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    65a8b6d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. PHP7 compatibility (sort of)

    Trey Hyde authored and Trey Hyde committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    532187c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Update README.md

    typo fix
    fayland authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    c051b92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from fayland/patch-1

    Update README.md
    treyhyde authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    62b66eb View commit details
    Browse the repository at this point in the history
Loading