Commit Graph

370 Commits

Author SHA1 Message Date
Taro L. Saito e8356fd4f9 Upgrae to snappy-1.0.4 2011-09-22 14:34:41 +09:00
Taro L. Saito 2cf062f494 Update pom 2011-09-15 11:24:51 +09:00
Taro L. Saito 112251d7be [maven-release-plugin] prepare for next development iteration 2011-09-10 02:12:15 +09:00
Taro L. Saito 32f85c2af2 [maven-release-plugin] copy for tag snappy-java-1.0.3.3 2011-09-10 02:12:12 +09:00
Taro L. Saito 84db038b48 [maven-release-plugin] prepare release snappy-java-1.0.3.3 2011-09-10 02:12:09 +09:00
Taro L. Saito f2fe1d3d8b Update issue 28
A workaround to postpone the initialization of SnappyNativeAPI.
2011-09-09 11:16:28 +09:00
Taro L. Saito 2906673651 Fix javadoc comments 2011-08-23 18:13:19 +09:00
Taro L. Saito 9cc5ea85c9 update 2011-08-23 15:21:18 +09:00
Taro L. Saito 756e999ea6 [maven-release-plugin] prepare for next development iteration 2011-08-23 13:44:25 +09:00
Taro L. Saito 83d13ff153 [maven-release-plugin] copy for tag snappy-java-1.0.3.2 2011-08-23 13:44:21 +09:00
Taro L. Saito af49020af6 [maven-release-plugin] prepare release snappy-java-1.0.3.2 2011-08-23 13:44:17 +09:00
Taro L. Saito 14fc088505 Add wiki repository as subrepo 2011-08-23 13:17:11 +09:00
Taro L. Saito 1f73c8f21f Fixes issue 26. Add note on using configuration file and license of the embedded libstdc++ library (GCC Runtime Library Exception) 2011-08-23 12:05:19 +09:00
Taro L. Saito 29753d90fd Update issue 26
Applied the patch from tucu; load org-xerial-snappy.properties file when it can be found from the context class loader.
2011-08-23 11:01:34 +09:00
Taro L. Saito 57190cd4ab Fixes comments 2011-08-23 10:42:12 +09:00
Taro L. Saito 435fa89fe4 Add script for generating tar.gz of the project
Update issue 25
2011-08-18 15:27:04 +09:00
Taro L. Saito fe85390989 Fix commend on loading libsnappyjava 2011-08-16 13:14:48 +09:00
Taro L. Saito 3710c4e7dc Updates issue 20. Add org.xerial.snappy.use.systemlib property to lookup snappyjava dll under java.library.path 2011-08-16 13:04:57 +09:00
Taro L. Saito 006425b288 Add note on using system installed snappyjava native library 2011-08-16 11:24:22 +09:00
Taro L. Saito 1354d90401 merged 2011-08-16 11:16:44 +09:00
Taro L. Saito 6540318a12 Fixes issue 20
org.xerial.snappy.enable.bundled.libs is used with the default value = true.
2011-08-16 11:16:21 +09:00
Taro L. Saito 0d9356eac1 Add comments. Reset the java code target to 1.5 2011-08-03 20:54:01 +09:00
Taro L. Saito c73d2e104b Fixes issue 24 2011-08-02 17:07:24 +09:00
Taro L. Saito 16ce3bc904 [maven-release-plugin] prepare for next development iteration 2011-08-02 15:36:19 +09:00
Taro L. Saito 488dbb8a19 [maven-release-plugin] copy for tag snappy-java-1.0.3.1 2011-08-02 15:36:17 +09:00
Taro L. Saito 1e8f73b6a1 [maven-release-plugin] prepare release snappy-java-1.0.3.1 2011-08-02 15:36:16 +09:00
Taro L. Saito 93f66fc2e5 comment 2011-08-02 15:31:57 +09:00
Taro L. Saito de803e67a4 Rebuild win32 library. Add comments to INSTALL/README 2011-08-02 15:27:43 +09:00
Taro L. Saito e01077db8a Add comment 2011-08-02 15:15:15 +09:00
Taro L. Saito aa04d562f8 Discard the local JNI code loader and the org.xerial.snappy.disable.inject option 2011-08-02 15:07:59 +09:00
Taro L. Saito f0ef649651 trace from context class loader 2011-08-02 14:27:52 +09:00
Taro L. Saito 1aba243237 removed overlapped part. Use ProtectionDomain when injecting classes 2011-08-02 14:01:57 +09:00
Taro L. Saito 075b94af00 Removed debug message 2011-08-02 13:18:29 +09:00
Taro L. Saito 2f6dc58ba8 add debug message 2011-08-02 11:46:08 +09:00
Taro L. Saito fd1fa411d9 temporary disable native code injection 2011-08-01 18:37:04 +09:00
Taro L. Saito 9469afbe38 catch UnsatisfiedLinkError 2011-08-01 18:35:30 +09:00
Taro L. Saito 9e95185692 Set java target to 1.6 2011-08-01 18:26:07 +09:00
Taro L. Saito 8d49dddbba use static call instead of call by reflection 2011-08-01 18:22:48 +09:00
Taro L. Saito 94b879fe12 fix 2011-08-01 17:16:23 +09:00
Taro L. Saito 331e7ef10b remove unnecessary flag 2011-08-01 17:10:39 +09:00
Taro L. Saito 3e533b4e7d use context class loader 2011-08-01 17:03:55 +09:00
Taro L. Saito 9c86835cc3 initialize local snappy loader 2011-08-01 16:56:40 +09:00
Taro L. Saito 94d5356ba9 use local static variable to hold loaded states 2011-08-01 16:53:00 +09:00
Taro L. Saito 875235229c Split the loader code 2011-08-01 16:43:25 +09:00
Taro L. Saito f7a0619f64 Add local native lib loader 2011-08-01 16:33:18 +09:00
Taro L. Saito f40a9b96cb Add org.xerial.snappy.disable.inject 2011-08-01 16:09:06 +09:00
Taro L. Saito 387ffa34f0 use parent 2011-08-01 15:53:08 +09:00
Taro L. Saito ecd8aaa3e9 Add comments 2011-08-01 15:47:02 +09:00
Taro L. Saito 199b12e61c Add comment on SnappyLoader.load 2011-08-01 15:19:28 +09:00
Taro L. Saito 7931742179 Avoid to load native library twice even if SnappyNativeLoader injected to an ancestor class loader is discared 2011-08-01 14:17:22 +09:00