summaryrefslogtreecommitdiffstats
path: root/sched/src/com/android/sched
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Avoid creating same capabilities over and over again" into ub-jackPiotr Jastrzebski2015-03-022-17/+9
|\
| * Avoid creating same capabilities over and over againPiotr Jastrzebski2015-02-272-17/+9
* | Merge "Use location from dir rather than from root" into ub-jackmikaelpeltier2015-03-022-2/+2
|\ \ | |/ |/|
| * Use location from dir rather than from rootmikaelpeltier2015-02-202-2/+2
* | Move getName from BaseVDir and BaseVFile to a superclassPiotr Jastrzebski2015-02-273-12/+6
* | Merge "Print help for Brest options" into ub-jackBenoit Lamarche2015-02-261-1/+1
|\ \
| * | Print help for Brest optionsBenoit Lamarche2015-02-251-1/+1
* | | Rework OrCodecBenoit Lamarche2015-02-261-11/+19
* | | Add OrCodecBenoit Lamarche2015-02-251-0/+104
|/ /
* | Remove old VFSBenoit Lamarche2015-02-2315-1387/+5
* | Merge "Optimize VPath append and prepend" into ub-jackBenoit Lamarche2015-02-181-5/+13
|\ \
| * | Optimize VPath append and prependBenoit Lamarche2015-02-101-5/+13
| |/
* | Merge "Use new VFS everywhere" into ub-jackBenoit Lamarche2015-02-183-14/+19
|\ \
| * | Use new VFS everywhereBenoit Lamarche2015-02-103-14/+19
| |/
* / Remove useless codemikaelpeltier2015-02-111-2/+0
|/
* Retry adding CachedDirectFSBenoit Lamarche2015-02-065-7/+430
* Add new VFile delete APIBenoit Lamarche2015-02-0419-75/+73
* Merge "Wrap writing the zip entry in the zip outputstream" into ub-jackBenoit Lamarche2015-02-041-13/+35
|\
| * Wrap writing the zip entry in the zip outputstreamBenoit Lamarche2015-01-281-13/+35
* | Use workVFS for getLocations in VFSToVFSWrapperBenoit Lamarche2015-02-031-6/+6
* | Revert "Add CachedDirectFS"Benoit Lamarche2015-02-024-317/+6
* | Add CachedDirectFSBenoit Lamarche2015-02-024-6/+317
* | Handle Root special case in VPath.prenpendPath()Benoit Lamarche2015-02-021-2/+4
* | Merge "Fix append of VPath that created invalid VPaths" into ub-jackBenoit Lamarche2015-01-302-7/+9
|\ \
| * | Fix append of VPath that created invalid VPathsBenoit Lamarche2015-01-302-7/+9
| |/
* / Rename *VDirCodec to *VFSCodecBenoit Lamarche2015-01-307-30/+25
|/
* Merge "Add getDigest() method in VFS and InputVFS interfaces" into ub-jackBenoit Lamarche2015-01-289-0/+42
|\
| * Add getDigest() method in VFS and InputVFS interfacesBenoit Lamarche2015-01-289-0/+42
* | Use getVDir before createVDir in PrefixedVFSBenoit Lamarche2015-01-281-2/+11
|/
* Fix bug into delete of MessageDigestFSmikaelpeltier2015-01-281-1/+6
* Add DirectFSCodec and ZipFSCodecmikaelpeltier2015-01-282-0/+193
* Use VFS in constructors instead of BaseVFSBenoit Lamarche2015-01-275-13/+10
* Make VFSToVFSWrapper and ReadWriteZipFS extend BaseVFSBenoit Lamarche2015-01-272-6/+200
* Add missing getCapabilities() in ReadWriteZipFSBenoit Lamarche2015-01-271-0/+7
* Add VFSToVFSWrapper and ReadWriteZipFSBenoit Lamarche2015-01-272-0/+263
* Add new WriteZipVFSBenoit Lamarche2015-01-271-0/+315
* Add new ReadZipVFSBenoit Lamarche2015-01-271-0/+308
* Add new PrefixedFSBenoit Lamarche2015-01-261-0/+183
* Work on MessageDigestFSJean-Philippe Lesot2015-01-266-93/+235
* Fix MessageDigestFS by implementating isEmpty(...) methodJean-Philippe Lesot2015-01-231-7/+16
* Add new MessageDigestFSBenoit Lamarche2015-01-237-4/+412
* Add VDir.isEmpty() methodJean-Philippe Lesot2015-01-227-8/+40
* Add CaseInsensitive VFS, and re-work VFS frameworkJean-Philippe Lesot2015-01-2117-188/+1053
* Remove parallel and sequential OutputVFS interfacesBenoit Lamarche2015-01-197-108/+13
* Add method "needsSequentialWriting" to VFSBenoit Lamarche2015-01-1911-0/+52
* Merge "Fix concurency issue in Directory.create()" into ub-jackJean-Philippe Lesot2015-01-161-1/+3
|\
| * Fix concurency issue in Directory.create()Jean-Philippe Lesot2015-01-161-1/+3
* | Merge "Use generic VElements in list methods" into ub-jackBenoit Lamarche2015-01-162-4/+22
|\ \
| * | Use generic VElements in list methodsBenoit Lamarche2015-01-162-4/+22
| |/
* / Fix bug in DirectFS list methodBenoit Lamarche2015-01-161-2/+2
|/