Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
/ readsb Public archive

Web-UI: Speedup history loading #4

Closed
wants to merge 30 commits into from

Commits on Oct 22, 2016

  1. Adjust precision of feet -> meters conversion

    From https://en.wikipedia.org/wiki/Foot_(unit), the foot is recognized
    as being exactly 0.3048 meters. It isn't clear where the former
    conversion factor of 3.2828 came from, as it really should be
    1 / 0.3048 = 3.28084.
    
    In any case, we're better off just using the official value, as we can
    multiply rather than divide.
    toofishes committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    54c97ba View commit details
    Browse the repository at this point in the history
  2. Add latest Xcode version in Travis config

    This will start building in Xcode 8.
    toofishes committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    23765c9 View commit details
    Browse the repository at this point in the history
  3. Fix build on OS X 10.12 Sierra

    clock_gettime() has been added, so we should no longer include it on
    Darwin 16 and above when compiling.
    toofishes committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    b749d94 View commit details
    Browse the repository at this point in the history
  4. Merge pull request mutability#155 from toofishes/meters-precision

    Adjust precision of feet -> meters conversion
    mutability committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    45575cf View commit details
    Browse the repository at this point in the history
  5. Merge pull request mutability#156 from toofishes/updates-for-osx

    Add latest Xcode version in Travis config
    mutability committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    9da809c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. removed execute bit

    marvin committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    d6fffea View commit details
    Browse the repository at this point in the history
  2. Merge pull request mutability#161 from marvin-sinister/master

    removed execute bit
    mutability committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    b957166 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. Configuration menu
    Copy the full SHA
    e3334ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request mutability#166 from Thom-x/master

    Fix MessageRate exception when null in javascript
    mutability committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    fb63bdc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

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

Commits on Feb 3, 2017

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

Commits on Feb 4, 2017

  1. optional bias-t support

    labomb committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    aa134a2 View commit details
    Browse the repository at this point in the history
  2. note about bias-t support

    labomb committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    eeb7d1d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Australian registrations can be calculated using the existing stride_…

    …mapping function.
    
    - Removed vh_reg function
    - Added stride_mapping for Australian VH- registrations (VH-AAA thru VH-ZZZ)
    ausmez committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    e0e335f View commit details
    Browse the repository at this point in the history
  2. Fixed typo in hex code

    ausmez committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    75c1400 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Merge pull request mutability#183 from labomb/bias-t-support

    optional bias-t support
    mutability committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    34fb495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1a84fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    803dfe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Merge pull request mutability#184 from labomb/showHelp-defaults-incon…

    …sistencies
    
    usage text and defaults not in sync
    mutability committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    502cd22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174a064 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mutability#180 from ausmez/master

    Added Australian hexid->registration conversion
    mutability committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    9ecaacd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fe1a48 View commit details
    Browse the repository at this point in the history
  5. Merge pull request mutability#185 from Romeo-Golf/master

    Update Debian init script to require $network - Issue mutability#172
    mutability committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    bffaa6d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Configuration menu
    Copy the full SHA
    b1c4085 View commit details
    Browse the repository at this point in the history
  2. fallback if missing repo tags

    labomb committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    03b4ada View commit details
    Browse the repository at this point in the history
  3. Merge pull request mutability#189 from labomb/Makefile-tags

    fallback if missing repo tags
    mutability committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    47d3b8c View commit details
    Browse the repository at this point in the history
  4. Merge pull request mutability#188 from labomb/Makefile-cflags

    pkg-config --cflags consistent with --libs
    mutability committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    a2bf08d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

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

Commits on Jun 1, 2017

  1. Update README.md

    mutability committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    b155fdb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Parallel loading of history

    Loading history in parallel results in significant speed up of page loading time
    smartynov committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    a5cac3c View commit details
    Browse the repository at this point in the history