Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Permit to compile with full flags.
[simgrid.git] / src / gras / Msg / sg_msg.c
2010-11-29 navarropPermit to compile with full flags.
2010-11-26 thieryReplace INFO0+bprintf by INFO6
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-11-26 mquinsonmore verbose debuging infos
2010-11-25 mquinsonimplement refcount on sockets since they are somehow...
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-10-11 alegrandIndent include and src using this command:
2010-06-24 mquinsonPort GRAS to smx_network infrastructure. Kinda working...
2010-06-14 navarropInit variables.
2010-06-14 navarropDo not declare variables in the middle of nowhere.
2010-06-03 alegrandI need this to compile on my machine. It may break...
2010-05-20 cristianrosaCompile fix, size_t != int in 64 bits
2010-05-18 mquinsonOngoing work to port GRAS to smx_network. Not working yet
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-18 mquinsonReindent some code, no real change (should do it for...
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...