Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Display the name of the canceled RPC
[simgrid.git] / src / gras / Virtu /
2006-06-02 mquinsonAllow to retrieve the libdata of a remote host in SG
2006-06-01 mquinsonGRAS is not the only one using libdata. AMOK does too...
2006-06-01 mquinsonfixme--: found a better place
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
2006-05-29 alegrandretrive -> retrieve
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-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-07 mquinsonCatch up with lastest API breakage (xbt_ex_free)
2005-12-01 mquinsonKill a redefinition of XBT_MAX_CHANNEL which is also...
2005-10-25 mquinsonplug a memleak which is harmless in most situations...
2005-10-23 mquinsonThese modules does not use logging anymore now that...
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 mquinsonChange an assert to an exception raising point (to...
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-08-08 alegrandgetting rid of MSG_getClock
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonMissing header
2005-08-07 mquinsonUse xbt_dict_get_or_null since it's what we mean.
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-06-27 mquinsonUse select to sleep portably on weird platforms
2005-06-23 mquinsonfree the libdata fabrics on exit (actually call the...
2005-06-23 mquinsonReduce the default amount of logs
2005-06-06 mquinsonrename raw sockets to measurement ones
2005-06-06 mquinsonlet it compile on windows too
2005-06-02 mquinsonmissing header
2005-05-27 mquinsonA proper (even if really KISS) implementation of gras_o...
2005-05-13 mquinsonReturn what should be so that the emulation support...
2005-05-10 mquinsonRename gras_chrono_{init,exit} to gras_emul_{init,exit}
2005-05-10 mquinsonMerge conditional execution and timing macros into...
2005-05-10 mquinsonUse proper timer; allow several timed sections per...
2005-04-14 alegrandmoving timer functions so that we can use them for...
2005-03-31 alegranduniformization
2005-03-31 alegrandcosmetic
2005-03-31 alegranduse xbt_os_time
2005-03-30 mquinsons/gras_process_getpid/gras_os_getpid/
2005-03-29 alegrandadding a getpid function
2005-03-29 alegrandAvoid segfault or infinite loop when calling this funct...
2005-03-29 mquinsonImplement a gras_os_myname. KISS and don't try a DNS...
2005-03-01 alegrandMoving functions to the right location and making them...
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-26 alegrandGRAS_rl does not depends on MSG anymore.
2005-02-23 mquinsonuniformize gras_os_sleep prototype (seconds are double...
2005-02-23 mquinsonadd a virtu logging channel
2005-02-16 alegrandTsss... :)
2005-02-13 mquinsonBugfix: supposed to return a number of second
2005-02-13 mquinsonNew functionality: possibility for libraries to registe...
2005-02-07 mquinsondoxygenification
2005-02-06 mquinsonmemleak plug
2004-12-31 mquinsonSearch msg.h at the right location
2004-12-10 mquinsonFix (c) dates
2004-12-10 mquinsonFix (c) dates; Initiate win32 cross-port
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Eradication...
2004-10-06 mquinsonCurrent state. See changelog, sorry, I'm out of time
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-27 mquinsonport the SG part to the new stuff intended to work...
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonfix the inclusion paths
2004-08-08 mquinsonload the right _interface
2004-07-22 mquinsonmake distcheck is now successful
2004-07-22 mquinsonMove Virtu functions into the gras_os_ namespace
2004-07-06 mquinsonIt works. Isn't that great?
2004-07-06 mquinsonCurrent state. Does not work yet, but I'd prefer not...
2004-07-05 mquinsonfree the callback list on gras_process_exit
2004-07-05 mquinsonmove the dynar of all known sockets from RL-only to...
2004-06-21 mquinsonMore work on SG, almost done
2004-06-21 mquinsonimplement gras_procdata_exit to plug the leaks
2004-06-21 mquinsonimplement gras_process_exit (using gras_procdata_exit...
2004-06-18 mquinsonporting to new standards
2004-06-18 mquinsonAdd an implementation trick to speed up SG realm
2004-06-18 mquinsonVarious cleanups; SG almost work
2004-04-26 mquinson [Messaging]
2004-04-15 mquinson2004-04-09 Martin Quinson <martin.quinson@tuxfamily...
2004-04-06 mquinsonSkeleton of virtualization functions