Commit Graph

206 Commits

Author SHA1 Message Date
Taro L. Saito 4281128209 Add rawWrite and rawRead API to the SnappyOutputStream and SnappyInputStream to support primitive array compression/decompression 2011-06-30 13:12:42 +09:00
Taro L. Saito dc9b639335 Update 2011-06-27 12:30:35 +09:00
Taro L. Saito a7d993efd9 [maven-release-plugin] prepare for next development iteration 2011-06-27 12:16:42 +09:00
Taro L. Saito f563677b81 [maven-release-plugin] copy for tag snappy-java-1.0.3-rc4 2011-06-27 12:16:40 +09:00
Taro L. Saito 8324a4040d [maven-release-plugin] prepare release snappy-java-1.0.3-rc4 2011-06-27 12:16:38 +09:00
Taro L. Saito 536f130595 Fixes issue 21 2011-06-27 12:15:50 +09:00
Taro L. Saito 3fd156410c Add test for loading snappy-java using different class loaders in the same JVM 2011-06-27 11:40:59 +09:00
Taro L. Saito 2e7d3e907d Linux binary 2011-06-27 10:40:03 +09:00
Taro L. Saito b1d7fa9b0c Mac x86_64 lib 2011-06-27 10:36:44 +09:00
Taro L. Saito 5adc92c6f6 Add i386 lib 2011-06-27 10:35:16 +09:00
Taro L. Saito e1a14f9b72 Stop using JDK6 IOException constructor 2011-06-27 10:33:33 +09:00
Taro L. Saito 7134608206 Use SnappyNativeAPI as an interface to the native code 2011-06-27 10:29:58 +09:00
Taro L. Saito 06ba339352 Temporary use current class loader 2011-06-24 14:24:28 +09:00
Taro L. Saito 4a7694e295 Traverse ancestor class loader 2011-06-24 14:23:01 +09:00
Taro L. Saito b531cb36dc Add bytecode generator 2011-06-24 13:42:14 +09:00
Taro L. Saito d19a00ddb6 Revert to xerial-core-1.0.21 for compiling with JDK5 2011-06-24 13:26:21 +09:00
Taro L. Saito 2097c32314 Remove @Override annotation for Java5 compatibility 2011-06-24 13:07:25 +09:00
Taro L. Saito c884620c8f Add code to load snappyjava library in java.library.path 2011-06-24 13:03:39 +09:00
Taro L. Saito 244e2183b6 Edit documentation 2011-06-24 09:06:20 +09:00
Taro L. Saito 073ac31424 Remove 2011-06-23 22:37:17 +09:00
Taro L. Saito 8504a9384d Move pregenerated bytecode to resource folder 2011-06-23 22:36:55 +09:00
Taro L. Saito 4ee2936297 Removed garbage code 2011-06-23 22:26:01 +09:00
Taro L. Saito dc0e8a3150 Add a trick to delegate native library loading to the parent class loader 2011-06-23 22:09:09 +09:00
Taro L. Saito 4301cfd9bd Mac i386 native library with -fvisibility=hidden option 2011-06-23 13:45:15 +09:00
Taro L. Saito e0454d121b Use xerial-core-2.0.2 for testing (remove dependencies to third-party libraries) 2011-06-23 13:44:01 +09:00
Taro L. Saito 5c54b5f18e Use -fvisibility=hidden option for Mac 2011-06-23 13:41:46 +09:00
Taro L. Saito 25c12ac547 Changed to 1.0.3-SNAPSHOT 2011-06-23 12:52:54 +09:00
Taro L. Saito 8fde323477 build win binaries 2011-06-23 12:52:09 +09:00
Taro L. Saito 1607113e36 Fixes issue 20
Applied a patch from tucu to disable the default behaviour with a JVM option org.xerial.snappy.disable.bundled.libs.
2011-06-23 10:07:58 +09:00
Taro L. Saito ba8a761010 Rename 2011-06-23 09:49:02 +09:00
Taro L. Saito c28787890f Add OSGi bundle activator 2011-06-22 10:36:17 +09:00
Taro L. Saito 55c4c68957 [maven-release-plugin] prepare for next development iteration 2011-06-21 10:55:31 +09:00
Taro L. Saito b85c8021cb [maven-release-plugin] copy for tag snappy-java-1.0.3-rc3 2011-06-21 10:55:30 +09:00
Taro L. Saito d7eb4b4498 [maven-release-plugin] prepare release snappy-java-1.0.3-rc3 2011-06-21 10:55:28 +09:00
Taro L. Saito e2fffaddb9 Fixes issue 19 2011-06-21 10:34:22 +09:00
Taro L. Saito 68ff06883b Fixes issue 19 2011-06-21 10:30:41 +09:00
Taro L. Saito cd6c0615f8 Mac i386 library 2011-06-20 18:17:47 +09:00
Taro L. Saito 206a6ba487 Edit README and INSTALL notes 2011-06-20 14:31:16 +09:00
Taro L. Saito 5c5203f7d2 Add windows and mac binary 2011-06-20 13:48:41 +09:00
Taro L. Saito a82f54340c Add linux binaries 2011-06-20 13:48:14 +09:00
Taro L. Saito dd7c61a4f3 Fixes issue 18 2011-06-20 13:35:13 +09:00
Taro L. Saito 6fcda4dd88 Add contributors 2011-06-20 10:29:50 +09:00
Taro L. Saito f027c52899 Applied a patch from Alec Wysocker to postpone the buffer allocation in SnappyInputStream 2011-06-20 09:42:46 +09:00
Taro L. Saito ae6a126d1c Add test for isValidCompressedBuffer. Add a comment on the usage of SnappyOutputStream 2011-06-20 09:32:11 +09:00
Taro L. Saito 7795673e0c Use 32kb block size according to suggestion by Alec Wysoker 2011-06-10 10:18:57 +09:00
Taro L. Saito e321bee6c1 Changed the default block size of SnappyOutputStream to 8kb from 4MB 2011-06-10 09:52:51 +09:00
Taro L. Saito 11e8be1561 [maven-release-plugin] prepare for next development iteration 2011-06-07 09:19:31 +09:00
Taro L. Saito 856fd14813 [maven-release-plugin] copy for tag snappy-java-1.0.3-rc2 2011-06-07 09:19:30 +09:00
Taro L. Saito 4f370792f9 [maven-release-plugin] prepare release snappy-java-1.0.3-rc2 2011-06-07 09:19:28 +09:00
Taro L. Saito 578883f1a8 Fixes issue 17. Applied 0xFF mask when returning int representation of byte data. 2011-06-07 08:43:29 +09:00