Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use new style logging macros.
[simgrid.git] / src / surf / network_gtnets.c
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryUse a mallocator for the Surf actions
2010-12-13 schnorr[trace] removing obsolete code (host and link declarati...
2010-12-01 alegrandUse a cleaner function type for get_link_latency functions.
2010-10-27 navarropFix gtnets support with new routing format.
2010-10-27 navarropAdd in DTD direction for link_ctn and sharing_policy...
2010-10-13 schnorrtrace: fixing link declaration for gtnets model
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrnew variable for surf_action_t to contain its tracing...
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-28 navarropHuge set of modifications to restore more uniform APIs...
2010-09-28 navarropRemove unuse variables
2010-09-28 navarropclean code and remove foreach and set
2010-09-28 navarropI comment all the calls to used_routing, in order to...
2010-08-09 schnorrremoving compilation warnings
2010-08-09 schnorrmanage links in a different way (to help tracing gtnets...
2010-08-09 schnorrfix on trace: correct way to trace the amount of data...
2010-08-09 schnorrfix on the name of the variable
2010-08-09 schnorrfullduplex support
2010-04-25 mquinsonFix copyright headers
2010-04-15 schnorrrenaming the tracing functions that set the host/link...
2010-04-15 schnorrremoving code that was used to trace every single surf...
2010-04-15 schnorrrenaming some tracing functions to make easy to remembe...
2010-04-12 velhoRemoved double free on GTNetS code.
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2009-10-13 velhoAdded a gtnets_jitter_seed parameter enabling jitted...
2009-10-08 velhoAdded a jitter functionallity to GTNets model, latency...
2009-10-06 velhoCompletely rewritten surf/gtnets_network.c model to...
2009-10-04 velhoFix bug introduced by the new routing mechanism, added...
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-28 velhoCope with new tmgr (trace manager) interface.
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
2009-07-02 mquinsonimplement a constructor for surf_action_t; draft a...
2009-07-02 mquinsonMake sure that gtnets model still compiles after all...
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
2009-07-01 mquinsonmove action_ref one layer up: not a model method anymor...
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
2009-07-01 mquinsonGet surf_model_init set fields to common values about...
2009-06-30 mquinsonImplement a generic resource; use it as ancestor to...
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-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-11-26 alegrandAdd debug on topology.
2008-11-25 velhoBug fix.
2008-10-14 alegrandAdd debug and comply with latest parsing modifications.
2008-10-10 velhoReplaced the using field of surf_action to refcount...
2008-06-26 velhoCorrected bug update in action->remain.
2008-06-25 velhoMinimize forking effort in network_model.
2008-06-25 velhovarious cleanups
2008-06-25 velhomove GTNETS initialization to the right place and compl...
2008-06-18 alegrandPlug a memleak.
2008-06-12 alegrandFactor most callback definitions.
2008-06-10 mquinsonuseless cleanup
2008-06-09 velhoRemoved duplicated declaration of surf_network_model_in...
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-05-21 mquinsonkill all free_string functions declared locally to...
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-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 mquinsonI think I now better understand the surf internals...
2007-10-26 mquinsonPropagate the s/network_link/link/ from the XML to...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-12 alegrandremove cruft
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-07-30 alegrandCleanup.
2007-06-04 kayofFix bugs
2007-05-21 kayofbug fixes.
2007-05-17 kayoffixed bugs.
2007-05-16 kayofFixed name inconsistency, etc.
2007-02-02 casanovaCleaned up the GTNetS interface based on e-mail discussion
2007-01-31 casanovafoo
2007-01-31 casanovaFirst draft integration of SURF and GTNetS. The code...