Commit Graph

186 Commits

Author SHA1 Message Date
Will White 342f582c21 Be less strict when reading metadata.
If the metadata table or the requested field is
missing return null and allow the caller handle it.
2012-08-16 09:29:32 -04:00
Young Hahn a669f604fb 0.2.6 2012-04-30 18:44:36 -04:00
Young Hahn c8e817517c Merge branch 'nodupe' 2012-04-30 18:43:19 -04:00
Young Hahn ff5b8f7a9b Run clearCaches synchronously to prevent _commit from erroring out when called prior to startWriting completing. 2012-04-30 13:06:46 -04:00
Young Hahn 3cc112ce6c Remove putDuplicate*. 2012-04-30 02:11:13 -04:00
Young Hahn 84c5fba64f Cleanup putTile/Grid and ensure zlib.deflate has completed before callback in putGrid. 2012-04-30 02:09:47 -04:00
Dane Springmeyer e0fd92052f 0.2.5 2012-04-29 13:34:56 -04:00
Dane Springmeyer f4dd13bcb3 add putDuplicateGrid 2012-04-29 13:34:37 -04:00
Dane Springmeyer ea6c0da234 0.2.4 2012-04-27 15:51:01 -04:00
Dane Springmeyer 3507ac4a07 ensure keys are strings before inserting into sqlite - closes #20 2012-04-20 14:40:17 -07:00
Dane Springmeyer 6b6efbbfdf bump versions of underscore and step 2012-04-16 15:40:07 -07:00
Young Hahn c5f53c4161 0.2.3 2012-04-04 23:34:30 -04:00
Young Hahn c6c1a3f20e try/catch around JSON parse in #getGrid. 2012-04-04 23:34:07 -04:00
Young Hahn 6378574ee9 0.2.2 2012-04-02 15:18:38 -04:00
Will White 25c2a99d72 Return empty hash from list if directory doesn't exist.
Conflicts:

	test/list.test.js
2012-04-02 15:13:28 -04:00
Will White 889735db2b Revert "Bump to 0.2.2."
This reverts commit 13dd2d161c.
2012-03-28 21:26:57 -04:00
Will White 13dd2d161c Bump to 0.2.2. 2012-03-28 21:20:09 -04:00
Young Hahn 0126f3be4b 0.2.1 2012-03-20 12:46:45 -04:00
Young Hahn cba3ef5d1e Remove copyResume method. 2012-03-10 18:40:02 -05:00
Young Hahn 393acc38a2 data.id => data.key. 2012-03-10 14:30:54 -05:00
Konstantin Käfer ed38a3d3ae bump to version v0.2.0 2012-03-08 22:44:09 +01:00
Konstantin Käfer 0e9bfffbe9 update dependencies 2012-03-08 22:43:44 +01:00
Konstantin Käfer c7c4304567 add putDuplicateTile function 2012-03-08 21:56:57 +01:00
Young Hahn 95c740e7ee Merge. 2012-03-07 05:02:20 -05:00
Young Hahn b5cbaf8cb1 Merge. 2012-03-07 04:55:26 -05:00
Young Hahn 08baba769b Merge branch 'master' into nosetup 2012-03-07 04:41:26 -05:00
Young Hahn 10f41ef2d1 Same fix for write.test.js. 2012-03-07 04:41:01 -05:00
Young Hahn 12e9371426 Merge branch 'master' into nosetup 2012-03-07 04:39:31 -05:00
Young Hahn aa63292fdc Use readFileSync to avoid errors on low ulimit setups. 2012-03-07 04:35:56 -05:00
Dane Springmeyer 1190695bf3 port to >= node-v6 2012-03-06 18:04:26 -08:00
Dane Springmeyer a7bb5d06bc Merge branch 'master' of github.com:mapbox/node-mbtiles into skipblank 2012-03-06 17:56:23 -08:00
Konstantin Käfer 6c5047843d add close method 2012-03-05 16:18:42 +01:00
Young Hahn cca4271aa3 Move setup step to #startWriting method. 2012-02-24 17:15:50 -05:00
Young Hahn 0b85f40edd 0.1.18 2012-02-06 12:17:35 -05:00
Young Hahn a2b64d2f23 Better syntax for date parsing. 2012-02-06 12:12:11 -05:00
Young Hahn ca0ea39d34 Add tests for Tile, Grid headers. 2012-02-06 12:09:34 -05:00
Young Hahn bd462da281 Merge pull request #17 from ianshward/master
changes to headers sent for tiles and grids
2012-02-06 08:57:45 -08:00
Ian Ward db5fc04e0d send content-type, last-modified, etag headers w/ grids, not just tiles 2012-02-06 11:42:04 -05:00
Ian Ward 41d42ad32e last-modified header should be in rfc2822 format 2012-02-06 10:40:27 -05:00
Young Hahn d02632b3a2 Use passed id in putGrid. 2012-02-01 15:39:26 -05:00
Young Hahn 2e4bc80217 Update resume to only return coords. Tilelive API no longer requires copied count. 2012-01-29 14:29:49 -05:00
Young Hahn 9c9fcdfaf9 Fix resume start point. 2012-01-27 18:08:24 -05:00
Young Hahn 2a1724a496 Merge branch 'skipblank' of github.com:mapbox/node-mbtiles into skipblank 2012-01-26 16:48:04 -05:00
Young Hahn aee58b0a2b Support copy resume. 2012-01-26 16:47:19 -05:00
Young Hahn 63218d4ebe Finalize statements and vacuum when complete. 2012-01-25 18:57:01 -05:00
Young Hahn 48ccde7cfd Use prepared statements. 2012-01-25 17:48:55 -05:00
Young Hahn 8103a79c34 Add IF NOT EXISTS to index creation. 2012-01-25 16:59:00 -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