Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into hypervisor
[simgrid.git] / src / surf /
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-28 Takahiro HirofuchiFix super slow and meaning less code
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-17 Paul BédarideAdd MSG_host_on and MSG_host_off
2013-06-14 Arnaud GierschAdd a small value to avoid rounding differences between...
2013-06-14 Arnaud GierschChange type double for size_t.
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-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Jonathan Rouzaud... Properties available for cluster tag
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 Jonathan Rouzaud... fix Node.java
2013-06-12 suterfurther simplification of the storage API, keep size...
2013-06-12 Arnaud GierschUse correct modifier, and don't lie about pointer type.
2013-06-11 Augustin Degommeremove warnings 2
2013-06-11 Augustin Degommeremove warnings
2013-06-11 Paul BédarideAdd msg As getModel and GetHosts
2013-06-11 Paul BédarideAccess AS hierarchy at Msg layer
2013-06-11 sutersize_t instead of unsigned long for storage size and...
2013-06-11 sutersimplify the simcall stack for file unlink
2013-06-11 suterthere is no stat on files anymore
2013-06-11 sutercleaning step: uniform naming (stream to fd) + some...
2013-06-11 suterget rid of "mode" parameter in the open file function...
2013-06-07 sutersimpler version of simcall to get the file of a file
2013-06-06 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-06-06 Paul BédarideAdd msg As getModel and GetHosts
2013-06-06 LionelMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-06-06 LionelMake semaphores visible from MSG
2013-06-06 LionelMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-06 sutersetting result help to propogate it
2013-06-06 suterfp => fd (for file descriptor)
2013-06-06 Paul BédarideAdd AS support in MSG and java bindings
2013-06-06 suterWow, I wrote a simcall! 11 files to modify to do a...
2013-06-06 suterunsigned long to size_t
2013-06-06 Martin QuinsonMake semaphores visible from MSG
2013-06-06 Takahiro Hirofuchifix a compilation error and update an example
2013-06-06 Takahiro Hirofuchiadd a missing file and add MSG_vm_set_bound
2013-06-06 suterremove references to an include file that doesn't exist...
2013-06-05 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-05 Takahiro Hirofuchiadd the load capping feature
2013-06-05 suterSimplify the way files are described. Get rid of the...
2013-06-05 suterstart to simplify the stack of structures for files...
2013-06-05 sutertypos
2013-06-05 Paul BédarideMake hypervisor compile with compile_warnings=ON
2013-05-16 Guillaume SerrièreRemove unused variable.
2013-05-16 Guillaume SerrièreRemove parmap from surf.
2013-05-15 Arnaud GierschGive size of pointed area, not size of pointer.
2013-05-15 Paul BédarideRemove PCRE dependency and RuleBased routing
2013-05-10 Paul BédarideAdd new boolean type for configuration
2013-05-07 Arnaud GierschTypo.
2013-05-07 Arnaud GierschAlso handle IEC binary prefixes for bandwidth.
2013-05-07 Arnaud GierschUse correct capitalization for unit prefixes.
2013-05-07 Arnaud GierschFactorize code for parsing values with units.
2013-05-06 Paul BédarideLess error prone unit conversion
2013-05-06 Paul BédarideAdd unit support in xml files [#14422]
2013-04-25 Nicolas BonichonMerge branch 'bittorrent'
2013-04-24 alebreMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-04-15 Arnaud GierschReally call function TRACE_disable_power().
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-15 Jonathan Rouzaud... Add new tracing options to reduce the size of the traces
2013-04-10 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-04-09 Arnaud GierschInitialize field loopback_link.
2013-04-04 alebreJava binding (on going) - Adrien
2013-04-03 Augustin Degommefix a bug happening with manually defined clusters
2013-04-02 alebreMerge branch 'master' into hypervisor
2013-03-29 Augustin Degommeupdate dtd
2013-03-29 Augustin Degommeadd a loopback_lat and loopback_bw to cluster tag
2013-03-29 Augustin Degommeadd limiter_link option to cluster tag, to add a pseudo...
2013-03-14 Takahiro HirofuchiFix warning by c-lang
2013-03-14 Takahiro HirofuchiAdd minor cleanup around migration
2013-03-14 Takahiro HirofuchiAdd the precopy migration model
2013-03-11 Takahiro HirofuchiAdd the ramsize check when launching a VM
2013-03-11 Takahiro Hirofuchijust a cosmetic
2013-03-11 Takahiro HirofuchiCreate the dummy cpu action at destination
2013-03-11 Takahiro Hirofuchiadd the {set/get}_params operations to a host object
2013-03-08 Takahiro HirofuchiAdd the virt_overhead parameter
2013-03-08 Takahiro HirofuchiComment out the line deleting a SURF_STORAGE object
2013-03-08 Takahiro HirofuchiFix the dummy cpu action when no tasks are on a VM
2013-02-28 Takahiro HirofuchiFix problems so that the VM example works
2013-02-26 Takahiro HirofuchiNow VM operations workig!
2013-02-22 Takahiro HirofuchiFix the segfault upon exit
2013-02-22 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-22 alebreAdd minor changes - Adrien
2013-02-22 Takahiro Hirofuchiadd debug code
2013-02-21 Arnaud GierschRemove useless statements.
2013-02-21 Arnaud GierschFix memory leaks in smpi.
2013-02-21 Takahiro Hirofuchiadd missing declarations to fix compile warnings
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreadditional minors changes - Adrien
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreminor changes - Adrien /Takahiro
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreMerge with master and fix conflicts
2013-02-21 alebreminor fixes - Adrien / Takahiro
2013-02-21 Takahiro HirofuchiTo share with Adrien. We have to revisit this commit.
2013-02-20 Arnaud GierschFix a few memory leaks.
2013-02-19 Takahiro HirofuchiFix segmentation faults
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-19 Takahiro HirofuchiMove VM state definition to a common header file
next