Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to port the gras simulation side to the new smx_network infrastructure (not yet...
[simgrid.git] / src / gras / Transport / transport_plugin_sg.c
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-07-13 donassbrstructure sockets of gras_trp_prodata_t synchronized.
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-05 donassbrIt was more difficult to find the bug that I thought...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2006-09-20 mquinsonMark as volatile a variable used in a CATCH block
2006-07-07 mquinsonSends in SG now have a 60s timeout. The right way to...
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-07 mquinsonCatch up with lastest API breakage, and fix doxygen...
2006-04-04 mquinsonAvoid to actually malloc the chunk of data when exchang...
2005-09-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-09-08 mquinsonRework the Transport layer to simplify it and improve...
2005-09-05 mquinsonTweak gras_trp_*_recv() prototype. This is now (sock...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-06-27 mquinsonUnstar the gras_trp_plugin_t type, even if internal...
2005-06-23 mquinsonsizes are unsigned long int
2005-06-23 mquinsonDon't try to unregister accepted sockets from OS tables...
2005-06-06 mquinsonrename raw sockets to measurement ones
2005-06-02 mquinsonDon't use htonl in SG
2005-05-30 mquinsonTell explicitly gcc that hexa_print returns void
2005-05-30 mquinsonembeed the buffer size within the buffer itself on...
2005-02-27 mquinsonmore debuging
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsonNew functionality: possibility for libraries to registe...
2004-12-31 mquinsonSearch msg.h at the right location
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-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-29 mquinsonReintroduce raw sockets.
2004-09-27 mquinsonport the SG part to the new stuff intended to work...
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-08-08 mquinsonflush function, cosmetic in API, more debug
2004-07-24 mquinsonChange all size_t into long int; Fix miscasted argument...
2004-07-06 mquinsonIt works. Isn't that great?
2004-06-21 mquinsonMore work on SG, almost done
2004-06-18 mquinsonMore work on this. Ok, it does not really work yet...
2004-06-14 mquinsonContinuation of the internal cleanup; Copy/paste of...
2004-04-15 mquinson2004-04-09 Martin Quinson <martin.quinson@tuxfamily...
2004-04-09 mquinsonMake clear that the transport plugins are plugins;...