summaryrefslogtreecommitdiff
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* 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-091-9/+14
* java: remove extra whitespaceNoah Watkins2013-01-241-1/+0
* java: support ceph_get_file_pool_nameNoah Watkins2013-01-243-0/+95
* java: fix exception name typoNoah Watkins2013-01-241-1/+1
* java: add missing chmod unmounted testNoah Watkins2013-01-241-0/+5
* java: support fchmodNoah Watkins2013-01-244-0/+78
* java: support stat()Noah Watkins2013-01-244-22/+126
* java: support get pool id/replication interfaceNoah Watkins2013-01-186-1/+185
* Merge branch 'wip-rpm-update'Gary Lowell2013-01-151-3/+3
|\
| * configure.ac: change junit4 handlingDanny Al-Gaaf2013-01-091-2/+2
| * src/java/Makefile.am: fix default java dirDanny Al-Gaaf2013-01-091-1/+1
* | java: add fine grained synchronizationNoah Watkins2013-01-141-44/+268
* | java: remove all intrinsic locksNoah Watkins2013-01-141-43/+43
* | java: remove unnecessary synchronizationNoah Watkins2013-01-141-1/+1
* | java: remove create/release synchronizationNoah Watkins2013-01-141-2/+2
|/
* java: add stripe unit granularity testsNoah Watkins2013-01-052-0/+13
* java: update javadoc commentsNoah Watkins2013-01-051-2/+2
* java: fix whitespaceNoah Watkins2013-01-052-4/+2
* java: add support for get_stripe_unit_granularityJoe Buck2013-01-052-0/+39
* java: remove deprecated libcephfsNoah Watkins2012-12-274-141/+0
* Makefile: fix libcephfs for gcov and cleanupsNoah Watkins2012-11-281-1/+1
* Merge branch 'next'Sage Weil2012-11-264-0/+87
|\
| * java: add ceph_open_layout interfaceNoah Watkins2012-11-264-0/+87
* | java: add Java exception for ENOTDIRNoah Watkins2012-11-205-2/+68
|/
* java: remove redundant src.dirNoah Watkins2012-11-131-1/+0
* java: fix build.xml formattingNoah Watkins2012-11-121-58/+58
* java: fix javadoc buildsNoah Watkins2012-11-121-3/+1
* Merge remote-tracking branch 'gh/wip-javadoc'Sage Weil2012-11-122-2/+3
|\
| * doc: fix warning in JavaDocNoah Watkins2012-10-261-2/+2
| * doc: add JavaDoc to SphinxNoah Watkins2012-10-261-0/+1
* | java: add symlink/readlink testsNoah Watkins2012-11-121-3/+16
* | libcephfs_jni.cc: mtime and atime are Long data types. Changing the accessor ...Joe Buck2012-11-081-2/+2
* | Makefile: include Java test suite artifactsNoah Watkins2012-11-081-1/+2
* | Makefile: include Java unit test runnerNoah Watkins2012-11-081-1/+2
* | Makefile: only add source files to EXTRA_DISTNoah Watkins2012-11-081-7/+7
* | Makefile: use real file for make targetNoah Watkins2012-11-081-2/+3
* | Makefile: remove redundant EXTRA_DISTNoah Watkins2012-11-081-1/+0
* | Changing build.xml to produce a jar instead of class files Adding aJoe Buck2012-11-082-9/+76
* | Adding libcephfs-java.jar to .gitignoreJoe Buck2012-11-081-0/+1