Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not request status if not requested by caller.
[simgrid.git] / src / gras / Transport /
2010-11-30 mquinsonKill gras measurement sockets for now. If you rely...
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-11-26 mquinsonsome more paranoia to track that damn bug
2010-11-25 mquinsonimplement refcount on sockets since they are somehow...
2010-11-24 mquinsoninitialize a variable, and some more debug
2010-11-15 mquinsonand now, make sure that the new GRAS code compiles...
2010-11-15 agierschFix compilation failure.
2010-11-12 mquinsonPartial fix of GRAS: gras-ping-sg now works again
2010-10-11 alegrandIndent include and src using this command:
2010-06-24 mquinsonPort GRAS to smx_network infrastructure. Kinda working...
2010-05-18 mquinsonOngoing work to port GRAS to smx_network. Not working yet
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-11-24 mquinsonForce initialization of a variable to shut gcc 4.4 up
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-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-04-12 mquinsondo not close sockets from main thread, but from listene...
2009-04-12 mquinsonreduce the verbosity of *all* setsockopt failures to...
2009-04-11 mquinsonlower the gravity of the message indicating that setsoc...
2009-03-26 mquinsonalso awake the listener after opening a file socket
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-25 cheriermthe inclusion of the header stat.h is tested in the...
2007-10-25 cheriermVisual C++ need sys/stat.h for open() function
2007-10-11 mquinsonDo truncate files before writting into it (gras file...
2007-10-10 mquinsonLet's play safe here and don't loose the first char...
2007-10-10 mquinsonDo not use recv() but read() to check whether a socket...
2007-08-07 mquinsonYeah, right. We should prevent to push the socket into...
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-08-05 mquinsonDo not push newly created sockets into the dynar before...
2007-07-18 donassbrBroken code
2007-07-17 mquinsoncosmetics
2007-07-17 mquinsonKill a useless field
2007-07-17 mquinsonunlock the dynar before removing sockets closed at...
2007-07-16 donassbrUndo dynar changes ("recursive" mutex).
2007-07-14 mquinsonIf the timeout is negative, the user wants to block
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-12 donassbrUse a queue to control the selectable sockets. We don...
2007-07-12 mquinsonvarious little cleanups in the gras/sg code. Mainly...
2007-07-05 donassbrIt was more difficult to find the bug that I thought...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-03-13 cheriermexport some functions for windows dll
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-12-21 cherierma directory for all builds
2006-11-30 mquinsonChange the way we specify the sizes of bandwidth tests...
2006-11-21 mquinsonCompute fd_setsize only once, and not on each select
2006-11-10 eyraudlMakes sure that data sent on measurement socket is...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsonUse the right macro for inlining functions
2006-09-28 mquinsonUse the new semantic of the sock_errstr macro (allowing...
2006-09-20 mquinsonMark as volatile a variable used in a CATCH block
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-09-07 mquinsonSome more info in comments
2006-08-27 mquinsonCheck PROPERLY whether there is more data to consume...
2006-08-27 mquinsonSome more debuging
2006-08-22 mquinsonhexa_str prototype changed to allow right-to-left displ...
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-07-07 mquinsonSends in SG now have a 60s timeout. The right way to...
2006-06-27 mquinsonFix the gras_socket_server_range function: only return...
2006-06-27 mquinsonThe fact that peer closed the socket should be detected...
2006-06-27 mquinsonCalm down, doxygen
2006-06-26 mquinsonDetect socket closed by peer in the transport layer...
2006-06-22 mquinsonSTUPID ME. Don't die awfully when pals shutdown there...
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-06-01 mquinsonExchange master socket port number on client socket...
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
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-13 mquinsonRaise an exception on timeout, as we should
2006-04-13 mquinsonsetup the select() timeout correctly, some more debuggi...
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-11 mquinsoncosmetics
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 mquinsonfd_set is not portable on IRIX, but needs some extra...
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-10-03 mquinsonThe buf plugin is dead on SG. Thanks to the verbosity...
2005-09-21 alegranda few casts to help compilation with gcc-4.0
next