0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix some tilematrix limits bugs
tbonfort
as Thomas Bonfort
More... almost 15 years ago
avoid some superfluous image compression/decompression steps in some cases
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add stub for telling seeder to not use the depth-first strategy
tbonfort
as Thomas Bonfort
More... almost 15 years ago
remove lock configuration item
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add configurable lock retry interval
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix geotiff ac_check_lib call
tbonfort
as Thomas Bonfort
More... almost 15 years ago
minor additional linking tests, remove the THREADED_MPM define.
tbonfort
as Thomas Bonfort
More... almost 15 years ago
allow vertical tile merging for the tms service
tbonfort
as Thomas Bonfort
More... almost 15 years ago
completely rework and simplify resource locking strategy.
tbonfort
as Thomas Bonfort
More... almost 15 years ago
allow for multiple occurences of x,y,z in tiff template pattern
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix commented "g" grid, add new fastcgi global options
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add loglevel and auto config file reloading for the fastcgi/cgi implementation
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add optional geotiff support when writing TIFF caches
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add rgb/ycbcr to sample config file
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add photometric (RGB/YCBCR) creation option for jpeg formats. modify default WGS84 grid to remove the highest resolution as it results in a tile with extent (-180,-180,180,180)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
make the tiff cache reference a jpeg format so that compression quality can be configured
tbonfort
as Thomas Bonfort
More... almost 15 years ago
no use in creating an empty image in this case
tbonfort
as Thomas Bonfort
More... almost 15 years ago
make the TIFF cache swap pixel order before encoding tile
tbonfort
as Thomas Bonfort
More... almost 15 years ago
avoid segfaulting in case of error in mapserver image creation
tbonfort
as Thomas Bonfort
More... almost 15 years ago
shortcut png transform when alpha == 255
tbonfort
as Thomas Bonfort
More... almost 15 years ago
avoid unused function warning when tiff write support not enabled
tbonfort
as Thomas Bonfort
More... almost 15 years ago
switch internal image representation to premultiplied pixels, with argb ordering. This allows us to directly use the image buffers created by mapserver without having to go through an image compression/decompression
tbonfort
as Thomas Bonfort
More... almost 15 years ago
implement global mutex for the seeder (shouldn't be needed, but let's play safe)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add svn keywords
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add TIFF cache storage format (write support disabled by default) add a flag to context to enable thread locks if necessary
tbonfort
as Thomas Bonfort
More... almost 15 years ago
adjust wms extent to mapserver extent. use a copy of the mapObj instead of reparsing it from the mapfile
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix problem with recursive seeder not seeding all tiles if not starting from level 0
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix failed wms demo when no source defined
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add very experimental native mapserver source to mapcache. not enabled by default, not stable.
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix segfault on multi-layer wms request on non-exisiting layer
tbonfort
as Thomas Bonfort
More... almost 15 years ago