[hamradio-commits] [dump1090] branch master updated (e14d4cc -> db37b37)
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:19:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
mernisse-guest pushed a change to branch master
in repository dump1090.
from e14d4cc .c -> .h
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 3113223 One bug fix, and some changes to the --interactive output format
new ed80552 Speed up the I/Q to magnitude calculation
new 4f7b51a Change timer granularity & incorporate terribl's latest changes
new 316b456 Make Things more Windows friendly
new 192cb80 Speed up the I/Q to magnitude calculation
new 8ba18eb Type Conversion required when using --file
new bbe96b6 Merge remote-tracking branch 'origin/master' into Debug
new 408c846 Merge remote-tracking branch 'origin/master' into Debug
new d02a404 Merge remote-tracking branch 'origin/master' into Debug
new ff34693 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 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 c495670 --mlat option and --interactive-rtl1090 option added
new 44ca030 committ repeated
new 0c91c5f Merge pull request #1 from junglejet/Debug
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 6968bf9 Splitted gmap.html to multiple files in new 'public_html'-directory.
new c5fdde6 Added resetMap()-function to web-view.
new 914923f Fix terribl's commit for Microsoft C
new f59e82a fix .gitignore file
new bf4ccac bdavenports .diff-file
new e6080e2 Some map view changes
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 f011f07 Tidy up ModeA/C mm and a structure
new 735429b Additional bFlags for Lat/Lon decoding
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 d046906 Update ModeA/C to ModeS
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 78f565c Really minor tweaks
new 8feabda BDAVENPORT : Adds a Table
new f56679a VK1ET : Bugfix pTimestamp printf()
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 bd39479 Merge pull request #6 from bdavenport/tablesort
new d7df2ad Merge remote-tracking branch 'upstream/master'
new 2d1325f Changing info_footer to info_settings.
new 0ee5cdb Fixed a bug on Settings-link placement
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 a1d4a9f Merge branch 'settings'
new f853550 Fixing resetMap()-bug.
new 92fd06b VK1ET : Bugfix in Error correction table
new f33a709 VK1ET : Better pthread termination
new 640d63a VK1ET: Shorten CRC calculation
new 0a0ba16 VK1ET : Changes to modesInitError()
new 542b94d VK1ET : Changes to fixBitErrors()
new e33591d VK1ET : Check Bit Correction against ICAO cache
new be6cb6e VK1ET : Use error corrected DF17
new 08ffc3f Change mm.crc checks to mm.correctedbits
new 4a3113f Decode DF-18
new 2c7c1a4 Merge remote-tracking branch 'upstream/master'
new 6bf2f2b Added global settings and untrackedDeveloperSettings.js-file.
new b481c76 mm structure initialisation
new e50c2a5 Phase Enhancement changes
new 1436062 Merge remote-tracking branch 'upstream/master'
new e309025 Merge remote-tracking branch 'upstream/master'
new e0c752b Merge branch 'master' of https://github.com/terribl/dump1090
new 242738b Removed 0000 squawks from table
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 3eb21ea Merge remote-tracking branch 'upstream/master'
new 8e23983 Merge pull request #1 from terribl/master
new 05c9ebb Merge pull request #3 from terribl/master
new c43c922 Making the inital checkin to the refactored map page.
new caf413c Working on adding paths to the planes.
new b542488 Updated a copy/paste error, where I did not update the paste.
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 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 9c465c1 Added untrackedDeveloperSettings to this branch too.
new e22cff4 Small bugs and cleaned squawkdisplay
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 b5d0038 Fixes the selection bugs
new e2b552e Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor Missing semicolon;
new 5cd8a09 Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor
new 498b512 Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor
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 4752578 Working on making an options window
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 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 3117b1c Merge pull request #6 from terribl/master
new b0e0f96 Merge pull request #8 from MalcolmRobb/master
new 29d413e Merge pull request #9 from MalcolmRobb/master
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 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 190a746 Merge pull request #19 from hhm0/decoding
new 59984ac B"H allow disable ports, doc disable net heartbeat
new c0d6ea0 Merge pull request #20 from hhm0/network_disabling
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 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 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 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 eb41be3 B"H net_io: http: check if file can be sent
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 95ccb90 Fix --gain with fractional gain values.
new 8725ba0 Merge pull request #39 from mutability/fractional-gain
new e5b3572 Reject out-of-range latitudes when doing CPR decoding.
new bd151e1 Merge pull request #40 from mutability/discard-bad-cpr-latitudes
new 14ff25b Improve map display layout and styling
new b7d01c5 Don't restrict sidebar width
new 5cdcc22 Merge pull request #29 from tslocum/bettermap
new 0c2487d Add Degree Symbol to Track Value
new 9d3452f Merge pull request #27 from ddeitterick/format_track_field
new df4a8ce Change the Background Color for a Plotted Plane
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 3eb39ab Don't output message reception time in SBS format for remote messages.
new c09c684 Merge pull request #41 from mutability/skip-remote-timestamps
new 98c7c73 Only use O_BINARY on Win32
new bf11136 Merge pull request #44 from mutability/fix-obinary
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 98f5105 Merge pull request #47 from mutability/flightradar-compat-fix
new 186cac5 Use the anet-reported error string when reporting bind errors.
new 5a5c52d Merge remote-tracking branch 'origin/pr/46'
new 1006167 Add --stats-every <secs> option.
new 4fc2697 Add stats for number of sample blocks processed and dropped.
new b98c685 Move the stats reset strictly after stats display, so the total message count is shown correctly.
new bc496fb Merge pull request #43 from mutability/more-stats
new 661246d Prefer to use global CPR decoding where possible.
new 16a900c Merge pull request #42 from mutability/prefer-global-cpr
new 4f449a8 Make Pull # compatible with Pull #42
new 7fab5b0 Check if bit correction happened before bailing out due to a bad CRC.
new dee6ded Merge pull request #35 from mutability/use-repaired-checksums
new a513c36 Detect client EOF properly. Handle EWOULDBLOCK.
new 65751ed Merge pull request #45 from mutability/net-client-eof-handling
new f71bc6c Merge branch 'master' of https://www.github.com/MalcolmRobb/dump1090 into http_server_wk
new a13c2f8 Add Distance to Table Info
new e225b5d Merge pull request #24 from ddeitterick/add_distance_to_table
new f933ed2 Center "Distance from Site" for Selected Plane
new f95d54e Merge pull request #25 from ddeitterick/center_selected_plane_distance
new e5fddba Add flightradar24.com link
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 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 8b4d5b3 Merge branch 'master' of https://www.github.com/MalcolmRobb/dump1090 into socket_hang
new e20e240 B"H Merge branch 'master' of https://www.github.com/MalcolmRobb/dump1090 into socket_hang
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 75438d5 Change the marker color for aircraft with no recent updates.
new 7b2e4ca Merge pull request #49 from mutability/show-stale-planes
new 5b4d811 Ability to assign bind address for services
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 a9cd75d More Updates to Pull #54
new cc27ff6 link to FlightAware for flight details
new 87a88c9 Merge branch 'master' into faurl
new cd09210 Merge branch 'master' into faurl
new b8ea754 Merge pull request #13 from bovine/faurl
new 960ebfc Publish version 1.10.3010.14
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 bff92c4 Merge pull request #36 from mutability/improve-phase-enhancement
new 1070715 merge new upstream version
new e557686 Imported Upstream version 1.10.3010.14+dfsg
new db37b37 Merge tag 'upstream/1.10.3010.14+dfsg'
The 389 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.
Summary of changes:
.gitignore | 10 -
debian/CHANGES | 283 +++++++++++++++++++++
debian/changelog | 9 +-
debian/patches/01-jquery.patch | 6 +-
.../{03-excanvas.patch => 02-excanvas.patch} | 4 +-
debian/patches/02-http-buffer.patch | 111 --------
debian/patches/04-socket_leak.patch | 177 -------------
.../05-disable-local-file-http-access.patch | 105 +-------
debian/patches/series | 4 +-
debian/rules | 1 +
dump1090.c | 3 +
dump1090.dsp | 4 +
dump1090.h | 3 +-
dump1090.rc | 115 +++++++++
mode_s.c | 111 +++++---
net_io.c | 101 +++++---
public_html/config.js | 1 +
public_html/gmap.html | 4 +-
public_html/planeObject.js | 6 +
public_html/script.js | 38 ++-
public_html/style.css | 2 +-
winstubs.h | 3 +-
22 files changed, 617 insertions(+), 484 deletions(-)
delete mode 100644 .gitignore
rename debian/patches/{03-excanvas.patch => 02-excanvas.patch} (92%)
delete mode 100644 debian/patches/02-http-buffer.patch
delete mode 100644 debian/patches/04-socket_leak.patch
create mode 100644 dump1090.rc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git
More information about the pkg-hamradio-commits
mailing list