Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove useless code in MC_unwind_stack_frame
[simgrid.git] / src / msg /
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-18 Arnaud GierschFix some overflows in msg_vm on 32bits archs.
2014-02-18 Arnaud GierschReindent function.
2014-02-18 Arnaud GierschRemove useless length modifier 'l' in %l[efg] for printf.
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-08 Arnaud GierschAvoid useless strdup.
2014-02-08 Arnaud Gierschsimdata may already be freed at this point.
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-01-30 Arnaud GierschRemove duplicated code.
2014-01-28 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-01-23 Arnaud GierschFix doxygen warnings.
2014-01-17 Marion GuthmullerMerge remote-tracking branch 'origin/libdw2'
2014-01-09 Paul BédarideMemleaks fixes on VM
2013-12-18 Takahiro HirofuchiKeep the capping setting of a VM after migration.
2013-12-10 Arnaud GierschFix segfault at end of simulation.
2013-12-10 Arnaud GierschFix build with MSG_USE_DEPRECATED.
2013-11-29 Pierre VeyreAdd MSG_file_seek function
2013-11-29 Pierre VeyreAdd MSG_file_tell function and prepare MSG_file_seek
2013-11-21 Arnaud GierschFix doxygen/javadoc warnings.
2013-11-18 Arnaud GierschUse unsigned long long instead of uint64_t for sg_size_t.
2013-11-18 Arnaud GierschCast value to correct type before op.
2013-11-18 Paul BédarideChange sg_storage_size_t to sg_size_t and fix surf...
2013-11-18 Paul BédarideFix int overflow on 32 arch
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 Arnaud GierschMerge tag 'v3_10_rc2'
2013-11-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-08 Pierre VeyreUpdate MSG_storage_file_rename
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-11-08 Pierre VeyreAdd MSG_file_rename function
2013-11-07 Takahiro HirofuchiFix a segmentation fault at set_affinity
2013-11-07 Takahiro HirofuchiAdd comments and update an example.
2013-11-04 Arnaud GierschMerge commit '78f0dd861a9bb479f33b9494a2b4ed7b977288a4...
2013-11-04 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-04 Pierre VeyreAdd some MSG_file function prototypes
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-29 Takahiro HirofuchiAdd comments and disable verbose outputs
2013-10-28 Takahiro HirofuchiAdd the affinity database of each VM
2013-10-28 Takahiro HirofuchiAdd the affinity database of each task
2013-10-28 Takahiro HirofuchiAdd the affinity setting function for a VM
2013-10-25 Takahiro HirofuchiDisallow setting an affinity to multiple cores
2013-10-24 Takahiro HirofuchiAdd the MSG function controlling CPU affinity
2013-10-22 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-10-22 Takahiro HirofuchiFix miscalculation of CPU shares on a multicore PM.
2013-10-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-08 suteruse pointers on sg_storage_size_t in the dict instead...
2013-10-07 suterexception catching on host failure
2013-10-07 suterseems that get_data can return NULL, add guards
2013-10-07 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-06 suterleak-- clean things at the MSG level when unlinking...
2013-10-06 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-06 Martin Quinsonadd some comments to avoid that someone breaks the...
2013-10-04 Marion Guthmullermodel-checker : set comm to NULL before creating them...
2013-10-04 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-02 Pierre VeyreAdd MSG_storage_get_size function
2013-10-02 Pierre VeyreChange parameters order for msg_file_read, msg_file_wri...
2013-10-01 Arnaud GierschFix format specifiers for sg_storage_size_t.
2013-10-01 Arnaud GierschSmall fixes in type names.
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 VeyreIntroduce sg_storage_size_t type
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-30 Paul BédarideReplace surf by surf++ and make it compile
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 sutermimic host behavior, works better this way
2013-09-25 Pierre VeyreUncomment code to avoid warning
2013-09-25 Pierre Veyreadd msg_storage_priv_t creation
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-24 Pierre VeyreAdd MSG_storage_set_property_value function
2013-09-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-24 Pierre VeyreAdd MSG_storage_get_content function
2013-09-23 Arnaud GierschFix doxygen comments.
2013-09-18 Pierre VeyreFix MSG_storage_get_properties()
2013-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-18 Pierre VeyreMSG storage API improvements
2013-09-10 Pierre VeyreStorage API
2013-08-21 Arnaud LegrandAllow to disable simgrid cleanups at exit from command...
2013-08-19 Pierre VeyreAdd MSG_storages_as_dynar function
2013-08-19 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-14 Pierre Veyreprepare MSG_storages_as_dynar function
2013-08-09 suterat least give an existing model as example ...
2013-08-08 Paul BédarideMake surf++ compile
2013-08-05 Marion Guthmullermodel-checker : snapshot comparison with the types...
next