Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
If the timeout is negative, the user wants to block
[simgrid.git] / src / gras / Msg / msg_private.h
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-11-21 mquinsonMallocator on the message contextes
2006-11-14 mquinsonRemove from the public interface a function that the...
2006-11-06 mquinson* Add a gras_msgtype_dumpall() function to get the...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-26 cheriermIncludes portable.h file header for use of the va_copy...
2006-07-18 mquinsonAnother try at cleaning up the function types
2006-04-04 mquinsonTypo in comments, and add the timeout to the CB context...
2006-03-30 mquinsonHere come the new GRAS RPC
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-05 mquinsonMove msg_send/recv to a RL specific file, so that we...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-02-13 mquinsonadd timers to GRAS
2005-02-13 mquinsonNew functionality: possibility for libraries to registe...
2004-12-10 mquinsonFix (c) dates
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
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-09-06 mquinsonfix the inclusion paths
2004-07-03 mquinsonPropagate the interface cleanup from last week in datad...
2004-06-21 mquinsonmake a gras_msg_recv_no_malloc function to make clear...
2004-04-26 mquinson [Messaging]