Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first try at killing GRAS -- does not compile yet
[simgrid.git] / src / gras / Msg / msg_interface.h
2012-11-22 Martin Quinsonfirst try at killing GRAS -- does not compile yet
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.
2011-10-20 Martin Quinsonmerge branches
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-07-18 Martin Quinsonbump GRAS_PROTOCOL_VERSION since the wire protocol...
2010-10-11 alegrandIndent include and src using this command:
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 mquinsonAllow the exchange of 0-long dynamic vectors
2009-05-18 mquinsonReindent some code, no real change (should do it for...
2009-04-12 mquinsondo not close sockets from main thread, but from listene...
2009-03-10 mquinsonGras listener thread of each process do select(-1)...
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-05 donassbrIt was more difficult to find the bug that I thought...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
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-30 mquinsonThe waitqueue needed to store messages received without...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2005-09-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
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-08-08 mquinsonmodule init/exit functions are now in gras_private...
2004-07-05 mquinsonfree the callback list on gras_process_exit
2004-07-03 mquinsonPropagate the interface cleanup from last week in datad...
2004-04-26 mquinson [Messaging]