0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
correct windows build More... over 14 years ago
add debug mode to cgi app for launching from command line
tbonfort
as Thomas Bonfort
More... over 14 years ago
add <threaded_fetching> entry
tbonfort
as Thomas Bonfort
More... over 14 years ago
add multi-threaded fetching of tiles (potential speedups for unseeded wms requests)
tbonfort
as Thomas Bonfort
More... over 14 years ago
avoid opening the lockfile repeatedly to check for existence, use stat
tbonfort
as Thomas Bonfort
More... over 14 years ago
use malloc instead of pools for large allocs
tbonfort
as Thomas Bonfort
More... over 14 years ago
use malloc instead of pools for large mem operations
tbonfort
as Thomas Bonfort
More... over 14 years ago
simplify tile deletion (don't open file before deleting it)
tbonfort
as Thomas Bonfort
More... over 14 years ago
fix messed up code during win32 port
tbonfort
as Thomas Bonfort
More... over 14 years ago
cast void * before using it in memcpy (#4106) More... over 14 years ago
windows make files More... over 14 years ago
windows build (#4106) More... over 14 years ago
fix windows build (#4106) More... over 14 years ago
prevent segfault in empty image creation if defautl image format is set to "mixed"
tbonfort
as Thomas Bonfort
More... over 14 years ago
Added transfer mode in mapcache_seed (#4075) More... over 14 years ago
fix typo in sqlite has_tile statements
tbonfort
as Thomas Bonfort
More... over 14 years ago
add calls to apr_terminate to make valgrind happy
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix seeding when using an uneven metatile size combined with power-of-2 resolutions (#4083)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
apply sanitization to tiff filename template dimension entry
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add a sanitization function when using dimensions in disk and memcache cache. change the directory structure and memcache key used in case of dimensions (skip the key) to shorten the filename/memcache key.
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix seeding when grid resolutions aren't multiplied by 2 at each level
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix offset calculation for seeder usage of tiff cache
tbonfort
as Thomas Bonfort
More... almost 15 years ago
remove some harmless compiler warnings
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix grid maxx,maxy calculation
tbonfort
as Thomas Bonfort
More... almost 15 years ago
use correct dtd and version number for wms exceptions
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add WMS serviceexceptions
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add WMTS service exception creation
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix missing math.h header
tbonfort
as Thomas Bonfort
More... almost 15 years ago
use versioned urn for epsg. use correct axis ordering for wmts topleftcorner ignore missing style in gettiel requests
tbonfort
as Thomas Bonfort
More... almost 15 years ago
compute grid limits even for grids not included by a tileset (to create correct capabilities doc)
tbonfort
as Thomas Bonfort
More... almost 15 years ago