Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace INFO0+bprintf by INFO6
[simgrid.git] / src / msg /
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...
2010-07-21 coldpeaceadd MSG_set_function function, used to bypass the deplo...
2010-07-07 navarropAdd function MSG_comm_waitall for icomm and add one...
2010-07-07 navarropUsed test with receiver.
2010-07-05 navarropAdd a function called after a MSG_comm_test.
2010-07-01 quintinavoid the complilation of dot_test.c if graphviz wasn...
2010-07-01 quintinAdd a dot loader to have a connection with the random...
2010-07-01 navarropAdd some fct to simix for function wait in gos.c
2010-06-16 mquinsonMake sure that created sequential tasks cannot look...
2010-06-16 mquinsonmake sure that MSG_task_execute() is not called by...
2010-06-15 navarropDont declare variables at the middle of nowhere.
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-05-27 navarropAdd a variable HAVE_MC for enable model-checking.
2010-05-10 mquinsonMSG_task_isend/irecv and MSG_comm_test/wait added in...
2010-05-10 mquinsonImprove error message since this can also be caused...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-25 mquinsonAdd some missing copyright headers
2010-04-20 schnorrfix: MSG_task_execute was not being simulated
2010-04-15 mquinsonClose useless tasks in the trace also (thanks to Ghisla...
2010-04-15 mquinsonMake sure that it's ok to execute 0-sized tasks
2010-04-13 schnorrproperly closing host containers on simulation trace...
2010-04-09 mquinsonKill the dangerous MSG_task_ref() now that the bindings...
2010-04-09 mquinsonkill trivial MSG_task_has_data() and use get_data(...
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-26 mquinsonCopy directly the lua task from stack to stack. Allows...
2010-03-25 coldpeaceadd MSG_task_has_data function
2010-03-24 mquinsonAdd a MSG_task_set_data() function
2010-03-23 mquinsonRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake...
2010-03-23 mquinsonFix the commit introducing MSG_task_ref by actually...
2010-03-23 mquinsonadd a dangerous MSG_task_ref() needed by lua to not...
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
2010-03-22 mquinsonMore informative error message
2010-03-22 mquinsontiny improvement of error messages
2010-03-12 mquinsonkill crude debugging info for ruby: that part of the...
2010-03-05 mquinsonTry to fix the finalization process of ruby simulations...
2010-03-05 mquinsonSIMIX_network_copy_data() is a mess because it tries...
2010-03-03 mquinsonbummer: I increased the amount of displayed info to...
2010-03-02 mquinsonAcknoledge the fact that JniException is a runtime...
2010-03-02 mquinsonsome more cleanups in ruby bindings. Still not working...
2010-03-02 mquinsonMassive cleanups in ruby. Not yet working (segfault...
2010-03-02 mquinsonKill the MSG_paje_output() function. It's a noop since...
2010-02-27 mquinsonKill a static function raising 'not implemented' which...
2010-02-27 mquinsonIn trace replay, allow to have one trace file per process
2010-01-28 mquinsonSome more memleaks removed
2010-01-28 mquinsonDisplay a warning if some actions remain to be done...
2010-01-28 mquinsonOn the fly parsing of the actions file. One idle proces...
2009-12-15 alegrandWe need getline so include the right file and do not...
2009-12-15 alegrandremove useless dependencies
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-30 suterNot using set/get functions is bad, but raising an...
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-08-17 cristianrosaFinally the Java interface is working again! (It was...
2009-07-13 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
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-26 mquinsonSanitize the way surf options are declared: in surf_con...
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-06-06 alegrandTake into account that some process may actually not...
2009-06-06 alegrandGive deployment functions the opportunity to know that...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2009-05-19 alegrandBug fix in MSG raised by Matthieu and Henri!
2009-05-11 mquinsonFix a bug in task exchange which broke MSG_task_get_sen...
next