Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2006-05-15 mquinsonFix a timeout computation (stupid me)
2006-05-10 alegrandLet's be nice with C++ users...
2006-05-10 mquinsondo not launch addr2line when we failed to find sensible...
2006-05-09 alegrandPlug memleak
2006-05-09 alegrandCosmetics.
2006-05-09 alegrandPluging mem leaks.
2006-05-09 amad206*** empty log message ***
2006-05-09 alegrandCleaning output.
2006-05-09 alegrandAdding convenient access functions.
2006-05-09 alegrandCosmetics
2006-05-09 alegrandImproving debug informations.
2006-05-09 alegrandFixing forgotten function.
2006-05-09 alegrandImproving debug informations.
2006-04-28 mquinsonI may be on vacation, but I don't like leaving a borken...
2006-04-26 mquinsonDocument the token ring example
2006-04-25 mquinsonregenerate with lastest flexml
2006-04-25 mquinsonUpdate the documentation now that the examples are...
2006-04-25 mquinsonthe gcc attribute 'unused' made portable
2006-04-25 mquinsonAllow to declare a log category and not use it right...
2006-04-25 mquinsonAllow to split GRAS projects in several files (the...
2006-04-25 mquinsonSplit into several files to explain how it can be done
2006-04-24 alegrandRemoving overwhelming informations on the main page...
2006-04-24 alegrandUse absolute dir for testsuite as relative paths result...
2006-04-24 alegrandAdd required file.
2006-04-24 alegrandCommit my modifications.
2006-04-24 alegrand*** empty log message ***
2006-04-24 alegrandBug correction.
2006-04-24 alegrandAdding debuging informations
2006-04-24 alegrandadding convenient XBT_IN5 macro
2006-04-22 alegrandstupid me! Fortunately, Derrick was looking...
2006-04-22 casanovaAdded a memset in function client() to avoid and "unini...
2006-04-21 mquinsonregenerate with the lastest flexml -- and unfortunately...
2006-04-21 mquinsonConvert a printf to an ERROR so that even archs without...
2006-04-21 mquinsonVpath fixups: libgras is generated (obviously). It...
2006-04-21 mquinsonVpath fixups: gras_stub_generator is generated. It...
2006-04-21 alegrand#define already defined
2006-04-21 alegrandstupid me!
2006-04-21 alegrandCorrecting the relative priority problem in the default...
2006-04-21 alegranddoc fix
2006-04-21 mquinsondoc improvement
2006-04-21 alegrandFix the weight problem raised by Kayo and confirmed...
2006-04-21 alegrandThe new workstation model is really the default for...
2006-04-20 mquinsonDoc improvement
2006-04-20 mquinsonThis file was recently added and is missing from the...
2006-04-20 mquinsonFirst draft of this module's documentation...
2006-04-19 mquinsondistribute all needed files to compile
2006-04-19 mquinsonDocument the gras_datadesc_dynar function
2006-04-19 alegrandDocument my modifications
2006-04-18 alegrandSmarter assert in MSG_task_execute and take care of...
2006-04-18 mquinsonThis is *really* bad
2006-04-18 mquinsonChange the prototype of amok_bw_saturate_stop to match...
2006-04-18 mquinsonKill dead code; make sure that amok_bw_saturate_stop...
2006-04-14 mquinsonInit offset in any case
2006-04-14 mquinsonRework the headers to follow our habits
2006-04-13 mquinsonRaise an exception on timeout, as we should
2006-04-13 mquinsonsetup the select() timeout correctly, some more debuggi...
2006-04-12 alegrandAdding more verbose informations to Paje
2006-04-12 mquinsontypo
2006-04-12 alegrandAdding more verbose Paje output
2006-04-12 mquinsoncosmetics
2006-04-12 mquinsonAlso display the pid on backtraces
2006-04-12 mquinsonpid is now long int
2006-04-12 alegrandLet's do a real round-robin on forwarders...
2006-04-12 mquinsonMake the code more robust: Add debugging outputs, add...
2006-04-12 mquinsonUse long int for the pids, just to be sure without...
2006-04-12 mquinsonsanitize this function name before its API is frozen...
2006-04-12 mquinsonDocument that amok BW module is done
2006-04-12 mquinsonSome more doc for the amok BW module, which can now...
2006-04-12 mquinsonSome more doc for the amok BW module
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-12 mquinsonIiiirk. It leaks
2006-04-12 mquinsonMake sure we won't try to survive to unexpected exceptions
2006-04-12 mquinsonMake sure we kill peers properly, and plug some memleaks
2006-04-12 mquinsonDo not close socket which were never opened (see docume...
2006-04-12 mquinsoncosmetics, plus tracked down a source of problem with...
2006-04-11 mquinsonTrack the symbols even if they hide in a dynamic librar...
2006-04-11 mquinsonNew function: xbt_display_backtrace(). Sweet while...
2006-04-11 mquinsonNew function: xbt_display_backtrace(). Sweet while...
2006-04-11 mquinsonPlug a memleak and shut it up
2006-04-11 mquinsoncosmetics
2006-04-11 mquinsonDo not malloc(0), please. It looks ugly
2006-04-11 mquinsonRework the MSG navbar
2006-04-11 mquinsonMore verbose on the remaining bug
2006-04-11 mquinson.
2006-04-11 mquinsonMajor refactoring to make the test stricter and more...
2006-04-11 mquinsondebug logs tweaking; to reset the exception container...
2006-04-11 mquinsonUse xbt_ex_setup_backtrace to actually setup the backtr...
2006-04-11 mquinsononly dupplicate the procname when dealing with remote...
2006-04-11 mquinsononly dupplicate the procname when dealing with remote...
2006-04-10 alegrandAdd a test in MSG_task_execute to stop whenever a task...
2006-04-07 mquinsonCatch up with lastest API breakage (xbt_ex_free)
2006-04-07 mquinsonDisplay some info about the frames addr2line knows...
2006-04-07 mquinsonThe neat backtraces need a semi-public symbol from...
2006-04-07 mquinsonCatch up with the lastest API breakage, and fix doxygen...
2006-04-07 mquinsonCatch up with the lastest API breakage
2006-04-07 mquinsonCatch up with lastest API breakage, and fix doxygen...
2006-04-07 mquinsonBreak the API once again so that we can reset the struc...
2006-04-07 mquinsonDocument my new toy feature
2006-04-07 mquinsonReindent, deal properly with remote exceptions
next