Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let simgrid compile with NDEBUG and warnings are errors
[simgrid.git] / src / gras / Transport / transport.c
2012-03-22 schnorrlet simgrid compile with NDEBUG and warnings are errors
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschFix format strings to match their arguments.
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 Christophe ThiéryMove datadesc and TCP sockets from GRAS to XBT.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-10-20 Martin Quinsonmerge branches
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-06-23 Arnaud GierschUse CATCH_ANONYMOUS whenever possible, and remove unuse...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2010-11-30 mquinsonKill gras measurement sockets for now. If you rely...
2010-11-25 mquinsonimplement refcount on sockets since they are somehow...
2010-11-12 mquinsonPartial fix of GRAS: gras-ping-sg now works again
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-10-13 mquinsonNew function: gras_socket_close_voidp() -- just like...
2009-08-20 mquinsonInline the functions used in xbt_dynar_foreach
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-03-10 mquinsonGras listener thread of each process do select(-1)...
2008-05-16 mquinsondocumentation improvement
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 cheriermThis change allow to avoid the Visual C++ compiler...
2007-10-10 mquinsonDo not use recv() but read() to check whether a socket...
2007-08-05 mquinsonDo not push newly created sockets into the dynar before...
2007-07-18 donassbrBroken code
2007-07-16 donassbrUndo dynar changes ("recursive" mutex).
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-13 donassbrstructure sockets of gras_trp_prodata_t synchronized.
2007-07-13 mquinsonif the plugin socket creator raises an exception, remov...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2006-11-30 mquinsonChange the way we specify the sizes of bandwidth tests...
2006-11-10 eyraudlMakes sure that data sent on measurement socket is...
2006-09-19 mquinsonAnd now, let the CVS compile properly. I hate that...
2006-09-07 mquinsonMake sure that we won't try to reuse a socket closed...
2006-08-01 mquinsonFix a vicious bug: TCP socket use a buffer and read...
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...
next