Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please close the structure behind you
[simgrid.git] / src / gras / Transport /
2004-07-06 mquinsonIt works. Isn't that great?
2004-07-06 mquinsoninitialize in trp_socket_new a socket field which shoul...
2004-07-06 mquinsonCurrent state. Does not work yet, but I'd prefer not...
2004-07-06 mquinsonMore DEBUG call
2004-07-06 mquinsongras_trp_socket_new is in charge of pushing it into...
2004-07-05 mquinsonSome more code factorisation (registering the new socke...
2004-07-05 mquinsonsockets is now part of the process data
2004-07-05 mquinsonuse gras_trp_socket_new when accepting instead of mallo...
2004-07-05 mquinsonPlug a memleak on sock_close (on peer_name)
2004-07-05 mquinsonInitialize whether the accepted sock is raw or not...
2004-07-03 mquinsonkill dead code
2004-07-03 mquinsongras_socket_close now expect the socket to close (and...
2004-07-03 mquinsonPlug a tiny leak
2004-06-21 mquinsonMore work on SG, almost done
2004-06-21 mquinsoncosmetics
2004-06-21 mquinsonplug a stupid leak
2004-06-18 mquinsonMore work on this. Ok, it does not really work yet...
2004-06-18 mquinsoncosmetics
2004-06-18 mquinsonHandle the fact that the RL plugin do not exist in...
2004-06-18 mquinsonImplement select over SG (badly since there is so few...
2004-06-18 mquinsonAdd stupid implementation of the SG plugins to use...
2004-06-14 mquinsonContinuation of the internal cleanup; Copy/paste of...
2004-06-14 mquinsonField renaming in the plugin struct to cleanup; raw...
2004-06-14 mquinsonThe core is in charge of mallocing for the transport...
2004-06-11 mquinson - Reput hook for raw sockets, needed for BW experiments
2004-06-03 mquinsonAPI cleanup: s/dict_insert/dict_set/ and s/dict_retriev...
2004-04-26 mquinson [Messaging]
2004-04-21 mquinson [Data description]
2004-04-15 mquinson2004-04-09 Martin Quinson <martin.quinson@tuxfamily...
2004-04-09 mquinsoncosmetics
2004-04-09 mquinsonrename bloc_send/recv to chunk_send/recv because I...
2004-04-09 mquinsonRedirect chunk_send/recv functions to the plugin version
2004-04-09 mquinsonMake clear that the transport plugins are plugins;...
2004-04-07 mquinsonHide some functions to end-users (gras_trp_block_send...
2004-04-06 mquinsonAjout de fichiers presents sur mon disque
2004-04-06 mquinsonJ'en ai marre de faire des messages detailles. 'Current...
2004-03-01 mquinsonTransport becomes a real module