Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
/me hates globals
[simgrid.git] / src / surf / surf_routing.c
2011-11-08 Martin Quinson/me hates globals
2011-11-08 Martin Quinsonintegrate the peer creation in sg_platf properly
2011-11-08 Martin Quinsonpreparse the arguments of peer tag
2011-11-08 Martin Quinsonimprove peer creator: use sg_platf_new_*, not the XML...
2011-11-08 Martin Quinsonfurther parser cleanups
2011-11-08 Martin Quinsondo use the parameters I'm given, not some random globals
2011-11-08 Martin Quinsonkill dead code
2011-11-08 Martin Quinsonplug a memleak when the cluster's router_id is not...
2011-11-08 Martin Quinsonfix constness in parser
2011-11-08 Martin Quinsonfurther fields renamings in the parser
2011-11-08 Martin Quinsonfurther code simplification. This one were nasty
2011-11-08 Martin Quinsonsimplify the code a bit
2011-11-08 Martin QuinsonAlso cleanup the fields of s_sg_platf_link_cbarg_t
2011-11-08 Martin Quinsonalso cleanup the field names of s_sg_platf_router_cbarg_t
2011-11-08 Martin QuinsonParser cleanup: simplify structure's fields' names
2011-11-08 Martin QuinsonReimplement the lua console on top of sg_platf
2011-11-07 Martin QuinsonKill some further empty function chaining.
2011-11-07 Martin QuinsonProperly integrate the link creation into sg_platf
2011-11-07 Martin Quinsonfurther parser cleanups
2011-11-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-07 NavarropAdd a source file for model vivaldi. Write vivaldi_get_...
2011-11-07 NavarropRemove some bprintf, fix memleaks.
2011-11-07 NavarropResolved merge "merge changes. Strange, it seems to...
2011-11-07 NavarropRemove unused function.
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-07 Martin Quinsonintegrate properly the router creation in sg_platf...
2011-11-07 Martin QuinsonMake the sg_plat_new_host() function public
2011-11-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-07 Martin QuinsonContinue parser cleanups
2011-11-05 Martin Quinsonusing pointer to scalar is a strange way to return...
2011-11-05 Martin QuinsonNobody will ever need to override the behavior of confi...
2011-11-05 Martin QuinsonAdd a new module allowing to interact with the platform...
2011-11-04 Martin QuinsonCall surf_parse_models_setup() from the right level
2011-11-04 Martin QuinsonRegister the generic <AS> callback soon enough
2011-11-04 Martin QuinsonClean callbacks for the host parsing.
2011-11-04 Martin Quinsonputain, ca compile pas cette merde
2011-11-04 Martin Quinsonmerge changes. Strange, it seems to ate pierre commit
2011-11-04 Martin Quinsonyet another psychotic cleanup
2011-11-04 NavarropCreate a structure to put link up and down for model...
2011-11-04 Martin Quinsonnormalize some type names
2011-11-04 Martin Quinsonkill a bunch of warnings that prevented me from compiling
2011-11-04 NavarropWithout ! is better sorry...
2011-11-04 NavarropAdd V_cluster_availability_file and V_cluster_state_fil...
2011-11-04 NavarropDo the free into the right file.
2011-11-04 NavarropGet rid of uselessly duplicated code.
2011-11-04 Martin Quinsonno need to reset a struct that will be freed
2011-11-04 NavarropReplace stupid char* by doubles in the cluster struct...
2011-11-04 NavarropAdd new model for cluster tag.
2011-11-03 Martin Quinsondamn. Make sure that the models are inited only once...
2011-11-03 Martin Quinsonfix a bug that I recently introduced that prevented...
2011-11-03 Martin Quinsoncleanup the way surf_parse_models_setup is called after...
2011-11-03 Martin QuinsonNobody cares about this argument since maybe 4 years...
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Martin Quinsontypos
2011-11-02 Martin Quinsoncosmetics
2011-11-01 Martin Quinsonuseless simplification
2011-10-28 Martin Quinsonsimplification by removing a useless level of call
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-27 NavarropFix cluster without backbone.
2011-10-26 NavarropRewrite the way to do the parsing for host,cluster...
2011-10-26 NavarropDo the parsing one time and not more.
2011-10-21 NavarropOptimize bprintf during cluster loop.
2011-10-20 NavarropNeed to set state_file and availability file into the...
2011-10-20 NavarropMove arguments outside of the loop of hosts.
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-13 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-13 NavarropAdd host core to "1.0" for tag peer.
2011-09-27 Arnaud GierschFree exception.
2011-09-20 NavarropRemove option for pcre from cmake files and from sources.
2011-09-08 Lucas Schnorrnew function get_route_or_null that catches any excepti...
2011-08-01 NavarropWe can specify the router name of a cluster.
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-18 Arnaud GierschDeclare and free link_backbone where it is used.
2011-07-18 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-18 NavarropWe can use the cluster tag without backbone link if...
2011-07-11 NavarropWe need to divide to pass from ms to s.
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-07 Arnaud GierschRemove unused variables.
2011-05-17 Arnaud GierschMove tests at proper place.
2011-05-17 Arnaud GierschFix stupid off-by-one error, and make check survive...
2011-05-17 Arnaud GierschRegister get_route_latency in global_routing, and use it.
2011-05-17 Arnaud GierschDefine get_route_latency.
2011-05-17 Arnaud GierschDo not compute a full extended route when it is not...
2011-05-17 Arnaud GierschMerge _get_route and _get_latency.
2011-05-17 Arnaud GierschSave another few percents in elements_father.
2011-05-17 Arnaud GierschSanitize types, slightly improve, and reindent elements...
2011-05-17 Arnaud GierschChange interface for elements_father, and avoid to...
2011-05-10 NavarropOptimisation of get_route.
2011-04-27 NavarropMove src/surf/surf_routing.h in include/surf/surf_routing.h
2011-04-27 NavarropAdd surf_routing.h for extern variables
2011-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-21 NavarropPut ns3 sources in place.
2011-04-14 NavarropSplit surf_routing.c
2011-04-12 NavarropRemove link_router from tag cluster.
2011-04-12 NavarropOptimization of get_latency;
2011-04-12 Christophe ThiéryCosmetics
2011-04-12 Christophe ThiéryFix identation of comments.
next