Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some debugging messages.
[simgrid.git] / src / msg / m_process.c
2005-10-03 alegrandAdd some debugging messages.
2005-09-20 alegrandsolving the pthread problem. Henri, give it a try on...
2005-08-24 casanovaFixed spelling and grammar in some comments
2005-08-08 alegrandgetting rid of MSG_getClock
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-01 alegrandMSG_process_resume did not work if you tried to resume...
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-01 alegrandSURF won't try to bring this process to life anymore.
2005-06-01 alegrandReverting Mt's modifications. There is a problem in...
2005-05-25 mquinsonStart the implementation of start_time and kill_time...
2005-04-15 alegrandKillall can now be called from an agent
2005-03-01 alegrandMoving functions to the right location and making them...
2005-02-28 mquinsonStop being stupid, and don't affect a char* into a...
2005-02-28 mquinsonSolaris segfaults when asked to print NULL
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-04 alegrandLog improvements.
2005-02-04 alegrandKeep improving the traces
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 alegrandNow, a process can be killed and all process are killed...
2005-01-15 alegrandTaking into account last SURF modifications (suspend...
2005-01-14 alegrandNot using MSG_suspend anymore in the internals
2005-01-12 alegrandNow, MSG internals do not use MSG_suspend/resume anymore.
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 alegrandKeeping rewriting MSG