0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 23, 2025 — Aug 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
look for some more default location for apr-config thomas.bonfort | 2011-01-06 20:17:04 +0100 (Thu, 06 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
restore google grid to 900913, add GoogleMapsCompatible for epsg:3857 thomas.bonfort | 2011-01-06 19:29:25 +0100 (Thu, 06 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
reworked build scripts thomas.bonfort | 2011-01-06 19:13:51 +0100 (Thu, 06 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add WMTS getTile implementation thomas.bonfort | 2011-01-06 13:10:00 +0100 (Thu, 06 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
use source defined srs rather than tileset one (and print a warning if they are different when loading the config file) thomas.bonfort | 2011-01-06 12:55:45 +0100 (Thu, 06 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
stop using epsg:900913 for google grid, use the official 3857 use grid resolutions from wmts spec for preconfigured grids thomas.bonfort | 2011-01-05 18:56:53 +0100 (Wed, 05 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
refactor services into their own files thomas.bonfort | 2011-01-05 18:33:38 +0100 (Wed, 05 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add metadata elements for ogc title, abstract, etc... partial implementation added WMTS WellKnownScaleSet thomas.bonfort | 2011-01-05 18:17:19 +0100 (Wed, 05 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add mandatory lock_dir element thomas.bonfort | 2011-01-05 15:44:02 +0100 (Wed, 05 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix a copy paste bug that cause a segfault in some conditions thomas.bonfort | 2011-01-05 10:07:41 +0100 (Wed, 05 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add WMTS capabilities move services to their own endpoint, i.e. http://host/geocache/wms, http://host/geocache/tms, etc... add a demo page showing all configured layers, on http://host/geocache/demo thomas.bonfort | 2011-01-04 19:19:17 +0100 (Tue, 04 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
ddetect trailing chars on service prefix thomas.bonfort | 2011-01-04 13:57:41 +0100 (Tue, 04 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
refactor the dispatching of incoming client requests thomas.bonfort | 2011-01-04 13:06:57 +0100 (Tue, 04 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add WMTS stub thomas.bonfort | 2011-01-03 19:21:27 +0100 (Mon, 03 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
refactor capabilities into a function pointer of the geocache_service struct polish wms-c capabilities add tms capabilities add a mimetype to image formats thomas.bonfort | 2011-01-03 17:22:54 +0100 (Mon, 03 Jan 2011)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add capabilities response for fastcgi. use the correct hostname and scheme for capabilities. thomas.bonfort | 2010-12-29 10:20:27 +0100 (Wed, 29 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
finish wms capabilities thomas.bonfort | 2010-12-28 20:13:59 +0100 (Tue, 28 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
first stab at responding to a getcapabilities request thomas.bonfort | 2010-12-28 17:09:28 +0100 (Tue, 28 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
fix some meory corruption errors, TODO: check why a = b + ((test)?1:2) does not work as expected thomas.bonfort | 2010-12-23 19:51:38 +0100 (Thu, 23 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
remove srs, size, resolutions and extent from the <tileset> tag, and replace those by a predefined <grid> tag. there are two predefined grids: WGS84 and google, see docs thomas.bonfort | 2010-12-21 17:22:01 +0100 (Tue, 21 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add standard header thomas.bonfort | 2010-12-21 17:20:35 +0100 (Tue, 21 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
remove debugging logs thomas.bonfort | 2010-12-21 17:20:14 +0100 (Tue, 21 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
trying to fix garbled log messages. could this be coming from a shared memory pool? anyways, creating a subpool seems to fix the issue thomas.bonfort | 2010-12-21 17:18:01 +0100 (Tue, 21 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
test should not be inside a #ifdef DEBUG thomas.bonfort | 2010-12-17 11:35:07 +0100 (Fri, 17 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
try to use a pseudo-unique name for the global mutex thomas.bonfort | 2010-12-17 11:32:25 +0100 (Fri, 17 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
remove unused and unimplemented option for global lock thomas.bonfort | 2010-12-17 11:10:53 +0100 (Fri, 17 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
add lock around blank tile creation
tbonfort
as Thomas Bonfort
More... almost 15 years ago
use a lock file for interprocess locking thomas.bonfort | 2010-12-17 10:19:44 +0100 (Fri, 17 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
use #if instead of #ifdef for mutex type thomas.bonfort | 2010-12-17 10:19:12 +0100 (Fri, 17 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago
rework autoconf script thomas.bonfort | 2010-12-14 16:30:47 +0100 (Tue, 14 Dec 2010)
tbonfort
as Thomas Bonfort
More... almost 15 years ago