Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Next version will be 3.1
[simgrid.git] / src /
2006-05-30 mquinsonNext version will be 3.1
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
2006-05-29 alegrandAsk for version 1. Default is version 0.
2006-05-29 alegrandAdding a "version" tag to platform_description. This...
2006-05-29 mquinsonPlug a memleak
2006-05-29 alegrandretrive -> retrieve
2006-05-29 mquinsonMake a log message more explicit
2006-05-29 mquinsonReduce default verbosity, shorten a message
2006-05-29 mquinsonYeah, right. I'm plainly stupid and cannot come up...
2006-05-29 mquinsonDo obey messages asking to stop the saturation
2006-05-29 mquinsonYet some more logging
2006-05-29 mquinsonShould compile before committing (sorry for the spam)
2006-05-29 mquinsonAllow endless saturation experiment (by passing duration=0)
2006-05-29 mquinsonSome more debugging informations
2006-05-29 mquinson- Some more debugging info
2006-05-29 mquinsonTell who sent the discarded messages
2006-05-29 mquinsonBetter choice of what is debug and what is verbose
2006-05-29 mquinsonDeclare the payload we expect (stupid me)
2006-05-29 mquinsonLet's shild the user against himself: check that he...
2006-05-28 mquinsonLet's be really verbose about what gets copied on the...
2006-05-28 mquinsonUnregister failed sockets from the big socket dynar
2006-05-26 alegrandAdd new convenient functions.
2006-05-24 mquinsonStupid me, use an existing channel as external default
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-05-24 mquinsonSearch typedefs of pointer to function where they now...
2006-05-22 mquinsonAllow to exchange fixed-sized arrays which size is...
2006-05-22 mquinsonLearn how to exchange xbt_host_t data
2006-05-22 mquinsonNew function: xbt_host_copy (even if it's trivial)
2006-05-19 mquinsonAnd now, this damn 5-lines function without trivial...
2006-05-19 mquinsonNew function: xbt_host_from_string() creating an xbt_ho...
2006-05-19 mquinsonEnable timestamping of messages emitted out of any...
2006-05-18 alegrandBug fix raised by Fabien Janvier. Returns a sensible...
2006-05-18 alegrandAdd debugging informations
2006-05-18 alegrandGetting rid of useless field
2006-05-18 alegrandSanitize channel naming convention
2006-05-16 mquinsoncosmetics
2006-05-16 mquinsonNew function: gras_msg_handleall to deal with all messa...
2006-05-16 mquinsonFix several glitches, add a 'proc' field to the sockets...
2006-05-16 mquinsonDoc improvement
2006-05-16 mquinsonNew amok module: Host management
2006-05-16 alegrandSanitize channels naming.
2006-05-16 alegrandSanitize channel naming.
2006-05-16 alegrandAdding a set_data function.
2006-05-16 mquinsonsanitize logging channel naming
2006-05-16 mquinsonAdd xbt/host module to the lib
2006-05-16 mquinsonsanitize the memory management
2006-05-16 mquinsonUse xbt/host module
2006-05-16 mquinsonA function handy when storing dynars in dynar or dicts
2006-05-16 mquinsonSome (trivial) helping functions around xbt_host_t
2006-05-15 mquinsonFix a timeout computation (stupid me)
2006-05-10 mquinsondo not launch addr2line when we failed to find sensible...
2006-05-09 alegrandCosmetics.
2006-05-09 alegrandPluging mem leaks.
2006-05-09 alegrandAdding convenient access functions.
2006-05-09 alegrandImproving debug informations.
2006-05-09 alegrandFixing forgotten function.
2006-05-09 alegrandImproving debug informations.
2006-04-24 alegrand*** empty log message ***
2006-04-24 alegrandBug correction.
2006-04-24 alegrandAdding debuging informations
2006-04-22 alegrandstupid me! Fortunately, Derrick was looking...
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 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 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 mquinsonDocument the gras_datadesc_dynar function
2006-04-18 alegrandSmarter assert in MSG_task_execute and take care of...
2006-04-18 mquinsonThis is *really* bad
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 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 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 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 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
next