[mapserver-commits] [MapServer/MapServer] 40beb2: maputfgrid: fix cppcheck warnings about unitialize...
Jeff McKenna
noreply at github.com
Mon Mar 22 04:36:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/MapServer/MapServer
Commit: 40beb2de670097278427f9237f0f19e7a4e02b7f
https://github.com/MapServer/MapServer/commit/40beb2de670097278427f9237f0f19e7a4e02b7f
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M maputfgrid.cpp
Log Message:
-----------
maputfgrid: fix cppcheck warnings about unitialized member variables, and C++ify a few data structures
Commit: 55575913e205a12440620c9c8373f998267befd5
https://github.com/MapServer/MapServer/commit/55575913e205a12440620c9c8373f998267befd5
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapagg.cpp
M mapcluster.c
M mapcopy.c
M mapdraw.c
M maphash.c
M maphash.h
M maplayer.c
M mapmssql2008.c
M mapogr.cpp
M mapprimitive.c
M mapproject.c
M mapproject.h
M mapserver.h
M mapsymbol.c
Log Message:
-----------
Const'ify the source parameter of msCopyXXXX() functions and related changes
Commit: 53506a40a5cf36829cf0c63e999e66ae62c1bd7d
https://github.com/MapServer/MapServer/commit/53506a40a5cf36829cf0c63e999e66ae62c1bd7d
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M CMakeLists.txt
R mapunion.c
A mapunion.cpp
Log Message:
-----------
mapunion: port to c++ to fix a cppcheck warning about nullptr dereference
Commit: fe0c125a6d14bbbd78ec6417db781bc1c0f9fdf7
https://github.com/MapServer/MapServer/commit/fe0c125a6d14bbbd78ec6417db781bc1c0f9fdf7
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M apache/mod_mapserver.c
M mapcluster.c
M mapcopy.c
M mapfile.c
M maplabel.c
M maplayer.c
M mapogr.cpp
M mapprimitive.c
M maprendering.c
M mapscale.c
M mapstring.cpp
M maptemplate.c
M mapwmslayer.c
M scripts/cppcheck.sh
Log Message:
-----------
Address cppcheck warnings about nullptr useless or missing checks
Commit: ac99e4f8ee88f76c343b0a875d3eb5d02204622a
https://github.com/MapServer/MapServer/commit/ac99e4f8ee88f76c343b0a875d3eb5d02204622a
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M maperror.c
M mapprimitive.c
M mapproject.c
M maprasterquery.c
Log Message:
-----------
Fix uninitStructMember warnings about z and m fields
Commit: 548c2d41f9dca7954799383718d2bc9433905331
https://github.com/MapServer/MapServer/commit/548c2d41f9dca7954799383718d2bc9433905331
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M maplayer.c
M maputil.c
Log Message:
-----------
Remove useless return/break
Commit: 3aab436e6116c84994da70274348bdd723bde185
https://github.com/MapServer/MapServer/commit/3aab436e6116c84994da70274348bdd723bde185
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapagg.cpp
M mapagg.h
Log Message:
-----------
mapagg: add missing initializeation of member variables and a few C++11 ification
Commit: f244c8918ae2c9c911d33eb120d6f09c75c66f73
https://github.com/MapServer/MapServer/commit/f244c8918ae2c9c911d33eb120d6f09c75c66f73
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M interpolation.c
Log Message:
-----------
Minor printf formatter fix
Commit: f4286d624efcfd2b321dff77e5449ba7b79b99e1
https://github.com/MapServer/MapServer/commit/f4286d624efcfd2b321dff77e5449ba7b79b99e1
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapogcsld.c
M mapows.c
M mappool.c
M mapstring.cpp
Log Message:
-----------
Address warnings about mis-use of realloc()
Commit: 10949bc76cccd251a9d29e02a8f3f465ef132ad3
https://github.com/MapServer/MapServer/commit/10949bc76cccd251a9d29e02a8f3f465ef132ad3
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapogr.cpp
Log Message:
-----------
mapogr: fix missing initialization of class member, and C++11 ification
Commit: bdfd108c07a63a8cb5530585b32bc89e19784e47
https://github.com/MapServer/MapServer/commit/bdfd108c07a63a8cb5530585b32bc89e19784e47
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapscript/php/label.c
M mapscript/php/style.c
Log Message:
-----------
php: fix wrong bound check
Commit: bdfb7873328bbc16f5bf0e58295a8110bc76a970
https://github.com/MapServer/MapServer/commit/bdfb7873328bbc16f5bf0e58295a8110bc76a970
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapgdal.c
Log Message:
-----------
mapgdal: remove useless memory allocation
Commit: 78ba83336e1cca9f93dffcc84bc18eaea65721b3
https://github.com/MapServer/MapServer/commit/78ba83336e1cca9f93dffcc84bc18eaea65721b3
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapprimitive.c
M mapraster.c
Log Message:
-----------
Fix memory leaks
Commit: f97c7d0cafab76d2ff45941acb15942393bfc4ac
https://github.com/MapServer/MapServer/commit/f97c7d0cafab76d2ff45941acb15942393bfc4ac
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M maplabel.c
Log Message:
-----------
Initialize variables
Commit: af873931dd84d6fc1935ddb5db4241f8f890acc3
https://github.com/MapServer/MapServer/commit/af873931dd84d6fc1935ddb5db4241f8f890acc3
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M maphash.c
Log Message:
-----------
Remove useless assignment
Commit: c278b84c8d272a68ba73a61f00cc14c6401f3c27
https://github.com/MapServer/MapServer/commit/c278b84c8d272a68ba73a61f00cc14c6401f3c27
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapservutil.c
Log Message:
-----------
msCGIDispatchQueryRequest(): remove assignments that are later overriden
Commit: 6dfeb42dca3ca105cc35b262c37b57451cf0ebaa
https://github.com/MapServer/MapServer/commit/6dfeb42dca3ca105cc35b262c37b57451cf0ebaa
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapchart.c
Log Message:
-----------
Make it more obvious than sscanf() usage is correct
Commit: 03a96702c57cd762adc7e09b2b0decec303bd27c
https://github.com/MapServer/MapServer/commit/03a96702c57cd762adc7e09b2b0decec303bd27c
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M maplabel.c
Log Message:
-----------
msLoadFontSet(): fix potential buffer overflow
Commit: 869bd0ac3c465642a7ede7df1a4380a44b20ff48
https://github.com/MapServer/MapServer/commit/869bd0ac3c465642a7ede7df1a4380a44b20ff48
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapagg.h
M maputfgrid.h
Log Message:
-----------
Add explicit keyword in single-parameter constructors
Commit: 6dfa31f88496cd6d067c20e4aa3e084b925ab249
https://github.com/MapServer/MapServer/commit/6dfa31f88496cd6d067c20e4aa3e084b925ab249
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mappostgis.cpp
M mapunion.cpp
Log Message:
-----------
Suppress warnings about passedByValue
Commit: 7ce7752ec6660413736bdf463417992d4556d690
https://github.com/MapServer/MapServer/commit/7ce7752ec6660413736bdf463417992d4556d690
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M classobject.c
M layerobject.c
M mapcontext.c
M mapdebug.c
M mapdrawgdal.c
M maperror.c
M mapgeos.c
M mapio.c
M maplabel.c
M mapobject.c
M mapogcfilter.cpp
M mapogcsld.c
M mapogr.cpp
M mapproject.c
M mapshape.c
M mapsymbol.c
M maptemplate.c
M maptree.c
M mapunion.cpp
M mapwfslayer.c
M shptree.c
Log Message:
-----------
Remove useless checks
Commit: 061e756fe5ce253298b896b2ad67284b12c65ed9
https://github.com/MapServer/MapServer/commit/061e756fe5ce253298b896b2ad67284b12c65ed9
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M shp2img.c
Log Message:
-----------
shp2img: avoid arrayIndexThenCheck cppcheck warning
Commit: 61fe59b1c874513bd66cf5b4ab5e98e3d7c512a7
https://github.com/MapServer/MapServer/commit/61fe59b1c874513bd66cf5b4ab5e98e3d7c512a7
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapio.c
Log Message:
-----------
Avoid unused variable warning
Commit: d995c34e24a368767d9566c6b1c9c28d18a79f8d
https://github.com/MapServer/MapServer/commit/d995c34e24a368767d9566c6b1c9c28d18a79f8d
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapmetadata.c
M mapogcfilter.cpp
M mapogcsld.c
M mapscript/php/label.c
M mapscript/php/style.c
M maptime.c
Log Message:
-----------
Fix unsignedLessThanZero warnings
Commit: 30cdee81c23048e2170e80c22f9ba73946904d56
https://github.com/MapServer/MapServer/commit/30cdee81c23048e2170e80c22f9ba73946904d56
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapfile.c
Log Message:
-----------
Remove unreachable code
Commit: f00408d53e6d549a749cc658fa44e292bf2e9611
https://github.com/MapServer/MapServer/commit/f00408d53e6d549a749cc658fa44e292bf2e9611
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapscript/php/image.c
Log Message:
-----------
mapscript/php/image.c: add parentheses for clarification
Commit: 4f6ccc0dc2fdd1fd4ee55f17d2385b35ff497d54
https://github.com/MapServer/MapServer/commit/4f6ccc0dc2fdd1fd4ee55f17d2385b35ff497d54
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapimagemap.c
Log Message:
-----------
Remove useless use of abs()
Commit: e99d9536187a2b9dda48e96e1af1cca4f2c23c68
https://github.com/MapServer/MapServer/commit/e99d9536187a2b9dda48e96e1af1cca4f2c23c68
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M apache/mod_mapserver.c
M classobject.c
M fontcache.c
M mapagg.cpp
M mapchart.c
M mapcontext.c
M mapcontour.c
M mapdraw.c
M maperror.c
M mapgdal.c
M mapgeomtransform.c
M mapgeos.c
M mapgml.c
M mapgraticule.c
M mapimageio.c
M mapimagemap.c
M maplabel.c
M maplayer.c
M maplegend.c
M mapmetadata.c
M mapobject.c
M mapogcfilter.cpp
M mapogcsld.c
M mapows.c
M mapprimitive.c
M mapproject.c
M maprasterquery.c
M maprendering.c
M mapscale.c
M mapscript/php/layer.c
M mapscript/php/map.c
M mapscript/php/php_mapscript.c
M mapsearch.c
M mapservutil.c
M mapshape.c
M mapstring.cpp
M mapsymbol.c
M maptemplate.c
M maptile.c
M maptime.c
M maputil.c
M mapuvraster.c
M mapwfslayer.c
M mapwmslayer.c
M scripts/cppcheck.sh
M textlayout.c
Log Message:
-----------
Remove useless assignments of variables
Commit: 205b21ef813926944382cf29e392f61172c48ead
https://github.com/MapServer/MapServer/commit/205b21ef813926944382cf29e392f61172c48ead
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapstring.cpp
Log Message:
-----------
Fix behaviour of C++ msStringTrimBlanks()
Commit: 67b1867ad4535b315f65414f16b8bd460ed93bf0
https://github.com/MapServer/MapServer/commit/67b1867ad4535b315f65414f16b8bd460ed93bf0
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M scripts/cppcheck.sh
Log Message:
-----------
cppcheck.sh: ignore likely false positives in generated yacc/maplexer files
Commit: b17e09bd928dd59f13e480ce0a212cfed3ad40a3
https://github.com/MapServer/MapServer/commit/b17e09bd928dd59f13e480ce0a212cfed3ad40a3
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M .github/workflows/cppcheck.yml
Log Message:
-----------
Github action cppcheck.yml: make it fail when scripts/cppcheck.sh fails
Commit: 0bea36671440d927b9cfc649bd087491f2a8aa70
https://github.com/MapServer/MapServer/commit/0bea36671440d927b9cfc649bd087491f2a8aa70
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapcontext.c
M maplabel.c
M mapogcfilter.cpp
M mapprimitive.c
M maprasterquery.c
M mapresample.c
M maptemplate.c
M maputil.c
M mapuvraster.c
Log Message:
-----------
Fix extra nullPointerRedundantCheck warnings raised by cppcheck HEAD
Commit: f1ae955e3ed9520d1a2f3334744b8688ea77eeb5
https://github.com/MapServer/MapServer/commit/f1ae955e3ed9520d1a2f3334744b8688ea77eeb5
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapsymbol.c
Log Message:
-----------
Fix cppcheck HEAD nullPointer warnings
Commit: 56f58d10b46241709d16ec853b15bd0fd5a98026
https://github.com/MapServer/MapServer/commit/56f58d10b46241709d16ec853b15bd0fd5a98026
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapfile.c
M mapogcfilter.cpp
Log Message:
-----------
Fix cppcheck HEAD memleakOnRealloc warnings
Commit: 0423021756cfd3da2de529046527008cf6469a33
https://github.com/MapServer/MapServer/commit/0423021756cfd3da2de529046527008cf6469a33
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M mapdraw.c
M mapgraticule.c
M mapimagemap.c
M maplayer.c
M mapows.c
M maputil.c
Log Message:
-----------
Fix cppcheck HEAD 'condition is always true' warnings
Commit: 5d3581669beecf2a4672f9934e332e7c374701e7
https://github.com/MapServer/MapServer/commit/5d3581669beecf2a4672f9934e332e7c374701e7
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M CMakeLists.txt
M cgiutil.c
M hittest.c
M interpolation.c
M mapagg.cpp
M mapcairo.c
M mapcluster.c
M mapcompositingfilter.c
M mapcopy.c
M mapdebug.c
M mapdraw.c
M mapdrawgdal.c
M mapdummyrenderer.c
M maperror.c
M mapfile.c
M mapgeos.c
M mapgraticule.c
M maphttp.c
M mapimageio.c
M mapimagemap.c
M mapio.c
M mapjoin.c
M mapkml.cpp
M mapkmlrenderer.cpp
M maplabel.c
M maplayer.c
M maplegend.c
M maplexer.c
M maplexer.l
M maplibxml2.c
M mapmetadata.c
M mapmssql2008.c
M mapmvt.c
M mapobject.c
M mapogcfilter.cpp
M mapogcsld.c
M mapogcsos.c
M mapogr.cpp
M mapogroutput.cpp
M maporaclespatial.c
M mapoutput.c
M mapows.c
M mapows.h
M mapparser.c
M mapparser.y
M mappluginlayer.c
M mappostgis.cpp
M mapprimitive.c
M mapproject.c
M mapquantization.c
M mapquery.c
M maprasterquery.c
M maprendering.c
M mapresample.c
M mapscale.c
M mapscript/python/pymodule.i
M mapscript/ruby/rbmodule.i
M mapservutil.c
M mapshape.c
M maptemplate.c
M maptile.c
M maputfgrid.cpp
M maputfgrid.h
M maputil.c
M mapwcs.cpp
M mapwcs11.cpp
M mapwcs20.cpp
M mapwfs.cpp
M mapwfs20.c
M mapwfslayer.c
M mapwms.cpp
M mapxbase.c
M renderers/agg/include/agg_bezier_arc.h
M renderers/agg/include/agg_conv_adaptor_vcgen.h
M renderers/agg/include/agg_pixfmt_rgba.h
M renderers/agg/include/agg_rasterizer_sl_clip.h
M renderers/agg/include/agg_scanline_bin.h
M renderers/agg/src/agg_font_freetype.cpp
M renderers/agg/src/agg_vcgen_contour.cpp
M renderers/agg/src/agg_vcgen_dash.cpp
M renderers/agg/src/agg_vcgen_stroke.cpp
M renderers/agg/src/clipper.cpp
M textlayout.c
M uthash.h
Log Message:
-----------
Add -Wextra for mapserver component and fix related warnings
Commit: c3febb1fde5cc99f92c3cd6f26d304ccfed23814
https://github.com/MapServer/MapServer/commit/c3febb1fde5cc99f92c3cd6f26d304ccfed23814
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-21 (Sun, 21 Mar 2021)
Changed paths:
M ci/travis/script.sh
Log Message:
-----------
Travis-CI: add -Wextra
Commit: 4505f7028b20f8d86734419450c2f3299bf76ace
https://github.com/MapServer/MapServer/commit/4505f7028b20f8d86734419450c2f3299bf76ace
Author: Jeff McKenna <jmckenna at gatewaygeomatics.com>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M .github/workflows/cppcheck.yml
M CMakeLists.txt
M apache/mod_mapserver.c
M cgiutil.c
M ci/travis/script.sh
M classobject.c
M fontcache.c
M hittest.c
M interpolation.c
M layerobject.c
M mapagg.cpp
M mapagg.h
M mapcairo.c
M mapchart.c
M mapcluster.c
M mapcompositingfilter.c
M mapcontext.c
M mapcontour.c
M mapcopy.c
M mapdebug.c
M mapdraw.c
M mapdrawgdal.c
M mapdummyrenderer.c
M maperror.c
M mapfile.c
M mapgdal.c
M mapgeomtransform.c
M mapgeos.c
M mapgml.c
M mapgraticule.c
M maphash.c
M maphash.h
M maphttp.c
M mapimageio.c
M mapimagemap.c
M mapio.c
M mapjoin.c
M mapkml.cpp
M mapkmlrenderer.cpp
M maplabel.c
M maplayer.c
M maplegend.c
M maplexer.c
M maplexer.l
M maplibxml2.c
M mapmetadata.c
M mapmssql2008.c
M mapmvt.c
M mapobject.c
M mapogcfilter.cpp
M mapogcsld.c
M mapogcsos.c
M mapogr.cpp
M mapogroutput.cpp
M maporaclespatial.c
M mapoutput.c
M mapows.c
M mapows.h
M mapparser.c
M mapparser.y
M mappluginlayer.c
M mappool.c
M mappostgis.cpp
M mapprimitive.c
M mapproject.c
M mapproject.h
M mapquantization.c
M mapquery.c
M mapraster.c
M maprasterquery.c
M maprendering.c
M mapresample.c
M mapscale.c
M mapscript/php/image.c
M mapscript/php/label.c
M mapscript/php/layer.c
M mapscript/php/map.c
M mapscript/php/php_mapscript.c
M mapscript/php/style.c
M mapscript/python/pymodule.i
M mapscript/ruby/rbmodule.i
M mapsearch.c
M mapserver.h
M mapservutil.c
M mapshape.c
M mapstring.cpp
M mapsymbol.c
M maptemplate.c
M maptile.c
M maptime.c
M maptree.c
R mapunion.c
A mapunion.cpp
M maputfgrid.cpp
M maputfgrid.h
M maputil.c
M mapuvraster.c
M mapwcs.cpp
M mapwcs11.cpp
M mapwcs20.cpp
M mapwfs.cpp
M mapwfs20.c
M mapwfslayer.c
M mapwms.cpp
M mapwmslayer.c
M mapxbase.c
M renderers/agg/include/agg_bezier_arc.h
M renderers/agg/include/agg_conv_adaptor_vcgen.h
M renderers/agg/include/agg_pixfmt_rgba.h
M renderers/agg/include/agg_rasterizer_sl_clip.h
M renderers/agg/include/agg_scanline_bin.h
M renderers/agg/src/agg_font_freetype.cpp
M renderers/agg/src/agg_vcgen_contour.cpp
M renderers/agg/src/agg_vcgen_dash.cpp
M renderers/agg/src/agg_vcgen_stroke.cpp
M renderers/agg/src/clipper.cpp
M scripts/cppcheck.sh
M shp2img.c
M shptree.c
M textlayout.c
M uthash.h
Log Message:
-----------
Merge pull request #6272 from rouault/cppcheck_fixes
Fixes/annotates ALL warnings reported by cppcheck
Compare: https://github.com/MapServer/MapServer/compare/6c1bf01c85f4...4505f7028b20
More information about the mapserver-commits
mailing list