Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added round trip time contraint to the SDP program, this parameter
[simgrid.git] / src / gras / Transport /
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-30 alegrandKILKILKIL
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
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-28 mquinsonOnly use the C comment style, not the C++ one
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-27 mquinsonport the SG part to the new stuff intended to work...
2004-09-27 mquinsonmore header to make AIX happy
2004-09-27 mquinsonYet another malloc without cast breaking on AIX
2004-09-14 mquinsondo not use malloc directly since AIX does not like...
2004-09-14 mquinsonclarify a comment
2004-09-14 mquinsonadd an header AIX seems to want
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonfix the inclusion paths
2004-08-18 mquinsonSpecify the buffer size before allocating them, to...
2004-08-17 mquinsonPre-alloc the buffers
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-08-08 mquinsonflush function, cosmetic in API, more debug
2004-08-08 mquinsonadd a flush function; move module init/exit declaration...
2004-08-08 mquinsoncosmetic on the API
2004-08-08 mquinsonWe use the buffer transport when creating new sockets...
2004-08-08 mquinsonIntroduce the flush, use the buffered transport
2004-08-08 mquinsonthere is now a flush function
2004-08-08 mquinsongross hack needed by the conjonction of the buffered...
2004-08-08 mquinsonnew buffered plugin. Use either tcp or sg to do the...
2004-07-26 mquinsoncosmetics
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 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