]> AND Private Git Repository - loba.git/history - messages.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Use git diff instead of diff-index for setlocalversion.
[loba.git] / messages.cpp
2019-01-22 Arnaud GierschConvert message_type to enum class.
2018-04-30 Arnaud GierschBe consistent and hold mutex in any case when returning...
2018-04-30 Arnaud GierschHandle timeout exception in condition_t::timedwait().
2018-04-30 Arnaud Gierschxbt_cond_timedwait: mutex is not held on timeout.
2018-04-30 Arnaud GierschTRY_FAST never existed officially.
2012-07-02 Arnaud GierschMSG type names got renamed in SimGrid 3.8.
2012-02-29 Arnaud GierschExperimental: use TRY_NO_BACKTRACE if available.
2011-09-08 couturieMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-09-05 Arnaud GierschWhitespace cleanup.
2011-08-31 Arnaud GierschFix message::to_string().
2011-05-25 Aberrahmane SiderMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-05-24 Arnaud GierschCosmetics: rename message types, INFO -> CTRL, and...
2011-05-24 Arnaud GierschMerge INFO and CREDIT messages.
2011-05-23 Arnaud GierschUse a lock-free synchronized queue for the message...
2011-02-22 Arnaud GierschMake messages intelligent about their size.
2011-02-09 Arnaud GierschMake communicator::recv() inline.
2011-02-09 Arnaud GierschDefine class for message queue.