Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Eradicate the last bits of the buffered transport which used to live on top of either...
[simgrid.git] / src / gras / Transport / transport.c
2005-10-20 mquinsonEradicate the last bits of the buffered transport which...
2005-09-09 mquinsonKill an internal function marked 'KILLME' and surviving...
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 mquinsonSG don't get buffered by default (since only measuremen...
2005-08-07 mquinsonDo not register broken plugins
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-27 mquinsonUnstar the gras_trp_plugin_t type, even if internal...
2005-06-23 mquinsondon't use XBT_CIN, since I didn't manage to implement...
2005-06-23 mquinsonnew function: gras_socket_meas_accept (mandatory on...
2005-06-23 mquinsonon exit, close all the sockets left open and others...
2005-06-06 mquinsonrename raw sockets to measurement ones
2005-02-27 mquinsonmore debuging
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsonNew functionality: possibility for libraries to registe...
2004-12-14 mquinsoninitialize winsock; support multiple calls to init...
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 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonfix the inclusion paths
2004-08-08 mquinsonIntroduce the flush, use the buffered transport
2004-07-24 mquinsonChange all size_t into long int; Fix miscasted argument...
2004-07-06 mquinsoninitialize in trp_socket_new a socket field which shoul...
2004-07-06 mquinsonMore DEBUG call
2004-07-05 mquinsonSome more code factorisation (registering the new socke...
2004-07-05 mquinsonPlug a memleak on sock_close (on peer_name)
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 mquinsonplug a stupid leak
2004-06-18 mquinsonHandle the fact that the RL plugin do not exist in...
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-15 mquinson2004-04-09 Martin Quinson <martin.quinson@tuxfamily...
2004-04-09 mquinsonRedirect chunk_send/recv functions to the plugin version
2004-04-06 mquinsonJ'en ai marre de faire des messages detailles. 'Current...
2004-03-01 mquinsonTransport becomes a real module