Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more debuging
[simgrid.git] / src / gras / Transport / transport.c
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