Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This file is a stub for XBT, it has nothing to do in the gras/ dir
[simgrid.git] / src / gras /
2007-07-09 mquinsonThis file is a stub for XBT, it has nothing to do in...
2007-07-05 donassbrIt was more difficult to find the bug that I thought...
2007-07-04 mquinsonOnly use the basename of __FILE__ when propagating...
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-06-04 mquinsonExport public data in a way where we can specify that...
2007-04-11 cheriermexport the _gras_procname variable in the dll
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-03-16 mquinsonLet the stubs die more verbosely when they catch a...
2007-03-13 cheriermexport some functions for windows dll
2007-03-13 cheriermexport some functions for libgras
2007-03-12 mquinsonproper file name for the stubs not used in either SG...
2007-03-09 mquinsonEmpty body of the context module init/exit functions...
2007-03-07 mquinsonGRAS API BREAKAGE: allow users to never call gras_msgty...
2007-03-07 mquinsonFirst wave of GRAS API breaking: gras_cb_register wants...
2007-03-01 cheriermget_pid() for Windows is GetCurrentProcess()
2007-02-07 cheriermno isatty declaration for win32
2007-02-07 cheriermchange free by xbt_free_f
2007-02-07 cheriermchange free function by xbt_free_f
2007-02-07 cheriermdo not export the functions of this header in the dll
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 mquinsonThat's not public
2007-02-07 mquinsonthat's not public
2007-02-07 mquinsontypo in windows DLL cruft
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-01-19 mquinsonCopy/paste error. This is a matrix, not a dynar. Let...
2007-01-08 mquinsonRemove the generated from the .cvsignore files now...
2006-12-21 cherierma directory for all builds
2006-12-07 mquinsonrework some error messages that flavien didn't understo...
2006-11-30 mquinsonChange the way we specify the sizes of bandwidth tests...
2006-11-30 mquinsoncosmetics
2006-11-30 mquinsonThe waitqueue needed to store messages received without...
2006-11-29 mquinsonIn gras_msg_handle, do not discard messages without...
2006-11-21 mquinsonMallocator on the message contextes
2006-11-21 mquinsonCompute fd_setsize only once, and not on each select
2006-11-15 mquinsonlog clarification
2006-11-14 mquinsonCleanup the way moddata are destroyed at the end of...
2006-11-14 mquinsonRemove from the public interface a function that the...
2006-11-14 mquinsonPlug a memleak
2006-11-14 eyraudlConstructor for msg_cb_ctx should fill all fields of...
2006-11-10 eyraudlMakes sure that data sent on measurement socket is...
2006-11-06 mquinson* Change the semantic of gras_datadesc_by_name() to...
2006-11-06 mquinson* Add a gras_msgtype_dumpall() function to get the...
2006-11-06 mquinsonadd two missing types: short and long (short int and...
2006-10-25 cheriermupdate architectures table
2006-10-25 cheriermupdate gras_arch_count to 11
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 mquinsonRemove the #line directive from the flex generated...
2006-09-28 mquinsoncosmetics
2006-09-28 mquinsoncosmetics
2006-09-28 mquinsonRemove unused variable
2006-09-28 mquinsonUse the new semantic of the sock_errstr macro (allowing...
2006-09-26 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
2006-09-26 cheriermIncludes portable.h file header for use of the va_copy...
2006-09-21 eyraudlMark as volatile a variable used in a CATCH block
2006-09-20 mquinsonMark as volatile a variable used in a CATCH block
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-09-06 mquinsonavoid namespace polution (s/aligned/ddt_aligned/)
2006-08-27 mquinsonAlso reset the refs dict instead of freeing it each...
2006-08-27 mquinsonAlso shut amok down
2006-08-27 mquinsonCheck PROPERLY whether there is more data to consume...
2006-08-27 mquinsonSome more debuging
2006-08-24 mquinsonSIGURS1 is not defined on windows (but signal() and...
2006-08-22 mquinsonUse the new dict_reset function to improv perfs a bit
2006-08-22 mquinsoncosmetics (add missing braces so that adding debugging...
2006-08-22 mquinsonhexa_str prototype changed to allow right-to-left displ...
2006-08-22 mquinsonImprove the hexa displayer by separating raw and hex...
2006-08-04 mquinsonDocument the name of type descriptions created with...
2006-08-02 mquinsonMake sure that mod won't go undefined when an exception...
2006-08-01 mquinsonFix a vicious bug: TCP socket use a buffer and read...
2006-07-19 mquinsonReduce debug loggings to their real value
2006-07-19 mquinsoncleanup the GRAS+AMOK initialization schema
2006-07-19 mquinsoncosmetics
2006-07-19 mquinsonMake room for moddata along with libdata during the...
2006-07-19 mquinsonNew, proper, module mecanism. Still missing dependency...
2006-07-18 mquinsonAnother try at cleaning up the function types
2006-07-16 mquinsonReintenting (sorry), plus do the list managment operati...
2006-07-13 mquinsonNo idea why this file got regenerated
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-09 mquinsonCanceled RPC are a pain right now (until we move to...
2006-07-09 mquinson- Do not close sockets closed on other side: user may...
2006-07-09 mquinsonDeal properly with assymetric RPCs
2006-07-07 mquinsonSends in SG now have a 60s timeout. The right way to...
2006-07-06 mquinsonalso save the cbps in SG, the same way I do in RL since...
2006-07-06 mquinsonAlso display the backtrace on Ctrl-C (use Ctrl-C Ctrl...
2006-07-04 mquinsonDisplay the name of the canceled RPC
2006-07-04 mquinsonWhen a GRAS process receives the SIGUSR1 signal, it...
2006-06-27 mquinsonHow can I be so bad at boolean expression?
2006-06-27 mquinsonReact sainly in gras_msg_wait() when the sender dies...
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 mquinsonDo not go for an endless block wait in handleall (ie...
2006-06-27 mquinsonDocumentation fixups
2006-06-27 mquinsonCalm down, doxygen
2006-06-26 mquinsonDetect socket closed by peer in the transport layer...
next