405 Commits

Author SHA1 Message Date
Taro L. Saito
3fe32512e4 Use specified block size instead of MIN_BLOCK_SIZE 2015-04-14 15:22:20 +09:00
Josh Rosen
a6eb0a605d Add failing regression test for #100. 2015-04-13 12:47:13 -07:00
Bryan Chan
61691b8fe6 Support Linux on IBM z Systems 2015-03-14 20:46:40 -04:00
Taro L. Saito
f446a39a00 Fixes #37: Native library for raspberry-pi 2014-11-27 06:28:22 +00:00
Davies Liu
f48a29c4ae fix memory leak in SnappyOutputStream 2014-10-26 01:06:20 -07:00
Taro L. Saito
f0d7f62881 #89: Add SnappyIOException to distinguish empty input, incompatible format version, etc. 2014-10-23 12:42:12 +09:00
Taro L. Saito
164e51da2e #89: Fixes SnappyInputStream not to throw an IOException when the input is empty 2014-10-23 12:12:39 +09:00
Taro L. Saito
dfc9322a5b #88: Applied a patch from @ewencp to fix missing reference problem of CachedBufferAllocator 2014-10-22 09:53:13 +09:00
Taro L. Saito
7b86642f75 Fixes #88 by introducing thread-safe BufferAllocator 2014-10-22 00:05:13 +09:00
Taro L. Saito
8b83f6e2d4 Using buffer recycler to minimize memory allocation cost 2014-07-19 05:29:11 +09:00
Taro L. Saito
50164bc210 Sanitize code 2014-07-19 05:14:50 +09:00
Taro L. Saito
f695e84cac #82: Improving SnappyOutputStream performance by reducing the numbe of data copies 2014-07-18 18:05:51 +09:00
Taro L. Saito
5b5a3a379d Add test code to see the performance 2014-07-18 16:22:59 +09:00
Iheanyi Ekechukwu
e487f823e5 Add lib/inc_ibm and remove libsnappyjava.so 2014-07-11 13:24:44 -05:00
Iheanyi Ekechukwu
d61b43593f Add native libsnappyjava.a 2014-07-11 12:54:04 -05:00
Iheanyi Ekechukwu
ce767baab3 Modify Makefile in order for snappy-java to correctly compile on AIX. 2014-07-09 16:33:22 -05:00
Iheanyi Ekechukwu
3a833a730b Fixes for compiling on AIX. 2014-07-07 15:25:23 -05:00
Taro L. Saito
527cd9b315 #54: Add linux-x86_64 native library with an embedded libstdc++ 2014-07-04 13:34:31 +09:00
Alex Bowen
3e674a0f3c updated bundle activitor to handle dynlib/jnilib issues on macos jdk7+ 2014-07-03 14:18:01 -04:00
Taro L. Saito
da6263ff03 Merge pull request #75 from ibmsoe/aix-native
AIX Native
2014-07-03 09:39:15 +09:00
Iheanyi Ekechukwu
f6ef8b3aa8 Add native libsnappyjava.so for IBM AIX 6.1 2014-07-02 11:04:14 -05:00
Taro L. Saito
075be36859 Fix comments 2014-06-26 14:34:03 +09:00
Taro L. Saito
492be99787 Removed unnecessary code 2014-06-26 14:33:54 +09:00
Taro L. Saito
c96a345d85 Moved test resources to enable running tests both in maven and sbt 2014-06-26 13:41:45 +09:00
Iheanyi Ekechukwu
f7c11fb881 Add native library for ppc64 2014-06-23 11:02:20 -05:00
Iheanyi Ekechukwu
ed0a4cd9d9 Add native library for ppc64 2014-06-20 14:05:29 -05:00
Iheanyi Ekechukwu
33d6635731 Compile and add native libsnappyjava.so for ppcle64 2014-06-06 14:27:46 -05:00
Taro L. Saito
fea947e46a Merge pull request #65 from bokken/develop
Aggressively reclaim direct byte buffers
2014-03-12 23:34:48 +09:00
bokken
6f75b02cd9 Aggressively reclaim direct byte buffers
https://github.com/xerial/snappy-java/issues/64
2014-02-27 16:28:09 -06:00
Taro L. Saito
50619d3f9d Merge pull request #63 from bokken/develop
Read until all bytes needed are read or EOF
2014-02-08 12:17:22 +09:00
bokken
146d6e989f Read until all bytes needed are read or EOF
https://github.com/xerial/snappy-java/issues/62
2014-02-07 09:49:46 -06:00
Taro L. Saito
c72756f24e Merge pull request #59 from bokken/develop
change @since annotations to 1.1.1
2013-11-14 17:17:00 -08:00
bokken
fb8cf734c9 change @since annotations to 1.1.1 2013-11-14 17:08:57 -06:00
Taro L. Saito
d6457b2912 Merge pull request #58 from bokken/develop
Add transferFrom/transferTo methods to provide transfer optimizations
2013-11-11 17:25:07 -08:00
bokken
bb10b5064e Add transferFrom/transferTo methods to provide transfer optimizations
https://github.com/xerial/snappy-java/issues/57
2013-11-11 10:25:58 -06:00
Taro L. Saito
e35d2fea1d merged 2013-11-08 00:09:08 +09:00
Aymeric Barantal
02c1676904 SunOS native library for x86_64 architecture 2013-11-07 15:21:35 +01:00
Taro L. Saito
3700f97c67 Revert settings for sparc 2013-11-06 23:11:06 +09:00
Taro L. Saito
d45b688b7e Fixes #55: Add mapping for sparc and rename native lib folder for SunOS:x86_64 2013-11-06 20:52:43 +09:00
Taro L. Saito
5f6c5f4c15 Fixes #52. typo in PPC. 2013-10-21 12:04:36 +09:00
Adam Pocock
92477bc39b Updated Solaris binaries for 1.1.1. 2013-10-18 22:13:36 -04:00
Taro L. Saito
0b110d55da Merge pull request #50 from bokken/develop
Optimize SnappyFramedOutputStream for NIO.
2013-10-17 18:09:10 -07:00
Taro L. Saito
d26dce4415 #48: Use standard chmod methods (setReadable, setWritable, etc.) instaead of calling chmod command 2013-10-18 10:07:40 +09:00
bokken
682a839317 Optimize SnappyFramedOutputStream for NIO.
https://github.com/xerial/snappy-java/issues/49
2013-10-17 10:11:35 -05:00
Taro L. Saito
bbb30d35b8 Add linux library that does not embed libstdc++ 2013-10-17 15:57:20 +09:00
Taro L. Saito
29ea8874c4 Build win, arm linux-x86 libraries 2013-10-16 23:54:07 -07:00
Taro L. Saito
2cbd257c7d Mac x86 library 2013-10-17 15:42:15 +09:00
Taro L. Saito
b38fae214a Mac native library for 1.1.1 2013-10-17 15:40:34 +09:00
Taro L. Saito
4fbed2f14b #22 Drop the OpenBSD support from 1.1.0 since we do not have building environment 2013-10-17 10:41:19 +09:00
Taro L. Saito
ee94db9840 Fixes #46. Set deleteOnExit() after creating the library file 2013-10-17 10:32:00 +09:00