Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
handle modifications of the DTD in surf
[simgrid.git] / src / surf / surf_routing_vivaldi.c
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-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-01-31 Jonathan Rouzaud... Export topology in a much more efficient way.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
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-08-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-08-15 Martin Quinsondafuk did I just see?
2012-07-05 navarroUse new tag host_link for peer. No need for router...
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 Quinsonignorable reindent
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-16 navarroCheck for memleack and fix some compilation error with...
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 Quinsonrewrite an error message
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 Quinsonpre-parse the vivaldi coordinates
2011-11-14 Martin QuinsonLet's trust the mathematics here: sqrt + fabs + fabs...
2011-11-14 Martin Quinsontiny cleanups, and add a FIXME
2011-11-14 Martin Quinsonmerge structures route_t and route_extended_t.
2011-11-14 Martin Quinsonfix the breakages that were hidden because some tests...
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-10 Martin Quinsonsanitize get_network_element_type()
2011-11-10 Martin Quinsonrename routing_component to as, since that's just an...
2011-11-08 Martin Quinson/me also hates void* pointers
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_...