summaryrefslogtreecommitdiffstats
path: root/sched
Commit message (Expand)AuthorAgeFilesLines
* Close FileInputStream in TokenIteratorJean-Philippe Lesot2015-07-021-29/+90
* Update VersionTestmikaelpeltier2015-06-261-8/+31
* Add isComparable method into Versionmikaelpeltier2015-06-251-6/+7
* Update version comparisonmikaelpeltier2015-06-251-8/+6
* Move Version to schedlibYohann Roussel2015-06-258-1/+606
* Remove assertion status from Jack sanity checksJean-Marie Henaff2015-06-247-33/+0
* Add support for case-sensitive FS in ReadWriteZipFSBenoit Lamarche2015-06-175-94/+51
* Fix a permgen memory leak in ThreadConfigJean-Philippe Lesot2015-06-081-1/+1
* Fix bugs when using incremental with --output-jackmikaelpeltier2015-06-052-2/+2
* Fix debug mode of CaseInsensitiveFSBenoit Lamarche2015-06-011-1/+1
* Use 1 group instead of 2 for CaseInsensitiveFS digestBenoit Lamarche2015-06-012-2/+2
* Use CaseInsesitiveFS for all library output dirsBenoit Lamarche2015-05-292-5/+124
* Add support to append in VFSBenoit Lamarche2015-05-2917-9/+158
* Add getLastModified() to VFileBenoit Lamarche2015-05-2918-0/+83
* Add new getPathFromRoot API in VFSBenoit Lamarche2015-05-2921-45/+635
* Fix MessageDigestFS by creating specific VDirsBenoit Lamarche2015-05-292-33/+53
* Remove STOPSHIP in InMemoryVDir.list()Benoit Lamarche2015-04-291-4/+0
* Remove STOPSHIPs in OrCodecBenoit Lamarche2015-04-291-2/+0
* Remove STOPSHIP in VFSTestBenoit Lamarche2015-04-291-1/+1
* Add createTmpDir method throwing CannotCreateFileExceptionmikaelpeltier2015-04-282-2/+49
* Rework ReadWriteZipFS to support incremental libraryBenoit Lamarche2015-04-282-1/+9
* Merge "Remove Task Tags configuration from Scheduler project" into ub-jackBenoit Lamarche2015-04-281-3/+0
|\
| * Remove Task Tags configuration from Scheduler projectBenoit Lamarche2015-04-241-3/+0
* | Remove STOPSHIP regarding ReadWriteZipFS locationsBenoit Lamarche2015-04-241-1/+0
|/
* Fix bug during PropertyIdException reportingmikaelpeltier2015-04-151-1/+2
* Merge "Optimize VPathFragment creation." into ub-jackPiotr Jastrzebski2015-04-141-5/+6
|\
| * Optimize VPathFragment creation.Piotr Jastrzebski2015-03-231-5/+6
* | Fix issue with not existing classpath entryBenoit Lamarche2015-04-071-0/+1
* | Add a support for opening file with timeout in Jack simple serverJean-Philippe Lesot2015-03-312-5/+9
* | Add HasLocation to stream providersmikaelpeltier2015-03-302-2/+4
* | Use simple framework to make a simple http server for jackJean-Philippe Lesot2015-03-271-0/+9
* | Add support of list of detectors, and set long-run beside deadlockJean-Philippe Lesot2015-03-231-24/+34
|/
* Add InputStreamProvider and OutputStreamProvidermikaelpeltier2015-03-2317-63/+143
* Rename WithLocationException to WithLocationIOExceptionBenoit Lamarche2015-03-2010-13/+13
* Make Jack script more robustJean-Philippe Lesot2015-03-203-9/+79
* Merge "Fix some javadoc in VariableName" into ub-jackJean-Philippe Lesot2015-03-201-2/+5
|\
| * Fix some javadoc in VariableNameJean-Philippe Lesot2015-03-161-2/+5
* | Stop creating message in NonSuchFileException unnecessarilyPiotr Jastrzebski2015-03-1916-70/+275
* | Make PairCodec use a Pair instead of a Map.EntryYohann Roussel2015-03-194-38/+81
* | Allow ConvertCodec to check convertionYohann Roussel2015-03-183-6/+37
* | Load default libraries from jack.jarYohann Roussel2015-03-171-2/+2
|/
* Rework all variable names in the config frameworkJean-Philippe Lesot2015-03-1654-58/+315
* Add property to set an output file by reporter levelJean-Philippe Lesot2015-03-132-25/+23
* Fix PairCodec and ConvertCodecJean-Philippe Lesot2015-03-134-38/+60
* Add base directory support in TokenIterator and use it in the ServerTaskInsideVMJean-Philippe Lesot2015-03-123-5/+149
* Add property for classpathBenoit Lamarche2015-03-121-2/+2
* Use working directory in codecsBenoit Lamarche2015-03-1222-47/+258
* Use file into getPath implementation rather than locationmikaelpeltier2015-03-122-2/+3
* Start support of a small server for Jack compilationJean-Philippe Lesot2015-03-114-3/+64
* Merge "Jack support for annotation processor." into ub-jackYohann Roussel2015-03-109-13/+396
|\