summaryrefslogtreecommitdiffstats
path: root/src/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* java: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* test,qa: s/.libs/lib/Kefu Chai2018-06-262-3/+3
* cmake: bump up JDK version to 1.8Kefu Chai2018-05-041-1/+1
* cmake: use javac -h for creating JNI native headersKefu Chai2018-05-041-11/+14
* cmake: bump target jdk to 1.7Shengjing Zhu2018-03-281-3/+3
* misc: fix various spelling errorsShengjing Zhu2018-03-101-1/+1
* Merge pull request #20175 from tone-zhang/wip-fix-bug22828Kefu Chai2018-02-011-1/+1
|\
| * cmake: fix libcephfs-test.jar build failureTone Zhang2018-01-301-1/+1
* | java/native: s/jni: lstat/jni: stat in native_ceph_statShangzhong Zhu2018-01-271-2/+2
|/
* cmake: s/LINK_PRIVATE/PRIVATE/Kefu Chai2017-10-131-1/+1
* java/native: Fix: misuse milliseconds to seconds when set mtime or attime in ...dengquan2017-09-061-3/+7
* Client: Add function "get_default_data_pool_name" for java clientdongdong2017-07-292-0/+61
* cmake: turn libcommon into a shared libraryKefu Chai2017-01-101-1/+2
* client: convert ceph_setattr callers to ceph_setattrxJeff Layton2016-10-121-8/+8
* jni: convert libcephfs java bindings to use ceph_statx based APIsJeff Layton2016-10-121-29/+32
* remove autotoolsSage Weil2016-09-071-87/+0
* libcephfs: Fix the incorrect integer conversion in libcephfs_jni.ccwenjunhuang2016-08-101-6/+6
* cmake: version libcephfs_jniKefu Chai2016-07-021-0/+3
* cmake: install lib{rgw,cephfs_jni} into ${CMAKE_INSTALL_LIBDIR} not libKefu Chai2016-07-021-1/+1
* cmake: add libcephfs-java supportKefu Chai2016-05-242-0/+68
* java: update libcephfs tests to learn pool nameJohn Spray2016-03-101-12/+20
* java: add O_DIRECTORY to libcephfs interfaceJohn Spray2016-03-102-14/+17
* java/test: update for libcephfs permission checkYan, Zheng2016-01-122-0/+2
* java: search for JNI bits in common dirsNoah Watkins2015-08-172-8/+70
* java: dump extra info for ftruncate assertionNoah Watkins2015-03-281-0/+4
* Merge remote-tracking branch 'gh/hammer'Sage Weil2015-03-191-1/+7
|\
| * Minor changes in other Makefile.am files to make them support the build refin...Boris Ranto2015-03-061-1/+7
* | Fixed comment (minor)Xavier Roche2015-02-151-1/+1
* | Added CephMount.flock()Xavier Roche2015-02-153-0/+110
|/
* java: fill in stat structure correctlyNoah Watkins2014-10-231-17/+1
* cephfs-java: build against older jni headersGreg Farnum2014-05-221-1/+1
* pass '-classpath' option (gcj/javah ignores CLASSPATH environment variable).Dmitry Smirnov2014-05-121-2/+2
* java/test: ceph.file.layout xattr is still not there nowGreg Farnum2014-03-311-1/+1
* java/test: ceph.file.layout xattr is not there nowSage Weil2014-03-291-6/+1
* Removing extraneous codeJoe Buck2013-09-172-15/+1
* libcephfs_jni.cc: reduce scope of ret variableDanny Al-Gaaf2013-05-101-2/+1
* Makefile: fix java build warningSage Weil2013-04-291-2/+9
* java libcephfs: add serialVersionUID to some Exception classesDanny Al-Gaaf2013-03-275-0/+10
* CephMount.java: remove unused importDanny Al-Gaaf2013-03-271-1/+0
* java: fix test name typoNoah Watkins2013-03-261-1/+1
* java: pretty print Ceph extentNoah Watkins2013-03-241-0/+10
* java: support ceph_get_osd_addrNoah Watkins2013-03-246-0/+328
* java: support ceph_get_osd_crush_locationNoah Watkins2013-03-245-1/+164
* java: support ceph_get_file_extent_osdsNoah Watkins2013-03-245-1/+190
* libcephfs_jni.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-131-3/+3
* libcephfs_jni.cc: fix indentionDanny Al-Gaaf2013-03-131-273/+273
* java: make CephMountTest use user.* xattr namesSage Weil2013-02-101-9/+14
* java: remove extra whitespaceNoah Watkins2013-01-251-1/+0
* java: support ceph_get_file_pool_nameNoah Watkins2013-01-243-0/+95
* java: fix exception name typoNoah Watkins2013-01-241-1/+1