725 Commits

Author SHA1 Message Date
Taro L. Saito
67e7cb57fd Add test code for reading Snappy.compress result with SnappyInputStream 2015-05-18 18:13:25 +09:00
Taro L. Saito
58016fd78d Remove findbugs reported problems 2015-05-18 18:08:31 +09:00
Taro L. Saito
efd802162f Upgrade findbugs4sbt plugin version 2015-05-18 18:03:41 +09:00
Taro L. Saito
272604b3b0 Add note on setting loglevel 2015-05-18 18:03:41 +09:00
Taro L. Saito
c8842a0603 Added findbugs and jacoco (coverage report) settings 2015-05-18 18:03:41 +09:00
Taro L. Saito
aee2b85253 Removed unused variable 2015-05-18 18:03:41 +09:00
Taro L. Saito
de3ad7bb52 Merge pull request #110 from xerial/check-style
Apply airlift checkstyle
2015-05-18 17:00:44 +09:00
Taro L. Saito
66115a49ad Applied the same style with https://github.com/airlift/codestyle 2015-05-18 16:51:53 +09:00
Taro L. Saito
02c14db79e Add sbt checkstyle plugin 2015-05-18 16:44:49 +09:00
Taro L. Saito
d6908244a7 Merge pull request #109 from xerial/fix-newline
Use LF as newline
2015-05-18 15:53:47 +09:00
Taro L. Saito
3cf34325d7 Use LF as newline 2015-05-18 15:36:06 +09:00
Taro L. Saito
6b4df5a5f8 1.1.2-RC2-SNAPSHOT 2015-05-18 15:32:13 +09:00
Taro L. Saito
5bd06f4526 Merge pull request #108 from JoshRosen/close-should-be-idempotent
Make SnappyOutputStream.close() idempotent; guard against writing to closed stream
2015-05-15 05:25:08 +09:00
Josh Rosen
38ec9fd03b Null buffer refs when closing SnappyOutputStream. 2015-05-14 11:22:34 -07:00
Josh Rosen
dcdada2ed4 Throw IOException when writing to / flushing closed SnappyOutputStreams. 2015-05-14 10:59:16 -07:00
Josh Rosen
2b6c8dc896 Make close() idempotent (fixes #107). 2015-05-14 00:36:00 -07:00
Josh Rosen
c5a3b102bc Add failing regression test for #107 2015-05-14 00:30:53 -07:00
Taro L. Saito
70ff167f6f Fix javadoc link 2015-05-13 11:34:20 +09:00
Taro L. Saito
50afc2cc9b Fix broken link 2015-05-13 11:33:24 +09:00
Taro L. Saito
3ae91f1cd8 Remove eclipse settings 2015-05-13 11:31:20 +09:00
Taro L. Saito
16010e791c Setting version to 1.1.2-SNAPSHOT 2015-05-13 11:15:15 +09:00
Taro L. Saito
39606e5c4e Setting version to 1.1.2-RC1 1.1.2-RC1 2015-05-13 11:10:53 +09:00
Taro L. Saito
e5d86ee61e Merge branch 'develop' 2015-05-13 11:06:11 +09:00
Taro L. Saito
09827ad9fe Fix release tag name 1.1.2-M1 2015-05-13 11:05:49 +09:00
Taro L. Saito
195310f3d4 Setting version to 1.1.2-SNAPSHOT 2015-05-13 11:02:01 +09:00
Taro L. Saito
7010fb0e41 Setting version to 1.1.2-M1 v1.1.2-M1 2015-05-13 11:01:39 +09:00
Taro L. Saito
de6864edeb Upgrade sbt script 2015-05-13 11:00:19 +09:00
Taro L. Saito
50e67d710e Add 1.1.2-RC1 release notes 2015-05-13 10:59:43 +09:00
Taro L. Saito
d1745ebfcb Merge pull request #104 from xerial/chunked-input
Concatenated input support
2015-05-13 10:51:37 +09:00
Taro L. Saito
0efe115bad Merge pull request #105 from alexeydergunov/fix-file-not-found
Fix FileNotFoundException while writing the library file
2015-05-13 10:33:58 +09:00
Aleksey Dergunov
708752efa5 Fix FileNotFoundException while writing the library file 2015-05-12 20:01:48 +04:00
Taro L. Saito
62fe335057 Fix javdoc 2015-05-12 09:57:35 +09:00
Taro L. Saito
b1b827695c #103: Embed /org/xerial/snappy/VERSION properly 2015-05-12 09:57:03 +09:00
Taro L. Saito
1c702ba366 #103: Support reading concatenated streams in SnappyInputStream 2015-05-12 01:43:23 +09:00
Taro L. Saito
81536ea146 Upgrade Scala and sbt plugin versions 2015-05-12 01:41:57 +09:00
Taro L. Saito
75cb0e5213 New snapshot version 2015-04-14 16:05:14 +09:00
Taro L. Saito
c4b3b0293a 1.1.1.7 1.1.1.7 2015-04-14 16:04:32 +09:00
Taro L. Saito
98955b14a1 Fix for running with java8 2015-04-14 16:03:27 +09:00
Taro L. Saito
f2e54dce56 Add release note 2015-04-14 16:00:23 +09:00
Taro L. Saito
dc2dd27f85 Merge pull request #102 from xerial/fix-output-size
Stabilize compressed data size of SnappyOutputStream
2015-04-14 15:58:22 +09:00
Taro L. Saito
6d9925ba36 Fixes for #100 2015-04-14 15:43:50 +09:00
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
0dd3f488f6 Merge pull request #98 from zeldin/ppc32
Add native library for ppc (32 bit)
2015-02-16 11:50:16 +09:00
Marcus Comstedt
d9294241a8 Add native library for ppc (32 bit) 2015-02-15 13:14:01 +01:00
Taro L. Saito
93e100005f Merge pull request #97 from zlim/aarch64
Add aarch64 target
2015-01-17 17:45:39 +09:00
Zi Shen Lim
2681311aa5 Add aarch64 target 2015-01-16 14:42:17 -08:00
Taro L. Saito
6136702f0a Update README.md 2014-12-26 11:21:02 +09:00
Taro L. Saito
fb8b14bc30 Update README.md 2014-12-26 11:17:12 +09:00