Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bug fix.
[simgrid.git] / src / gras / Msg /
2007-08-06 mquinsona bit more debugs
2007-08-06 mquinsonMore debugging, kill dead includes, and give a name...
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-07-19 mquinsonNew function allowing to alias datatypes
2007-07-18 donassbrBroken code
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-17 mquinsonAdd a thread to listen the network. Not used so far
2007-07-17 mquinsonMake the check that RPC return something more strict
2007-07-14 mquinsonmemleak
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-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsonSplit up a too long file, taking the oportunity to...
2007-07-10 mquinsonSplit up a too long file, taking the oportunity to...
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 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
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-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-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-14 mquinsonRemove from the public interface a function that the...
2006-11-14 eyraudlConstructor for msg_cb_ctx should fill all fields of...
2006-11-06 mquinson* Add a gras_msgtype_dumpall() function to get the...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
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-07-18 mquinsonAnother try at cleaning up the function types
2006-07-16 mquinsonReintenting (sorry), plus do the list managment operati...
2006-07-09 mquinsonCanceled RPC are a pain right now (until we move to...
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-04 mquinsonDisplay the name of the canceled RPC
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 mquinsonDo not go for an endless block wait in handleall (ie...
2006-06-27 mquinsonDocumentation fixups
2006-06-20 mquinsontry to detect and discard RPC answers to already cancel...
2006-06-20 mquinsonMore informative names when verbose running (useful...
2006-06-13 mquinsonLogging improvements
2006-06-09 mquinsonThat's debugging, not verbose working
2006-06-02 mquinsoncosmetics
2006-06-01 mquinsonWell. RPC answer need some extra love.
2006-06-01 mquinsonyet some more debug
2006-06-01 mquinsonctor/dtor of msg_cb_t + an new function to wait for...
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
2006-05-29 alegrandretrive -> retrieve
2006-05-29 mquinsonTell who sent the discarded messages
2006-05-29 mquinsonLet's shild the user against himself: check that he...
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-05-16 mquinsoncosmetics
2006-05-16 mquinsonNew function: gras_msg_handleall to deal with all messa...
2006-05-15 mquinsonFix a timeout computation (stupid me)
2006-04-12 mquinsonAlso display the pid on backtraces
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-11 mquinsonDo not malloc(0), please. It looks ugly
2006-04-11 mquinsondebug logs tweaking; to reset the exception container...
2006-04-11 mquinsonUse xbt_ex_setup_backtrace to actually setup the backtr...
2006-04-07 mquinsonCatch up with lastest API breakage (xbt_ex_free)
2006-04-06 mquinsonAvoid returning in the TRY block since it makes everyth...
2006-04-06 mquinsoncosmetics
2006-04-04 mquinsonFound why the backtrace were not propagated anymore
2006-04-04 mquinsonUse message kind instead of message type kind or we...
2006-04-04 mquinsonAllow for asynchronous RPC calls, plus better detection...
2006-04-04 mquinsonTypo in comments, and add the timeout to the CB context...
2006-04-04 mquinsonKill non-portable comment
2006-04-04 mquinsonWhen answering a RPC, use the answer message type,...
2006-04-04 mquinsonAll we need on this earth is verbose debugging messages...
2006-04-04 mquinsonMake sure we don't change a timeout=0 into a timeout...
2006-03-31 mquinsonFix doxygen; more debuging (is always welcome); make...
2006-03-31 mquinsonFix doxygen
2006-03-30 mquinsonI'm such a looser (too)
2006-03-30 mquinsonHere come the new GRAS RPC
2005-12-05 casanovaAdded an #ifndef/#endif around the #define MIN so...
2005-10-25 mquinsonplug an harmless leak
2005-10-25 mquinsonNew function: gras_msg_wait_ext (for a finer control...
2005-10-23 mquinsonLet's compile MSG once in the afternoon and cleanup...
2005-10-20 mquinsonpayload_size is used to memcpy the payload. Do not...
2005-09-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-09-08 mquinsonThis data is used within the TRY/CATCH block; mark...
2005-09-08 mquinsonBe prehistoric-compiler-friendly
2005-09-08 mquinsonRework the Transport layer to simplify it and improve...
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-09-05 mquinsonMove msg_send/recv to a RL specific file, so that we...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonchange mismatch_error to not_found_error where appropriate
2005-08-07 mquinsonSimplify a bit exception handling, plus minor cleanups
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 mquinsonMore helpful logs
2005-06-25 mquinsonAllow NULL payload messages
2005-06-23 mquinsonAllow users to not care about who sended the message...
2005-06-23 mquinsonplug a memleak on exit
2005-06-06 mquinsoncosmetics
2005-06-06 mquinsonActually, null payload is quite common, harmless and...
2005-05-30 mquinsonMade an error message more explicit (hopefully)
next