summaryrefslogtreecommitdiffstats
path: root/sched/src/com/android/sched
Commit message (Expand)AuthorAgeFilesLines
* Add subclasses to NotFileOrDirectoryExceptionBenoit Lamarche2015-01-1324-58/+140
* Add relative VPath support to MessageDigestInputVFSBenoit Lamarche2015-01-131-5/+11
* Add missing support for Prefixed VFS in OutputJackLibraryBenoit Lamarche2015-01-094-2/+50
* Fix invalid check in InputOutputZipVDir.getInputVDirBenoit Lamarche2015-01-091-1/+1
* Use PrefixedOutputVFS in OutputJackLibraryBenoit Lamarche2015-01-084-2/+65
* Use PrefixedInputVFS in InputJackLibraryBenoit Lamarche2015-01-081-0/+53
* Add preliminary support of digest in library.Jean-Philippe Lesot2015-01-083-103/+363
* Refactor StreamFile hierarchy to throw less exceptionsBenoit Lamarche2014-12-229-179/+216
* Add exception handling during ScheduleInstance.processJean-Philippe Lesot2014-12-199-221/+226
* Improve logs during schedule instance executionJean-Philippe Lesot2014-12-181-9/+10
* Make close methods of VFS and Libaries idempotentBenoit Lamarche2014-12-164-15/+31
* Correct some problems in MessageDigestInputOutputVFSJean-Philippe Lesot2014-12-161-5/+28
* Fix getPath() in InputZipVFS to support prefixBenoit Lamarche2014-12-152-2/+13
* Rework VFS Codec and add {Input,Output}JackLibrary{Codec,PropertyId}Jean-Philippe Lesot2014-12-1518-143/+334
* Merge "Add toString into AbstractFVS for debugging purpose" into ub-jackmikaelpeltier2014-12-051-0/+8
|\
| * Add toString into AbstractFVS for debugging purposemikaelpeltier2014-12-051-0/+8
* | Merge "Add API in Lib / VFS to remove files" into ub-jackmikaelpeltier2014-12-055-0/+71
|\ \ | |/ |/|
| * Add API in Lib / VFS to remove filesmikaelpeltier2014-12-055-0/+71
* | Merge "Fix command line parsing of empty argument" into ub-jackYohann Roussel2014-12-051-2/+3
|\ \ | |/ |/|
| * Fix command line parsing of empty argumentYohann Roussel2014-12-041-2/+3
* | Fix ZipEntries in VFSBenoit Lamarche2014-12-039-40/+39
|/
* Merge "Allow creating an InputZipVFS with a prefix" into ub-jackBenoit Lamarche2014-12-033-19/+59
|\
| * Allow creating an InputZipVFS with a prefixBenoit Lamarche2014-12-033-19/+59
* | Set VPath splitter as staticBenoit Lamarche2014-12-021-1/+3
|/
* Replace getRootDir() by getRootInputVDir(), getRootOutputVDir()...Benoit Lamarche2014-11-288-13/+28
* Some re-works on VFSJean-Philippe Lesot2014-11-2838-282/+693
* Fix typo in DefaultFactoryJean-Philippe Lesot2014-11-264-6/+6
* Merge "Add a MessageDigest codec/factory/propertyId" into ub-jackJean-Philippe Lesot2014-11-265-3/+298
|\
| * Add a MessageDigest codec/factory/propertyIdJean-Philippe Lesot2014-11-255-3/+298
* | Fix getInputVDir with empty pathBenoit Lamarche2014-11-171-0/+6
* | Jack generates lib version 1.1mikaelpeltier2014-11-171-1/+4
* | Add getInputVDir and getInputVFile into InputVDir interfacemikaelpeltier2014-11-147-41/+118
|/
* Add clone method to VPathBenoit Lamarche2014-11-131-2/+17
* Add NoSuchFileException to getInputVFile of InputRootVDirmikaelpeltier2014-11-134-5/+23
* Add usage of InputOutputVDir into output librarymikaelpeltier2014-11-131-0/+1
* Merge "Fix cache problem and concurrent modifications with InputOutput" into ...mikaelpeltier2014-11-133-52/+42
|\
| * Fix cache problem and concurrent modifications with InputOutputmikaelpeltier2014-11-133-52/+42
* | Add support for suffixes and prefixes in VPathBenoit Lamarche2014-11-121-26/+92
|/
* Add codec for InputOutputZipVDirBenoit Lamarche2014-11-125-43/+163
* Merge "Add InputOutputZipVDir" into ub-jackBenoit Lamarche2014-11-064-3/+311
|\
| * Add InputOutputZipVDirBenoit Lamarche2014-11-034-3/+311
* | Fixes some typos in help propertiesYohann Roussel2014-10-281-2/+2
* | Add support of categorized propertiesJean-Philippe Lesot2014-10-247-11/+109
|/
* Move FileUtils to SchedLibBenoit Lamarche2014-10-221-0/+94
* Move stream suckers to SchedLibBenoit Lamarche2014-10-213-0/+324
* Redo exceptions when writing dex filesBenoit Lamarche2014-10-162-5/+5
* DirectDir must have DirectoryLocation instead of FileLocationmikaelpeltier2014-10-141-1/+1
* Merge "Add dynamic @Synchronized support" into ub-jackJean-Philippe Lesot2014-10-034-7/+70
|\
| * Add dynamic @Synchronized supportJean-Philippe Lesot2014-10-034-7/+70
* | Add a DirectDir that can be written to in parallelBenoit Lamarche2014-10-038-106/+214