Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I don't think it does what it should now but at least it looks better and
[simgrid.git] / src / gras /
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
2005-08-07 mquinsonMissing header
2005-08-07 mquinsonchange mismatch_error to not_found_error where appropriate
2005-08-07 mquinsonFinish the xbt_error_t eradication. As side effect...
2005-08-07 mquinsonUse xbt_dict_get_or_null since it's what we mean.
2005-08-07 mquinsonSimplify a bit exception handling, plus minor cleanups
2005-08-07 mquinson- Found a strdup left over. Use xbt_strdup instead.
2005-08-07 mquinsonSimplify a bit the way the exceptions are handled
2005-08-07 mquinsonDo not specify to gcc that this static function may...
2005-08-07 mquinsonKill dead cruft
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-28 mquinsonStupid C++ comments breaking AIX compilers
2005-06-27 mquinsonKill defaultlog and gras/core.h
2005-06-27 mquinsonUnstar the gras_trp_plugin_t type, even if internal...
2005-06-27 mquinsonStop implementing bit fields manually, and ask the...
2005-06-27 mquinsonMore helpful logs
2005-06-27 mquinsonUse select to sleep portably on weird platforms
2005-06-25 mquinsoncosmetics
2005-06-25 mquinsonAllow NULL payload messages
2005-06-23 mquinsondon't use XBT_CIN, since I didn't manage to implement...
2005-06-23 mquinsonAllow users to not care about who sended the message...
2005-06-23 mquinsoncleanup
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 mquinsonfree the libdata fabrics on exit (actually call the...
2005-06-23 mquinsonReduce the default amount of logs
2005-06-23 mquinsonplug a memleak on exit
2005-06-23 mquinsonreduce the amount of logging; don't exit the process...
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-06 mquinsoncosmetics
2005-06-06 mquinsonlet it compile on windows too
2005-06-06 mquinsonSurvive NULL datadesc in datadesc_get_name; change...
2005-06-06 mquinsonActually, null payload is quite common, harmless and...
2005-06-04 mquinsontype cb now receive the typedesc they operate on; sanit...
2005-06-04 mquinsonstupid me, unable to set a bit flag
2005-06-04 mquinsonkill 'ignored' category; 'cycle' is now one bit of...
2005-06-04 mquinsonkill the (defunct) ignored category; change 'cycle...
2005-06-04 mquinsontype callbacks now get the typedesc they operate on...
2005-06-02 mquinsonDon't use htonl in SG
2005-06-02 mquinsonmissing header
2005-06-02 mquinsonPut a header to a function
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-30 mquinsonan hexadecimal printer I sometime use for debugging
2005-05-30 mquinsonMade an error message more explicit (hopefully)
next