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

Push Status API #1004

Merged
merged 8 commits into from
Mar 17, 2016
Merged

Push Status API #1004

merged 8 commits into from
Mar 17, 2016

Commits on Mar 12, 2016

  1. Configuration menu
    Copy the full SHA
    308fe14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d401d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a392c08 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2016

  1. Upgrade APNS to use HTTP/2

    - uses universal certificate
    - removes tests logs
    - standardized returned promises from APNS and GCM to something usable in _PushStatus
    flovilmart committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    dad50d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Fix tests, uses fork of http2 to support node 4.3.0 without ALPN

    - the push server don't send TLS NPN and makes the http2 lib break
    - the fork forces the next protocol negociation to h2 as we're sure
    flovilmart committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    05baf36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c387e1 View commit details
    Browse the repository at this point in the history
  3. reverts to use binary APNs

    flovilmart committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    120f23c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18781f1 View commit details
    Browse the repository at this point in the history