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

HTTP/2 push support plugin (golang 1.8) #1215

Merged
merged 19 commits into from
Feb 17, 2017
Merged

HTTP/2 push support plugin (golang 1.8) #1215

merged 19 commits into from
Feb 17, 2017

Commits on Feb 17, 2017

  1. WIP

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    26baa0c View commit details
    Browse the repository at this point in the history
  2. HTTP2/Push for golang 1.8

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    326ca10 View commit details
    Browse the repository at this point in the history
  3. Push plugin completed for review

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    b135229 View commit details
    Browse the repository at this point in the history
  4. Correct build tag

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    8e39e26 View commit details
    Browse the repository at this point in the history
  5. Move push plugin position

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    ab0acb4 View commit details
    Browse the repository at this point in the history
  6. Add build tags to tests

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    06af279 View commit details
    Browse the repository at this point in the history
  7. Gofmt that code

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    daaa887 View commit details
    Browse the repository at this point in the history
  8. Add header/method validations

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    d266d7c View commit details
    Browse the repository at this point in the history
  9. Load push plugin

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    90add3c View commit details
    Browse the repository at this point in the history
  10. Fixes for wrapping writers

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    6f1d7b8 View commit details
    Browse the repository at this point in the history
  11. Push after delivering file

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    6cefca4 View commit details
    Browse the repository at this point in the history
  12. Fixes, review changes

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    bfc2f28 View commit details
    Browse the repository at this point in the history
  13. Remove build tags, support new syntax

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    33c356b View commit details
    Browse the repository at this point in the history
  14. Fix spelling

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    7123ffa View commit details
    Browse the repository at this point in the history
  15. gofmt -s -w .

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    385a25b View commit details
    Browse the repository at this point in the history
  16. Gogland time

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    af132fd View commit details
    Browse the repository at this point in the history
  17. Add interface guards

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    b5e9e19 View commit details
    Browse the repository at this point in the history
  18. gofmt

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    c2a67fa View commit details
    Browse the repository at this point in the history
  19. After review fixes

    Mateusz Gajewski committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    e9885ba View commit details
    Browse the repository at this point in the history