Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change variable waiting_task to waiting_action on msg process control.
[simgrid.git] / src / msg / msg_mailbox.c
2009-09-29 donassbrChange variable waiting_task to waiting_action on msg...
2009-09-16 mquinsonBug fix: timeout is a delay, not an absolute time
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-08 mquinsonsome more comments, and minor cleanups
2009-06-08 alegrandMake a much cleaner (and correct) use of refcount intro...
2009-06-08 alegrandHandle host failures in communications. (bug raised...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-11 mquinsonFix a bug in task exchange which broke MSG_task_get_sen...
2009-02-15 casanovaFixed a race condition in msg for communication between...
2008-11-10 mquinsonKill MSG_mailbox_put, which were not meant to be a...
2008-07-08 cheriermDetails of this changes:
2008-06-16 alegrandCosmetics
2008-06-16 alegrandclean treatment of timeouts and cond_free.
2008-06-12 alegrandPotential bug fix.
2008-06-12 alegrandBug fix
2008-06-12 alegrandAdd convenient debug function on conditions and use...
2008-06-12 alegrandindent -i2 -kr
2008-06-12 alegranddos2unix
2008-06-10 alegrandPlug memleak.
2008-05-07 mquinsonExport some mailbox related functions
2008-04-02 alegrandBug Fix. This function used to return the last task...
2008-01-11 cheriermThis change is relative with the mailbox concept :
2008-01-07 mquinsonSimplification (plus remove a warning blocking the...
2008-01-07 cheriermAdd end line in msg_mailbox* files and add the file...
2008-01-07 cheriermAdd the mailbox source file and header.