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
|
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 |
Taro L. Saito
|
6a66a08845
|
Merge pull request #94 from xerial/rapsberry
Raspberry PI support
|
2014-12-24 12:16:51 +09:00 |
Taro L. Saito
|
aacd802ee6
|
snapshot vesion
|
2014-11-27 15:33:47 +09:00 |
Taro L. Saito
|
f446a39a00
|
Fixes #37: Native library for raspberry-pi
|
2014-11-27 06:28:22 +00:00 |
Taro L. Saito
|
622a1d71b1
|
Update README.md
|
2014-11-01 17:15:55 +09:00 |
Taro L. Saito
|
b55d2a40dc
|
Update README.md
|
2014-11-01 17:14:58 +09:00 |
Taro L. Saito
|
bd8476bf84
|
Update README.md
|
2014-11-01 17:12:41 +09:00 |
Taro L. Saito
|
0ecdb4d568
|
Fixes #92 and released 1.1.1.6
|
2014-10-26 20:47:16 +09:00 |
Taro L. Saito
|
71a02f950b
|
1.1.1.6 release notes
|
2014-10-26 20:45:54 +09:00 |
Taro L. Saito
|
0521877d9a
|
Release 1.1.1.6
|
2014-10-26 20:44:57 +09:00 |
Taro L. Saito
|
be0f2dd5d3
|
Merge pull request #92 from davies/fix_leak
fix memory leak in SnappyOutputStream
|
2014-10-26 20:40:02 +09:00 |
Davies Liu
|
f48a29c4ae
|
fix memory leak in SnappyOutputStream
|
2014-10-26 01:06:20 -07:00 |
Taro L. Saito
|
2d5db6d830
|
snapshot version
|
2014-10-24 09:55:18 +09:00 |
Taro L. Saito
|
0122b6bfcc
|
Fixes #90, by adding OSGi export setting foe org.xerial.snappy.buffer package. 1.1.1.5 release
|
2014-10-24 09:46:15 +09:00 |
Taro L. Saito
|
35ed7a8386
|
snapshot version
|
2014-10-23 14:48:12 +09:00 |
Taro L. Saito
|
2b2a26399c
|
1.1.1.4 release
|
2014-10-23 14:47:42 +09: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
|
5eebef89c6
|
Release note on 1.0.5.4
|
2014-09-12 14:38:19 +09:00 |
Taro L. Saito
|
4e4ebfb998
|
about 1.1.1.3 version
|
2014-07-19 07:02:12 +09:00 |
Taro L. Saito
|
74443d220b
|
1.1.1.3
|
2014-07-19 07:00:52 +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
|
7adf0c1dbc
|
Merge pull request #83 from xerial/outputstream-opt
Optimization of SnappyOutputStream
|
2014-07-18 18:45:23 +09:00 |
Taro L. Saito
|
dbc610ef6b
|
version 1.1.1.2
|
2014-07-18 18:41:38 +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 |