Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make SIMIX cleanup the user data of the detached isend communication actions.
[simgrid.git] / src / msg / gos.c
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-08-02 alegrandstupid me ! :) Thanks for noticing Alan.
2005-08-02 alegrandAdd MSG_task_cancel and MSG_task_get_computation_remaining
2005-07-25 alegrandbugfix
2005-07-25 alegranddo not create a parallel task is it does not consume...
2005-07-22 alegrandAdding parallel tasks to MSG
2005-07-05 alegrand%lg -> %g ...
2005-07-01 alegrandfix documentation
2005-06-29 alegrandremoving MSG_process_start from the documentation
2005-06-29 alegrandIt's amazing how a well-placed ! can make such a differ...
2005-06-29 mquinsonstupid me
2005-06-29 mquinsondisable MSG_get_msgload until we find a good specificat...
2005-06-29 alegrandAdd a select for Martin.
2005-06-29 alegrandAdd a new function: MSG_task_get_with_timeout. That...
2005-06-13 alegrandcall surf->action_free. It's incredibly faster now...
2005-06-04 mquinsonvariable declaration before actions. Damn old gcc
2005-05-24 mquinsonImplement MSG_get_msgload
2005-03-25 alegrandMSG_task_get is now fair...
2005-02-11 alegrandBug fix. Now GRAS/MSG seems to be working...
2005-02-11 alegrandSURF does not use long doubles. Reverting MSG to doubles.
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-04 alegrandGargl ! Some C++ comments ! Sorry about that. What...
2005-02-04 alegrandImproving traces
2005-02-04 alegrandAdding Killall function
2005-01-29 alegrandupdating the doc
2005-01-26 alegrandBug fix: a task could sometimes not be immediately...
2005-01-19 alegrandNow, you can send a task of length 0 in a no latency...
2005-01-15 alegrandTaking into account last SURF modifications (suspend...
2005-01-12 alegrandNow, MSG internals do not use MSG_suspend/resume anymore.
2004-12-31 mquinsonAdd a function I need in GRAS
2004-12-31 alegrandsurf:~/Work/GRAS/heap $ valgrind --leak-check=yes ...
2004-12-29 alegrandMSG almost works. It enabled me to find some bug in...
2004-12-17 alegrandCosmetics
2004-12-17 alegrandKeep rewriting MSG so that it uses SURF instead of...