Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] cosmetics on user variables tracing, simpler interface
[simgrid.git] / src / msg /
2011-04-18 Martin Quinsonfurther doxygen fixes (I'll try to stop for today)
2011-04-18 Christophe ThiéryTypos
2011-04-18 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-18 Christophe ThiéryFix a memory leak in MSG (hosts were not destroyed)
2011-04-18 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-18 Christophe ThiéryLibs created in surf_init should be destroyed be surf_exit
2011-04-11 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-11 Lucas Schnorrtrace process creation before request for simix, assumi...
2011-04-11 Lucas Schnorrtrace earlier, simix may start the process before retur...
2011-03-31 Lucas SchnorrMerge branch 'master' into master-svn
2011-03-29 cristianrosaMerge branch 'master', remote branch 'git-hub-cristian...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 navarropfree libs at the right moment.
2011-03-24 navarropRemove host_lib, link_lib and as_router_lib from SD_exi...
2011-03-24 navarropRemove xbt_dict host from simix.
2011-03-24 navarropAdd levels to lib host_lib, link_lib and as_router_lib
2011-03-15 mquinsonallow MSG users to play with request matching mecanism
2011-02-25 navarropCompletely remove ruby and java from simgrid project.
2011-02-24 thierySimplify process cleanup calls between SIMIX and MSG
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-22 agierschFix build error: implicit declaration of function ...
2011-02-21 thieryAllow MSG_process_cleanup(p) to be called by other...
2011-02-18 navarropWe need include simgrid_config.h for function getline.
2011-02-17 navarropRemove unused include "simgrid_config.h"
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschUse new style logging macros.
2011-02-11 agierschReview const attribute for pointers..
2011-02-08 thierySimix: add requests to make isend+wait or irecv+wait...
2011-02-07 schnorr[trace] process container creation must be before simix...
2011-02-04 schnorr[trace] cleaner instrumentation
2011-02-03 thieryThe process list of MSG is now a swag instead of a...
2011-01-31 thieryFix possible compilation problem with the declaration...
2011-01-31 cristianrosaMake SIMIX_req_comm(test/wait/testany/waitany) requests...
2011-01-31 thieryFix a compilation problem with dsend and Chord
2011-01-31 cristianrosaMake SIMIX cleanup the user data of the detached isend...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-28 cristianrosaReturn the host failures in the same process sleep...
2011-01-28 thieryMake msg_comm_t be a real structure again, not an alias...
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-27 cristianrosaMake SIMIX_req_host_execution_wait to also destroy...
2011-01-27 cristianrosaReturn action state on SIMIX_req_host_execution_wait().
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2011-01-27 cristianrosaCHECK_HOST() is very inefficient and only for debugging...
2011-01-25 thieryFinally beat the communication failure leaks of MSG
2011-01-20 thieryDon't access a task that failed to be received
2011-01-12 agierschMSG_mailbox_create does not exist anymore.
2011-01-11 cristianrosaBugfix: no longer post a request in the clean up function.
2011-01-05 schnorr[trace] using process name and PID as identification...
2011-01-04 thieryAdd a debug message
2010-12-16 thieryHandle transfer failures in MSG_test, MSG_testany and...
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 cristianrosaDo not use the data argument of isend anymore.
2010-12-15 mquinsonfix the logic of refcount in msg_task_t by ... killing...
2010-12-15 mquinsonKill the braindead MSG_task_refcount_dec() function.
2010-12-14 mquinsonget the good parts of the replay without stack into...
2010-12-10 mquinsonbugfix in trace replay: cannot use split_in_place if...
2010-12-10 thieryInitialize the process data in MSG before actually...
2010-12-10 thierySetting process->waiting_task doesn't make sense for...
2010-12-07 mquinsonlast try for tonight to speed the trace replayer
2010-12-07 mquinsonstop using private functions from simix; use requests...
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 mquinsonnew function: MSG_action_paranoid_mode_set (allowing...
2010-12-07 thieryFix more memory leaks
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 thieryAnother useless and leaky xbt_strdup
2010-12-07 thieryDon't auto-destroy the MSG_comm_t in MSG_comm_wait...
2010-12-07 thieryRemove leaky xbt_strdup: MSG_mailbox_new already does...
2010-12-07 thieryFix memory leaks
2010-12-07 schnorr[trace] setting the category of the simix communicate...
2010-12-07 schnorr[trace] renaming system call to set any action tracing...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-07 mquinsonstubs for comm_testany, implemented with comm_waitany...
2010-12-07 mquinsontry a bit harder to get the simulated time without...
2010-12-06 schnorr[trace] end must be called while surf configuration...
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 alegrandHelp debuging
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-23 schnorrTRACE_start and TRACE_end should no longer be called...
2010-11-18 velhoBug fix inspired by Arnaud Guiersh's patch but that...
2010-11-18 velhoFix compilation warning.
2010-11-18 velhoNow for null communications MSG_get_task_remaining...
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-10-11 alegrandIndent include and src using this command:
2010-10-06 schnorrcosmetics on tracing mechanism
2010-10-05 schnorrcleaning some old surf tracing code
2010-10-01 cristianrosaFix for msg_icomms test. Do not pass the address of...
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-27 coldpeaceadding some setter methods
2010-09-13 navarropUpdate doc for icomms.
2010-08-09 schnorrfullduplex support
2010-08-05 schnorrkill all aspects related to masks in the tracing interface
2010-08-04 coldpeaceadd new callbacks to the Workstation's models, and...
2010-07-30 alegrandAdd debug informations.
2010-07-30 navarropAdd an example for waitany fct.
2010-07-30 coldpeaceif lua isn't available, MSG_load_platform_script should...
2010-07-30 coldpeaceisolate lua code when if lua is enabled
2010-07-29 coldpeaceadd function MSG_load_platform_script that load the...
next