Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New function: gras_msg_handleall to deal with all messages arriving within a given...
[simgrid.git] / src / gras / Msg / msg.c
2006-05-16 mquinsonNew function: gras_msg_handleall to deal with all messa...
2006-05-15 mquinsonFix a timeout computation (stupid me)
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-11 mquinsonUse xbt_ex_setup_backtrace to actually setup the backtr...
2006-04-07 mquinsonCatch up with lastest API breakage (xbt_ex_free)
2006-04-06 mquinsonAvoid returning in the TRY block since it makes everyth...
2006-04-04 mquinsonUse message kind instead of message type kind or we...
2006-04-04 mquinsonMake sure we don't change a timeout=0 into a timeout...
2006-03-31 mquinsonFix doxygen; more debuging (is always welcome); make...
2006-03-30 mquinsonI'm such a looser (too)
2006-03-30 mquinsonHere come the new GRAS RPC
2005-12-05 casanovaAdded an #ifndef/#endif around the #define MIN so...
2005-10-25 mquinsonplug an harmless leak
2005-10-25 mquinsonNew function: gras_msg_wait_ext (for a finer control...
2005-09-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-09-08 mquinsonThis data is used within the TRY/CATCH block; mark...
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-09-05 mquinsonMove msg_send/recv to a RL specific file, so that we...
2005-08-07 mquinsonchange mismatch_error to not_found_error where appropriate
2005-08-07 mquinsonSimplify a bit exception handling, plus minor cleanups
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-02 mquinsons/TRY/TRYOLD/ I'd like to introduce a TRY macro in...
2005-06-27 mquinsonMore helpful logs
2005-06-25 mquinsonAllow NULL payload messages
2005-06-23 mquinsonAllow users to not care about who sended the message...
2005-06-23 mquinsonplug a memleak on exit
2005-06-06 mquinsoncosmetics
2005-06-06 mquinsonActually, null payload is quite common, harmless and...
2005-05-30 mquinsonMade an error message more explicit (hopefully)
2005-05-25 mquinsonIssue a warning on dangerous (but not impossible) situation
2005-02-23 mquinsonCode cleanups around timers to improve maintainability...
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsonadd timers to GRAS
2005-02-13 mquinsonNew functionality: possibility for libraries to registe...
2005-02-08 mquinsonAvoid log cat name conflict with MSG
2005-02-07 mquinsondoxygenification
2004-12-10 mquinsonFix (c) dates
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Eradication...
2004-10-06 mquinsonCurrent state. See changelog, sorry, I'm out of time
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonfix the inclusion paths
2004-08-18 mquinsonInterface cleanup: msgtype_by_name return the searched...
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-08-08 mquinsonUse flush when needed, load the right _interfaces,...
2004-07-27 mquinson2004-07-26 Martin Quinson
2004-07-22 mquinsonMove Virtu functions into the gras_os_ namespace
2004-07-06 mquinsonMore debug msg, rephrase other debug msg
2004-07-05 mquinsonfree the callback list on gras_process_exit
2004-07-05 mquinsonPlug a memleak on the name of the incomming messages
2004-07-03 mquinsonPropagate the interface cleanup from last week in datad...
2004-06-21 mquinsonregister the message even if it's already there with...
2004-06-18 mquinsonEradicate two small, nasty and stupid bugs
2004-06-11 mquinson [Data description]
2004-04-26 mquinson [Messaging]