Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing dependency.
[simgrid.git] / src / surf /
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 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 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 suterremove references to an include file that doesn't exist...
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-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-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-09 Arnaud GierschInitialize field loopback_link.
2013-04-03 Augustin Degommefix a bug happening with manually defined clusters
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-02-21 Arnaud GierschRemove useless statements.
2013-02-21 Arnaud GierschFix memory leaks in smpi.
2013-02-20 Arnaud GierschFix a few memory leaks.
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-18 Arnaud GierschRemove declarations for nonexistent functions or variables.
2013-02-14 Arnaud GierschCsmetics: algin braces.
2013-02-14 Arnaud GierschRemove unused static functions.
2013-02-14 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-14 Lucas Schnorr[trace] remove useless if, fix identation
2013-02-14 Lucas Schnorr[trace] correct place to keep route allocation + free
2013-02-14 Lucas Schnorr[trace] add debug messages to debug graph extraction...
2013-02-14 Lucas Schnorr[trace] cosmetics and typos
2013-02-14 Lucas Schnorr[trace] useless declaration
2013-02-14 Jonathan Rouzaud... New version of recv/irecv with bounded rate
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-12 Arnaud GierschInitialize variable, and make gcc happy.
2013-02-12 Arnaud GierschReindent.
2013-02-12 Arnaud GierschKill unused variable.
2013-02-12 Arnaud GierschFix double free error.
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-11 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-07 Jonathan Rouzaud... Add a new simcall that modifies the rate of the first...
2013-02-06 Arnaud GierschAvoid to modify lib while it's been iterated.
2013-02-05 Arnaud GierschMerge branch 'v3_9_x'
2013-02-04 Arnaud LegrandBug fix in trace management.
2013-02-04 Arnaud LegrandBug fix. The date given when updating the state of...
2013-02-04 Arnaud LegrandAdditionnal information never hurt.
2013-02-04 Arnaud LegrandBug fix in trace management.
2013-02-04 Arnaud LegrandBug fix. The date given when updating the state of...
2013-02-04 Arnaud LegrandAdditionnal information never hurt.
2013-02-03 Arnaud GierschRename getline as xbt_getline.
2013-02-02 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2013-02-01 Martin QuinsonCompile with a recent flexml
2013-01-31 Arnaud GierschMerge branch 'with_java'
2013-01-31 suteruse proper header
2013-01-31 Jonathan Rouzaud... Export topology in a much more efficient way.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-29 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-01-29 Arnaud GierschMerge branch 'v3_9_x'
2013-01-29 Paul BédarideStorage parsing skip empty line
2013-01-29 Martin QuinsonMerge branch 'v3_9_x' of scm.gforge.inria.fr:/gitroot...
2013-01-29 Paul BédarideMerge branch 'v3_9_x' of github.com:mquinson/simgrid...
2013-01-29 Paul BédarideStorage parsing skip empty line
2013-01-29 Paul BédarideMerge branch 'master' of 192.168.8.160:/git/simgrid
2013-01-28 Augustin Degommecreate backbone if either one of the bandwidth or laten...
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2013-01-17 Arnaud Giersch_surf_cfg_set was renamed (untested)
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-17 Arnaud GierschMerge branch 'vmtrace' again (don't try to undersatand...
next