454 Commits

Author SHA1 Message Date
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
bokken
fb8cf734c9 change @since annotations to 1.1.1 2013-11-14 17:08:57 -06: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
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
92515140f4 Update README.md 2013-10-17 14:41:58 +09:00
Taro L. Saito
547edbaeca Fix format 2013-10-17 11:16:44 +09:00
Taro L. Saito
2a1b8a4d5b new snapshot version 2013-10-17 11:16:06 +09:00
Taro L. Saito
5d1b0a9675 Merge branch 'release/1.1.0' into develop 2013-10-17 11:13:09 +09:00
Taro L. Saito
8c3c303c9c Fix javadoc link 2013-10-17 11:10:25 +09:00
Taro L. Saito
85daea1e6c Add release note 2013-10-17 11:08:19 +09:00
Taro L. Saito
12c579c344 Update pom.xml for 1.1.0 release. Removed obsolete repository profile settings. 2013-10-17 11:02:04 +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
Taro L. Saito
b1e1c00733 Fixes #54. Make Snappy.cleanUp() function public. 2013-10-17 10:21:25 +09:00
Taro L. Saito
5e1316389d Fix bundle specification syntax. #45 2013-10-15 23:21:25 +09:00
Taro L. Saito
011cf07746 Fixes for #45. osgi.os -> osname 2013-10-15 23:16:52 +09:00
Taro L. Saito
c9d782adda Fixes for #45. osgi.arch -> processor 2013-10-15 22:49:10 +09:00
Taro L. Saito
9aaf3470c9 #45. Fix osgi.arch name 2013-10-15 16:30:11 +09:00
Taro L. Saito
8f3d77fd2a New snapshot version 2013-08-20 14:24:28 +09:00
Taro L. Saito
202dc91523 Merge branch 'release/1.1.0-M4' into develop 2013-08-20 14:24:11 +09:00
Taro L. Saito
c9c4cf6025 Fix doc for 1.1.0-M4 1.1.0-M4 2013-08-20 14:14:33 +09:00
Taro L. Saito
2cfd0aeb86 Merge pull request #44 from Craigacp/develop
Solaris x86 and Sparc binaries.
2013-08-15 19:44:09 -07:00
Adam Pocock
d03796f700 Solaris x86 and Sparc binaries. 2013-08-13 13:36:59 -04:00
Taro L. Saito
a1a5bbade8 Merge pull request #43 from Craigacp/develop
Build changes for Solaris x86 & Sparc.
2013-08-13 08:45:10 -07:00
Adam Pocock
ec31b25d0d Build changes for Solaris x86 & Sparc. 2013-08-13 10:49:22 -04:00
Taro L. Saito
2fc787bf7f Add note on Framing format support 2013-08-13 22:08:09 +09:00
Taro L. Saito
8fd45946da Embed libstdc++ 2013-08-13 21:26:43 +09:00
Taro L. Saito
850ec42760 Linux x86 binary build using CentOS 2013-02-20 02:43:21 +09:00
Taro L. Saito
328505512d linux x86_64 binary built using CentOS 5 2013-02-20 02:42:56 +09:00
Taro L. Saito
52f719a6d7 merged 2013-02-20 02:42:33 +09:00
Taro L. Saito
e3f0fcbaff Built native libs for Linux and Windows 2013-08-13 01:49:51 -07:00
Taro L. Saito
9a7657ef46 Fix for Mac-x86 2013-08-13 17:45:03 +09:00
Taro L. Saito
3dd90fb43f Recompile OSInfo class for Java1.5 2013-08-13 17:23:53 +09:00
Taro L. Saito
9671c81224 Removed the note on JNI injection 2013-08-13 17:07:02 +09:00
Taro L. Saito
ae0a3e4d49 Add isValidCompressedBuffer for raw memory addresses 2013-08-13 17:02:16 +09:00
Taro L. Saito
fed7278fcd Fix #29. Need to recreate native libraries for all OSes 2013-08-13 17:00:54 +09:00
Taro L. Saito
171775e92b Add a file permission setting code sample for Java6 2013-08-13 16:50:58 +09:00
Taro L. Saito
640f626c36 Fix OSGi settings in pom.xml 2013-08-13 16:18:24 +09:00
Taro L. Saito
dc20eaf222 Merge fixes for #27 2013-08-13 16:14:55 +09:00
Taro L. Saito
b7755bf93d Add a cleanup phase for OSGi container 2013-08-13 16:09:29 +09:00
Taro L. Saito
a48529731d Add Snappy.cleanUp method for J2EE containers. #27 2013-08-13 16:07:46 +09:00
Taro L. Saito
2891c692c0 Removed SnappyNativeAPI, since native loader injection is no longer necessary 2013-08-13 15:55:58 +09:00
Taro L. Saito
1c3c565352 Removed md5sum code, which will no longer be used 2013-08-13 15:47:05 +09:00
Taro L. Saito
06f007a084 Attach UUID to the extracted native library file 2013-08-13 15:46:05 +09:00
Taro L. Saito
2bb1165aa6 Merge pull request #40 from pkwarren/resource_leak
Avoid leaks with GetPrimitiveArrayCritical.
2013-07-17 03:37:36 -07:00
Philip K. Warren
5e3ba55782 Avoid leaks with GetPrimitiveArrayCritical.
It is possible that one of the two calls to GetPrimitiveArrayCritical
succeeded, in which case an exception would be thrown and the memory
would not be released. Ensure that every successful call to
GetPrimitiveArrayCritical is followed by a call to
ReleasePrimitiveArrayCritical.
2013-07-10 13:17:07 -05:00