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

Fix for issue 37: Parse Accept-Encoding #39

Merged
merged 19 commits into from Oct 17, 2016

Commits on Oct 17, 2016

  1. Add unit test project

    Align target framework to v4.5 (same as the other projects)
    Removes a build error on Mono, ref
    http://stackoverflow.com/a/27855445/200987
    fatso83 committed Oct 17, 2016
    Copy the full SHA
    847f243 View commit details
    Browse the repository at this point in the history
  2. Add XUnit dependency

    Also adds XUnit runners for VS and console
    fatso83 committed Oct 17, 2016
    Copy the full SHA
    41ebaef View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d23456f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    125daf6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    07cbd90 View commit details
    Browse the repository at this point in the history
  6. Ignore user files in VS

    fatso83 committed Oct 17, 2016
    Copy the full SHA
    7a81bbf View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    66a694e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    411028b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    887271c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    de67e62 View commit details
    Browse the repository at this point in the history
  11. Fix i18n bug in float parsing

    fatso83 committed Oct 17, 2016
    Copy the full SHA
    01d3136 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    61708c7 View commit details
    Browse the repository at this point in the history
  13. Refactor common code

    fatso83 committed Oct 17, 2016
    Copy the full SHA
    83be1cc View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    73dddc2 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    c160ff3 View commit details
    Browse the repository at this point in the history
  16. Add tip on running tests

    fatso83 committed Oct 17, 2016
    Copy the full SHA
    e960d25 View commit details
    Browse the repository at this point in the history
  17. Renames: camelCase => PascalCase

    Java was messing with my head
    fatso83 committed Oct 17, 2016
    Copy the full SHA
    b7fe693 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    0c66e6a View commit details
    Browse the repository at this point in the history
  19. Rename and move Tests project

    Update project reference paths
    
    Based on feedback from Frederik Vig on directory layout
    fatso83 committed Oct 17, 2016
    Copy the full SHA
    a704cda View commit details
    Browse the repository at this point in the history