Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initiate win32 cross-port
[simgrid.git] / src / gras / Transport / transport_plugin_tcp.c
2004-12-10 mquinsonInitiate win32 cross-port
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
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-27 mquinsonYet another malloc without cast breaking on AIX
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-08-08 mquinsonthere is now a flush function
2004-07-26 mquinsoncosmetics
2004-07-24 mquinsonChange all size_t into long int; Fix miscasted argument...
2004-07-05 mquinsonuse gras_trp_socket_new when accepting instead of mallo...
2004-07-03 mquinsongras_socket_close now expect the socket to close (and...
2004-06-21 mquinsoncosmetics
2004-06-14 mquinsonContinuation of the internal cleanup; Copy/paste of...
2004-06-11 mquinson - Reput hook for raw sockets, needed for BW experiments
2004-04-26 mquinson [Messaging]
2004-04-15 mquinson2004-04-09 Martin Quinson <martin.quinson@tuxfamily...
2004-04-09 mquinsonMake clear that the transport plugins are plugins;...