Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First step to take care of constraint into storage model
[simgrid.git] / src / surf / network_constant.c
2012-03-16 navarroNow call communicate and get_route with void* and not...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-02 Martin Quinsonthis configuration option does not exist anymore (and...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-16 NavarropCleanups suggested by eclipse.
2011-12-16 NavarropGet rid of all these nasty _im_.
2011-12-16 NavarropMerge network.c and network_im.c
2011-11-29 Christophe ThiéryRevert "The latency is constant with the constant netwo...
2011-11-29 Christophe ThiéryThe latency is constant with the constant network model.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Martin Quinsonthat function is so stupid that it is never called...
2011-11-10 Martin Quinsonwhat is that pimple, for god's sake??
2011-11-09 Martin QuinsonRemove the complexity needed to save a global that...
2011-11-07 Martin Quinsonfix the last broken tests by sanitizing the way propert...
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-04 Martin QuinsonClean callbacks for the host parsing.
2011-11-03 Martin QuinsonNobody cares about this argument since maybe 4 years...
2011-10-20 Martin Quinsonmerge branches
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-05-19 Christophe ThiéryLet the user set the latency with the constant network...
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-02 schnorr[trace] constant model is explicitly not traced
2011-02-01 thieryUse a mallocator for the Surf actions
2010-12-01 alegrandUse a cleaner function type for get_link_latency functions.
2010-12-01 alegrandMove the latency computation logic from surf models...
2010-11-23 schnorrremoving log message from network constant model
2010-10-11 schnorrfixing name of the function and its utilization in...
2010-10-11 alegrandIndent include and src using this command:
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-28 navarropHuge set of modifications to restore more uniform APIs...
2010-09-14 piniBugfix: C is _not_ object-oriented (a.k.a. missing...
2010-04-25 mquinsonFix copyright headers
2010-02-24 navarropDelete warning during compiling.
2009-11-20 alegrandremove wrong comment
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-16 mquinsonshut of, model
2009-07-16 mquinsonAllow to instanciate the constant network model. It...
2009-07-13 mquinsonkill network_common.h: empty
2009-07-13 mquinsonKill deprecated cruft and unused variables
2009-07-02 mquinsonimplement a constructor for surf_action_t; draft a...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-02 mquinsonAlso kill the cards from network_constant
2009-07-01 mquinsonExtract the routing logic into its own object.
2009-07-01 mquinsonUse dynar to represent routes
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 mquinsonFactorize the code of model->action_state_set where...
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 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-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-07-08 cheriermDetails of this changes:
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-12 alegrandFactor most callback definitions.
2008-06-10 alegrandFactorize some code in the parser, hide some functions...
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-20 alegrandChange the prototype for update_resource_state.
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...
2008-03-15 alegrandupdate_actions_state
2008-03-15 alegrandClean the communicate function.
2008-03-15 alegrandStarting to code a "constant" network model.