Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mmajcica i http client #53

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

Mmajcica i http client #53

wants to merge 48 commits into from

Commits on Sep 26, 2014

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

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    fd653c7 View commit details
    Browse the repository at this point in the history
  2. BREAKING CHANGE! Rename OperatingSystem.

    Renamed IOperatingSystem to IOperatingSystemInfo and
    IOperatingSystemFacade to IOperatingSystem. IOperatingSystemFacade is
    used way more than info about the OS and should have the easier to
    discover name.
    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    b36328f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a56be6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b38115 View commit details
    Browse the repository at this point in the history
  5. Sign the assembly

    Andreia Gaita authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    b9af4db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4a73a3 View commit details
    Browse the repository at this point in the history
  7. Add useful methods to Rothko for file operations

    I'm surprised I hadn't already implemented more!
    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    63c3f8b View commit details
    Browse the repository at this point in the history
  8. Update xunit and fake

    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    8e962b0 View commit details
    Browse the repository at this point in the history
  9. Add delete method to Rothko

    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    743349d View commit details
    Browse the repository at this point in the history
  10. Add ShowOpenFileDialog

    Add simple abstraction for OpenFileDialog on IDialogFacade
    Peter MacNaughton authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c13dd7b View commit details
    Browse the repository at this point in the history
  11. MessageBox abstraction

    Add ShowMessage methods to IDialogFacade and as extensions
    Peter MacNaughton authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    3947602 View commit details
    Browse the repository at this point in the history
  12. Add visual studio test runners

    Installed NuGet package xunit.runner.visualstudio
    Peter MacNaughton authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    dcc260d View commit details
    Browse the repository at this point in the history
  13. Fix running tests in build script.

    Update FAKE.Core
    Remove download of FAKE.Core in build.cmd. Binaries were both being
    checked in and downloaded on each script run so I opted for leaving them
    checked in.
    Update build script to use xUnit2Helper
    Peter MacNaughton authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    a5969be View commit details
    Browse the repository at this point in the history
  14. Prepare NuGet package creation

    Add Package build task to build script
    Add nuspec file
    Update readme and license
    Ignore package output directory
    Peter MacNaughton authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    fc20fed View commit details
    Browse the repository at this point in the history
  15. Set directories/files to read only before deleting

    This is inspired by a bug found in GitHub Desktop for Windows.
    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    44e8600 View commit details
    Browse the repository at this point in the history
  16. In this case, the comment was correct

    Make the code correct.
    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    536d601 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a930787 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    edc17cb View commit details
    Browse the repository at this point in the history
  19. Update xunit version

    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    a79e124 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    10fd56b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0be04d5 View commit details
    Browse the repository at this point in the history
  22. Remove Version info based on deprecated APIs

    `GetVersionEx` is a deprecated API. Also, `OperatingSystemInfo` should
    match the contract of `System.OperatingSystem` which does not have
    `Name` and `Edition` properties. We'll keep those out of Rothko for the
    time being.
    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    6f0a163 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fad27c4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d6a6ecc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fac6014 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4834948 View commit details
    Browse the repository at this point in the history
  27. Some methods should allow returning null values

    Based on the API that we wrap.
    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    a86ace9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3117cea View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f6f00e2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    717cea0 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e0b2deb View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0f5ae8c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0763da9 View commit details
    Browse the repository at this point in the history
  34. Implement two MemoryMappedFile methods

    Not sure why these were not implemented.
    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    ae9f856 View commit details
    Browse the repository at this point in the history
  35. Add

    Code of Conducts signal to others the type of community and environment we want to create around this code. It's one in which we are welcoming, inclusive, and fair to the best of our abilities.
    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    b7170e6 View commit details
    Browse the repository at this point in the history
  36. Added wrapper for HttpListener.

    grokys authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    6f61364 View commit details
    Browse the repository at this point in the history
  37. Spacing.

    grokys authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    2f10bae View commit details
    Browse the repository at this point in the history
  38. Addressed PR feedback.

    grokys authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    09d0570 View commit details
    Browse the repository at this point in the history
  39. Cosmetic code cleanup

    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    96d10d4 View commit details
    Browse the repository at this point in the history
  40. Add appveyor.yml file

    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    2e5ad12 View commit details
    Browse the repository at this point in the history
  41. Enable package restore is set

    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    1b6dec9 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    e12cfcd View commit details
    Browse the repository at this point in the history
  43. Add nuget restore step

    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c698d35 View commit details
    Browse the repository at this point in the history
  44. Add new line

    haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    7760c19 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a62cc7f View commit details
    Browse the repository at this point in the history
  46. - add new overload for WriteAllText keeping the existing one.

    - add required space
    Niladri24dutta authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    dd2ced7 View commit details
    Browse the repository at this point in the history
  47. minor fix

    Niladri24dutta authored and haacked committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    9bc7287 View commit details
    Browse the repository at this point in the history