Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / gras / Transport / transport.c
2006-07-19 mquinsoncosmetics
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-09 mquinson- Do not close sockets closed on other side: user may...
2006-06-27 mquinsonFix the gras_socket_server_range function: only return...
2006-06-27 mquinsonCalm down, doxygen
2006-06-26 mquinsonDetect socket closed by peer in the transport layer...
2006-06-20 mquinsonDon't use measurement sockets as master socket; add...
2006-06-02 mquinsonTwo new functions (gras_socket_server_range and gras_so...
2006-05-28 mquinsonUnregister failed sockets from the big socket dynar
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-05-16 mquinsonFix several glitches, add a 'proc' field to the sockets...
2006-04-18 mquinsonThis is *really* bad
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-12 mquinsoncosmetics, plus tracked down a source of problem with...
2006-04-07 mquinsonCatch up with lastest API breakage, and fix doxygen...
2006-04-04 mquinsonAvoid to actually malloc the chunk of data when exchang...
2006-04-04 mquinsonMore verbose error msg
2006-04-03 mquinsonSizes in bytes; rework the documentation; uniformize...
2005-10-25 mquinsonplug an harmless leak
2005-10-20 mquinsonI told you that the buf plugin is dead
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