Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ONGOING work on exceptions plus minor cleanups.
[simgrid.git] / src / gras / Transport / transport_plugin_buf.c
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 mquinsonsizes are unsigned long int
2005-06-23 mquinsonBugfixes: in SG, don't nhol the size, when zeroing...
2005-06-02 mquinsonDon't use htonl in SG
2005-05-30 mquinsonTell explicitly gcc that hexa_print returns void
2005-05-30 mquinsonembeed the buffer size within the buffer itself on...
2005-03-04 mquinson - Bugfix: flush the socket on close only if there...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2004-12-14 mquinsonadded a debug msg
2004-12-10 mquinsonInitiate win32 cross-port
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
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-14 mquinsondo not use malloc directly since AIX does not like...
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-08-18 mquinsonSpecify the buffer size before allocating them, to...
2004-08-17 mquinsonPre-alloc the buffers
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-08-08 mquinsonnew buffered plugin. Use either tcp or sg to do the...