Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / surf / surf_private.h
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-26 NavarropRewrite the way to do the parsing for host,cluster...
2011-10-20 Martin Quinsonmerge branches
2011-09-08 Lucas Schnorrnew function get_route_or_null that catches any excepti...
2011-05-17 Arnaud GierschRegister get_route_latency in global_routing, and use it.
2011-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-21 NavarropPut ns3 sources in place.
2011-04-12 NavarropOptimization of get_latency;
2011-03-24 navarropMove e_surf_network_element_type_t public.
2011-03-24 navarropRemove where_network_elements and add element in host_l...
2011-03-14 navarropWe may want to use this function in examples.
2011-02-01 thieryUse a mallocator for the Surf actions
2010-12-06 piniAdded sender-side gaps (only activated by default in...
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
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-22 navarropCompletely remove parse_routes table.
2010-11-22 navarropAdd two new structs that contains a list of link_name...
2010-11-22 navarropFix full flag mode with Mac.
2010-11-18 velhoAllow the get_route function to be used twice in a...
2010-10-27 navarropMove bypassRoutes to s_routing_component_t.
2010-10-27 navarropMove parse_routes to s_routing_component_t.
2010-10-13 navarropPut variable "to_index" into s_routing_component
2010-10-11 schnorrfixing name of the function and its utilization in...
2010-10-11 alegrandIndent include and src using this command:
2010-10-07 navarropAdd a function to have type of an element.
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...
next