Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / msg / gos.c
2007-08-14 alegrandcosmetics
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-08-06 alegrandindent -i2 -kr. Aaaah, I feel much better now. Sorry...
2007-08-06 alegrandOne function to rule them all.
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-02 mquinsonRevert the convertion of MSG pids from int to long...
2007-07-02 mquinsonConvert MSG pids from int to long int so that they...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-05-28 mquinsontypos
2007-05-16 alegrandbugfix. Remove the task from the remote host fifo when...
2007-01-17 alegrandcosmetics
2006-10-05 alegrandAdditionnal checks to help end-users.
2006-09-28 mquinsonMinor cleanups
2006-09-26 cheriermRemoves commented code.
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
2006-08-27 mquinsonOk, Paje is in a sorry state, but this leads to segfaul...
2006-07-31 mquinsonRevert part of the last change since it let the make...
2006-07-20 mquinsonsome more paje state poping
2006-07-20 mquinsonFix a bug in our usage of Paje
2006-07-12 alegrandFix log message with respect to our recent unit modific...
2006-07-04 alegrandAdding a MSG_task_put_with_timeout function and giving...
2006-06-19 alegrandAdding more informations when blocking. Should help...
2006-05-16 alegrandSanitize channel naming.
2006-05-09 alegrandImproving debug informations.
2006-04-22 alegrandstupid me! Fortunately, Derrick was looking...
2006-04-18 alegrandSmarter assert in MSG_task_execute and take care of...
2006-04-12 alegrandAdding more verbose informations to Paje
2006-04-10 alegrandAdd a test in MSG_task_execute to stop whenever a task...
2006-03-27 alegrandbug fix: cleaning should be done before returning...
2006-02-20 dutotResetting the rate to default should be done before...
2006-02-09 dutot - set the value stored in the PID pointer to the corre...
2006-02-09 dutotcosmetics : Some english mistakes in the comments.
2006-01-18 alegrandfix The Loc's bug. It happened only in very particular...
2005-10-22 mquinsonAnd now, use the proper dox tag for parameters
2005-10-22 mquinsonFix broken links
2005-10-20 alegrandbug fix (found by Cyril Banino).
2005-10-11 alegrandAdd two convenient functions for Cyril Banino.
2005-10-03 alegrandAdd some debugging messages.
2005-08-30 casanovaImplemented the MSG_task_get_source() function. (See...
2005-08-26 alegrandAdditionnal checks for Henri ;)
2005-08-26 alegrandDeprecating stupidly named functions...
2005-08-09 alegrandadding a priority mechanism
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...