Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change interface for elements_father, and avoid to allocate a dynar.
[simgrid.git] / src / msg / msg_mailbox.c
2011-05-17 Arnaud Giersch[trace] Do not split comm if trace is not active.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-17 agierschUse new style logging macros.
2011-02-08 thierySimix: add requests to make isend+wait or irecv+wait...
2011-02-04 schnorr[trace] cleaner instrumentation
2011-01-31 cristianrosaMake SIMIX_req_comm(test/wait/testany/waitany) requests...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-25 thieryFinally beat the communication failure leaks of MSG
2010-12-15 cristianrosaFix race condition on task put/get
2010-12-15 cristianrosaDo not use the user data argument of isend.
2010-12-15 mquinsonfix the logic of refcount in msg_task_t by ... killing...
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 thieryAnother useless and leaky xbt_strdup
2010-12-07 thieryFix memory leaks
2010-12-07 schnorr[trace] setting the category of the simix communicate...
2010-12-02 alegrandHelp debuging
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-18 velhoBug fix inspired by Arnaud Guiersh's patch but that...
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-10-11 alegrandIndent include and src using this command:
2010-06-15 navarropDont declare variables at the middle of nowhere.
2010-04-25 mquinsonAdd some missing copyright headers
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-23 mquinsonRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake...
2010-03-22 mquinsonMore informative error message
2010-03-05 mquinsonSIMIX_network_copy_data() is a mess because it tries...
2010-03-02 mquinsonsome more cleanups in ruby bindings. Still not working...
2010-03-02 mquinsonMassive cleanups in ruby. Not yet working (segfault...
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-10-16 mquinsonIntroduce a MSG_TIMEOUT_FAILURE return code and use...
2009-10-13 cristianrosaFix some memory leaks and invalid read/delete
2009-10-05 cristianrosaFix some conflicts with modifications introduced in...
2009-10-05 mquinsonImproved code documentation for SIMIX network.
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-10-05 mquinsonAdded debug information to SIMIX network.
2009-10-05 mquinsonIncomplete port of MSG on top of SIMIX_network [Cristian]
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.