Permalink
Commits on Dec 22, 2016
  1. Move package to @mapbox namespace.

    tmcw committed Dec 22, 2016
Commits on May 12, 2015
  1. 0.0.7

    jfirebaugh committed May 12, 2015
  2. Merge pull request #11 from makepanic/patch-1

    use location.hostname instead of location.domain
    jfirebaugh committed May 12, 2015
  3. use location.hostname instead of location.domain

    The cors check tries to use `location.domain` which doesn't exist in the location api: https://developer.mozilla.org/en-US/docs/Web/API/Location#Properties .
    This will always result in `protocol://undefined:port`.
    
    I'm not 100% sure if the hostname is what you wanted to use, but it returns the `domain of the URL`.
    makepanic committed May 12, 2015
Commits on Feb 27, 2015
  1. sudo: false

    jfirebaugh committed Feb 27, 2015
Commits on Jun 18, 2014
  1. Use support server

    tmcw committed Jun 18, 2014
Commits on Jun 12, 2014
  1. zuul configin

    tmcw committed Jun 12, 2014
  2. Zuul it up

    tmcw committed Jun 12, 2014
  3. 0.0.6

    jfirebaugh committed Jun 12, 2014
  4. Remove index.html

    jfirebaugh committed Jun 12, 2014
  5. Tidy up

    jfirebaugh committed Jun 12, 2014
Commits on Sep 13, 2013
  1. 0.0.5

    tmcw committed Sep 13, 2013
  2. 0.0.4

    tmcw committed Sep 13, 2013
Commits on Jul 26, 2013
  1. v0.0.4

    jfirebaugh committed Jul 26, 2013
  2. Rebuild; fix test

    jfirebaugh committed Jul 26, 2013
Commits on Apr 24, 2013
  1. bump to v0.0.3

    ansis committed Apr 24, 2013
Commits on Apr 17, 2013
  1. detect whether to use cors

    ansis committed Apr 17, 2013
  2. Tolerate status=undefined

    tmcw committed Apr 17, 2013
  3. Update test bundle

    tmcw committed Apr 17, 2013
  4. Merge

    tmcw committed Apr 17, 2013
  5. Fix tests

    jfirebaugh committed Apr 17, 2013
  6. Rebuild bundle

    tmcw committed Apr 17, 2013
Commits on Apr 9, 2013
  1. Release

    jfirebaugh committed Apr 9, 2013
  2. Handle success codes > 209

    jfirebaugh committed Apr 9, 2013
  3. Add Makefile

    jfirebaugh committed Apr 9, 2013
Commits on Apr 5, 2013
  1. Fix status check

    tmcw committed Apr 5, 2013
  2. Try handling onabort

    tmcw committed Apr 5, 2013