Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a few casts to help compilation with gcc-4.0
[simgrid.git] / src / gras / Transport / transport_plugin_tcp.c
2005-09-21 alegranda few casts to help compilation with gcc-4.0
2005-09-09 mquinsonDo not use IOV for now, it doesn't seem implemented...
2005-09-08 mquinsonDeal with the fact that some prehistoric arches don...
2005-09-08 mquinsonLoad the headers we need, don't rely on some random...
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-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 mquinsoncosmetics
2005-06-06 mquinsonrename raw sockets to measurement ones
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2004-12-31 mquinsonRemove the headers already loaded from somewhere else...
2004-12-14 mquinsonMake it work on win32; use the portable errno on socks...
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;...