Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tests using link_ctn and route with bypass.
[simgrid.git] / src / surf / surf_routing.c
2010-10-27 navarropFix tests using link_ctn and route with bypass.
2010-10-27 navarropImplement symetrical for Asroute
2010-10-27 navarropImplement symetrical for route.
2010-10-27 navarropAdd in DTD direction for link_ctn and sharing_policy...
2010-10-27 navarropMove bypassRoutes to s_routing_component_t.
2010-10-27 navarropMove parse_routes to s_routing_component_t.
2010-10-25 agierschUsing size_t for table_size in surf_routing.c, in order...
2010-10-13 navarropInitilized vars.
2010-10-13 navarropPut variable "to_index" into s_routing_component
2010-10-13 schnorrimplementing get_onelink_routes for rulebased
2010-10-11 navarropRemove the "_" from hostname and routername to Tag...
2010-10-11 alegrandIndent include and src using this command:
2010-10-11 schnorrconsidering gateways when get_onelink_routes from recur...
2010-10-07 navarropFix bug when call function get_route.
2010-10-07 navarropAdd a function to have type of an element.
2010-10-06 navarropAvailable the tag config.
2010-10-06 navarropClean DTD and add tag config.
2010-10-06 navarropImplementation of function is router
2010-10-06 schnorronelink_routes revision: removing a comment
2010-10-05 navarropFix lib pcre use.
2010-10-04 schnorrfirst implementation of floyd's get_onelink_routes
2010-10-04 schnorrimplementing recursive call to get_onelink_routes
2010-10-04 schnorrimplementation of full_get_onelink_routes
2010-10-04 schnorrfunctions to get_onelink_routes must return an array...
2010-10-04 navarropNow cluster Tag don't necessary need libpcre.
2010-10-04 schnorrcosmetic fix: generic_set_bypassroute was being logged...
2010-10-04 schnorrpreparing get_onelink_routes and is_router for each...
2010-10-04 schnorrfix: small changes to make surf_routing.c compile
2010-10-04 mquinsonstop misusing : in the DTD. use _ as a separator instead
2010-10-04 mquinsonmerge
2010-10-01 coldpeacedefine two kind of 'parse' methods, parse_#type_#elemen...
2010-10-01 schnorrtracing router existence with the new parser
2010-10-01 mquinsonFix typos [Arnaud Giersch]
2010-09-28 navarropMake simgrid compil with Full Flags.
2010-09-28 navarropCorrect implementation of start/end tags when bypassing...
2010-09-28 navarropClean code.
2010-09-28 navarropCluster tag revival attempt.
2010-09-28 navarropadd to the rule-based model the loopback routes
2010-09-28 navarropchange regex into the tag cluster
2010-09-28 navarropModify DTD and files for cluster Tag
2010-09-28 navarropTag cluster test
2010-09-28 navarropAdd cluster tag
2010-09-28 navarropDelete this message for being compatible with old tesh...
2010-09-28 navarropfirst version of rule base routing model
2010-09-28 navarropclean code and remove foreach and set
2010-09-28 navarropclean the hierarchical routing code
2010-09-28 navarropformat changes
2010-09-28 navarropfix mistake small mistake in the routing algorithm...
2010-09-28 navarropdisable the debug function
2010-09-28 navarropsmall fix for a uninitialized variable
2010-09-28 navarropadd the bypasss route mechanims
2010-09-28 navarropadd functions to check the correct process of make...
2010-09-28 navarropadd the dijkstra routing and cache too
2010-09-28 navarropadded the floyd algorithm first version
2010-09-28 navarroppre version hierarchical routing, fix memory leak
2010-09-28 navarropadd a free dynar
2010-09-28 navarroppre version of hierarchical routing, make in a recursiv...
2010-09-28 navarropI comment all the calls to used_routing, in order to...
2010-09-28 navarropchanges for solve warrings
2010-09-28 navarropadd the floyd algorithm for a routing schema
2010-09-28 navarropThe second version of hierarchical routing. I implement...
2010-09-28 navarropFirst version of hierarchical routing.
2010-08-16 alegrandRemove stupid "if" that prevents from displaying the...
2010-07-30 schnorrremoving instrumentation that is not used by MSG interface
2010-07-30 schnorrfix: association between router name and its id
2010-07-26 coldpeaceadd generic acess function to routing model, to call...
2010-07-20 coldpeaceadd methods allowing routing, bypass the parser......
2010-07-15 mquinsonbug fix: typo found by David
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-04-25 mquinsonFix copyright headers
2010-04-20 schnorrrenaming more tracing functions
2010-04-15 schnorrrenaming some tracing functions to make easy to remembe...
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-01-28 mquinsonplug a few memleaks
2009-10-14 mquinsonStart to fix the <cluster> tag (see ChangeLog)
2009-10-14 mquinsonMore debug
2009-10-07 velhoBug fix, surf_routing needs love.
2009-10-06 velhoImprove the generic routing for different network model...
2009-10-06 velhoCorrected bug on router/host mapping.
2009-10-06 velhoCommit stollen from Arnaud personal git repository.
2009-10-06 velhoRevert "Fixed full routing support for routers, no...
2009-10-04 velhoFixed full routing support for routers, no routing...
2009-08-20 mquinsonConnect the surf_routing log channel so that it becomes...
2009-07-30 mquinsonVarious cleanups in the routing code, all by Silas
2009-07-16 mquinsonAllow to instanciate the constant network model. It...
2009-07-16 mquinsonThree new routing schema by Silas De Munck
2009-07-02 mquinsonAdd a command-line option to choose the routing schema...
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
2009-07-01 mquinsonExtract the routing logic into its own object.