# # ChangeLog for src/Fragmentation/Automation/FragmentWorker.cpp # # Generated by Trac 1.6 # May 31, 2025, 5:18:03 PM Fri, 04 May 2012 14:19:07 GMT Frederik Heber [083490] * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) Renamed default handle_..() functions of FragmentSchedulder and ... Fri, 04 May 2012 14:19:06 GMT Frederik Heber [ef2767] * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (modified) Server and Worker now also correctly exchange result. - Server uses ... Fri, 04 May 2012 14:19:06 GMT Frederik Heber [0bdd51b] * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) * src/Fragmentation/Automation/Worker.cpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (added) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Added regression test for Server/Client construct. - currently we ... Fri, 04 May 2012 14:19:06 GMT Frederik Heber [a1b77d] * src/Fragmentation/Automation/FragmentResult.cpp (modified) * src/Fragmentation/Automation/FragmentResult.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) Added call FragmentJob::Work() to FragmentWorker::handle_read(). - ... Fri, 04 May 2012 14:19:06 GMT Frederik Heber [c7deca] * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/JobId.hpp (modified) * src/Fragmentation/Automation/unittests/FragmentResultUnitTest.cpp (modified) Added static NoJob (id0) to FragmentScheduler to indicate empty queue ... Fri, 04 May 2012 14:19:06 GMT Frederik Heber [b0b64c] * src/Fragmentation/Automation/FragmentQueue.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/unittests/FragmentQueueUnitTest.cpp (modified) FragmentScheduler now contains a FragmentQueue and serves single jobs ... Fri, 04 May 2012 14:19:06 GMT Frederik Heber [b05673] * src/Fragmentation/Automation/FragmentJob.cpp (modified) * src/Fragmentation/Automation/FragmentJob.hpp (modified) * src/Fragmentation/Automation/FragmentQueue.cpp (modified) * src/Fragmentation/Automation/FragmentResult.cpp (modified) * src/Fragmentation/Automation/FragmentResult.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/JobId.cpp (added) * src/Fragmentation/Automation/JobId.hpp (added) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/unittests/Makefile.am (modified) Introduced JobId as an own class that Job and Result inherit. - ... Fri, 04 May 2012 14:19:06 GMT Frederik Heber [e3a9c9] * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) FragmentWorker::handle_connect can deal with multiple endpoint ... Fri, 04 May 2012 14:17:37 GMT Frederik Heber [cd4a6e] * src/Fragmentation/Automation/FragmentScheduler.cpp (moved) * src/Fragmentation/Automation/FragmentScheduler.hpp (moved) * src/Fragmentation/Automation/FragmentWorker.cpp (moved) * src/Fragmentation/Automation/FragmentWorker.hpp (moved) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/client.cpp (modified) * src/Fragmentation/Automation/server.cpp (modified) * tests/CodeChecks/testsuite-project-disclaimer.at (modified) Renamed file StockServer -> FragmentScheduler.