Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
that's not public
[simgrid.git] / src / gras / Transport /
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
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-09 mquinsonDo not use IOV for now, it doesn't seem implemented...
2005-09-08 mquinsonDeal with the fact that some prehistoric arches don...
2005-09-08 mquinsonLoad the headers we need, don't rely on some random...
2005-09-08 mquinsonRework the Transport layer to simplify it and improve...
2005-09-05 mquinsonThe buffered transport is now RL only (will allow a...
2005-09-05 mquinsonTweak gras_trp_*_recv() prototype. This is now (sock...
2005-09-05 mquinsonSG don't get buffered by default (since only measuremen...
2005-09-05 mquinsonAvoid a useless bprintf (and test whether NULL msg...
2005-08-25 alegranda cast to make it compile... Martin, that's your part...
2005-08-07 mquinsonDo not register broken plugins
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
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-29 mquinsonAdapt to API change (I was too quick, I guess)
2005-06-29 mquinsonAdapt to upcomming changes in MSG even before Arnaud...
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 mquinsonsizes are unsigned long int
2005-06-23 mquinsoncosmetics
2005-06-23 mquinsoncosmetics
2005-06-23 mquinsonDon't try to unregister accepted sockets from OS tables...
2005-06-23 mquinsonon exit, close all the sockets left open and others...
2005-06-23 mquinsonBugfixes: in SG, don't nhol the size, when zeroing...
2005-06-23 mquinsonbugfixing do find the existing sockets in the cache...
2005-06-06 mquinsonrename raw sockets to measurement ones
2005-06-02 mquinsonDon't use htonl in SG
2005-05-30 mquinsonTell explicitly gcc that hexa_print returns void
2005-05-30 mquinsonTell explicitly gcc that hexa_print returns void
2005-05-30 mquinsonembeed the buffer size within the buffer itself on...
2005-05-19 mquinsonTypo fixing
2005-05-10 mquinsonheader got renamed
2005-03-04 mquinson - Bugfix: flush the socket on close only if there...
2005-02-27 mquinsonmore debuging
2005-02-23 mquinsonincrease debugging verbosity
2005-02-23 mquinsonDon't be delirious. timeout is in sec, not usec
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-14 mquinsonAllow to select on socket 0
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsondon't run into the wall when asked to select over 0...
2005-02-13 mquinsonNew functionality: possibility for libraries to registe...
2004-12-31 mquinsonSearch msg.h at the right location
2004-12-31 mquinsonRemove the headers already loaded from somewhere else...
2004-12-16 mquinsonyou fucking windows. Don't even think about translating...
2004-12-14 mquinsonMake it work on win32; use the portable errno on socks...
2004-12-14 mquinsonadded a debug msg
2004-12-14 mquinsonMake it work on win32 ; some more debug msgs
2004-12-14 mquinsoninitialize winsock; support multiple calls to init...
2004-12-10 mquinsonInitiate win32 cross-port
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
next