]> Pileus Git - grits/commit
Split gis-data into data and http parts
authorAndy Spencer <andy753421@gmail.com>
Fri, 5 Feb 2010 13:03:25 +0000 (13:03 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 5 Feb 2010 13:03:25 +0000 (13:03 +0000)
commit50fd58d421d4b632d0980a5a22ed3506776f00ab
tree3881b8b5259d6b9aa2d083a35599ec607e586474
parentc0075ba789491de3bb30fd37c6c382685f73bf75
Split gis-data into data and http parts

gis-data:
  Generic things such as the callback types and cache types.

gis-http:
  HTTP related caching functions (what was GisData)

  This was almost entirely refactored to be single threaded. It also
  uses a GisHttp structure to store data between calls to the fetch
  function. Plugins, etc should call the fetch function from a thread to
  avoid blocking the UI.
src/data/Makefile.am
src/data/gis-data.c
src/data/gis-data.h
src/data/gis-http.c [new file with mode: 0644]
src/data/gis-http.h [new file with mode: 0644]
src/data/gis-wms.h
src/gis.h