Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Getting rid of useless field
[simgrid.git] / src /
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
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-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 mquinsonReindent, deal properly with remote exceptions
2006-04-07 mquinsonDisplay neat exceptions backtraces
2006-04-07 mquinsonWe need to store the binary name somewhere to display...
2006-04-06 mquinsonAvoid returning in the TRY block since it makes everyth...
2006-04-06 mquinsoncosmetics
2006-04-06 mquinsonreindent
2006-04-04 mquinsonseems to work in most cases. Yuhu
2006-04-04 mquinsonallow caller to not be interested in all the data we...
2006-04-04 mquinsonAvoid to actually malloc the chunk of data when exchang...
2006-04-04 mquinsonFound why the backtrace were not propagated anymore
2006-04-04 mquinsonUse message kind instead of message type kind or we...
2006-04-04 mquinson* Better split between bandwidth and saturation sub...
2006-04-04 mquinsonsanitize around the xbt_host_t typedef; kill the remote...
2006-04-04 mquinsonAllow for asynchronous RPC calls, plus better detection...
2006-04-04 mquinsonTypo in comments, and add the timeout to the CB context...
2006-04-04 mquinsonKill non-portable comment
2006-04-04 mquinsonImprove detection of remote exceptions
2006-04-04 mquinsonImprove detection of remote exceptions, plus workaround...
2006-04-04 mquinsonWhen answering a RPC, use the answer message type,...
2006-04-04 mquinsonAll we need on this earth is verbose debugging messages...
2006-04-04 mquinsonMake sure we don't change a timeout=0 into a timeout...
2006-04-04 mquinsonplug a memleak on remote exception propagation
2006-04-04 mquinsonMore verbose error msg
2006-04-03 mquinsonSizes in bytes; rework the documentation; uniformize...
next