Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sed -i -e 's/\t/ /g' *.[ch] Please people, stop using tabs in your source
[simgrid.git] / src / gras / Msg / sg_msg.c
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonMerge all public simix headers, and distribute them...
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschFix format strings to match their arguments.
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 Christophe ThiéryMove datadesc and TCP sockets from GRAS to XBT.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-25 Christophe ThiéryRename SIMIX files
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryDon't read a comm after completion since it is auto...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
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...