Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / api / RemoteApp.cpp
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-02 Martin QuinsonDo not use MC_process_clock_add() for now, as it makes...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-15 Arnaud GierschSuprious brace (fix non-linux builds).
2023-05-15 Arnaud GierschDefine master_socket_name only once, and embed it with...
2023-05-15 Arnaud GierschTry harder not to fail with stale sockets after several...
2023-05-15 Arnaud GierschThe default destructor should be fine.
2023-04-27 Martin QuinsonFix comment [no-ci]
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-15 Martin QuinsonMake sure that we never have a 0 transition at the...
2023-04-15 Martin QuinsonAlso send the disabled transitions over: UDPOR needs it
2023-04-12 Arnaud GierschRemove useless specialized exceptions from simgrid...
2023-04-11 Arnaud GierschUse std::string (sonar).
2023-04-04 Martin QuinsonUse the fast SOCK_SEQPACKET where available
2023-04-04 Martin QuinsonMake the MC protocol work on top of STREAM sockets
2023-04-02 Martin QuinsonDon't use CLOEXEC
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-26 Martin QuinsonImplement reforks by forking the application, to save...
2023-03-25 Martin QuinsonDo not ask for memory info when restarting in refork...
2023-03-24 Arnaud GierschSimplify member initialization.
2023-03-24 Arnaud GierschDetermine n_transitions on receiving side (and remove...
2023-03-24 Arnaud GierschThere's no need to compute the total transition count...
2023-03-24 Arnaud GierschMerge loops and get rid of the "probes" temporary vector.
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-22 Martin QuinsonFix some easy sonar smells
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-21 Martin QuinsonMake sure that the dtor of CheckerSide actually kills...
2023-03-20 Martin QuinsonDo not initialize the App's memory introspection if...
2023-03-20 Martin QuinsonPut everything in position to re-fork the verified App
2023-03-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-19 Martin Quinsoncosmetics
2023-03-19 Martin QuinsonMove more of the CheckerSide creation logic to the...
2023-03-19 Martin QuinsonMC: disable Address Space Layout Randomization in the...
2023-03-19 Martin QuinsonDiffer the creation of the RemoteProcessMemory to when...
2023-03-19 Martin QuinsonBetter responsabilities splitup between CheckerSide...
2023-03-19 Martin QuinsonFinally kill the now empty ModelChecker class
2023-03-19 Martin QuinsonMove the memory handling of RemoteProcessMemory singlet...
2023-03-19 Martin QuinsonMake a global singleton of Exploration, to kill ModelCh...
2023-03-19 Martin Quinsonanother mc_model_checker call location disappears
2023-03-18 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-18 Martin QuinsonMerge CheckerSide::start() intp the constructor
2023-03-18 Martin QuinsonBetter split of responsabilities between CheckerSide...
2023-03-18 Martin QuinsonMove the checker_side_ from the ModelChecker to the...
2023-03-17 Martin QuinsonMove handle_simcall from ModelChecker to RemoteApp
2023-03-14 Arnaud GierschReally check the privatization option in the MCed SMPI...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-13 Martin QuinsonGive the remote_process_memory to the mc::State constructor
2023-03-12 Martin Quinsonmove wait_for_requests() from ModelChecker to RemoteApp
2023-03-12 Martin QuinsonMove 2 functions from mc::ModelChecker to mc::RemoteApp
2023-03-12 Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
2023-03-12 Martin QuinsonMC: stop reading maxpid in memory, but ask it over...
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Arnaud GierschFix asserts for when received size is 0 (message type...
2023-03-08 Arnaud GierschUse #include <...> for foreign header files.
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-03 Martin QuinsonMove the PageStore from ModelChecker to RemoteApp
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschVarious cleanups.
2023-02-20 Maxwell PirtleAllow actor transitions to be shared
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-20 Arnaud GierschMerge branch 'fix-probe' into 'master'
2023-02-20 Maxwell PirtleSend actor action probes one at a time
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Arnaud GierschVarious cleanups.
2023-02-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-16 Martin Quinsonfix the build (but not all tests) of MC
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Maxwell PirtleFinalize passing transitions during model checking
2023-02-10 Maxwell PirtleAdd intial steps to transfer transitions to the MC
2023-02-08 Arnaud GierschDeclare functions with attribute 'noreturn' (sonar).
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonMC: display the status of all actors in case of deadlock
2022-11-01 Martin QuinsonMC: tell the user about how to use the replay path...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-03 Martin QuinsonFix an error message
2022-10-02 Martin QuinsonMore helpful error message when someone needs --cfg...
2022-08-26 Arnaud GierschUse "std::vector" instead of C-style array (sonar).
2022-08-26 Arnaud GierschAvoid to send/receive zero-size messages.
2022-08-25 Arnaud GierschRemove temporary object (sonar).
2022-08-09 Martin QuinsonMC: apply some sonar advices
2022-08-06 Martin QuinsonMake the RemoteApp a field of the Exploration, and...
2022-08-02 Martin Quinsonlog_state has nothing to do in RemoteApp, it belongs...
2022-08-02 Martin QuinsonSanitize MC finalization process and inline a function
2022-08-02 Martin QuinsonConvert Api::get_maxpid() into RemoteApp::get_maxpid()
2022-08-02 Martin QuinsonMerge an initialization function into the constructor
2022-08-02 Martin QuinsonRename mc::Session into mc::api::RemoteApp