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: microsoft/go-winio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.14
Choose a base ref
...
head repository: microsoft/go-winio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.15
Choose a head ref
  • 8 commits
  • 43 files changed
  • 6 contributors

Commits on Sep 19, 2019

  1. Add new process package

    Signed-off-by: Kevin Parsons <[email protected]>
    kevpar committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    f272bf3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #160 from kevpar/pkg-process

    Add new process package
    kevpar authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    fc70bd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Expanded dial to allow to provide access level

    Enable anonymous access
    
    Remove non-context overload
    
    Remove error being rethrown
    paruizfi committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    3886dbb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Merge pull request #166 from paruizfi/master

    Expose pipe  access level to caller
    jterry75 authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    1f03480 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

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

Commits on Jan 13, 2020

  1. Merge pull request #168 from maxifom/duration_inconsistency

    Duration order consistency when multiplying number by time unit
    jterry75 authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    3fe6c52 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Replace archive/tar fork with use of archive/tar

    Since Go 1.6, archive/tar has gained public support for custom PAX
    Records, so there's no need to maintain a fork of this library anymore.
    
    We do end up with a fork of the PAX timestamp parsing/formatting
    functions, but they are much less likely to change.
    
    Signed-off-by: Paul "TBBle" Hampson <[email protected]>
    TBBle committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    cb5cf89 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge pull request #175 from TBBle/defork_achive_tar

    Replace archive/tar fork with use of archive/tar
    kevpar authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5b44b70 View commit details
    Browse the repository at this point in the history
Loading