Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / remote /
2023-11-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 Martin QuinsonAdd an assert that the checker don't try to exec disabl...
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 QuinsonMC: add an observer to sleep simcalls
2023-07-10 Fred SuterMerge remote-tracking branch 'origin/master' into jbod
2023-07-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-10 Arnaud GierschMissing includes (for gcc-14?)
2023-07-01 Martin QuinsonMore verbose error and debug messages
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-20 Fred SuterMerge branch 'master' into 'task-token'
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Martin QuinsonFix the liveness tests by ignoring the Comm ID memory...
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Arnaud GierschUse the "_t" and "_v" version of type traits.
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-04-27 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-04-27 Martin QuinsonMC: give each state an incoming transition too
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-15 Martin QuinsonAlso send the disabled transitions over: UDPOR needs it
2023-04-15 Martin QuinsonMore informative message on system error
2023-04-11 Arnaud GierschMark functions as "const" (sonar).
2023-04-11 Arnaud GierschMisc sonar issues.
2023-04-11 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-04-10 Arnaud GierschLess low-level operations to manage receive buffer.
2023-04-07 Martin QuinsonPlease don't fix this error reported by clang-static...
2023-04-06 Martin QuinsonMC: Reap all zombie childs to avoid them to accumulate
2023-04-05 Martin QuinsonImprove the logging level of that message that is relat...
2023-04-05 Arnaud GierschCentralize definitions for the name of environment...
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-03 Martin QuinsonDon't die at compilation when activating stateless...
2023-04-03 Arnaud GierschRevert "Treat ECONNRESET like a normal connection close."
2023-04-03 Arnaud GierschTreat ECONNRESET like a normal connection close.
2023-04-02 Martin QuinsonDon't use ucontextes on Apple hosts
2023-04-02 Martin QuinsonCast a printf parameter to please MacOS X
2023-04-02 Martin QuinsonDon't use CLOEXEC
2023-04-01 Martin QuinsonIgnore empty replay path + hide a global (to avoid...
2023-04-01 Martin QuinsonFix an initialization race around the AppSide
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-03-31 Martin QuinsonFix non-MC builds when MC-only dependencies are missing
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-30 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
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 Quinsonmemset 0 the memory that is sent over the network
2023-03-25 Martin QuinsonMC protocol: rename INITIAL_ADDRESSES msg to NEED_MEMINFO
2023-03-25 Martin QuinsonActually, now that the appside is not ptraced, there...
2023-03-25 Martin QuinsonInvert another logic error: we need ptrace when we...
2023-03-25 Martin QuinsonThis test is always false, as we asserted so just above
2023-03-24 Martin QuinsonMC: disable personality() as it fails on CI and is...
2023-03-24 Martin QuinsonFix the refork feature by not ptracing App so that...
2023-03-24 Arnaud GierschStrengthen debug messages on channel send/recv.
2023-03-24 Arnaud GierschSimplify loop.
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 GierschRemove superfluous test, and reduce depth of nested...
2023-03-24 Arnaud GierschMerge loops and get rid of the "probes" temporary vector.
2023-03-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-23 Martin QuinsonDont use handle_waitpid after we killed the App, as...
2023-03-23 Martin QuinsonActually, read()=0 is not an issue in the AppSide
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-22 Martin QuinsonFix some easy sonar smells
2023-03-22 Martin QuinsonFix two sonar bugs
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-21 Martin QuinsonFix the liveness tests when the reforks are compiled...
2023-03-20 Martin QuinsonManually handle the memory associated to the libevent...
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 QuinsonDiffer the creation of the RemoteProcessMemory to when...
2023-03-19 Martin QuinsonBetter responsabilities splitup between CheckerSide...
2023-03-19 Martin QuinsonMove methods not related to Memory out of RemoteProcess...
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 QuinsonMove handle_message from ModelChecker to RemoteProcessM...
2023-03-19 Martin QuinsonMove handle_waitpid from ModelChecker to RemoteProcessM...
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 QuinsonReduce a bit the adherance of handle_waitpid to ModelCh...
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 QuinsonSimplify Channel::receive by handling non-blocking...
2023-03-15 Martin QuinsonSanitize how we know the current MC mode
next