Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the sg_plat_new_host() function public
[simgrid.git] / src / surf / surf_routing.c
2011-03-10 navarropFree dynar after use in xbt_dynar_compare.
2011-03-09 navarropVerify if elements src_gateway and dst_gateway are...
2011-03-09 navarropReturn SURF_NETWORK_ELEMENT_NULL if the elements is...
2011-03-09 navarropRevert "Change those functions to public for use extern...
2011-03-01 piniMissing semicolon
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-28 navarropRevert "Remove lua parse functions from simgrid."
2011-02-28 navarropChange those functions to public for use external parser.
2011-02-28 navarropRemove lua parse functions from simgrid.
2011-02-24 navarropWe must set host_coordinates to "" with bypass.
2011-02-22 agierschFree temporary strings.
2011-02-22 agierschsurf_routing: free patterns elements.
2011-02-22 agierschFix replace_random_parameter, and its usage.
2011-02-22 agierschsurf_routing: free coordinates elements.
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-22 agierschThere is no need to dup the key when using xbt_dict_set.
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschUse new style logging macros.
2011-02-17 navarropNow it compiles with NDEBUG flag
2011-02-17 navarropCompile with flag NDEBUG.
2011-02-15 navarropCorrectely use xbt_str_varsubs
2011-02-14 navarropReimplement old tag random.
2011-02-09 sahuadded jedule output to SimDAG
2011-01-31 navarropAdd token_ring example.
2011-01-21 navarropCorrectly set callbacks for tags.
2011-01-20 navarropMake a function to know if the configuration is set...
2011-01-19 navarropTest if the configuration into tag_config is already...
2011-01-13 navarropNow tag config is available.
2011-01-12 agierschFix debugging message.
2010-12-17 mquinsonexplain clearly when things go wrong just because we...
2010-12-14 navarropFix problem with get_route in Dijkstra.
2010-12-14 navarropFix bug when creating topology graph with model dijkstra.
2010-12-13 schnorr[trace] removing obsolete code (host and link declarati...
2010-12-13 schnorr[trace] using parser callbacks to trace the platform...
2010-12-08 navarropRemove unused variables.
2010-12-08 navarropAdd availability_file and state_file to peer tag.
2010-12-08 navarropAdd availability_file and state_file in cluster.
2010-12-08 thieryDavid's patch: replace != by strcmp
2010-12-07 thieryCall elements_father() only if necessary
2010-12-07 thieryFix more memory leaks
2010-12-07 thieryFix memory leaks
2010-12-07 thieryFix memory leaks
2010-12-05 alegrandAllow cluster tag to use the core tag...
2010-12-02 alegrandForgot to update after recent removal of FATPIPE in...
2010-12-02 alegrandAdd a peer tag to the DTD and make it compatible with...
2010-12-02 alegrandAdd a vivaldi routing model.
2010-12-02 alegrandRead and store coordinates.
2010-12-02 navarropFree those variables after the end of the cluster tag.
2010-12-02 quintin[surf] the second free inside the good #ifdef
2010-12-02 quintinbug correction on a free out of the ifdef PCRE
2010-12-01 agierschFix memory leaks in surf_routing.
2010-12-01 agierschFix, simplify, and reindent surf_*_resource_cmp functions.
2010-12-01 agierschCosmetics: remove useless parentheses.
2010-12-01 agierschFix typos.
2010-12-01 alegrandUse a cleaner function type for get_link_latency functions.
2010-12-01 alegrandkill useless variables
2010-12-01 alegrandMove the latency computation logic from surf models...
2010-12-01 navarropRemove symetrical for symmetrical.
2010-12-01 navarropOops this variable is twice declared.
2010-12-01 alegrandProtect potentially unused variable
2010-12-01 mquinsonDo not cast (const char*) to (char*) when we won't...
2010-12-01 navarropDon't declare this variable if not used.
2010-11-30 alegrandCosmetics. Move code to where it belongs.
2010-11-26 navarropAdd missing "s".
2010-11-22 navarropAdd function generic_new_route.
2010-11-22 navarropCompletely remove parse_routes table.
2010-11-22 navarropMake new function model_floyd_set_route for route and...
2010-11-22 navarropCalled the same function for set route and ASroute...
2010-11-22 navarropDelete the temporary route table for model Full.
2010-11-22 navarropFix full flag mode with Mac.
2010-11-18 velhoRidiculously tiny economy of a stupid useless allocation.
2010-11-18 velhoAllow the get_route function to be used twice in a...
2010-11-17 mquinsonRevert 'Delete the temporary route table for model...
2010-11-17 navarropDelete the temporary route table for model Full.
2010-11-15 thieryDon't overwrite an already existing route. Also fix...
2010-11-12 thieryFix detection of asymetric routes errors in platform...
2010-11-12 mquinsontiny cosmetics: use xbt_strdup where intended instead...
2010-11-05 navarropAdd function xbt_dynar_compare
2010-11-05 navarropBy default setting route symetrical to YES
2010-11-05 navarropAdd a backbone sharing policy in dtd.
2010-10-27 navarropRename some functions
2010-10-27 navarropAdd function to "config tag" when using properties.
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
next