aboutsummaryrefslogtreecommitdiffstats
path: root/tileserver/tileserver.c
Commit message (Collapse)AuthorAgeLines
* Create TilMa service (for mapping tiles).francis2006-09-22-524/+0
| | | | | | Move map tile stuff to appropriate places: - pnmtilesplit into its own project, as is standalone - tileserver and maketiles into TilMa
* Fix symbol name collision.chris2006-09-22-10/+10
|
* Don't leak requests.chris2006-09-20-1/+4
|
* Hint more strongly that everything is cacheable.chris2006-09-20-3/+11
|
* Add really noddy If-Modified-Since: handling.chris2006-09-20-4/+25
|
* Remove unintended fall-through.chris2006-09-20-1/+3
|
* Add really bogus navigation links to the HTML version; fix a bug in the RABXchris2006-09-20-4/+23
| | | | tile ID generation.
* Oops. Don't leak tilesets.chris2006-09-20-1/+3
|
* HTML test mode (really basic map). Print tile IDs in order from N to S ratherchris2006-09-20-10/+51
| | | | than vice-versa (to make the HTML test mode work, but it's more logical anyway).
* NO_FASTCGI debugging compile option.chris2006-09-20-38/+50
|
* More tile server stuff.chris2006-09-20-0/+416