Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
malloc(0) fails on AIX
[simgrid.git] / src / gras / Msg / sg_msg.c
2008-06-05 mquinsonmalloc(0) fails on AIX
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-07-19 mquinsonNew function allowing to alias datatypes
2007-07-12 donassbrUse a queue to control the selectable sockets. We don...
2007-07-12 mquinsonvarious little cleanups in the gras/sg code. Mainly...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2006-07-07 mquinsonSends in SG now have a 60s timeout. The right way to...
2006-06-20 mquinsonMore informative names when verbose running (useful...
2006-06-01 mquinsonyet some more debug
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
2006-04-11 mquinsonDo not malloc(0), please. It looks ugly
2006-04-04 mquinsonKill non-portable comment
2006-04-04 mquinsonWhen answering a RPC, use the answer message type,...
2006-03-30 mquinsonHere come the new GRAS RPC
2005-10-25 mquinsonNew function: gras_msg_wait_ext (for a finer control...
2005-10-23 mquinsonLet's compile MSG once in the afternoon and cleanup...
2005-10-20 mquinsonpayload_size is used to memcpy the payload. Do not...
2005-09-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-09-08 mquinsonBe prehistoric-compiler-friendly
2005-09-05 mquinsonMove msg_send/recv to a RL specific file, so that we...