# # ChangeLog for trunk/sources # # Generated by Trac 1.0.12 # 06/02/24 17:55:53 Fri, 16 May 2008 09:17:30 GMT gkronber [263] * trunk/sources/HeuristicLab.Grid/EngineStore.cs (modified) removed binding that is not needed anymore (#152) Thu, 15 May 2008 22:53:45 GMT swagner [261] * trunk/sources/HeuristicLab.Core/Scope.cs (modified) Fixed ticket #151 - corrected error in GetScope(string name) and ... Wed, 14 May 2008 18:14:07 GMT gkronber [260] * trunk/sources/HeuristicLab.Functions/BakedFunctionTree.cs (modified) * trunk/sources/HeuristicLab.Functions/BakedTreeEvaluator.cs (modified) * trunk/sources/HeuristicLab.Functions/HeuristicLab.Functions.csproj (modified) * trunk/sources/HeuristicLab.Functions/SymbolTable.cs (added) fixed #146 (serialization of function-trees in linear form) Wed, 14 May 2008 17:23:46 GMT gkronber [259] * trunk/sources/HeuristicLab.Functions/BakedFunctionTree.cs (modified) * trunk/sources/HeuristicLab.Functions/BakedTreeEvaluator.cs (modified) implemented #146 Wed, 14 May 2008 14:46:09 GMT gkronber [258] * trunk/sources/HeuristicLab.DistributedEngine/JobManager.cs (modified) moved sleep in the results-fetching-loop to the top. It's better to ... Wed, 14 May 2008 14:37:39 GMT gkronber [257] * trunk/sources/HeuristicLab.DistributedEngine/JobManager.cs (modified) don't keep all zipped engines just in case we have to restart one of ... Wed, 14 May 2008 14:09:10 GMT gkronber [256] * trunk/sources/HeuristicLab.DistributedEngine/JobManager.cs (modified) * added statement to remove results from the job-manager * added a ... Wed, 14 May 2008 14:06:51 GMT gkronber [255] * trunk/sources/HeuristicLab.DistributedEngine/DistributedEngine.cs (modified) closing wait-handle just to be sure that resources are released ... Wed, 14 May 2008 14:05:34 GMT gkronber [254] * trunk/sources/HeuristicLab.Grid/EngineStore.cs (modified) removed caching of results in engine-store. kept deletion mechanism ... Tue, 13 May 2008 22:21:20 GMT gkronber [253] * trunk/sources/HeuristicLab.DistributedEngine/JobManager.cs (modified) improved handling of closed or faulted connections in job-manager for ... Tue, 13 May 2008 22:13:20 GMT gkronber [252] * trunk/sources/HeuristicLab.Grid/ClientForm.cs (modified) minor change Tue, 13 May 2008 21:56:26 GMT gkronber [251] * trunk/sources/HeuristicLab.Grid/ClientForm.cs (modified) bug-fixes in grid-client (#149) also cleaned up code in the grid-client Tue, 13 May 2008 21:24:56 GMT gkronber [250] * trunk/sources/HeuristicLab.Grid/EngineStore.cs (modified) fixed #140 Tue, 13 May 2008 21:12:31 GMT gkronber [249] * trunk/sources/HeuristicLab.DistributedEngine/JobManager.cs (modified) fixed incorrect sleeping-timeouts (#149) Tue, 13 May 2008 21:06:12 GMT gkronber [248] * trunk/sources/HeuristicLab.DistributedEngine/DistributedEngine.cs (modified) * trunk/sources/HeuristicLab.DistributedEngine/JobManager.cs (modified) improved stability of distributed engine (#149) Tue, 13 May 2008 21:05:32 GMT gkronber [247] * trunk/sources/HeuristicLab.Grid/HeuristicLab.Grid.csproj (modified) * trunk/sources/HeuristicLab.Grid/IClient.cs (deleted) deleted unused interface IClient (#149) Tue, 13 May 2008 21:05:09 GMT gkronber [246] * trunk/sources/HeuristicLab.Grid/ClientForm.cs (modified) minor bugfixes (related to #149) Tue, 13 May 2008 21:03:56 GMT gkronber [245] * trunk/sources/HeuristicLab.Grid/EngineStore.cs (modified) fixed #150 (re-queueing of jobs that were not executed in time) Tue, 13 May 2008 20:21:18 GMT gkronber [244] * trunk/sources/HeuristicLab.Grid/ClientForm.cs (modified) fixed #137 (together with changes for #149) Tue, 13 May 2008 18:27:25 GMT gkronber [243] * trunk/sources/HeuristicLab.Grid/GridClientApplication.cs (modified) * trunk/sources/HeuristicLab.Grid/GridServerApplication.cs (modified) changed !GridClient and !GridServer to "service"-applications that ...