Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Gras listener thread of each process do select(-1) instead of while(1) {select(0.5)}
[simgrid.git] / src / gras / Msg /
2009-03-10 mquinsonGras listener thread of each process do select(-1)...
2009-03-10 mquinsonbe more explicit when we die because we got an unknown...
2008-06-18 mquinsonMore informative error messages
2008-06-05 mquinsonmalloc(0) fails on AIX
2008-06-04 mquinsonSolve the empty_main bug: simply yield main gras thread...
2008-05-21 alegrandThis is the right condition that prevents deadlocks! :)
2008-05-16 mquinsonSometimes, the time to wait is soo small that the incre...
2008-05-14 mquinsonMake an error message a bit more explicit about the...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-08 mquinsonSome more debug
2007-11-06 cheriermThis change allow to avoid the Visual C++ compiler...
2007-10-10 mquinsoncosmetics
2007-10-10 mquinsonDisplay hexa representation of the borken header if...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
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...
next