Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize route ASroute bypassRoute and bypassASroute from sg_platf.
[simgrid.git] / src / surf / surf_routing.c
2012-08-08 navarroFactorize route ASroute bypassRoute and bypassASroute...
2012-08-08 navarroFirst example for bypass platform wit sg_platf_new...
2012-08-08 navarroRemove link_list from surf_routing.c and add it into...
2012-08-06 navarroMore cleaning for surfxml callback (property and trace*)
2012-08-06 navarroCleanUp unused xbt_dynar_t from callback
2012-08-06 navarroAdd function sg_platf_new_* for *route and bypass*route.
2012-08-03 navarroUse the function sg_platf_new_linkctn when parsing...
2012-08-03 Jean-Baptiste HervéCheck if string is NULL before a strcmp
2012-08-02 Jean-Baptiste HervéCheck if "coord" is not null before do strcmp
2012-07-12 navarroRemove this output.
2012-07-11 navarroAdd a tag cabinet to write new kind of cluster. See...
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-07-04 Arnaud GierschDon't define variables in header file.
2012-06-28 navarroTODO comments
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 navarroRemove unused variable
2012-06-20 navarroPut the different model in the dtd. Permit the xml...
2012-06-09 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-08 jbrvModify structures to support different sources of avaib...
2012-04-27 Arnaud GierschUseless free, and other cosmetics.
2012-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-09 Martin Quinson[routing] rename routing_global_t -> routing_platf_t...
2012-04-09 Martin Quinson[routing] kill supurious checks, and reformulate error...
2012-04-09 Martin Quinson[routing] clarify why we rely on such a dirty hack
2012-04-09 Martin Quinson[route parsing] make surf_network_resource_by_name...
2012-04-09 Martin Quinson[route parsing] rename network_element_t into sg_routin...
2012-04-09 Martin Quinson[route parsing] kill global_routing->size_of_link
2012-04-04 navarroImplement bypassRoute and bypassASroute. Add an example.
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-03 navarroReorganize storage structures (msg, smx and surf) and...
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-29 navarronone_get_route_and_latency must set latency to 0.
2012-03-27 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-23 Arnaud GierschUse type network_element_t instead of void*, and avoid...
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-22 navarroFirst step to take care of constraint into storage...
2012-03-22 schnorrlet simgrid compile with NDEBUG and warnings are errors
2012-03-22 navarroAdd tag config and path property to be more generic.
2012-03-22 navarroImplement xbt_dict_t content for storage model
2012-03-20 Martin Quinsonupdate surf doc to kill some more doc warnings
2012-03-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-20 navarroDo routing parse before tracing parse
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...
2012-03-07 navarroAdd a function to merge 2 dynar to avoid xbt_dynar_push...
2012-03-07 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-07 navarrooptim: don't call for xbt_dynar_foreach
2012-03-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-05 navarroFix mem leack and factorize code.
2012-03-05 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-02 navarroSet the storage_lib and storage_type_lib from parsing.
2012-03-01 navarroSave information from routing corresponding to storage.
2012-03-01 navarroBe compliant with flexml v1.67. This permits to don...
2012-02-29 navarroNew way to use storage. See storage.xml
2012-02-28 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-27 navarroAdd model storage to surf and add a tag storage to...
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschDon't pass NULL to xbt_die.
2012-02-21 Arnaud GierschFix type name and parsing for random generator.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Arnaud GierschPush last_route in global_routing.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 NavarropAdd a platform with a bypass route. Add the test to...
2011-11-15 Martin Quinsonplug some more memleaks. aint bad anymore
2011-11-15 Martin Quinsonplug a bunch of memleaks
2011-11-15 Martin Quinsondamn it, there is no example testing the bypass mecanism!!
2011-11-15 Martin Quinsonreplace a new/free cycle by a locally stacked object
2011-11-15 Martin Quinsonwork to enforce that link arg is readily usable in...
2011-11-15 Martin Quinsonreduce the dynar creation madness in g_r_a_l in recursi...
2011-11-15 Martin Quinsonmerge get_route and get_latency in routings too
2011-11-15 Martin Quinsonrename a global to avoid namespace pollution (and other...
2011-11-15 Martin Quinsonkill useless asserts: this is not the way routing logic...
2011-11-15 Martin Quinsonfurther streamline r_get_route_a_l: now that latency...
2011-11-15 Martin Quinsonsimplify _routing_get_route_and_latency wrt latency
2011-11-15 Martin QuinsonChange again the calling convention of routing_get_rout...
2011-11-15 Martin Quinsonkill the now useless 'cleanup' parameter of routing_get...
2011-11-15 Martin Quinsonkill global_routing->get_route_no_cleanup()
2011-11-15 Martin Quinsonkill routing_get_route(), use routing_get_route_and_lat...
2011-11-15 Martin QuinsonAS->get_route is no longer in charge of creating the...
2011-11-14 Martin Quinsonsimplification + add comments + reindent of _get_route_...
2011-11-14 Martin Quinsonpre-parse the vivaldi coordinates
2011-11-14 Martin Quinsondon't trust globals to be memset'ed to 0 (and rework...
2011-11-14 Martin Quinsonmerge structures route_t and route_extended_t.
2011-11-14 Martin Quinsontiny function renaming
2011-11-14 Arnaud GierschRemove usage of xbt_dict_size().
2011-11-11 Martin Quinsonkill another "method" away from the "singleton" global_...
2011-11-11 Martin Quinsonmove the callbacks to the cluster creation from surfxml...
2011-11-11 Martin Quinsonmove some XML specific code from surf_routing.c to...
2011-11-10 Arnaud GierschRemove two more declaration of phantom functions.
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-10 Martin Quinsonvarious psychorigid cleanups -- routing_parse_cluster...
2011-11-10 Martin Quinsonthat's a quite complicated no-op :)
next