Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a test for function is_router.
[simgrid.git] / src / surf / surf_private.h
2010-10-07 navarropAdd a test for function is_router.
2010-10-06 navarropImplementation of function is router
2010-10-04 schnorrfunctions to get_onelink_routes must return an array...
2010-10-04 schnorrpreparing get_onelink_routes and is_router for each...
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-28 navarropClean code.
2010-09-28 navarropHuge set of modifications to restore more uniform APIs...
2010-09-28 navarropfirst version of rule base routing model
2010-09-28 navarropmore clean code
2010-09-28 navarropclean code and remove foreach and set
2010-09-28 navarropadd the bypasss route mechanims
2010-09-28 navarroppre version of hierarchical routing, make in a recursiv...
2010-09-28 navarropI comment all the calls to used_routing, in order to...
2010-09-28 navarropadd the floyd algorithm for a routing schema L
2010-09-28 navarropThe second version of hierarchical routing. Here I...
2010-09-14 piniBugfix: C is _not_ object-oriented (a.k.a. missing...
2010-08-19 coldpeacemove e_surf_link_sharing_policy_t structure to surf...
2010-08-09 schnorrfullduplex support
2010-07-26 coldpeaceadd generic acess function to routing model, to call...
2010-07-20 coldpeaceadd methods allowing routing, bypass the parser......
2010-04-27 mquinsonAllow to cross compile simgrid.dll using the autotools...
2010-04-25 mquinsonFix copyright headers
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-30 mquinsonAllow to set latency_factor, bandwidth_factor and weigh...
2009-12-11 mquinsonDo not mark inline hte functions of which we manipulate...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-10-13 velhoAdded a gtnets_jitter_seed parameter enabling jitted...
2009-10-06 velhoImprove the generic routing for different network model...
2009-10-06 velhoCommit stollen from Arnaud personal git repository.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-30 mquinsonVarious cleanups in the routing code, all by Silas
2009-07-16 mquinsonThree new routing schema by Silas De Munck
2009-07-13 mquinsonKill deprecated cruft and unused variables
2009-07-13 mquinsonSURF: Kill the SDP model
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonAdd a command-line option to choose the routing schema...
2009-07-01 mquinsonExtract the routing logic into its own object.
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonYet another missing 'extern' making the mac linker...
2009-06-26 mquinsonchange TCP_gamma to not be a compilation-time #define...
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-05-20 alegrandChange the prototype for update_resource_state.
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-10-27 mquinsonFactorize the current_property_set symbol of simix...
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 alegrandremove global maxmin system. Every model should use...
2007-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
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-01 alegrandvarious cleanups:
2007-06-27 velhoAdded function prototypes in maxmin_private, minor...
2007-02-14 velhoMaking a surf workstation model using csdp. How simple...
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-10-26 cheriermfixe the last warning
2006-10-20 cheriermsame as surf.c.
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-08-31 alegrandMoving surf_double_update (in surf_private.h) to double...
2006-07-12 thieryAdd functions action_get_start_time() and action_get_fi...
2006-03-27 alegrandI'm so lazy...
2006-03-27 alegrandthis value should have been be global...
2006-03-20 alegrandmv surf_parse -> surfxml_parse
2005-08-16 alegrandmoving public parts to public places and generating...
2005-07-25 alegrandAdd FAT_PIPE
2005-02-07 alegrandCleaning type naming so that Henri has a nice skeleton...
2005-01-26 alegrandBug fix : we could get stuck into an infinite loop...
2005-01-10 alegrandIntroducing new functionnality without breaking the...
2005-01-05 alegrandNow, any surf-based program can take --surf-path argume...
2004-12-23 alegrandtask->data (formerly callback) could not be set by...
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 alegrandA meta-resource : workstation is simply a CPU and a...
2004-12-09 alegrandEach action can now have a maximum duration. That is...
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-12-07 alegrandmove resource_used to the private part
2004-12-02 alegrandSurf Parser
2004-11-29 alegrandRha!
2004-11-29 alegrandOK, now clean structures are used for my objects. Forge...
2004-11-20 alegrandCPU can be created and used even though failures are...
2004-11-16 alegrandRenamed host to cpu. That was really confusing.
2004-11-16 alegrandFirst attempt on SURF design. I'd like a 5'10" short...