Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This memory leak fix did not work with complex simulations.
[simgrid.git] / src / surf / surf.c
2011-09-08 Lucas Schnorr[NS3] only update min using the return of NS3's share...
2011-09-08 Lucas SchnorrMake sure that the NS3 model works even when other...
2011-09-08 NavarropAdd model Reno, NewReno and Tahoe with ns3
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-28 NavarropFix segfault when surf_network_model->name == NULL
2011-07-28 NavarropImplementation of NS3.
2011-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-21 NavarropPut ns3 sources in place.
2011-04-18 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-18 Christophe ThiéryLibs created in surf_init should be destroyed be surf_exit
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 navarropSet level COORD_HOST_LEVEL and COORD_ASR_LEVEL if there...
2011-03-24 navarropUse correct function to free element.
2011-03-24 navarropRemove host_lib, link_lib and as_router_lib from SD_exi...
2011-03-24 navarropAdd levels to lib host_lib, link_lib and as_router_lib
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschUse new style logging macros.
2011-02-17 navarropCompile with flag NDEBUG.
2011-02-01 thieryUse a mallocator for the Surf actions
2011-01-03 schnorr[trace] faster method to dump when unconditional dump...
2010-12-29 schnorr[trace] dump the sorted buffer at the end of every...
2010-12-28 schnorr[trace] buffering all events except type hierarchy...
2010-12-15 velhoAdded the lazy management improvement for network models.
2010-12-07 mquinsontry a bit harder to get the simulated time without...
2010-12-02 alegrandFinish to kill vivaldi
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-09-28 navarropClean code.
2010-09-28 navarropmore clean code
2010-09-28 navarropclean code and remove foreach and set
2010-06-18 navarropDefine correctly variables for windows.
2010-06-15 navarropAdd context ucontext for windows.
2010-06-14 piniAdded new model (default with smpirun) that integrates...
2010-05-27 navarropAdd a variable HAVE_MC for enable model-checking.
2010-05-08 cristianrosaBugfix: initialize the model checker memory subsystem...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-06 mquinsonLet xbt_exit() issue a warning stating that this is...
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-04-25 mquinsonFix copyright headers
2010-04-14 mquinsonAdd a Vivaldi network model, coded live during SUD...
2010-03-30 mquinson--help-models display the long description of all known...
2010-03-30 mquinsonAdd a long description to the models, and make it visib...
2009-09-25 donassbrChange default CPU model to new Cas01_IM.
2009-09-09 mquinsonUse the LV08 model by default
2009-09-01 donassbrMove test of finish execution to after handling events.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-08-20 mquinsonConnect the surf_routing log channel so that it becomes...
2009-07-16 mquinsoncosmetics
2009-07-13 mquinsonGreately simplify surf_fopen() at the price of one...
2009-07-13 mquinsonKill deprecated cruft and unused variables
2009-07-13 mquinsonSURF: Kill the SDP model
2009-07-13 mquinsonKill surf_parse_get_trace() which were a useless wrappe...
2009-07-01 mquinsonMove surf_action related function to a specific file
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 mquinsonroots of a generic surf_resource_t type
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonChange --surf-path into --cfg=path
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-10-16 velhoRevert "Uses alpha and beta from LegrandVelho model...
2008-10-14 velhoUses alpha and beta from LegrandVelho model to compute...
2008-10-14 velhoAdded a new network model option, LegrandVelho, based...
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-09 velhoCorrect the network_model_description_size in order...
2008-06-09 velhoAdded Reno2, a model that takes 2W/RTT as the utility...
2008-05-20 alegrandChange the prototype for update_resource_state.
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-03-15 alegrandStarting to code a "constant" network model.
2008-03-15 alegrandThe interaction between the parser and the surf modules...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-01-23 mquinsonAllow gcc cross-compiling targetting windows, which...
2007-12-11 quasareliminating KCCFLN05 model
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-31 quasarupdating the dtd and some memory leacks
2007-10-27 mquinsonReset the clock to 0 in surf_exit so that it gets zeroe...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
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-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-13 alegrandTake into account the weird case where remain would...
2007-08-10 alegrandreindent.
2007-08-10 alegrandAdd a new workstation model. Should give much more...
2007-08-02 alegrandAdding a nice description mechanism for models + cleani...
2007-08-01 alegrandvarious cleanups:
2007-07-06 velhoCorrected bug when choosing workstation model.
2007-06-27 velhoAdded function prototypes in maxmin_private, minor...
2007-05-10 alegrandAdd debuging informations.
2007-03-22 mquinsondeclaration of toupper
2007-03-16 cheriermoptimize the comparaison between characters
2007-03-14 mquinsonThis is already exported from the corresponding .h...
2007-03-13 cheriermspecial exportation data for visual c++
2007-02-14 velhoMaking a surf workstation model using csdp. How simple...
next