Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix msg-start-kill-time
[simgrid.git] / src / surf / surf_routing_private.h
2013-10-11 Paul BédarideFix msg-start-kill-time
2013-09-30 Paul BédarideReplace surf by surf++ and make it compile
2013-05-15 Paul BédarideRemove PCRE dependency and RuleBased routing
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-29 Augustin Degommeadd a loopback_lat and loopback_bw to cluster tag
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-12 Jonathan Rouzaud... Merge 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-01-31 Jonathan Rouzaud... Export topology in a much more efficient way.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschRename gras_config to internal_config.
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-08-28 navarroCompletely remove route_t and replace by sg_platf_route...
2012-07-05 navarroUse new tag host_link for peer. No need for router...
2012-07-05 navarroAdd two new tag for routing cluster (only):
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-09 Martin Quinson[route parsing] rename network_element_t into sg_routin...
2012-04-09 Martin Quinson[route parsing] greatly streamline the generic_new_exte...
2012-04-09 Martin Quinson[route parsing] reduce the amount of dupplicated code
2012-04-09 Martin Quinsonavoid void* pointers since we know the pointed type...
2012-04-04 navarroImplement bypassRoute and bypassASroute. Add an example.
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-19 navarroRemove dict cluster_host_link specific to cluster model.
2012-03-16 navarroReimplement function get_onelink_route.
2012-03-16 navarroNow call communicate and get_route with void* and not...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Martin Quinsonmerge get_route and get_latency in routings too
2011-11-15 Martin QuinsonAS->get_route is no longer in charge of creating the...
2011-11-14 Martin Quinsonmerge structures route_t and route_extended_t.
2011-11-10 Martin QuinsonMerge branch 'parser'
2011-11-10 Martin Quinsondo not search the cluster backbones again and again...
2011-11-10 Martin Quinsonyou have to plug the memleaks from time to time
2011-11-10 Martin QuinsonUse the none routing as an ancestor to the generic...
2011-11-10 Martin Quinsoncosmetics, nothing serious
2011-11-10 Martin Quinsonkill further globals
2011-11-10 Martin Quinsonrename routing_component to as, since that's just an...
2011-11-10 Martin Quinsonkill a type that were exactly the same than another
2011-11-10 Martin QuinsonRename some routing logic fields to make them more...
2011-11-10 Martin Quinsonkill unused function
2011-11-10 Martin Quinsonadd a constructor to the generic parsing logic, and...
2011-11-10 Martin Quinsonhide an ugly function used only locally
2011-11-09 Martin QuinsonI don't see the point of declaring and calling empty...
2011-11-08 Martin Quinson/me also hates void* pointers
2011-11-08 Martin Quinson/me hates globals
2011-11-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-07 NavarropAdd a source file for model vivaldi. Write vivaldi_get_...
2011-11-04 NavarropAdd new model for cluster tag.
2011-10-20 Martin Quinsonmerge branches
2011-09-20 NavarropRemove option for pcre from cmake files and from sources.
2011-04-14 NavarropSplit surf_routing.c