Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc' into mc++
[simgrid.git] / src / msg / msg_host.c
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-17 Paul Bédaridehost data comeback as property 'data'
2014-02-13 Paul BédarideRemove host data and had JAVA_HOST_LEVEL
2014-02-05 Arnaud GierschAdd/update copyright notices.
2013-12-10 Arnaud GierschFix segfault at end of simulation.
2013-11-21 Arnaud GierschFix doxygen/javadoc warnings.
2013-11-15 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-15 Paul BédarideMerge branch 'hypervisor' into surf++
2013-11-13 suterhere was the leak!
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-28 Takahiro HirofuchiAdd the affinity database of each VM
2013-10-01 Arnaud GierschUse homogeneous dicts which are more efficient.
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-30 Pierre VeyreClean up MSG_host_get_storage_content
2013-09-28 Martin QuinsonMerge pull request #2 from cemsbr/master
2013-09-28 Pierre VeyrePrepare test suite for msg-storage "ctest -R msg-storage"
2013-09-27 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-26 Pierre VeyreChange MSG_host_get_storage_list function + update...
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-26 Pierre VeyreFix MSG_storage_get_content function
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-09-25 Pierre VeyreUncomment code to avoid warning
2013-09-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Pierre VeyreMSG_storage API improvements (or not)
2013-09-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2013-09-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-23 Arnaud GierschFix doxygen comments.
2013-07-10 Pierre VeyreAdd MSG_host_get_storage_list() function
2013-07-05 Arnaud GierschUse the same parameter name in the code and in the...
2013-07-05 acarpenaMerge branch 'dvfs'
2013-07-04 acarpenaadded tesh tests for DVFS
2013-07-03 suteradd MSG_host_get_process_list() function.
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-30 acarpenaadded dvfs support
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-26 Paul BédarideFix problems on host on/off
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-18 suterapply some coding standard in function naming (agier...
2013-06-17 Paul BédarideAdd MSG_host_on and MSG_host_off
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Jonathan Rouzaud... SIMIX call + MSG function + Java binding for get_core
2013-04-02 alebreMerge branch 'master' into hypervisor
2013-03-14 Takahiro HirofuchiAdd the precopy migration model
2013-03-11 Takahiro Hirofuchiadd the {set/get}_params operations to a host object
2013-02-28 Takahiro HirofuchiCorrectly destroy the MSG_host object of a VM
2013-02-21 alebreMerge with master and fix conflicts
2013-02-07 Takahiro Hirofuchiremove vms from MSG_Global and msg_host_priv
2013-02-01 Takahiro Hirofuchiadd vm_resume and fix minor erros
2013-01-31 alebreMerge branch 'master' into hypervisor
2013-01-31 alebreMerge branch 'master' into hypervisor
2013-01-31 alebreFirst complete implementation of a new MSG call (starti...
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2012-11-30 shensheiNew simcalls work
2012-11-28 Cristian RosaStop making direct calls to SIMIX for host handling...
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-19 Maximiliano GeierMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-17 Arnaud GierschFunction MSG_get_host_number() is not deprecated anymore.
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-18 suterDoesn't see why MSG_get_host_number should be deprecated.
2012-09-06 navarroAdd 3 msg functions to get and modify property of an...
2012-06-29 Samuel LepetitUse msg_error_t instead of MSG_error_t
2012-06-29 Samuel LepetitUse msg_host_t instead of m_host_t.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-19 Samuel LepetitRemove internal function from the documentation
2012-06-13 Martin QuinsonNew function: MSG_host_set_property_value()
2012-05-30 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-29 Martin Quinsonrecommit my initial version of cloud stuff for 3.8...
2012-05-03 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-03 Marion Guthmulleradd SIMIX_host_get/set_data declaration in simix.h...
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-30 Martin QuinsonStop using SMX host->data to store MSG host
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonRemove the public field msg_host_t->name. Use MSG_host_...
2012-04-27 Martin Quinsonsimplify msg_host_t by inlining the simdata field
2012-04-27 Martin Quinsonsave one pointer per MSG host
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-04 Martin QuinsonMerge doc of platform mgmt functions into simulation...
2012-03-27 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-23 schnorrfix compilation error
2012-03-23 schnorrimprove documentation for MSG_host_is_avail
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-20 Martin QuinsonImprove MSG doc a bit
2012-02-28 Martin QuinsonDeprecate MSG_get_host_{table,number}; Implement MSG_ho...
2012-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-03 navarroPut #ifdef MSG_USE_DEPRECATED for all functions with...
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
next