summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils/JnaUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace and organize importsJames Moger2013-09-301-3/+3
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Fix set-gid bit clearing under Linux when effective gid is different from ↵Florian Zschocke2013-08-261-6/+84
| | | | file gid.
* Remove unsupported option '-O' from 'ls' command.Florian Zschocke2013-08-261-1/+1
|
* Add JavaDoc.Florian Zschocke2013-08-261-27/+87
|
* Add proper implementation of methods in JnaUtils.Florian Zschocke2013-08-261-0/+226
Implement the methods getFilemode and setFilemode in JnaUtils. Not using the libc names as we don't necessarily use JNA and because it is not necessarily a one to one mapping.