Commit Graph

132 Commits

Author SHA1 Message Date
Young Hahn aee58b0a2b Support copy resume. 2012-01-26 16:47:19 -05:00
Young Hahn c0739bfa0c Allow tilelive to pass in tile id. Prepares for delegation of dupe/id detection entirely to tilelive. 2012-01-25 00:09:03 -05:00
Young Hahn 7c58a47284 Trigger 'empty' event if queue is 0. 2012-01-24 23:25:38 -05:00
Young Hahn 236745daf0 Aggressive performance opts. 2012-01-22 17:29:30 -05:00
Young Hahn fca703f63e 0.1.17 2011-11-10 15:27:27 -05:00
Young Hahn 599c519447 Remove memory cache, file watcher. 2011-11-10 15:26:47 -05:00
Young Hahn 71d683d454 0.1.16 2011-11-10 00:47:11 -05:00
Young Hahn 27c2a06f73 Revert "0.1.15"
This reverts commit 7ac4dcb302.
2011-11-10 00:46:00 -05:00
Young Hahn 7ac4dcb302 0.1.15 2011-11-10 00:45:23 -05:00
Young Hahn 2ea555e5dc Don't run _getInfo in constructor. 2011-11-10 00:42:03 -05:00
Young Hahn 7d430f77e5 Use persistent:false on watchFile to allow tests to exit. 2011-10-31 02:40:47 -04:00
Tom MacWright 9f97bbb095 Add BSD license text. Fixes #12 2011-10-22 19:17:39 -04:00
Tom MacWright 3ba458a58d 0.1.14 tag with template key 2011-10-12 17:14:56 -04:00
Will White 9ad3c29b0a bump to version v0.1.13. 2011-10-06 12:22:31 -04:00
Will White 12a2b6ab31 Doh. Only delete from cache if there is an error. 2011-10-06 11:57:28 -04:00
Will White d546f64668 Don't cache mbtiles that we can't open. 2011-10-06 11:35:38 -04:00
Konstantin Käfer 659da32749 bump to version v0.1.12 2011-09-22 17:15:11 +02:00
Konstantin Käfer 411c92c304 Revert "cache file access"
This reverts commit fde3538493.

Conflicts:

	lib/directoryindex.js
2011-09-22 17:02:08 +02:00
Konstantin Käfer 222414b187 bump to version v0.1.11 2011-09-20 22:58:42 +02:00
Konstantin Käfer fb30fb0ee5 fix hang after previous request failed 2011-09-20 22:45:23 +02:00
Konstantin Käfer 556fde0a20 bump to version v0.1.10 2011-09-20 17:35:06 +02:00
Konstantin Käfer 1b5b66e760 cache mbtiles info 2011-09-20 17:33:26 +02:00
Konstantin Käfer fde3538493 cache file access 2011-09-20 16:58:51 +02:00
Will White ad0f47c9d2 Bump to v0.1.9 2011-09-18 11:10:47 -04:00
Konstantin Käfer d3145213aa prevent maxlisteners error
we only attach with .once() and always .emit(). Debugging as shown that
there are no "memory leaks" with listeners being added infinitely.
2011-09-14 21:13:16 +02:00
Konstantin Käfer 4a2aa38533 bump to version v0.1.8 2011-09-14 16:53:16 +02:00
Konstantin Käfer 5d2474f831 require at least sqlite 2.0.17 (fixed memory leak) 2011-09-14 16:52:55 +02:00
Will White 8fc917a620 0.1.7 2011-08-31 14:22:38 -04:00
Will White 0fad3c0724 Revert "Add toString method."
This reverts commit 804aabae74.
2011-08-31 14:21:17 -04:00
Will White 01c9552976 Add test of corrupt database. 2011-08-29 21:16:09 -04:00
Will White 083c7bb25c Fix error handling for corrupt MBTiles. 2011-08-29 18:51:20 -04:00
Will White 856c83993c Delete center if center zoom is NaN. 2011-08-26 13:34:06 -04:00
Will White 804aabae74 Add toString method. 2011-08-25 23:29:01 -04:00
Will White 75b04d87dc Fix tools. Refs #4. 2011-08-19 15:02:31 -04:00
Young Hahn 4b8a432077 0.1.5 2011-08-02 22:23:30 -04:00
Young Hahn c2b27463ed Add legend, attribution to allowed keys for metadata. 2011-08-02 22:23:11 -04:00
Konstantin Käfer aea1baf24f bump to version v0.1.4 2011-07-26 16:50:49 +02:00
Konstantin Käfer ad1f87512f cast to number 2011-07-26 15:56:07 +02:00
Konstantin Käfer 0c177e1c35 make the batchsize configurable 2011-07-26 15:54:57 +02:00
Konstantin Käfer e60dd402a6 Another bug found by @yhahn that lead to comitting too often 2011-07-26 15:44:39 +02:00
Konstantin Käfer 235d21939a bump to version v0.1.3 2011-07-26 13:54:26 +02:00
Konstantin Käfer 44e9c7ebf7 also set _pending to 0 to prevent calling COMMIT too frequently 2011-07-26 13:53:25 +02:00
Young Hahn 9e37bc4cc7 0.1.2 2011-07-25 12:26:22 -04:00
Young Hahn a294f350cb putInfo: Don't exit on invalid keys. 2011-07-25 12:12:27 -04:00
Konstantin Käfer 1afaec43d7 add putInfo method 2011-07-18 19:45:17 +02:00
Konstantin Käfer 64888c7e56 fix handling of empty files 2011-07-18 16:36:11 +02:00
Konstantin Käfer a0c816c691 check that the file is in write mode 2011-07-18 14:21:50 +02:00
Will White 5924f22cf3 0.1.1 2011-07-14 12:19:40 -04:00
Konstantin Käfer 84509fd0dd unwatch files when removing them from the cache 2011-07-13 21:58:11 +02:00
Konstantin Käfer 1426060f44 update readme 2011-07-13 16:52:44 +02:00