Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a queue to control the selectable sockets. We don't need anymore the mutex and...
[simgrid.git] / src / gras / Transport / sg_transport.c
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-09-07 mquinsonMake sure that we won't try to reuse a socket closed...
2006-06-02 mquinsonTwo new functions (gras_socket_server_range and gras_so...
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-04-11 mquinsoncosmetics
2005-10-20 mquinsonEradicate the last bits of the buffered transport which...
2005-10-03 mquinsonThe buf plugin is dead on SG. Thanks to the verbosity...
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 mquinsonThe buffered transport is now RL only (will allow a...
2005-09-05 mquinsonAvoid a useless bprintf (and test whether NULL msg...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-02 mquinsons/TRY/TRYOLD/ I'd like to introduce a TRY macro in...
2005-06-29 mquinsonAdapt to API change (I was too quick, I guess)
2005-06-29 mquinsonAdapt to upcomming changes in MSG even before Arnaud...
2005-06-27 mquinsonUnstar the gras_trp_plugin_t type, even if internal...
2005-06-23 mquinsonbugfixing do find the existing sockets in the cache...
2005-06-06 mquinsonrename raw sockets to measurement ones
2005-02-23 mquinsonincrease debugging verbosity
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-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-29 mquinsonReintroduce raw sockets.
2004-09-28 mquinsonOnly use the C comment style, not the C++ one
2004-09-27 mquinsonport the SG part to the new stuff intended to work...
2004-08-08 mquinsonWe use the buffer transport when creating new sockets...
2004-07-24 mquinsonChange all size_t into long int; Fix miscasted argument...
2004-07-22 mquinsonMove Virtu functions into the gras_os_ namespace
2004-07-06 mquinsonIt works. Isn't that great?
2004-07-06 mquinsonCurrent state. Does not work yet, but I'd prefer not...
2004-06-21 mquinsonMore work on SG, almost done
2004-06-18 mquinsonImplement select over SG (badly since there is so few...
2004-04-06 mquinsonJ'en ai marre de faire des messages detailles. 'Current...