Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ouups, forgot those two files, bummer
[simgrid.git] / src / surf / network.c
2009-06-30 mquinsonImplement a generic resource; use it as ancestor to...
2009-06-30 mquinsonfurther polishing on the merge of all model types ...
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonDamn mac linker. Now, it's not complaining of multiple...
2009-06-26 mquinsonchange TCP_gamma to not be a compilation-time #define...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-04-28 mquinsonMore explicit error reporting around the trace connecti...
2008-11-25 velhoAdded the weight model improvements to lagrange models.
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 "Added correction factors for Hockney basic...
2008-10-14 velhoAdded correction factors for Hockney basic model. The...
2008-10-14 velhoAdded a new network model option, LegrandVelho, based...
2008-07-08 cheriermDetails of this changes:
2008-06-25 velhomove GTNETS initialization to the right place and compl...
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-18 alegrandPlug a memleak.
2008-06-12 alegrandFactor most callback definitions.
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 mquinsonplug memleaks
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-09 velhoMoving init_GTNETS function to the right place.
2008-06-09 velhoReno2 now compatible with the new and more appropriated...
2008-06-09 velhoAdded Reno2, a model that takes 2W/RTT as the utility...
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 alegrandHandle failed tasks in update_resource_state function...
2008-05-20 mquinsonGet ride of a supurious compiler warning
2008-05-20 alegrandChange the prototype for update_resource_state.
2008-05-20 alegrandIncredible bug fix in function lmm_get_var_from_cnst...
2008-03-15 alegrandcosmetic
2008-03-15 alegrandCleanup in includes.
2008-02-03 mquinsonFix the DTD wrt trace:connect. I like it better this...
2008-01-25 alegrandAdd comments on how to hack surf to seamlessly handle...
2007-12-14 quasarsolved a bug in route:multi. routes to where not added...
2007-12-11 quasareliminating KCCFLN05 model
2007-12-05 cheriermAnsi C declaration of the variables (at the beginning...
2007-12-04 quasarfixed a bug in add_route in all models + dict uses...
2007-11-29 quasarmodified atoi to strtol when getting route ends in...
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasarupdate 1 pass
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-10-27 mquinsonCheck that the platform file does not define the same...
2007-10-27 mquinsonLastest cleanups in surf/ of Marc's jumbo commit
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 mquinsonFixup the is_first semantic (does not change anything...
2007-10-26 mquinsonPropagate the s/network_link/link/ from the XML to...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-21 alegrandRemoving now useless function.
2007-09-12 alegrandbugfix revealed by making maxmin_system private...
2007-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-10 alegrandreindent.
2007-08-02 alegrandAdding a nice description mechanism for models + cleani...
2007-08-01 alegrandvarious cleanups:
2007-03-23 alegrandsleep actions can neither be suspended nor resumed...
2006-11-08 alegrandOoups. I was still using Mb instead of b...:(
2006-08-31 alegrandMoving surf_double_update (in surf_private.h) to double...
2006-08-10 thieryRemove useless and costly strdups in platform file...
2006-08-09 thieryThere was too many reallocs
2006-07-12 alegrandSet start_time.
2006-07-12 thieryAdd functions action_get_start_time() and action_get_fi...
2006-06-20 thieryImplement functions SD_workstation_route_get_list,...
2006-06-20 thieryFix function get_route
2006-06-19 thieryImplement function get_route in model KCCFLN05 (not...
2006-06-19 thieryAdd prototype of function get_route in Surf
2006-05-16 alegrandSanitize channels naming.
2006-04-24 alegrand*** empty log message ***
2006-04-21 alegrandstupid me!
2006-04-21 alegrandFix the weight problem raised by Kayo and confirmed...
2006-03-27 alegrandAdding traces for easier debuging + bugfix
2006-03-21 alegrandKeep up with last API modifications induced by flexml...
2006-03-14 casanovaMultiplied network latencies by two when computing...
2005-10-23 mquinsonLet's compile SURF once in the afternoon and cleanup...
2005-10-03 alegrandMake SURF complain when you ask to perform a communicat...
2005-08-27 alegrandAdd more checkings...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-08-02 alegrandAdd a loopback if needed...
2005-07-25 alegrandAdd FAT_PIPE
2005-07-22 alegrandrouting table goes public
2005-06-29 alegrandAdding a function to set the max_duration of an action.
2005-06-13 alegrandAdd a new function action_use that help to delay the...
2005-06-10 alegrandInitialization that should be useless because of the...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-07 alegrandCleaning type naming so that Henri has a nice skeleton...
2005-02-04 alegrandNo more dead code + bug fix.
2005-02-04 alegrandToday Martin Quinson wrote :
2005-02-04 alegrandMajor bug fix in SURF.
2005-01-28 alegrandmake communications from an host to itself instantaneous
2005-01-26 alegrandBug fix : we could get stuck into an infinite loop...
2005-01-15 alegrandNow surf communications come with a maximum rate. Also...
2005-01-14 alegrandnetwork actions should be suspendable too. In fact...
next