Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initial structure. Nothing works yet.
[simgrid.git] / src / gras /
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 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 mquinsonBetter choice of what is debug and what is verbose
2006-05-29 mquinsonLet's shild the user against himself: check that he...
2006-05-28 mquinsonLet's be really verbose about what gets copied on the...
2006-05-28 mquinsonUnregister failed sockets from the big socket dynar
2006-05-24 mquinsonStupid me, use an existing channel as external default
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-05-22 mquinsonAllow to exchange fixed-sized arrays which size is...
2006-05-22 mquinsonLearn how to exchange xbt_host_t data
2006-05-16 mquinsoncosmetics
2006-05-16 mquinsonNew function: gras_msg_handleall to deal with all messa...
2006-05-16 mquinsonFix several glitches, add a 'proc' field to the sockets...
2006-05-15 mquinsonFix a timeout computation (stupid me)
2006-04-19 mquinsonDocument the gras_datadesc_dynar function
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 mquinsonAlso display the pid on backtraces
2006-04-12 mquinsonUse long int for the pids, just to be sure without...
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-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-07 mquinsonCatch up with the lastest API breakage
2006-04-07 mquinsonCatch up with lastest API breakage, and fix doxygen...
2006-04-06 mquinsonAvoid returning in the TRY block since it makes everyth...
2006-04-06 mquinsoncosmetics
2006-04-04 mquinsonAvoid to actually malloc the chunk of data when exchang...
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 mquinsonImprove detection of remote exceptions
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-04-04 mquinsonMore verbose error msg
2006-04-03 mquinsonSizes in bytes; rework the documentation; uniformize...
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 mquinsonMore debuging, that's what we need
2006-03-30 mquinsonThis is the proper data description to propagate exceptions
2006-03-30 mquinsonHere come the new GRAS RPC
2006-02-15 mquinsonex_t datadescription. We need it to propagate the excep...
2005-12-05 casanovaAdded an #ifndef/#endif around the #define MIN so...
2005-12-01 mquinsonKill a redefinition of XBT_MAX_CHANNEL which is also...
2005-10-25 mquinsonplug an harmless leak
2005-10-25 mquinsonplug a memleak which is harmless in most situations...
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-23 mquinsonThese modules does not use logging anymore now that...
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-20 mquinsonMessages which the payload datatype descriptor is NULL...
2005-10-20 mquinsonpayload_size is used to memcpy the payload. Do not...
2005-10-03 mquinsonThe buf plugin is dead on SG. Thanks to the verbosity...
2005-10-02 mquinsonSome more debugs
2005-10-02 mquinsonI must have been drunk when I did the previous version...
2005-10-02 mquinsonmore explicit logs
2005-09-30 mquinsonBug fix: Do not use the same name 'count' for two diffe...
2005-09-30 mquinsonallow the size of multidimentional objects to be given...
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-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-09-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-09-09 mquinsonPerf improvement: reduce the amount of cbps creation...
2005-09-08 mquinsonThis data is used within the TRY/CATCH block; mark...
2005-09-08 mquinsonChange an assert to an exception raising point (to...
2005-09-08 mquinsonBe prehistoric-compiler-friendly
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-08 mquinsonRework the hexadecimal displayer I use to debug the...
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-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-09-05 mquinsonImplement gras_datadesc_copy. Was actually easier than...
2005-08-25 alegranda cast to make it compile... Martin, that's your part...
2005-08-08 alegrandgetting rid of MSG_getClock
2005-08-07 mquinsonDo not register broken plugins
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonKill another xbt_error_t
2005-08-07 mquinsonKill some more xbt_error_t
next