Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add SIMIX_process_set_name()
[simgrid.git] / src / surf /
2009-02-24 alegrandFix the bug on MSG_task_put_bounded raised by Fredo...
2008-11-26 alegrandAdd debug on topology.
2008-11-25 velhoSolving libtool conflict.
2008-11-25 velhoAdded the weight model improvements to lagrange models.
2008-11-25 velhoBUGFIX bindinig always with port 80 cause more than...
2008-11-25 velhoRemove gtnets verbose output.
2008-11-25 velhoBug fix.
2008-11-10 mquinsonRegenerate with newest flex, so that new gcc paranoia...
2008-10-16 velhoCompute the weight using bandwidth if needed for the...
2008-10-16 velhoAdd a new weight field to actions so that we do not...
2008-10-16 velhoAdd the bandwidth factor for the standard model as...
2008-10-16 velhoAdd the latency factor for the standard model as well...
2008-10-16 velhoDf parameter of Low models is replaced by weight becaus...
2008-10-16 velhoRevert "Uses alpha and beta from LegrandVelho model...
2008-10-16 velhoRevert "Added a get Df function in order to implement...
2008-10-16 velhoRevert "Added correction factors for Hockney basic...
2008-10-14 velhoUses alpha and beta from LegrandVelho model to compute...
2008-10-14 velhoAdded a get Df function in order to implement beta...
2008-10-14 velhoAdded correction factors for Hockney basic model. The...
2008-10-14 velhoAdded a new network model option, LegrandVelho, based...
2008-10-14 alegrandAdd debug and comply with latest parsing modifications.
2008-10-10 velhoReplaced the using field of surf_action to refcount...
2008-09-26 mquinsonBug fix by Louis-Claude: do not fail miserably when...
2008-09-12 alegrandUse the rate variable... (thanks Fred for noticing...
2008-09-04 mquinsonrandom generator arguments must be double to avoid...
2008-07-14 alegrandComplete rewrite of the sharing function for the ptask_...
2008-07-14 alegrandDon't be a sissy! Abort when there is something wrong.
2008-07-08 cheriermDetails of this changes:
2008-06-26 velhoCorrected bug update in action->remain.
2008-06-26 velhoAdapted to the new get total received interface.
2008-06-25 velhoPatching it does not seem to work remaining communicati...
2008-06-25 velhoMinimize forking effort in network_model.
2008-06-25 velhovarious cleanups
2008-06-25 velhoEnhanced print_topology function.
2008-06-25 velhoCleaning up and multiprocess safer forking approach.
2008-06-25 velhoDepricated gtnets header, compability with old gtnets...
2008-06-25 velhomove GTNETS initialization to the right place and compl...
2008-06-25 cheriermWindows version of rand_r() and drand48()functions.
2008-06-24 mquinsonIntroduce a surf_parse_error function to deal with...
2008-06-24 alegrandFix the bug raised by Tchimou.
2008-06-20 cheriermisatty is already declared in io.h
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-18 alegrandPlug some memleaks.
2008-06-18 alegrandPlug a memleak.
2008-06-17 alegrandCleanup: move these frees to the right location.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug some memleaks by a cleaner management of surfxml_b...
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandmove set_list initialization to where initializations...
2008-06-16 alegrandFinally kill the memleak in the route parsing (I hope).
2008-06-16 alegrandYet another harmless optimizations
2008-06-16 alegrandHarmless optimization
2008-06-12 alegrandFactor most callback definitions.
2008-06-11 alegrandPlug a memleak.
2008-06-10 alegrandClean and reorganize: move some frees to the right...
2008-06-10 alegrandFactorize some code in the parser, hide some functions...
2008-06-10 alegrandPlug a memleak
2008-06-10 mquinsonplug memleaks
2008-06-10 mquinsonno need to dupplicate the work of svn blame
2008-06-10 mquinsonuseless cleanup
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-09 velhoRemoved duplicated declaration of surf_network_model_in...
2008-06-09 velhoAdded a properties field to struct network_card_GTNETS.
2008-06-09 velhoMoving init_GTNETS function to the right place.
2008-06-09 velhoSDP compiling now, added header portable.h to header...
2008-06-09 velhoReno2 now compatible with the new and more appropriated...
2008-06-09 velhoCorrect the network_model_description_size in order...
2008-06-09 velhoAdded Reno2, a model that takes 2W/RTT as the utility...
2008-06-09 velhoAdded a function and the bound to the variable structure.
2008-06-09 velhoAdded the feature of getting remaining communication...
2008-06-09 velhoFixed small bug when running_actions were empty.
2008-06-09 velhoMake GTNETS compatible with new parsing and variable...
2008-06-09 velhoUse the same type name (network_link_GTNETS_t) as in...
2008-06-09 mquinsonEnsure that the random generator respects the provided...
2008-06-06 velhoCorrected small bug in network model host_number is...
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-21 alegrandSpeed up update_action_state AND generic_maxmin_share...
2008-05-21 alegrandHandle failed tasks in update_resource_state function...
2008-05-20 mquinsonOps, I was saving the data for further use, but I inver...
2008-05-20 mquinsonGet ride of a supurious compiler warning
2008-05-20 alegrandSpeed up update_action_state for sleep actions with...
2008-05-20 alegrandChange the prototype for update_resource_state.
2008-05-20 alegrandTry to make actions as failed only when needed.
2008-05-20 alegrandIncredible bug fix in function lmm_get_var_from_cnst...
2008-05-20 mquinsonStupid us (as in Arnaud and me): we should not set...
2008-05-19 mquinsondo not wait for too small durations to avoid numerical...
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-04-28 mquinsonUse the whole set, not missing the last element. Patch...
2008-03-17 cheriermrand_r() function is not implemented on Windows
2008-03-15 alegrandUse a random generator that updates its seed so that...
2008-03-15 alegrandHandle action whose latency is 0.
2008-03-15 alegrandUse a random number for latency instead of a constant...
2008-03-15 alegrandGetting rid of rates.
2008-03-15 alegrandGetting rid of lmm_variables and lmm_systems.
2008-03-15 alegrandGetting rid of network_links.
2008-03-15 alegrandGetting rid of the routing table.
2008-03-15 alegrandDon't call lmm_solve and correctly use latency in updat...
next