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
|
c662e1c86d
|
Skip GPG sign for testing with Travis
|
2013-12-10 11:01:16 +09:00 |
Taro L. Saito
|
d2f4587771
|
Add travis config
|
2013-12-10 10:47:53 +09:00 |
Taro L. Saito
|
f51d322839
|
Add note on 1.1.1-M1
|
2013-12-10 10:47:25 +09:00 |
Taro L. Saito
|
b9d3e31a03
|
fix
|
2013-11-16 00:25:56 +09:00 |
Taro L. Saito
|
cf3131beb9
|
fix link
|
2013-11-16 00:24:24 +09:00 |
Taro L. Saito
|
fbc9ab3dfd
|
Merge branch 'release/1.1.1-M1' into develop
|
2013-11-16 00:22:35 +09:00 |
Taro L. Saito
|
f42d4d47a0
|
1.1.1-M1 release
|
2013-11-16 00:21:47 +09: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
|
9a5610fcf1
|
Fix doc
|
2013-11-08 00:20:32 +09:00 |
Taro L. Saito
|
30e054037c
|
Merge branch 'hotfix/1.1.0.1' into develop
Conflicts:
pom.xml
|
2013-11-08 00:16:39 +09:00 |
Taro L. Saito
|
dfe6b5a490
|
version 1.1.0.1
|
2013-11-08 00:10:56 +09:00 |
Taro L. Saito
|
e35d2fea1d
|
merged
|
2013-11-08 00:09:08 +09:00 |
Taro L. Saito
|
3257bba4de
|
#55 Add an OSGi entry for SunOS/x86_64
|
2013-11-08 00:05:20 +09:00 |
Taro L. Saito
|
80bbe953ee
|
Merge pull request #56 from gdchamal/hotfix/1.1.0.1
SunOS native library for x86_64 architecture
|
2013-11-07 07:02:08 -08:00 |
Aymeric Barantal
|
02c1676904
|
SunOS native library for x86_64 architecture
|
2013-11-07 15:21:35 +01:00 |
Taro L. Saito
|
99ecbacf28
|
#55: Add SunOS_x86_64 settings. Appending -m64 to CXX_FLAGS
|
2013-11-07 09:24:39 +09:00 |
Taro L. Saito
|
3700f97c67
|
Revert settings for sparc
|
2013-11-06 23:11:06 +09:00 |
Taro L. Saito
|
4e6a1149c1
|
Fix OSGi settings for sparc (renamed as x86_64)
|
2013-11-06 21:00:59 +09:00 |
Taro L. Saito
|
af5a689f25
|
new snapshot version
|
2013-11-06 20:53:29 +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
|
0b16700fde
|
Recompile OSInfo that is used in Makefile
|
2013-11-06 12:15:18 +09:00 |
Taro L. Saito
|
d43ad0e41d
|
Fix documentaiton
|
2013-10-21 12:10:19 +09:00 |
Taro L. Saito
|
9da0033678
|
Fixes #51. Introduce SnappyFramedInput/OutputStream for general use instead of SnappyInput/OutputStream
|
2013-10-21 12:09:33 +09:00 |
Taro L. Saito
|
34bbd57235
|
#48 Add note on dependent Java version
|
2013-10-21 12:06:07 +09:00 |
Taro L. Saito
|
5f6c5f4c15
|
Fixes #52. typo in PPC.
|
2013-10-21 12:04:36 +09:00 |
Taro L. Saito
|
101286ee99
|
Merge pull request #53 from Craigacp/develop
Updated Solaris binaries for 1.1.1.
|
2013-10-20 17:42:10 -07: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
|
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
|
df38a6fe00
|
Merge branch 'release/1.1.0'
|
2013-10-17 11:12:52 +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 |