Export to GitHub

mod-geocache - default

Source Commits


Commits

Author Date Commit Message
thomas.bonfort Oct 18, 2011 436 backport r434 to brgm branch
thomas.bonfort Sep 30, 2011 435 fix segfault on multi-layer wms request on non-exisiting layer closes issue 97
thomas.bonfort Sep 6, 2011 434 fix seeder when using 1x1 metatiles
thomas.bonfort Sep 6, 2011 433 prevent some curl threading issues, add retries and bigger timeout on sqlite bac
thomas.bonfort Sep 5, 2011 432 re-add the generated url parameter to proxied requests
thomas.bonfort Aug 25, 2011 431 prevent segfault on invalid requests
thomas.bonfort Aug 25, 2011 430 return a correct error message if the proxied url was invalid
thomas.bonfort Aug 25, 2011 429 add support for configurable http connection timeout
thomas.bonfort Aug 25, 2011 428 seed in "depth first" mode, by recursively seeding the 4 tiles under the current
thomas.bonfort Aug 25, 2011 427 restore missing Last-Modified header
thomas.bonfort Aug 25, 2011 426 refactor module and fcgi prog to not have to treat different response types ref
thomas.bonfort Aug 23, 2011 425 add grid tolerance to avoid pink tiles when specifying a restricted_extent
thomas.bonfort Aug 18, 2011 424 <source> is now optional when configuring a tileset (typically for mbtiles suppo
thomas.bonfort Aug 18, 2011 423 more docs, fix ANF grid
thomas.bonfort Aug 17, 2011 422 be more verbose on sqlite failed setup
thomas.bonfort Aug 16, 2011 421 add mbtiles support to xml config file
thomas.bonfort Aug 16, 2011 420 add format config option to wms service, fix a potential bug on saving getmap im
thomas.bonfort Aug 16, 2011 419 update install instructions
thomas.bonfort Aug 16, 2011 418 be more legible for xml/json when json is disabled
thomas.bonfort Aug 16, 2011 417 ifdef-out the JSON config file experiment
thomas.bonfort Aug 15, 2011 416 allow full wms operation by default
thomas.bonfort Aug 15, 2011 415 make the xml parser be more lenient when extracting arrays: accept more separato
thomas.bonfort Aug 15, 2011 414 be a bit less verbose in sqlite3 detection
thomas.bonfort Aug 15, 2011 413 check for sqlite >= 3.5.0 (with v2 api)
thomas.bonfort Aug 15, 2011 412 add possible yaml config file
thomas.bonfort Aug 13, 2011 411 remove hitstats statement for mbtiles cache
thomas.bonfort Aug 13, 2011 410 fix mbtiles metadata table schema
thomas.bonfort Aug 13, 2011 409 add mbtiles support . reafctored sqlite cache backend to accept user supplied se
thomas.bonfort Aug 13, 2011 408 only fork on startup if platform supports it (for future windows use)
thomas.bonfort Aug 11, 2011 407 factor out memcache check from apr-util check in autoconf script add missing inc
thomas.bonfort Aug 11, 2011 406 compiler warning
thomas.bonfort Aug 10, 2011 405 add a delete mode to the seeder
thomas.bonfort Aug 4, 2011 404 refactor getmap_strategy and resample_mode into the wms service and geocache_req
thomas.bonfort Aug 4, 2011 403 fix typo
thomas.bonfort Aug 3, 2011 402 fix dimension handling in parser
thomas.bonfort Aug 3, 2011 401 center watermark on tile
thomas.bonfort Aug 3, 2011 400 use the apr-config and apu-config programs from `apxs -q BINDIR` or `apxs -q SBI
thomas.bonfort Aug 3, 2011 399 more json parser stuff re-enable post-config step for apache
thomas.bonfort Aug 3, 2011 398 fix bug when loading watermark data
thomas.bonfort Aug 2, 2011 397 deactivate post-config forking until it is more tested
thomas.bonfort Aug 2, 2011 396 move sqlite db creation to a post-config step which is run by an unpriviledged u
thomas.bonfort Aug 2, 2011 395 updated config file
thomas.bonfort Jul 26, 2011 394 work in progress on JSON parser
thomas.bonfort Jul 26, 2011 393 make the json parser ignore comments update issue 94
thomas.bonfort Jul 25, 2011 392 use pixman for vertical image merging
thomas.bonfort Jul 25, 2011 391 use the pixman library for image scaling if it is available update issue 93
thomas.bonfort Jul 24, 2011 390 remove dependency on cairo library, by rolling out our own nearest-neighbour and
thomas.bonfort Jul 24, 2011 389 document template disk cache
thomas.bonfort Jul 24, 2011 388 don't create a separate cache type for the template based disk cache. add dimens
thomas.bonfort Jul 24, 2011 387 stop using the ngtemplate code, roll our own string replacement code.
thomas.bonfort Jul 24, 2011 386 fix compiler warning
thomas.bonfort Jul 22, 2011 385 unused file
thomas.bonfort Jul 22, 2011 384 add initial support for template-based keys on disk cache
thomas.bonfort Jul 22, 2011 383 add stub for json based configuration file
thomas.bonfort Jul 22, 2011 382 add missing lib
thomas.bonfort Jul 22, 2011 381 don't include gdal libs and headers in apache module
thomas.bonfort Jul 22, 2011 380 add wms 1.3.0 getmap support update issue 46
thomas.bonfort Jul 22, 2011 379 support basic WMS 1.3.0 GetMap Requests Update issue 46: support WMS 1.3.0 requ
thomas.bonfort Jul 12, 2011 378 update issue 52 add optional hitstats (last access time and number of accesses)
thomas.bonfort Jul 12, 2011 377 update issue 52 make sqlite backend return tile creation/modification time
thomas.bonfort Jul 12, 2011 376 update issue 52 add a unique constraint on x,y,z and eventually dimension. use i
thomas.bonfort Jul 12, 2011 375 update issue 52 add error checking to sqlite cache
thomas.bonfort Jul 12, 2011 374 update issue 85 add docs and config example in geocache.xml
thomas.bonfort Jul 12, 2011 373 add initial support for sqlite caches Update issue 52 An initial implementation
thomas.bonfort Jul 11, 2011 372 don't use a temporary memory pool when loading watermark image
thomas.bonfort Jul 8, 2011 371
thomas.bonfort Jul 8, 2011 370 merge pathinfo treating on proxy requests
thomas.bonfort Jul 8, 2011 369 merge with trunk
thomas.bonfort Jul 8, 2011 368 update docs with new configure keywords and updated apache configuration keyword
thomas.bonfort Jul 8, 2011 367 remove obsolete debugging check. fix compiler warnings.
thomas.bonfort Jul 8, 2011 366 fix segfault at config parse when mixed image format referenced an invalid forma
thomas.bonfort Jul 7, 2011 365 add some xml
thomas.bonfort Jul 7, 2011 364 add expiration and modification time on getmap requests
thomas.bonfort Jul 7, 2011 363 add tile auto-expiration add tile modification time to the memcached stored dat
thomas.bonfort Jul 6, 2011 362 lower memory usage when working with image data closes issue 86.
thomas.bonfort Jul 6, 2011 361 use nearest resampling if we are exactly at a grid resolutio
thomas.bonfort Jul 6, 2011 360 fix for issue 90.
thomas.bonfort Jul 6, 2011 359 prevent segfault on forwarding rules if parameter was not present. closes issue
thomas.bonfort Jul 6, 2011 358 send cache control headers even if returning a 304 fix incorrect expires header
thomas.bonfort Jul 4, 2011 357 Edited wiki page UsingTheSeeder through web user interface.
thomas.bonfort Jul 4, 2011 356 Created wiki page through web user interface.
thomas.bonfort Jul 4, 2011 355 add autoconf checks for geos library
thomas.bonfort Jul 4, 2011 354 rework configuration keywords and handling by the apache module. doc to come.
thomas.bonfort Jul 3, 2011 353 fix geos intersections
thomas.bonfort Jul 3, 2011 352 add advancement to seeder progress output
thomas.bonfort Jul 3, 2011 351 use geos prepared geometries for intersection tests
thomas.bonfort Jul 3, 2011 350 add logging back
thomas.bonfort Jul 3, 2011 349 apr-util is now required
thomas.bonfort Jul 3, 2011 348 seeder rewrite using a thread-safe fifo queue. requires apr-util.
thomas.bonfort Jul 3, 2011 347 close blank tile file descriptor
thomas.bonfort Jul 2, 2011 346 remove unused variable
thomas.bonfort Jul 2, 2011 345 add configurable resample mode when merging tiles. closes issue 88.
thomas.bonfort Jul 2, 2011 344 add case_sensitive option to values dimension. closes issue 89.
thomas.bonfort Jun 27, 2011 343 hack to enable removing of leading pathinfo when using rewrites
thomas.bonfort Jun 27, 2011 342 fix requests on grids with srsaliases (#84)
thomas.bonfort Jun 15, 2011 341 fall back to forwarding if there were too many tiles to assemble
thomas.bonfort Jun 14, 2011 340 add limit on max number of tiles that can be assembled
thomas.bonfort Jun 14, 2011 339 Prevent tile outlines when assembling tiles. Currently requires twice the memory
thomas.bonfort Jun 9, 2011 338 add first used srs aliases for french geoportal grid
thomas.bonfort Jun 9, 2011 337 revert r331