Commit Graph

398 Commits

Author SHA1 Message Date
Taro L. Saito a1f39c8b5a Fall back to the previous loading strategy that simply use LoadSnappy.load() 2011-04-06 12:07:16 +09:00
Taro L. Saito 9f71f8eb1c An attempt to use system class loader when loading dll 2011-04-06 12:05:55 +09:00
Taro L. Saito 53f0be52ba [maven-release-plugin] prepare for next development iteration 2011-04-04 13:01:14 +09:00
Taro L. Saito 220d73857d [maven-release-plugin] copy for tag snappy-java-1.0.1-rc3 2011-04-04 13:01:13 +09:00
Taro L. Saito de68788d83 [maven-release-plugin] prepare release snappy-java-1.0.1-rc3 2011-04-04 13:01:12 +09:00
Taro L. Saito 3094c71c8a Revert to the previous version since the native library build under Mac OS X x86_64 (using make mac32) didn't work in Mac OS X i386 2011-04-04 12:57:36 +09:00
Taro L. Saito eb72a19de1 rebuild Mac-i386 native library 2011-04-04 12:52:40 +09:00
Taro L. Saito 9dc81c5193 Add test suite 2011-04-04 12:47:16 +09:00
Taro L. Saito 592d7003c3 Add tests using calgary data set 2011-04-04 12:43:04 +09:00
Taro L. Saito 8f0260433c use old-style FileResource for 1.5 compatibility 2011-04-04 10:37:34 +09:00
Taro L. Saito 3807b2d138 use xerial-1.0.21 for JDK1.5 compatibility 2011-04-04 10:43:36 +09:00
Taro L. Saito 8d1482e395 Fix for Mac-i386 environment 2011-04-04 10:31:01 +09:00
Taro L. Saito 20f265ba90 Use the Java 1.5 compatible constructor in IOException 2011-04-04 10:17:14 +09:00
Taro L. Saito 10c561e310 [maven-release-plugin] prepare for next development iteration 2011-04-03 18:09:10 +09:00
Taro L. Saito 4890449a17 [maven-release-plugin] copy for tag snappy-java-1.0.1-rc2 2011-04-03 18:09:08 +09:00
Taro L. Saito c97168d920 [maven-release-plugin] prepare release snappy-java-1.0.1-rc2 2011-04-03 18:09:07 +09:00
Taro L. Saito e77174e041 Fixes issue 9. The cause of slow-performance in streaming mode was default buffer size 8MB. When I changed it from 8MB to 8KB, the decompression (stream) performance was improved. 2011-04-03 17:54:52 +09:00
Taro L. Saito b694432815 add calgary test data set 2011-04-03 17:51:00 +09:00
Taro L. Saito 0a4ee3c6fb working on issue 9 2011-04-03 17:05:33 +09:00
Taro L. Saito a5ad209e8f Exclude dll files from the source code jar 2011-04-03 16:45:41 +09:00
Taro L. Saito b90256095f Set the version to 1.0.1-rc2 snapshot 2011-04-03 16:11:32 +09:00
Taro L. Saito a31f53b24c Fixes issue 8 2011-04-03 16:10:42 +09:00
Taro L. Saito 0644e3f657 Use 4MB as the default block size 2011-04-01 17:28:41 +09:00
Taro L. Saito d184706dc1 [maven-release-plugin] prepare for next development iteration 2011-04-01 11:18:59 +09:00
Taro L. Saito 556a2c65d2 [maven-release-plugin] copy for tag snappy-java-1.0.1-rc1 2011-04-01 11:18:58 +09:00
Taro L. Saito e0ac4d83cc [maven-release-plugin] prepare release snappy-java-1.0.1-rc1 2011-04-01 11:18:57 +09:00
Taro L. Saito d90c7fa7d8 Add a simple test 2011-04-01 11:09:27 +09:00
Taro L. Saito 8cb7b2064c remove unnecessary note 2011-03-31 22:57:39 +09:00
Taro L. Saito 2f29ce3426 Fixes issue 3 2011-03-31 22:56:43 +09:00
Taro L. Saito 12069f4624 Add SnappyInputStream test 2011-03-31 22:52:44 +09:00
Taro L. Saito 91a087f449 Add SnappyInputStream 2011-03-31 22:49:27 +09:00
Taro L. Saito 0fcb9f8b9a Add preamble to Snappy stream 2011-03-31 21:47:47 +09:00
Taro L. Saito b1158e563f Write a version header and block size information to the output of SnappyOutputStream 2011-03-31 20:14:40 +09:00
Taro L. Saito a63251ac04 set test resources 2011-03-31 19:00:07 +09:00
Taro L. Saito 717a1a9a59 add sample data 2011-03-31 18:55:48 +09:00
Taro L. Saito 8eef232a5f add SnappyOutputStream test 2011-03-31 18:55:37 +09:00
Taro L. Saito 93b956d4e8 add SnappyOutputStream prototype 2011-03-31 18:25:54 +09:00
Taro L. Saito 58eb961a93 add high-level API through byte[] for compression/decompression 2011-03-31 17:43:29 +09:00
Taro L. Saito c0b8b0be9c add Linux-amd64 binary 2011-03-31 17:22:40 +09:00
Taro L. Saito 3f77d555c7 add linux-i386 binary 2011-03-31 17:11:11 +09:00
Taro L. Saito 680e94daa7 add Mac binary 2011-03-31 17:09:42 +09:00
Taro L. Saito 7da65e5e69 add win32 binary 2011-03-31 17:07:07 +09:00
Taro L. Saito 41debf9cb6 Fixes issue 4 2011-03-31 17:06:33 +09:00
Taro L. Saito 4935319db1 add byte[] based compress/decompress methods 2011-03-31 15:49:51 +09:00
Taro L. Saito 4fbb0db44f add Mac-i386 binary 2011-03-31 12:27:00 +09:00
Taro L. Saito 5b9633251a Fix build dependencies 2011-03-31 12:23:57 +09:00
Taro L. Saito 9be2ff56d1 set source file encoding 2011-03-30 23:29:35 +09:00
Taro L. Saito b7b1785833 Fix dependency order around unpacking snappy-src archive 2011-03-30 23:26:29 +09:00
Taro L. Saito 1da382411f Use utf-8 for copying resource files 2011-03-30 23:03:52 +09:00
Taro L. Saito f524f66281 Move the javadoc generation to the verify phase. Fix the dependency to the package jar 2011-03-30 22:55:17 +09:00