[hamradio-commits] [mutability-dump1090] branch debian-packaging created (now 3e17dce)

Raphael Geissert geissert at moszumanska.debian.org
Fri Oct 6 09:45:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

geissert pushed a change to branch debian-packaging
in repository mutability-dump1090.

        at  3e17dce   Don't call lighty-enable-mod with its full path

This branch includes the following new commits:

       new  7ca5a4b   Initial commit of Dump1090, a simple Mode S decoder.
       new  1971ba9   --raw output format is now compatible with adsbhub.
       new  cae1d0c   Fixed errors and typos in --help.
       new  d709a21   TODO list updated.
       new  f01670e   Use 1.408 factor to create the magnitude look up talbe.
       new  c059d01   Makefile: use pkgconfig instead of hardcoded paths
       new  d974a4d   Everything renamed dump1090 (was mode1090).
       new  f01324c   Interactive mode: new switch --interactive-rows for max # of rows.
       new  3833673   Git ignore the right executable name.
       new  417cab5   Improved message detection and --stats option.
       new  b3945d1   Use 16 bit for the magnitude vector to improve sensitivity.
       new  c653e0e   Added a new --onlyaddr option to just output ICAO addresses.
       new  0a7c5c2   Threads locking model fixed (reliable --ifile).
       new  fed415b   Show 16 bit magnitude value with --debug.
       new  69ae249   New AP brute forcing algorithm.
       new  840a005   Interactive mode with --ifile: play at natural speed.
       new  1576b61   Minor aesthetic change to interactive mode.
       new  3f47bb6   Initialize aircraft speed in interactive mode.
       new  f231c7a   Remove idle aircrafts in interactive mode.
       new  32fe8d8   New --metric option to use meters and km/h in --interactive.
       new  ec1f34f   Fix for --metric
       new  b6907f4   CPR position decoding. Track calculation from velocity components.
       new  9c8ad1c   More stuff on .gitignore.
       new  af4964d   With --raw fflush() at every output to avoid delays.
       new  539039f   Set heading to 0 when speed is 0.
       new  b5ff48e   Network server sending raw data to clients.
       new  0ce746d   Ability to receive traffic from network.
       new  ddb1aa2   README improved with more antennas info.
       new  f3a705f   README -> README.md
       new  b10c8da   CPR decoding fixed.
       new  4203b9c   Minor README improvements.
       new  a583615   Initial HTTP support with planes animated using google map.
       new  42eb990   HTTP: Set clen correctly when serving gmap.html.
       new  e1d3724   Regression fixed: set client socket non-blocking.
       new  0bf65d8   Better error handling for network clients.
       new  dc91712   Aggressive mode implemented.
       new  e40e55b   Less buggy network requests parser.
       new  21fc9de   HTTP keep-alive fixed. Network debugging capabilities.
       new  03759a3   Google map view enhanced: color by altitude and more.
       new  b4805ea   Two important fixes to CPR decoding: wrong cast and more precise timing.
       new  c9bb486   Squawk extraction fixed.
       new  2fe1882   Do not modify the packet when AP gets decoded.
       new  071a021   New feature: Output in SBS format
       new  9086290   SBS-1: Code style adapted to code base.
       new  c2e79d4   Many small improvements (see full commit message).
       new  11d8db0   Properly initialize ICAO cached addresses hash table.
       new  184953f   Phase correction fixed, code reshaped to apply more corrections.
       new  977493c   Strong preamble detection even with --aggressive.
       new  27e3743   Remove stale aircrafts when --interactive is not enabled.
       new  e9e07e0   Improved Google map interace: select planes and see details.
       new  13596ba   A few bugs fixed in debug.html.
       new  3307261   CPR decoding: southern hemisphere coords are now handled correctly.
       new  9d55d5e   gmap.html: no rotation jumps when selecting / deselecting planes.
       new  acc702d   Fake version info removed from gmap.html.
       new  c991d65   gmap.html: update plane flight field when new data is received.
       new  ff0fe38   Two typos fixed in gmap.html.
       new  d3662bb   Implemented Beast Binary output
       new  43c6484   Added some other peoples commit modificatons
       new  192cb80   Speed up the I/Q to magnitude calculation
       new  8ba18eb   Type Conversion required when using --file
       new  3113223   One bug fix, and some changes to the --interactive output format
       new  bbe96b6   Merge remote-tracking branch 'origin/master' into Debug
       new  ed80552   Speed up the I/Q to magnitude calculation
       new  408c846   Merge remote-tracking branch 'origin/master' into Debug
       new  4f7b51a   Change timer granularity & incorporate terribl's latest changes
       new  d02a404   Merge remote-tracking branch 'origin/master' into Debug
       new  ff34693   Make Things more Windows friendly
       new  316b456   Make Things more Windows friendly
       new  70031e1   Create a preamble pointer in the message detector loop
       new  09af545   Create a preamble pointer in the message detector loop
       new  d85939c   Create a payload pointer in message detector loop
       new  e59142b   Merge the data bit detection and data byte assembly into the same loop
       new  f1935b2   Get rid of that hideous goto
       new  f806f18   Basic tidy up of the modesInit() function
       new  22c3298   Change the I/Q lookup table values for better detection
       new  dc7e2b6   Change the type of the stats variables from uint64_t to int64_t
       new  ff697db   Improve the decoding for DF-11
       new  6362235   Change the message bit decoder
       new  c495670   --mlat option and --interactive-rtl1090 option added
       new  44ca030   committ repeated
       new  0c91c5f   Merge pull request #1 from junglejet/Debug
       new  8c024d1   Try to correct single bit errors in the DF field
       new  1175a03   Another attempt to remove UNIX compiler warnings
       new  1324e28   Add Timestamps to SBS-1 format output
       new  d96f3a6   Added Raw Output Buffering
       new  09d72d2   Merge JungleJet Updates
       new  444b1cf   Changed the date separator in SBS-1
       new  0263793   Add version number to help output screen
       new  249c11a   Add --net-ro-size command line switch
       new  bb20d0b   SBS-1 ASCII output changes suggested by JungleJet
       new  bdf985a   Don't attempt to error correct DF-11
       new  6619d21   Speed up Error Correction
       new  96afd52   Speed up Squawk Decode
       new  b15ae2a   Print DF-11 II/SI
       new  7779ef4   Correct CRLF order in SBS-1 ASCII output
       new  2431dc0   Added --net-ro-rate command line switch
       new  a75442d   Up issue the version and commit
       new  bbcf68c   Nunojpg Southern Hemisphere bug fix + 1
       new  3d25f4b   Changes to prevent stale output in SBS-1 format
       new  e987281   Bug fix in vertical sign
       new  1126508   Fix Bug in Beast Mode Output
       new  39cb96f   Fix several bugs in input/output fromat
       new  9fff65b   Implement Mode A/C decoding
       new  d63ac81   Updated comments, ,no code changes
       new  b78b606   Improvements to Mode A/C display
       new  a04e399   VK1ET : Implement Relative CPR decoding
       new  3dbc0ef   VK1ET : Decode mode ASCII hex input message types
       new  3766492   Change Mode-A/C to Mode-S detection
       new  f9c1dc1   Remove duplicate varbles
       new  25f92e5   Change Squawk/ModeA code
       new  2acb094   Changes to Mode A/C/S matchup code
       new  f77a85e   VK1ET : Additions to check fflags
       new  4d370bd   Change default for error correction to OFF
       new  05187f7   Add items to --interactive display
       new  8ed0574   Implement 100 ft Altitudes
       new  748f2f5   Adjust --interactive display
       new  7cf7958   Change the message length decision
       new  e161b76   DF Error detection and Correction
       new  19c1150   Mode S Gillham altitude changes
       new  e9b463d   Update displayModesMessage()
       new  50cedd7   Major re-write of decodeModesMessage
       new  5f7ed42   VK1ET : Ctrl/C and other cleanup code
       new  8d65abd   Sanity Check on msglen after decoding
       new  c81498a   Improve DF field error correction speed
       new  2e21367   Calculate DF and size in decodeModeMessage
       new  a296f27   Make stats gathering conditional on Modes.stats
       new  9783b47   Generate an average Signal Strength
       new  539faaa   Rename Gillham conversion function
       new  14c5459   Improve callsign extraction from DF17
       new  36778f1   Extract callsign from DF20 and DF21
       new  5457c5b   Tidy DF17 print output routine
       new  8870de2   Update --interactive with DF20/21 callsigns
       new  ed076d0   Change initialisation of structures
       new  71ace95   Additional Timestamps for Lat Lon
       new  fb5ef77   VK1ET : Fix AC12 Altitude decoding
       new  dd72fc6   VK1ET : Allow stats in --interactive mode
       new  8efe649   Tidy up some comments and initialisation
       new  6af4bb7   VK1ET : Only Decode valid AC12 and AC13 altitudes
       new  8048cbe   Better decoding of DF-17 Airborne Velocity
       new  6b53c9e   Move the clearing of mm for modeA/C
       new  5f009a3   VK1ET ; Decode DF-17 ground position reports
       new  cc464b0   User Lat/Lon setting
       new  a3d62f9   VK1ET : More Decoding of DF-17 ground reports
       new  fc7d1e2   Complete the bFlags decoding
       new  6968bf9   Splitted gmap.html to multiple files in new 'public_html'-directory.
       new  f011f07   Tidy up ModeA/C mm and a structure
       new  735429b   Additional bFlags for Lat/Lon decoding
       new  c5fdde6   Added resetMap()-function to web-view.
       new  914923f   Fix terribl's commit for Microsoft C
       new  f59e82a   fix .gitignore file
       new  60aa63b   Merge remote-tracking branch 'origin/master' into Debug
       new  7df6d65   Implement additional Decoding and Tidy
       new  cd86d58   Major Rewrite of SBS output code
       new  6427fcc   VK1ET :  --Interactive display changes
       new  bf4ccac   bdavenports .diff-file
       new  d046906   Update ModeA/C to ModeS
       new  e6080e2   Some map view changes
       new  c83d404   Update of some comments, Version and release
       new  ebadf90   Merge remote-tracking branch 'upstream/master'
       new  e65e873   Added flags to json for valid position and heading As MalcolmRobb suggested.
       new  8feabda   BDAVENPORT : Adds a Table
       new  f56679a   VK1ET : Bugfix pTimestamp printf()
       new  78f565c   Really minor tweaks
       new  cac715e   Upstream merge conflicts resolved
       new  6f228b9   Upstream merge finalized
       new  ae69cd5   Web view JavaScript modifications.
       new  0a4fc6e   Added code for table based correction of bit errors. Code is not called yet except initialisation.
       new  6d5d7a4   Test code for new bit error correction plus timing. This code is run when debugging.
       new  feab602   Call new error correction code. Instead of bit positions record no. of corrected bits.
       new  e0bc0ba   Merge pull request #4 from ukuehn/master
       new  df4a24b   Version update for Ulrich
       new  9ea6f3e   Merge remote-tracking branch 'upstream/master'
       new  72142fa   Combined effort and code from bdavenport and me.
       new  7b99ad5   Few bugs
       new  7cff495   Merge pull request #3 from terribl/master
       new  eac2a90   Version update
       new  4dc9271   Adds a bit of sorting to the table by clicking column headers Also made the design work for lower resolution monitors, especially when the list has 20+ planes.
       new  e1a0665   Added terribl's suggestion.
       new  9e8c105   Added link to FlightStats for flights with flight number.
       new  8e23983   Merge pull request #1 from terribl/master
       new  2d1325f   Changing info_footer to info_settings.
       new  0ee5cdb   Fixed a bug on Settings-link placement
       new  bd39479   Merge pull request #6 from bdavenport/tablesort
       new  92fd06b   VK1ET : Bugfix in Error correction table
       new  f33a709   VK1ET : Better pthread termination
       new  640d63a   VK1ET: Shorten CRC calculation
       new  0dfc083   New settings area New settings area can be opened by clicking Settings-link and closed by same link or OK-button. No settings to change yet.
       new  0a0ba16   VK1ET : Changes to modesInitError()
       new  d7df2ad   Merge remote-tracking branch 'upstream/master'
       new  542b94d   VK1ET : Changes to fixBitErrors()
       new  e33591d   VK1ET : Check Bit Correction against ICAO cache
       new  be6cb6e   VK1ET : Use error corrected DF17
       new  a1d4a9f   Merge branch 'settings'
       new  05c9ebb   Merge pull request #3 from terribl/master
       new  c43c922   Making the inital checkin to the refactored map page.
       new  08ffc3f   Change mm.crc checks to mm.correctedbits
       new  4a3113f   Decode DF-18
       new  f853550   Fixing resetMap()-bug.
       new  3117b1c   Merge pull request #6 from terribl/master
       new  caf413c   Working on adding paths to the planes.
       new  b542488   Updated a copy/paste error, where I did not update the paste.
       new  2c7c1a4   Merge remote-tracking branch 'upstream/master'
       new  b481c76   mm structure initialisation
       new  e50c2a5   Phase Enhancement changes
       new  d2a1565   Couple more small tweaks to the tails of planes. Added "CoolClock" both local and GMT to the info pane, http://randomibis.com/coolclock/
       new  6bf2f2b   Added global settings and untrackedDeveloperSettings.js-file.
       new  e309025   Merge remote-tracking branch 'upstream/master'
       new  1436062   Merge remote-tracking branch 'upstream/master'
       new  e0c752b   Merge branch 'master' of https://github.com/terribl/dump1090
       new  b0e0f96   Merge pull request #8 from MalcolmRobb/master
       new  8b5c74d   Split into multiple JS files, Selecting planes now works, Started work on settings window, Created extension.js, an area for new ideas to be tested or loaded out of.
       new  77bd1f4   Include Vertical rate in aircraft structure
       new  4c0ed6d   Set AOG_VALID for DF-17/18 metype 19
       new  ee742cf   SBS Output Format changes
       new  9edba93   UKUEHN : Various Improvements
       new  f64a65b   Tidy up of UKUEHN's improvements
       new  e86eb39   VK1ET : Numerous changes to Port handling
       new  228b770   Move declarations into a headed file
       new  242738b   Removed 0000 squawks from table
       new  9c465c1   Added untrackedDeveloperSettings to this branch too.
       new  e22cff4   Small bugs and cleaned squawkdisplay
       new  29d413e   Merge pull request #9 from MalcolmRobb/master
       new  b5d0038   Fixes the selection bugs
       new  40c666b   Changed table and selected planes info display Changed table and selected planes info to show 'n/a' when data is not present.
       new  5cd8a09   Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor
       new  e2b552e   Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor Missing semicolon;
       new  498b512   Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor
       new  3eb21ea   Merge remote-tracking branch 'upstream/master'
       new  11d69cb   Tweaks and Fixes Tweaked selected planes display so it won't push plane-table around. Added link to FlightStats service and speed to selected plane table.
       new  6cb5c2b   Merge remote-tracking branch 'upstream/master' into mapRefactor
       new  8b8f746   Added site marker (and settings for that) Shows radars location on map. Default is not showing.
       new  ca314fc   Added distance to plane from site Just for fun. Distance is only shown if SiteShow is true in config.js-file.
       new  3000baf   Added metric-option to web-view Added option to show values in metric system. Metric = false; // true|false
       new  9904c22   Added option to draw measurement circles around site Options: SiteCircles = true; SiteCirclesDistances = new Array(100,150,200);
       new  fd0c116   Tyop corrected
       new  4752578   Working on making an options window
       new  5c3f6da   Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor
       new  21229d5   The start of a crummy looking options.  It is bugged right now. Brought back the reset map.
       new  072fba8   Rolling back a couple changes and spawning a branch from here.
       new  10e3389   Fixed resetMap() bug Fixed resetMap()-funtion to reset map-settings to default. Map saves last location and zoom values to localStorage.
       new  0e3426d   "Reset Map" deselects plane correctly.
       new  92d665e   Hide Settings-windows text while page is loading.
       new  e91b0a6   Added warning label when 7x00 squawk is shown.
       new  5f0e295   From DE8MSH: Plane markers! Now markers look like planes! Thank You | Tak!
       new  f53632b   Merge branch 'mapRefactor' into masterMerge
       new  b161004   Merge mapRefactor -> master
       new  82b61f2   Merge mapRefactor -> master
       new  da8151d   Merge pull request #8 from bdavenport/master
       new  1ebdd6d   Interactive list aircraft display and delete changes
       new  6997715   Split into separate module files
       new  52ac50b   Remove some local filtering
       new  7ea2e8f   Bug Fix in modesReadFromClient()
       new  d9de119   Version update
       new  c2962a0   Update net_io.c
       new  03c16aa   Merge pull request #10 from termigrator/patch-1
       new  0430323   Implement a remote interactive screen
       new  2c28d9f   IE 8/9 Bugs in Web interface
       new  19ce5a2   Additional debug message printing
       new  2e43a9e   IE 8/9 Web Interface moving planes
       new  a968f03   Stop heading using multiple lines
       new  5b5424d   View1090 WinXP bugfix
       new  f821613   mode_ac.c comit
       new  f50744b   Better Incorporate coaa.h
       new  fa004fc   DF-11 SI/II Detection changes
       new  64b24eb   Bugfix in position decoding
       new  11502e9   Extra list decoding for DF-0 and DF-16
       new  f3b5167   Create separate Makefiles
       new  fe9d168   Bug fix in ppup1090
       new  b921d80   Typo fixes
       new  e9d2232   Honor LDFLAGS
       new  86093ea   WIZARDISHUNGRY
       new  f331887   antirez
       new  b9a1a3e   antirez
       new  24080a2   antirez
       new  75a4c6e   BUGFIX : Missed data causes timestamp slip
       new  260b955   BUGFIX : Beast Binary Escape characters
       new  97c7f69   Publish V1.08.2302.14
       new  4a438d6   Update the Windows version of View1090
       new  cc27ff6   link to FlightAware for flight details
       new  f7843c1   Implement TCP Heartbeat
       new  30ae45e   Windows Version of dump1090
       new  d200099   BUGFIX : Possible linked list bug
       new  a55b9a7   BUGFIX : Windows version HTML Web browser support
       new  583f242   Fixed: now skipping correct number of values in magnitude buffer
       new  dfb3191   Merge pull request #14 from kopppa91/master
       new  00533e7   Fixed: now skipping correct number of values in magnitude buffer
       new  903f93f   Publish Version 1.08.2705.14
       new  6afdc9b   Merge remote-tracking branch 'origin/Debug'
       new  e6c4338   Incorrect value for auto-gain
       new  189e726   Merge pull request #16 from papasven/master
       new  506be6e   B"H decode more data, etc.
       new  59984ac   B"H allow disable ports, doc disable net heartbeat
       new  190a746   Merge pull request #19 from hhm0/decoding
       new  c0d6ea0   Merge pull request #20 from hhm0/network_disabling
       new  96015e3   B"H view1090: handle disconnection
       new  350a57f   B"H view1090: do not block
       new  ec09cc7   B"H view1090: sleep a bit between loops
       new  a86eb7a   B"H view1090: do not use pthreads
       new  8110549   Update dump1090.c
       new  50b05c5   Create convienience.h
       new  a190677   Create convienience.c
       new  d020756   Update dump1090.c
       new  652af93   Update dump1090.c
       new  3043e86   Delete convienience.h
       new  c805822   Delete convienience.c
       new  6f14ecf   Update dump1090.c
       new  f68ae55   Merge pull request #22 from matthewbrandes/master
       new  60e2c92   Merge pull request #21 from hhm0/view1090_net_mods
       new  d1b37ad   B"H decoding: use last air position to calculate ground position
       new  a17e5b0   Merge pull request #23 from hhm0/decoding
       new  a13c2f8   Add Distance to Table Info
       new  f933ed2   Center "Distance from Site" for Selected Plane
       new  0c2487d   Add Degree Symbol to Track Value
       new  df4a8ce   Change the Background Color for a Plotted Plane
       new  8b05286   Version 1.09.1007.14
       new  845289a   Version 1.09.1607.14
       new  f1b85ec   Tidy up interactive.c
       new  90fa1da   net_io port 30003 bug
       new  a82df07   Version 1.09.0608.14
       new  14ff25b   Improve map display layout and styling
       new  b7d01c5   Don't restrict sidebar width
       new  e5fddba   Add flightradar24.com link
       new  0317c48   B"H make sure to close sockets when finished
       new  84fa09c   B"H net_io.c: revert previous change and advertise HTTP 1.1
       new  7fab5b0   Check if bit correction happened before bailing out due to a bad CRC.
       new  eb41be3   B"H net_io: http: check if file can be sent
       new  31b28b3   Rearrange phase enhancement so that it handles phase errors in both directions. This almost doubles the number of messages recovered by phase enhancement.
       new  0378620   Merge branch 'improve-phase-enhancement'
       new  2e45a59   Make signalLevel represent the SNR in dB, rather than a somewhat arbitrary amplitude value. Include SNR values when dumping message contents.
       new  04f4abd   B"H net_io.c: add missing else statement
       new  8d307cd   B"H net_io.c: http serve: return HTTP response codes
       new  df19d51   B"H net_io.c: use %d like local code
       new  32fc5fd   B"H net_io.c: http server: content should be dynamically allocated
       new  c265ea1   B"H net_io.c http server: hopefully mem code is OK now
       new  76c958b   Use a lookup table for SNR calculation.
       new  5683001   Add --no-decode option.
       new  e6e92b1   Merge branch 'no-decode'
       new  83d256e   Fix a thinko in computing the log10 table.
       new  5bcc7e1   Merge branch 'report-snr'
       new  95ccb90   Fix --gain with fractional gain values.
       new  3f9c859   Merge branch 'fractional-gain'
       new  e5b3572   Reject out-of-range latitudes when doing CPR decoding.
       new  af28159   Merge branch 'discard-bad-cpr-latitudes'
       new  661246d   Prefer to use global CPR decoding where possible.
       new  d820ae1   Merge branch 'prefer-global-cpr'
       new  fd4c480   Merge cleanup.
       new  1006167   Add --stats-every <secs> option.
       new  4fc2697   Add stats for number of sample blocks processed and dropped.
       new  b58ae5a   Merge branch 'more-stats'
       new  3eb39ab   Don't output message reception time in SBS format for remote messages.
       new  67cdb0f   Merge branch 'skip-remote-timestamps'
       new  b98c685   Move the stats reset strictly after stats display, so the total message count is shown correctly.
       new  9fad408   Merge branch 'more-stats'
       new  826d5e9   Don't count ambiguous bits beyond bit 56 towards SNR.
       new  4cf0753   Merge branch 'report-snr'
       new  5c8e619   First cut for sampling at 2.4MHz + phase detection.
       new  17f73cc   Fix preamble quiet-bits check.
       new  69a3053   Oversampling, round two.
       new  309f79c   Tweak correlator weighings to be right, and scale up some more to avoid losing precision.
       new  c340930   Fix mlat inter-block timestamp accounting in oversampling mode. Add calculated phase into the per-message timestamp (it is already exactly a 12MHz offset)
       new  e118668   Log message time and symbol phase when dumping message info.
       new  ca372ed   Add SNR calculation in oversample mode.
       new  4732ad3   Performance tweaking for AGC.
       new  7a0ca85   Measure CPU used by the sample processing thread.
       new  dcae71f   Move CPU instrumentation up into the main loop.
       new  93e1b9e   More tweaking to try to get the signal / CPU tradeoff right.
       new  8725ba0   Merge pull request #39 from mutability/fractional-gain
       new  bd151e1   Merge pull request #40 from mutability/discard-bad-cpr-latitudes
       new  5cdcc22   Merge pull request #29 from tslocum/bettermap
       new  9d3452f   Merge pull request #27 from ddeitterick/format_track_field
       new  732fe52   Merge pull request #28 from ddeitterick/change_plotted_plane_table_bg_color
       new  aa063ba   Undo Parts of Pull request #29
       new  e3bbf7b   Read Files are binary
       new  c11eca4   Try all phases if --oversample --phase-enhance is on.
       new  c09c684   Merge pull request #41 from mutability/skip-remote-timestamps
       new  864660b   Use uint64_t in load stats to avoid overflow with large intervals.
       new  9691e7b   Merge upstream.
       new  98c7c73   Only use O_BINARY on Win32
       new  a513c36   Detect client EOF properly. Handle EWOULDBLOCK.
       new  186cac5   Use the anet-reported error string when reporting bind errors.
       new  622b158   Merge branches 'fix-obinary', 'net-client-eof-handling' and 'report-bind-errors'
       new  e008f0f   Resync with master.
       new  bf11136   Merge pull request #44 from mutability/fix-obinary
       new  8b4d5b3   Merge branch 'master' of https://www.github.com/MalcolmRobb/dump1090 into socket_hang
       new  13fe375   Merge branch 'master' of https://www.github.com/MalcolmRobb/dump1090 into http_server_wk
       new  15f3408   Always emit a message reception time, as otherwise the FR24 uploader is unhappy.
       new  e4a3bd6   Merge branch 'flightradar-compat-fix'
       new  0c61d1b   Merge branch 'master' into oversampling
       new  98f5105   Merge pull request #47 from mutability/flightradar-compat-fix
       new  5a5c52d   Merge remote-tracking branch 'origin/pr/46'
       new  bc496fb   Merge pull request #43 from mutability/more-stats
       new  16a900c   Merge pull request #42 from mutability/prefer-global-cpr
       new  a2f49f2   Fix a crash when an outbound client is closed in response to reading a remote message.
       new  4f449a8   Make Pull # compatible with Pull #42
       new  1cf0097   Merge branch 'fix-net-list-corruption'
       new  4a4fed2   Merge branch 'fix-net-list-corruption' into oversampling
       new  dee6ded   Merge pull request #35 from mutability/use-repaired-checksums
       new  65751ed   Merge pull request #45 from mutability/net-client-eof-handling
       new  75438d5   Change the marker color for aircraft with no recent updates.
       new  f58c21b   Merge branch 'show-stale-planes'
       new  8d4f1a3   Merge branch 'fix-net-list-corruption' into net-cleanups
       new  1769ac9   Restructuring of network output side.
       new  22f2a8d   Merge branch 'net-cleanups' into oversampling
       new  cd3efe2   Merge branch 'net-cleanups'
       new  e20e240   B"H Merge branch 'master' of https://www.github.com/MalcolmRobb/dump1090 into socket_hang
       new  f71bc6c   Merge branch 'master' of https://www.github.com/MalcolmRobb/dump1090 into http_server_wk
       new  87a88c9   Merge branch 'master' into faurl
       new  5b4d811   Ability to assign bind address for services
       new  e225b5d   Merge pull request #24 from ddeitterick/add_distance_to_table
       new  f95d54e   Merge pull request #25 from ddeitterick/center_selected_plane_distance
       new  d1ad4b9   Merge pull request #30 from tslocum/fr24link
       new  cbab205   Merge branch 'master' of https://www.github.com/MalcolmRobb/dump1090 into http_server_wk
       new  3333fcd   Merge branch 'master' of https://www.github.com/MalcolmRobb/dump1090 into socket_hang
       new  c142c1f   Merge pull request #33 from hhm0/socket_hang
       new  027ab92   Merge branch 'master' of https://www.github.com/MalcolmRobb/dump1090 into http_server_wk
       new  da3cf96   Merge pull request #38 from hhm0/http_server_wk
       new  7b2e4ca   Merge pull request #49 from mutability/show-stale-planes
       new  5699e48   Merge pull request #54 from l0calguest/bind_address
       new  abaf9d8   Fix W3C Validation Errors #34
       new  3447f7e   Add Windows resource file for version numbering
       new  5f18f6c   Fix warnings and Windows compile problems
       new  68f1220   Change default binding to 0.0.0.0
       new  6d55cf6   Publish version 1.10.2910.14
       new  cd09210   Merge branch 'master' into faurl
       new  a9cd75d   More Updates to Pull #54
       new  b8ea754   Merge pull request #13 from bovine/faurl
       new  960ebfc   Publish version 1.10.3010.14
       new  bff92c4   Merge pull request #36 from mutability/improve-phase-enhancement
       new  29d1e53   Merge remote-tracking branch 'upstream/master' into net-cleanups
       new  bbd5a13   Merge branch 'net-cleanups'
       new  8246df8   Merge branch 'master' into oversampling
       new  6910a4b   Experimental json changes
       new  7bd2ee5   Merge branch 'write-json-files' into oversampling
       new  d017499   Fix path buffer size
       new  ebab2c0   Create json files with mode 0644 - umask.
       new  e0bc89e   Merge branch 'write-json-files' into oversampling
       new  2abc386   Off-by-one error in the json interval calculation.
       new  9e72eb6   Merge branch 'write-json-files' into oversampling
       new  19eed4c   Allow external specification of CFLAGS / CPPFLAGS.
       new  83c80b6   Don't link view1090 with librtlsdr, it doesn't need it.
       new  0ae1d72   Initial work on raspbian packaging.
       new  35a382e   Set HTMLPATH correctly when compiling. Put static files in /usr/share/dump1090-mr not /usr/share/dump1090
       new  77912fb   Install binaries with -mr suffix.
       new  373ac8e   Add init script, defaults from /etc/default/, postinst to create a user to run as.
       new  b1e1878   Fix some stray colons. Report failure if daemon isn't configured to start.
       new  b7ee400   Release changelog.
       new  7a3a9f5   Add logging support.
       new  2e18963   Add a logrotate configuration.
       new  977fc07   Pass --name and --user during daemon start so that existing processes can be correctly identified.
       new  3242fca   Add support for configuring --stats-every (defaults to hourly)
       new  786dd62   Update changelog for recent changes.
       new  d88c9d6   Release changelog.
       new  b7562c3   Merge branch 'mr-pi-package'
       new  b4b1c0b   Update packaging to build a -mutability package.
       new  aa4aadb   Can't make up my mind about versions!
       new  796ca80   Increase the priority of the lighttpd config file to work around an odd ordering problem with the default debian-doc configuration which would mangle the alias list when accessing from localhost.
       new  034fcee   Remove a spurious dependency on net-tools.
       new  e5931cb   Various packaging bugfixes found while testing the package.
       new  127bf0c   Lock down the default config - no remote connections, no HTTP server. The user can reconfigure if they want a more open setup.
       new  1296556   Fix typo in oversampling config check.
       new  fcf31a1   More sensible NET_OUTPUT_SIZE / NET_BUFFER defaults.
       new  2c37450   Release changelog.
       new  d09eefb   Fix a memory leak from use of realpath() in HTTP request processing.
       new  af957da   Merge branch 'realpath-memory-leak'
       new  66849e1   Changelog update.
       new  2dcc8e3   Add direct support for FATSV-format output.
       new  39d9053   Be more paranoid about not overrunning our fatsv output buffer. Request a buffer of a more reasonable size.
       new  c712543   Only completeWrite() if we didn't run off the end of the buffer. If we did run off the end, complain about it.
       new  125158b   Big rearrangement to add debconf support.
       new  47e70a9   Changelog update.
       new  02c0f61   Re-enable sedscript cleanup now that I'm done testing it.
       new  0305eb2   Update Build-Depends based on glitches found building under pbuilder.
       new  2a2306f   Probably time for another release - release changelog.
       new  660eb08   Ask about json interval before json dir. Skip the dir question if the interval is disabled, it makes more sense that way.
       new  890d1af   Be much more cautious about missing config settings so we don't explode so badly if something is omitted.
       new  c6077b1   Use the package version as the version number compiled into the binary.
       new  f707f2c   More version reporting tweaks.
       new  9fa09e0   receiver.json support, internal webserver cleanup.
       new  55ecde9   Add input validation to most of the config questions.
       new  3af0fb5   Raspbian's dpkg-changelog doesn't understand -S, use some sed magic instead.
       new  1cdfe8d   Rearrange validation so that the user only ever sees errors *after* providing input.
       new  f04c4d5   Fix webmap to look for site location under the right names.
       new  ff027f0   Release changelog.
       new  fbed55d   Doc updates.
       new  478122e   more docs
       new  e2153ec   Agh. another typo.
       new  48986c4   Remove half-implemented --no-decode option.
       new  6d61d62   Pruning windows-related stuff that I can't build/test.
       new  fc45ede   Removing COAA/PlanePlotter stuff (+ binary-only object file) that I can't support or test.
       new  63303b4   Remove legacy makefiles / startup scripts that are unused in the Debian package.
       new  4cc0094   Remove copies of headers etc that were only needed by Windows builds.
       new  bbcfbb8   Changelog update.
       new  58dfbdc   Add support for controlling the accuracy of the receiver location written in the JSON metadata used by the webmap.
       new  727a59e   Oversampling is now less scary.
       new  2db9d62   Warn if --modeac is used together with --oversample.
       new  2aa37f0   Link to github from the webmap.
       new  0fa383f   Release changelog.
       new  9e0800e   add pbuilder config notes
       new  9a1b4f3   Update for the new repository signing setup
       new  9356c89   Add Provides: fatsv-data-source
       new  6e3238d   Release changelog.
       new  a9ca260   Add support for LOG_DECODED_MESSAGES option to log all messages (disables --quiet).
       new  9d0df29   Fix postinst handling of LOG_DECODED_MESSAGES.
       new  5dd1c39   Release changelog.
       new  07bc762   Notice if we lose the RTLSDR device and reconnect. Fix some of the more glaring pthread bugs.
       new  85eee61   Oops, one unsaved file.
       new  69532b3   Center the webmap on the receiver location. Mark config.js as a conffile, so user changes won't get overwritten.
       new  66c088f   Release changelog.
       new  14a8e71   Version bump to reflect upstream version.
       new  76474f5   Fix warnings. Add -Werror so they break the build in future.
       new  43ec58c   Remove dead tracking code related to the removed PlanePlotter feed.
       new  99bca13   Release changelog.
       new  1f06abf   WIP webmap cleanup
       new  e8a6229   More WIP on the webmap, mostly fixing up track history.
       new  43d2938   Lots more map work, mostly around switching from "construct a big HTML string" to working directly with the DOM to update the table / selected plane info. Seems to speed things up (and deflicker them) a lot.
       new  9996b7c   Zoom in a bit more by default.
       new  feb8c55   Display the number of history points stored. Rejuggle how markers are handled so that we avoid creating lots of new icons all the time. Rearrange reaping / update times so that it is all based on timestamps from the receiver.
       new  58e5485   Stylistic cleanups. Unify special squawk data.
       new  29509d9   Make PlaneObject a class. Rearrange internal storage of positions. Maintain sitedist within PlaneObject, not externally. Clean up speed/dist/etc formatting. Show both metric & imperial values in the plane detail infobox.
       new  df79f7c   Fix up selected vs is_selected.
       new  139ed5c   Turn on strict mode, fix a few errors.
       new  e6a7034   Remove options / extension support (no plans to work on those in the current form).
       new  b2b0aa9   Rearrangements to clock layout. Provide UTC and last-receiver-update clocks.
       new  0976d12   Ditch any query strings in HTTP requests before handling them, to allow AJAX requests to tack on a query string to avoid caching.
       new  97ca1c7   Add some notes to config.js
       new  93aedbe   Tell the user about AJAX errors. Set AJAX options: 5s timeout, no caching. Don't spool up a second request while the previous one is in progress. If we repeatedly see the same receiver timestamp, warn the user that the JSON isn't being updated.
       new  2c0fb75   Add the missing div used to display errors.
       new  0f1c077   Disable lighttpd's stat cache in the sample config.
       new  25ff88c   Only reset marker title if it changes.
       new  b4de830   Don't update icao in updateData, it should never change.
       new  86b59e7   Don't need to stash ICAO on the marker now that we're binding the event listener function directly.
       new  4a04e4d   Changelog updates.
       new  b639fb9   Don't display a track of "0" for aircraft with no heading data.
       new  94f62e5   Simplify sort functions, fix stable sort in the descending case.
       new  35e5088   Fix initial map centering thinkos.
       new  2f2803a   Fix UTC clock display in non-UTC timezones.
       new  0ccb5cc   Tweak wordwrap on the infoblock.
       new  019fd1f   Tweak the column widths in the infoblock slightly.
       new  55a10e6   Changelog.
       new  0b5aac4   Change plane color if we have not seen a recent position update (previously, any type of message was enough).
       new  f72fc3d   Fix a couple of problems found by valgrind.
       new  272efcb   Fix thinko in skipping over decoded message samples.
       new  fa4c85e   Another bug found by valgrind.
       new  2febe75   Changelog.
       new  e1d2af4   CPR relative decoding: avoid truncation when finding the fractional position of the reference position within a lat/lng zone.
       new  bebc00c   Fix quadrant selection for global CPR surface position decoding.
       new  583984a   Use floor() not trunc() in relative CPR decoding. The comment saying to use trunc() is wrong; the original algorithm is correct.
       new  8d0d16c   When sanity-checking relative CPR results, use the correct relative location (which may not be the aircraft location).
       new  2627933   Changelog.
       new  165f98a   Fix hanging exit on control-C.
       new  4c89938   Everything depends on dump1090.h, tell make about it.
       new  8b56cd1   Changelog.
       new  fefce7b   Add --max-range parameter. Use it for relative position limits, and to discard bad position results.
       new  41d8a79   Changelog.
       new  72bfc31   Display message rate (30 sec average) on the webmap.
       new  371f6bb   Changelog.
       new  dc92cfb   Restart lighttpd on package upgrade if we changed its config files.
       new  62ec779   Require that the JSON refresh interval is at least 1, as it is used to control the webmap refresh rate even if JSON files are not being written.
       new  e54b290   Release changelog.
       new  e701f88   Do tuner gain setting properly.
       new  10c372f   Display stats on exit in --net-only mode.
       new  63fb121   Status messages in HTTP responses.
       new  b1bfb4d   Rationalization of JSON output. Pass actual URL path to URL handler.
       new  1db63eb   Add generation of history JSON. Add support for URL handlers that match a path prefix.
       new  6458cfd   Load history when the map is initialized. This can take a few seconds, so add a loading spinny while it loads.
       new  c7204ec   Support image/gif content type
       new  8702339   Less aggressive history settings.
       new  dd734de   Add a loading progress bar, as it can be slow with internal webserver (100ms/request) plus large history (120 requests).
       new  e68949b   Write an accurate value for the history count, so the progress bar is correct.
       new  bfcfb1f   Fix sort-by-message-count.
       new  8f1b856   Update changelog.
       new  f71f934   Always sort missing values at the end of the table, even in a descending sort.
       new  4a66a31   Changelog.
       new  d1f274d   Avoid a (rare) divide-by-zero crash in 2MHz --phase-enhance.
       new  f0fe466   Oops, helps to actually commit the fix too..
       new  971e575   Try to work around a libusb crash on exit after SIGINT.
       new  5cbe5d9   Don't cache receiver.json as it may change more frequently now (history size).
       new  881cb81   Release changelog.
       new  5e80a11   Fix stable sort of rows with no sortable values (would cause "jumping" rows at the end of the table)
       new  721412d   Changelog.
       new  07df054   Move CRC code to a separate file.
       new  0142053   Remove dead test code.
       new  a6542b5   Separate out 2MHz demodulator + support functions to a separate file.
       new  f753c2d   Separate 2.4MHz demodulator into its own file.
       new  e02a2cd   GPL.
       new  b9b76da   Stats rearrangement, based on experimental branch changes.
       new  ed4d481   Import CPR changes from experimental branch.
       new  0d3fcff   Remove obsolete TODO file.
       new  270a22e   CRC reimplementation to be byte-at-a-time table-driven. Also be smarter about error correction, avoiding ambiguous cases when --aggressive is specified.
       new  0433ed3   icao_filter.[ch] from the experimental branch.
       new  5e522fe   Decoder cleanups from experimental branch.
       new  8ce92f1   More logging for Comm-B messages.
       new  7c64f27   Remove unused user latitude/longitude defines.
       new  ebae590   Use MODES_NOTUSED for unused args.
       new  cae20a8   Escape flight name in JSON in case it has odd characters.
       new  2a1a2a0   Fix (maybe) JSON escaping. I've obviously never tested this code!
       new  fc87a23   Return non-NULL errorinfo if there are no errors to diagnose.
       new  a33e438   Add scoreModesMessage()
       new  0493248   Minor cleanups / comments.
       new  ef098a2   Import new 2.4MHz demodulator from experimental branch.
       new  00e232c   Try unrolling the inner loop to speed things up.
       new  20456a8   Ditch SNR calcs too.
       new  5beecb9   Disable overlay control as it seems to cause more problems than it solves at the moment (aircraft randomly appearing to be on the ground due to CRC errors, etc)
       new  19082d9   Measure signal power / noise power (at least in 2.4MHz mode).
       new  7850848   Export a few stats via JSON.
       new  04eff17   Use the right field for CF in DF 18
       new  34ae2c7   Make sure to clear address.
       new  9a91507   Flag non-ICAO addresses, display them differently in interactive mode.
       new  d060562   Avoid zero signalLevel.
       new  6e1315e   Flag non-ICAO addresses in json output.
       new  35551b4   Don't emit FATSV output for non-ICAO addresses.
       new  ada188a   Changed my mind, put the non-ICAO flag bit in the address itself since we have 8 bits spare, so there's no chance of confusing it with an ICAO address, and we can safely use the filter table to match future messages without also matching equivalent ICAO addresses.
       new  af3eb3d   Move to a simpler versioning scheme (the one derived from upstream is going to break the ordering that Debian expects very soon).
       new  7500cab   Show rows with non-ICAO addresses in italic.
       new  70e8579   Simple filter for spurious messages that make it past checksum: don't show aircraft until we have seen 2 messages from them.
       new  35e0364   Fix compile errors.
       new  b78b28d   Add a "follow" link to the selected plane info.
       new  6daf116   Clean up config.js a bit, support configuring page name and site name.
       new  fac838b   Rearrangements to infoblock layout.
       new  89d6b64   Treat signal level in network messages as a (RMS) amplitude, since that is what was previously done and it gives us better range for small signals.
       new  b77d52b   Include recent RSSI in aircraft output.
       new  ffe03fe   Track RSSI in PlaneObject.
       new  ba8a893   Move ICAO for the selected plane into the header line. Put RSSI in the selected info box where ICAO used to be.
       new  09c50ff   Show vertical rate indicators next to altitude.
       new  3fd2032   Make altitude column indicator consistent with the detailed info.
       new  d3537ec   When first following a plane, zoom in if we are zoomed far out.
       new  6672d92   Don't double up the ICAO display if there's no callsign.
       new  a59077a   Stats overhaul.
       new  008ae92   Add --net-verbatim, which forwards the original uncorrected message to net clients, not the corrected version. Then the client can make its own policy decisions about whether to accept and correct the damaged messages.
       new  c802570   Emit all stats in stats.json.
       new  fe0a87a   Fix remote_received_modes counter.
       new  eb023ff   Don't include latest in 1/5/15 min totals, it's a bit confusing.
       new  3040609   Doubleclick on a table entry to follow that aircraft.
       new  a4360cd   Move the "follow" button to an arrow by the callsign. Also make the callsign clickable to follow.
       new  53203a5   Make the arrow bold/unbold to reflect current follow mode.
       new  f76842d   Doubleclick on plane marker to follow, too.
       new  07c4f04   Fix italicizing of non-ICAO rows
       new  5020d75   Move setting of CF earlier so we can use its value while decoding AA. (Needed to notice non-ICAO addresses in TIS-B)
       new  d76b894   Make doubleclick-follow also set zoom, like clicking the follow arrow does.
       new  dc8891e   Reduce the demodulation length properly when we see a 56-bit DF.
       new  4fb607a   Noise floor measurement is too expensive to be worth it, disable it.
       new  9deac8d   Continuing to try to work around libusb/librtlsdr problems.
       new  5b40377   Measure CPU for demodulator, read thread, and background tasks individually.
       new  df5e413   Fix compile error.
       new  c07e45a   Report CPU in integer milliseconds, makes it a bit easier to process.
       new  c5b61a3   Oops, another compile error, sigh.
       new  245bbd8   Report total, not latest-minute, message count in aircraft.json so that the webmap value doesn't jump around over a reset.
       new  dcd9f0b   Link ICAO to airframes.org (complete with horrible javascript form-submission workaround)
       new  5ac90e3   Changelog.
       new  26feb1d   Add some testing code that looks for ambiguous syndromes that could confuse the partial correction used in DF11.
       new  c1ac4d1   Update GPL coverage.
       new  09b6b3a   Fix some lintian warnings.
       new  4b0bc4c   Make 2.4MHz sampling the default for new installs.
       new  02f07ac   Release changelog.
       new  4dbedec   Fix history loading if receiver.json says history:0
       new  f593d86   Document some of the json
       new  ffd6690   Update README-json.md
       new  9381a20   Support more DF18 message formats. Test for the IMF bit where appropriate.
       new  965ac96   Update bestscore even if decoding fails so we register the number of "unknown ICAO" messages correctly.
       new  704d8aa   Don't try to log signal peak power if no peaks recorded.
       new  e1e5acb   Add --oversample option to help text
       new  b246bdc   Add view1090 to gitignore
       new  899c51c   Only emit network messages once we have seen two of them (except in --net-verbatim mode, where we emit them all)
       new  20407e5   Don't emit SBS output with non-ICAO addresses (fixes #9)
       new  1584955   Be more aggressive about removing aircraft where we have seen only 1 message.
       new  4e177c2   Store computed reception time in the message struct so we don't rely on the message being emitted immediately.
       new  9c2f236   Object files depend on *.h
       new  c0af448   uint64_t (even at 12MHz) isn't going to overflow any time soon, don't worry about wrapping.
       new  4ecd695   If we squelch the first message from an aircraft, emit it when we see a second message.
       new  bdefa42   Merge pull request #11 from jburgess777/add-oversample-to-help
       new  1e817ab   Merge pull request #12 from jburgess777/add-view1090-to-gitignore
       new  b31709a   Whoops, remove stray debugging that was left in.
       new  f1201a0   Third time lucky?
       new  a49b5b8   Add stats for total aircraft tracks and tracks that have only a single message.
       new  b313834   Make the is_number regex accept numbers beginning with -0
       new  25ac2d0   Increase the onehit TTL a bit, 30s is a bit too aggressive.
       new  07a3933   Changelog mostly to bump the version to reduce confusion.
       new  e7e7f9e   Only display altitude when dumping position messages if it is valid.
       new  9fd0c82   Extract NUCp from message type; needed for #16.
       new  f19eee8   Use the right inter-CPR max interval for surface position messages. Fixes #18.
       new  54677f3   Don't try to correct >1 error in DF11.
       new  474fe45   Don't mark undecodable altitudes as ALTITUDE_VALID when decoding.
       new  686d433   Prune dead timestamp fields from aircraft state.
       new  7053ad0   Make aircraft tracking use milliseconds everywhere.
       new  f9ed7e4   More time_t -> milliseconds conversions. This lets us support fractional net flush times among other things, which is handy.
       new  af382ac   Fix max flush interval to be in milliseconds.
       new  849697f   Fix integer overflow in stats output.
       new  2ba5623   Do an initial data fetch immediately (useful if the refresh interval is long).
       new  6fbeae0   Handle long refresh rates better, don't draw all tracks as dotted.
       new  7849e10   Init start/end on all stats so the json output looks sensible for the first minute.
       new  967a3e9   If maxRange is >= 360NM, don't do receiver-centered local CPR at all.
       new  aee837c   Start with --nicelevel -5 to reduce the chance of dropped buffers, except in --net-only mode.
       new  03e0964   Wait for at most 100ms for more data from the rx thread, so that we do not starve background tasks if the rx thread blocks (e.g on USB disconnect).
       new  af4f81c   Include timezone in stats output.
       new  342eafd   Include timestamps on USB connect/disconnect logging.
       new  dcdfd2a   Catch SIGTERM, log on signals.
       new  0a055c3   Log timestamped messages on startup/shutdown.
       new  38845c2   Rearrange main loop so that --net-only isn't quite such a special case.
       new  bfe2cb0   NUCp tracking and CPR position sanity checks.
       new  44302bb   Fix NaN in greatcircle calc if positions are identical.
       new  7cc9438   Speed check improvements. Entirely invalidate position messages that look wrong.
       new  8fa7209   Changelog updates for 1.14.
       new  ecd22d8   Make non-pbuilder debuild happier.
       new  65e7d32   Mark all HTML/Javascript as conffiles.
       new  46ad97d   More changelogging.
       new  f6d2f3d   More CPR stats.
       new  e0f167b   Fix json syntax error.
       new  f391bf4   Release changelog.
       new  ab8c4db   Fix edge cases when specifying the user to run as.
       new  a531327   Added extended unit settings
       new  297d3b0   Number of planes and messages in title
       new  8e9220e   Quick prototype of color-by-altitude.
       new  e7d7fd5   Fix off-by-one error in Beast-format input.
       new  082e973   Merge branch 'Unit_settings' of git://github.com/m30164/dump1090 into m30164-Unit_settings
       new  5c1cf53   Simplify settings down to just Metric / ShowOtherUnit.
       new  0367429   Merge branch 'm30164-Unit_settings' (closes: #27)
       new  df64abe   Move special-character definitions to formatter.js.
       new  288a824   Merge branch 'title_numbers' of https://github.com/m30164/dump1090 into m30164-title_numbers
       new  268599a   Tweaks to title mangling:
       new  8fabfcb   Merge branch 'm30164-title_numbers'
       new  8f3be2c   Decode aircraft category, export in aircraft.json.
       new  7bd2bcc   Move color settings into config.js
       new  7fbdde1   Change map icon based on aircraft category.
       new  87bd168   Add formatter.js to conffiles.
       new  b804359   Initialize category.
       new  e1d262d   Add --show-only for extracting messages from a single plane.
       new  d7c5047   Fix crash when requesting nonexistent extensionless files (but only if HTMLPATH does not contain a '.')
       new  da2fff8   Proof of concept for an aircraft metadata DB.
       new  8209267   Avoid creating small child blocks, keep data in the parent where possible.
       new  60eab22   Package changes to support the aircraft DB.
       new  89ac9ad   Mark this version as ~dev.
       new  e8ad60d   Making progress output a bit friendlier.
       new  6148a05   Raspbian doesn't do ${python:Depends}
       new  e6c8125   Fix timestamp correction when sample blocks are dropped. (Fixes #43)
       new  15ea5ba   Rearrangements to the receive thread.
       new  ff09451   Fix interactive-mode delay timing when using --ifile.
       new  e9378fb   Fix endian issues in timestamp input/output.
       new  4d697ac   Emit capitalized hex in avrmlat output.
       new  0bd897c   Fix --mlat --raw stdout formatting on big-endian systems.
       new  05469fb   Add curl as recommends.
       new  079de99   Add --iformat option that controls the format of the data read from --ifile.
       new  a60270e   Don't hang if the ICAO hashtable fills up.
       new  03ba828   Rearrange position cleanup to be a bit more obvious.
       new  f58ff14   Fix queueing/resending very old Mode A/C messages.
       new  03b53c2   Factor out the sample -> magnitude conversion code and make everything a little less sample-rate-dependent. Add optional noise measurement (cheaper than the old version) Add optional DC filter (expensive, not really needed with rtlsdr input)
       new  4f861f6   Track age of heading/speed/altitude; use this when deciding what to emit in FATSV format.
       new  7d4eaf6   Don't emit stale alt/speed/track/pos (more than 30s old) even if they were updated since we last emitted a message.
       new  21bdc45   Tweaks to noise measurements.
       new  e7e9cec   Add --throttle option.
       new  656df98   Add --stats-range
       new  5fa039a   Only require librtlsdr headers while we're compiling dump1090, not the other helpers that don't use the dongle.
       new  2784481   Factor out net services so they're not tied to a static array.
       new  99dd290   Rebuild a basic faup1090 using the reworked network services bits.
       new  5c2ec71   Clean up dependencies.
       new  8d1df03   Don't use DF0/4/16/20 altitudes when DF17/18 altitudes are available.
       new  c7722f2   Guard against closing clients in a couple of places.
       new  8f08c1b   Make faup1090 write to stdout, not listen on port 10001.
       new  12a7d45   Mlat synthetic message detection.
       new  934dfee   Change the mlat timestamp to something that doesn't need escaping.
       new  7585177   Fix up filter population so it's not completely insane.
       new  803760c   Treat an all-zeros message as bad.
       new  b793f83   Rewrite and fix heartbeat code.
       new  51b5f4a   Include mlatFlags in aircraft.json.
       new  bd96d40   Display aircraft with mlat-derived positions with a different row color.
       new  1a3f65e   Add --no-interactive, --show-only options to view1090
       new  f6ff1c8   Show synthetic MLAT messages as such.
       new  98a55c8   Tweak CPR rules for mlat messages, add some debug.
       new  f1f76cb   When receiving mlat, allow larger gaps between positions before plotting estimated tracks.
       new  de4e233   When considering whether to suppress altitude messages, ignore mlat DF17s.
       new  32f8741   Show mlat positions differently in the detail pane.
       new  e5053ac   Only set/reset position_from_mlat when we actually see position data.
       new  45d645a   Default to not forwarding mlat messages. Add --forward-mlat option to enable it.
       new  b4490c7   Clear markers and don't color rows if the aircraft sees no positions for 60s, even if they are still receiving other messages.
       new  8d815b7   faup1090 accepts/requires --stdout
       new  5eaa62d   Use invoke-rc.d to restart lighttpd as per Debian policy
       new  c62dda5   adding country flags to ICAO listing
       new  c3e3130   flag images
       new  54be82c   Update script.js
       new  e907a06   Update gmap.html
       new  3f4d35f   add blank flag
       new  3b4c5c5   Merge pull request #63 from rgeissert/debian-package-fixes
       new  6d37952   Add tests for surface decoding at the poles/equator.
       new  e438e1e   Fix decoding of even lat=0 + odd lat=0 which can have 3 results (-90, 0, +90)
       new  ee36258   Create README.txt
       new  d7bb5f1   Merge remote-tracking branch 'mutability/master' into flags
       new  bb57656   changed ICAO to Country in selected section
       new  37c5832   Merge remote-tracking branch 'origin/flags' into flags
       new  849fc1a   work in progress
       new  31ccabe   added flags.js
       new  725fd31   Update flags.js
       new  6877203   Removed decimal ICAO codes. Only hex objects
       new  1a5e6e2   searches in hex now.
       new  1babb5b   Added span for flag icon in selected
       new  baddeb9   cleaning up code and plane table
       new  9e94a6d   fixed North/South Korea elements
       new  00f3f37   removed Country column
       new  899e072   Added back the flag in the selected section
       new  c95e577   minor cosmetic tweaks around flags
       new  de426ba   removed flag id
       new  95f90fe   file rename
       new  8a1c08c   Moved loading of flags.js above script.js
       new  b5d49b4   just cleaning up the formatting
       new  402e40f   fixed table display column problem
       new  9e00c2d   Merge remote-tracking branch 'origin/flags' into flags
       new  0858fa2   fixed colspan issue for position
       new  84ad8a2   removed old commented line
       new  05c8bc5   Merge pull request #45 from saiarcot895/add-curl-recommends
       new  7bebcc5   Merge branch 'flags' of https://github.com/Dynomity/dump1090 into Dynomity-flags
       new  b5960fd   Cleanups, reformatting, a few bugfixes, add sort-by-country.
       new  976dc44   Regenerate the ICAO ranges table based on data extracted from Annex 10.
       new  4f24e00   Merge branch 'Dynomity-flags'
       new  937e0ae   Trying out travis-ci
       new  221f8bb   Try using the gqrx repo for librtlsdr-dev packages for 12.04.
       new  46f3b72   Make it noninteractive.
       new  ef34c4c   Put the CI status in the README
       new  ae126d1   Add back Darwin/Mach/Apple portability
       new  1c80d1b   OS X compatibility cleanups.
       new  b51cafb   Merge branch 'dstipp-master'
       new  909f1ad   Allow D2 in altitude values (>62k ft)
       new  392054a   Add --html-dir option
       new  37677f1   --html-dir
       new  267e5d6   Update net_io.c
       new  90adaf2   Update net_io.c
       new  541f12f   Update dump1090.h
       new  217e6f9   Update dump1090.h
       new  f66420b   Update dump1090.c
       new  f8c6513   Update dump1090.c
       new  3d44559   Update dump1090.c
       new  3b4c872   Merge pull request #71 from maxried/master
       new  c55c71b   Fix off-by-one error that would ignore maxRange if it was exactly 360NM.
       new  a6cb388   Add nginx config file
       new  72e5115   Add nginx configs to packaging.
       new  416c859   Tweak the display of mlat aircraft icons (not convinced these are the best settings)
       new  482d3a1   Turn on scale (and zoom for good measure, though it's on by default)
       new  f8a3c46   Add generic map type config for maps that can be handled by simple URL pattern substitution.
       new  ecc4551   Merge pull request #78 from dschaper/nginx
       new  91fce10   Remember map type selection in local storage.
       new  f84e9a8   Fix the missing comma in the monochrome display example.
       new  497f88f   Don't match faup1090 tags when generating a version string from git tags.
       new  457761f   Don't spam stats reports if the system clock jumps.
       new  779c66e   Reindenting.
       new  75ddd87   Basic support for terrain-limit rings based on data from heywhatsthat.com
       new  c4a2a5c   Fix the upintheair URL.
       new  efd6b94   Track HAE altitude separately to baro altitude where possible.
       new  c99e4d9   Factor out metric conversions, always report FL as feet-based in rtl1090 mode.
       new  9479a5c   If --hae is passed, report altitudes as HAE where available, with a H suffix.
       new  5c3692a   Require an explicit #define at build time to enable --aggressive.
       new  ecbdbf2   Never forward mlat via SBS or raw output; it is no longer identifiable as mlat when forwarded on those paths.
       new  5632a2c   Try to get travis working again.
       new  1170ed9   Set faup1090 default max range to 360NM.
       new  d9eec66   Track what data we got via TIS-B, report it as such.
       new  c4e1622   Oops, sprintf -> snprintf
       new  cc04f31   Make the HAE/Baro offset field a bit clearer.
       new  1a2926b   Display ES data for DF=18, CF=2 when showing messages verbosely. Always show an address for DF=18, using the NON_ICAO flag as needed.
       new  2b46653   Support multiple listening ports per listener type. Beast input defaults to listening on both 30004 and 30104. Drop the FATSV listener entirely (use faup1090 for that) Ignore --net-beast.
       new  2a07897   Be more selective about what is flagged as TIS-B.
       new  cd86032   Fix return value sense of is_port_list
       new  4711eaf   Remove reference to net-fatsv-port in postinst.
       new  f9aa039   Avoid creating a config file with all blank values if postinst configure fails.
       new  c510adb   $a is a literal sed command, avoid shell var expansion.
       new  356cda2   Flush stdout after writing message details so it works reasonably if there's also stderr output nearby.
       new  e101351   Enforce max-range on mlat results (but still skip the speed check)
       new  8f58d06   Revert the accidental change of default values for raw in/out ports.
       new  577fe9b   Remove --aggressive from config options as the standard build will ignore it.
       new  108b402   Directly include the VRS-derived json db since the underlying DB is not being updated any more.
       new  a2eb71d   IPv6 support (in theory).
       new  eb16ac2   Fix some termination issues.
       new  ce38ddf   Remove references to --aggressive from the maint scripts
       new  1c1b496   Remove duplicate crc.h copyright entry
       new  b3769c2   Merge pull request #101 from rgeissert/aggressive-removal-fixup
       new  2dfd132   Add copyright information about coolclock.js
       new  5b746d1   Add copyright information about the flags-tiny pngs
       new  2ea2181   Add copyright information about clock_gettime
       new  7e317ea   Add copyright information about clock_nanosleep
       new  008c1ee   Add copyright information about markers.js
       new  ad3e4fa   Merge pull request #102 from rgeissert/debian-copyright
       new  99696cf   minor html syntax fixes for map view
       new  1d723b0   Remove sensor parameter from google maps api url, it is no longer required.
       new  3a98bf0   Remove invalid css property 'align' from timestamps div
       new  a283ab2   Fix check for valid distance in drawCircle()
       new  f7c9aed   Merge pull request #103 from bjd/web-fixes
       new  214bc0e   Treat zero-or-missing signal levels as "no information" and don't include them in RSSI.
       new  c218bb9   Link to the new FA ModeS redirect URL
       new  85aa200   Extra paranoia for --aggressive mode: only forward 2-bit-corrected messages via paths that allow the recipient to see that they are 2-bit-corrected i.e. raw or beast output in --net-verbatim mode only.
       new  7a58e3c   Move Mode C altitude calc into mode A/C message decoding. If SPI is set, it cannot be mode C.
       new  0dc8336   Populate verbatim message for mode a/c.
       new  f6bdb61   Experimental 2.4MHz Mode A/C demodulator.
       new  5781e6a   Be a bit more aggressive about rejecting noise in the space periods.
       new  03c29a3   Handle errors from rtlsdr_get_device_usb_strings.
       new  f53bca9   Add PlaneFinder link
       new  dfc253b   Merge pull request #110 from BowlesCR/planefinder
       new  d00b07f   Indentation/Readability cleanup
       new  e509e76   Avoid mixed-content warnings when served over HTTPS (in a protocol-relative way)
       new  ebce0fd   Pedantic tweaks for HTML5 validation
       new  9470676   fix compilation on OpenBSD
       new  e0c15ea   changed MISSING_{NANOSLEEP,GETTIME} to use -D to fix compilation on OS X
       new  953a5e0   OpenBSD uses _CLOCKID_T_DEFINED_ instead of CLOCKID_T
       new  8332251   fixed a tiny change to an #ifndef comment
       new  e01b7b6   Added libusb-1.0 to the list of libs handled by pkg-config
       new  e8919ea   Merge pull request #112 from WIZARDISHUNGRY/mutability-homebrew
       new  5417fa6   Merge pull request #111 from WIZARDISHUNGRY/mutability-openbsd
       new  d663094   Merge branch 'htmlcleanup' of https://github.com/BowlesCR/dump1090 into BowlesCR-htmlcleanup
       new  e1278c3   Revert script.js indent changes from d00b07f361a62337d0cbdf6ea9831c13a597ff8c
       new  859ba3b   Fix some format strings that pass an unsigned int but use %d
       new  1269d73   Fix another string format where %d is used but an unsigned int is passed
       new  162bf9d   Merge pull request #116 from rgeissert/cppcheck-warnings
       new  bd1c82a   Update faup1090.c
       new  62119c3   Point mutability-repo package at the current version
       new  c701b46   Added a new marker for heavy aircraft
       new  93c135e   Remove a dead #define
       new  d419b62   Always use phase enhancement; silently ignore --phase-enhance if given.
       new  acd3870   Fix a couple of places that refer to "noise floor".
       new  b8dc397   Always measure noise power, silently ignore --measure-noise if given.
       new  8f82e61   Remove the 2MHz demodulator.
       new  56e8058   Remove --phase-enhance from the initscript.
       new  8b341f3   Add some paranoia so we notice if the receive thread wedges.
       new  ee4dc69   Merge pull request #120 from danielmerritt/new-markers
       new  7c9320a   Update source comment for the new heavy marker
       new  42bf39e   Merge pull request #117 from ertyu/ertyu-patch-1
       new  bf04264   Increase the size of the heavy icon a little.
       new  75b6945   Remove unused functions in demod_2400
       new  999e555   Merge pull request #125 from rxseger/unused
       new  5d71b0d   Test on latest Xcode for OS X 10.9, 10.10, and 10.11
       new  dfe3d7a   Merge pull request #126 from rxseger/osx
       new  22c9041   Check we got a full read when serving local files over HTTP.
       new  da437b3   Set the socket buffer to the size of a HTTP response.
       new  b1acfcf   Switch to latest stable jquery/jqueryui. Include a local copy.
       new  5acecba   Starting to hack on OL3 support.
       new  8639ab3   More work on OL3.
       new  98564ab   Add a scale.
       new  18bd8b6   Draw plane icons.
       new  90f5a7d   Round the computed colors a bit to reduce flickering.
       new  fc95719   Reinstate selecting aircraft by clicking on their icons.
       new  b7fc52b   Tweak the svg stroke width based on scale.
       new  5cf512c   Clean out some debug, dead code.
       new  54dc91a   Make table selection a little more robust.
       new  986c910   Turns out we don't need an interaction to catch feature clicks.
       new  49cb77a   Do stuff while animating/interacting.
       new  2e68341   Layer switching support, ChartBundle, Bing maps.
       new  a357b96   Keyless MapQuest access goes away shortly so remove that layer.
       new  6e8b7cf   Expand the attributions control by default.
       new  4862010   Don't gratuitously reverse the layer order in the switcher.
       new  6676bc8   Allow forEachRecursive to work on a collection/array.
       new  381ce5f   Lots of layer cleanups. Move layer config into a separate file. Add a Mapzen vector tile layer. Make the overlay layers toggleable.
       new  2bbc117   Base64-encode the SVG markers, seems to make Firefox happier.
       new  abab5f5   Fix initial baselayer selection if no type was stored.
       new  ae6a7ac   Move aircraft icons above aircraft trails.
       new  b93ada6   Explain where to get map keys.
       new  6e13727   Switch to OL 3.17.1; include a copy locally.
       new  b05510c   Merge branch 'ol3'
       new  68ef9ce   Add a note about the map API change.
       new  9a10ef4   Remove a stray "fi" in the initscript. Should fix #127.
       new  e4ceea3   Disable the internal webserver at build time.
       new  ebfa6f6   Strip out the config options for the internal webserver.
       new  9012b46   Make the lighttpd enable/disable a bit more automatic.
       new  ad3d0e4   Upgrade the lighttpd dependency to Recommends
       new  b2aaa23   Remove the last vestiges of the update-aircraft-db cronjob.
       new  474b564   Try to configure whatever faup1090 connects to for the settings we want.
       new  1e5a6fd   Don't touch the GPS setting (I had it backwards anyway).
       new  a06b13d   Relax the A/C quiet threshold; this seems to pick up a lot more A/C messages.
       new  d3565b4   Generate geodesic circles for range rings.
       new  4305c99   Add Bing roadmap layer (if you have a key)
       new  426e77a   Don't choke when selecting positionless planes in the table.
       new  ca3c497   Add a note about quoting keys in config.js
       new  50fd2ac   Store the state of each overlay layer in localStorage.
       new  8766a58   Add a NEXRAD layer suggested in #135
       new  bc8ba5b   Refresh the nexrad tiles every 5 mins.
       new  8d998b2   Rename --hae to --gnss since it's not always HAE.
       new  568e843   Add --max-range to view1090, use the same defaults as dump1090.
       new  43906f9   Limit aircraft-relative CPR to 50km.
       new  308b928   If maxrange is 0, we cannot do receiver-relative CPR at all.
       new  a910454   Comm-D ELM is actually DF 24..31, not just 24.
       new  08c1448   Use the haversine formula for small greatcircle distances, rather than clamping to zero.
       new  8b8f8d7   Use INVALID_ALTITUDE in a few more places.
       new  36a5c16   Initialize from static "zero" messages rather than using memset.
       new  f152bf6   Build in C11 mode on Linux.
       new  54ca2c7   WIP big rewrite of message decoding / aircraft tracking.
       new  ca57fb2   Add more aircraft icons courtesy Peter Lowden. Add support for selecting an icon based on aircraft type from the json DB.
       new  158a829   Rearrange json DB stuff so it can work with CSV input.
       new  4c79319   Fix the scaling comment.
       new  4d47ada   Add some more type->marker mappings.
       new  244ea98   Add A380 and B737-800 markers.
       new  9540348   Make faup1090 emit some interesting messages when they occur.
       new  0888764   Rename the ACAS stuff a bit, emit ES target state.
       new  fa91b24   Use _DEFAULT_SOURCE to get ANSI-plus-defaults rather than _BSD_SOURCE + _POSIX_SOURCE which newer glibc doesn't like.
       new  3e08de9   WIP on decoding operational status & target state messages.
       new  08fba4e   Add support for markers that don't rotate but have a heading arrow. Use it for balloons.
       new  303d3c3   Make faup1090 emit iSource to say where the ident came from.
       new  a1fdc07   Restructure decoding to use a helper function to extract bit ranges
       new  f9419f1   Break up decodeExtendedSquiiter, it was getting pretty large.
       new  2636353   Fix aircraft-relative position validity check.
       new  1958b23   Tweak the on-the-ground conditions a little.
       new  e5912c3   Add some mechanical hexid->registration conversions.
       new  d1a33f4   Add a script that filters redundant registrations from the json db
       new  aa91643   Prune the static DB with filter-regs.js
       new  2f12447   Russian regs should be RA-nnnnn not RAnnnnn
       new  f45430e   Warn about CSV mismatches in filter-regs.js
       new  2a3e4a0   Support reading multiple CSVs in csv-to-json.py
       new  9b0d40f   CUTnnnn should be CU-Tnnnn
       new  65a0f7f   Compress vrs.csv since it's basically readonly.
       new  d75cc94   Fix handling of nodejs module stuff when loaded in the browser.
       new  8e8b858   Merge branch 'master' into tracking-rewrite
       new  b827806   Simplify ident decoding, add some sanity checks to the BDS2,0 case.
       new  9e179d4   Don't accept all-zeros messages (e.g. off the network - the demodulator doesn't accept them already)
       new  1064130   Add a couple more ME types.
       new  2a4aa29   Record the address type details when decoding.
       new  8d8443f   Track the "best" addrtype we ever saw for an aircraft.
       new  0ae2c5e   Emit addrtype in json output.
       new  8441cf7   Emit non-icao addresses, address types from faup1090
       new  4dacb29   Fix tabs in faup1090 output.
       new  50a606d   Make it clearer that ADDR_ADSB_ICAO includes Mode S too.
       new  46f0c15   Test page for markers.
       new  9653d36   faup1090: emit events from DF18 as well as DF17
       new  001f495   faup1090: report non-A-class categories.
       new  92136f3   faup1090: only report airGround if we got a message confirming it since the last update.
       new  fb454c0   faup1090: accept squawks, idents as "useful" things.
       new  7e00309   faup1090: apply the same update rules to squawks/idents as to other data.
       new  7c1fed9   faup1090: entirely blank (all spaces) idents are not interesting
       new  729d91c   Fix up address type categorization to match the spec.
       new  0c71b3d   Fix up unsigned subtractions & use of abs. Also fix heading difference which was just wrong, signed or not.
       new  197fb26   Tool to replay beast captures with the right inter-message timing.
       new  5d681f4   faup1090: Don't bother with the tisb field now that we have addrtype.
       new  f607521   faup1090: Reinstate TIS-B reporting as just the address type is not sufficient if there is both TIS-B and Mode S for the same aircraft.
       new  7cd66c3   Increase the TSV packet size to accomodate all the extra data recently added.
       new  dda5411   faup1090: Track Comm-B ACAS RA separately to ES ACAS RA as it's useful to see both reported. Fix repeated reporting of ES ACAS RA reports.
       new  617a71e   Fix a stray extra comma in port 30003 output if only GNSS altitude was available.
       new  52fe01c   Track CPR encoding type directly rather than inferring it from airground.
       new  344415b   Add a port-30003 regression diff script.
       new  2b47fe5   Fix knots -> km/h conversion in interactive mode.
       new  54c97ba   Adjust precision of feet -> meters conversion
       new  23765c9   Add latest Xcode version in Travis config
       new  b749d94   Fix build on OS X 10.12 Sierra
       new  45575cf   Merge pull request #155 from toofishes/meters-precision
       new  9da809c   Merge pull request #156 from toofishes/updates-for-osx
       new  d6fffea   removed execute bit
       new  b957166   Merge pull request #161 from marvin-sinister/master
       new  e3334ed   Fix MessageRate exception when null in javascript
       new  fb63bdc   Merge pull request #166 from Thom-x/master
       new  ccd8fd5   Fix a couple of flag image typos.
       new  9d346f9   Added Australian hexid->registration conversion
       new  aa134a2   optional bias-t support
       new  eeb7d1d   note about bias-t support
       new  e0e335f   Australian registrations can be calculated using the existing stride_mapping function.
       new  75c1400   Fixed typo in hex code
       new  34fb495   Merge pull request #183 from labomb/bias-t-support
       new  a1a84fb   usage text and defaults not in sync
       new  803dfe8   --stats isn't exclusive to --ifile input
       new  502cd22   Merge pull request #184 from labomb/showHelp-defaults-inconsistencies
       new  174a064   Update Debian init script to require $network and $local_fs - Issue #172
       new  9ecaacd   Merge pull request #180 from ausmez/master
       new  9fe1a48   Revise init script to follow Debian interpretation of LBS standards - Issue #172
       new  bffaa6d   Merge pull request #185 from Romeo-Golf/master
       new  b1c4085   pkg-config --cflags consistent with --libs
       new  03b4ada   fallback if missing repo tags
       new  47d3b8c   Merge pull request #189 from labomb/Makefile-tags
       new  a2bf08d   Merge pull request #188 from labomb/Makefile-cflags
       new  0034962   Remove an ancient 2MHz capture.
       new  b155fdb   Update README.md
       new  dc03211   Debian control fields fixes
       new  fa344dc   Config file for serving the web interface via apache
       new  c8bd6d9   Serve the json files directly via apache
       new  bbea6a0   Use dh_apache2 to handle the config file
       new  c6e7718   Add manpages for dump1090 and view1090
       new  347b0b9   Rename the man pages and update the reference to Malcolm Robb's fork
       new  2dd9bd2   Make it a 3.0 quilt format package
       new  46ec097   Use the packaged versions of jquery and excanvas
       new  b22c9af   Use the minified versions of jquery
       new  8e2423f   Don't mark some of the public_html/ files as conffiles
       new  774a49d   Move config.js to the-more-appropriate /etc directory
       new  02e1e6f   Refresh the patch to use the Debian-packaged jquery
       new  9269c6b   Use the smoothness jquery theme package
       new  f503ac5   Use the minified version of excanvas
       new  3d8ea8f   Refresh the patch to use the Debian-packaged excanvas
       new  af2edaf   Bump debhelper compat level to 9
       new  4a09f28   Add a missing dependency on lsb-base
       new  3e17dce   Don't call lighty-enable-mod with its full path

The 1076 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/mutability-dump1090.git



More information about the pkg-hamradio-commits mailing list