summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils/FileUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix backslash regression in relative path determiniationJames Moger2014-10-131-1/+1
|
* Improve relative path determination using Java 7 PathsJames Moger2014-10-101-14/+6
|
* Trim trailing whitespace and organize importsJames Moger2013-09-301-20/+20
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Add recursive delete function to FileUtilsJames Moger2013-09-301-0/+24
| | | | Change-Id: Ie177a9e5e9f88ea35bb8f9fe0b6c9af7ce92a280
* Close streams in finally block.Florian Zschocke2013-08-211-10/+36
| | | | Close input and output streams in a finally block so that they do not linger around and occupy system resources when an exception occurs.
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+292
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.