Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update destructors and test access to surf structures
[simgrid.git] / src / msg /
2006-05-18 alegrandAdd debugging informations
2006-05-16 alegrandSanitize channels naming.
2006-05-16 alegrandSanitize channel naming.
2006-05-09 alegrandImproving debug informations.
2006-04-22 alegrandstupid me! Fortunately, Derrick was looking...
2006-04-21 alegranddoc fix
2006-04-21 alegrandThe new workstation model is really the default for...
2006-04-18 alegrandSmarter assert in MSG_task_execute and take care of...
2006-04-12 alegrandAdding more verbose informations to Paje
2006-04-12 alegrandAdding more verbose Paje output
2006-04-11 mquinsonRework the MSG navbar
2006-04-10 alegrandAdd a test in MSG_task_execute to stop whenever a task...
2006-03-28 alegrandmaking the use of xbt_fifo more uniform and closing...
2006-03-27 alegrandbug fix: cleaning should be done before returning...
2006-03-24 mquinsonFix doxygen
2006-03-21 alegrandKeep up with last API modifications induced by flexml...
2006-03-20 mquinsonRework a warning message to make it more clear (hopefully)
2006-03-20 alegrandmv surf_parse -> surfxml_parse
2006-02-23 alegrandAdding Derrick's function to check whether a host is...
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...
2006-01-18 alegrandadd more debuging informations
2005-10-23 mquinsonLet's compile SURF once in the afternoon and cleanup...
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-17 alegrandGetting rid of old printf
2005-10-11 alegrandmoved to %f instead of %g. It's usefull when values...
2005-10-11 alegrandAdd two convenient functions for Cyril Banino.
2005-10-03 alegrandAdd some debugging messages.
2005-09-20 alegrandsolving the pthread problem. Henri, give it a try on...
2005-08-30 alegrandgetting rid of memleaks.
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-25 alegrandStupid me. I hadn't noticed the xbt_dict_get_or_null...
2005-08-24 casanovaFixed spelling and grammar in some comments
2005-08-16 alegrandinclude the right files
2005-08-09 alegrandgetting rid of deprecated functions
2005-08-09 alegrandadding a priority mechanism
2005-08-08 alegrandgetting rid of MSG_getClock
2005-08-07 mquinsons/surf_finalize/surf_exit/ for uniformity with other...
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 alegrandMake valgrind happy by initializing variables and corre...
2005-08-02 alegrandstupid me ! :) Thanks for noticing Alan.
2005-08-02 alegrandAdd MSG_task_cancel and MSG_task_get_computation_remaining
2005-08-02 alegrandAdd msg_get_host_speed
2005-07-25 alegrandbugfix
2005-07-25 alegranddo not create a parallel task is it does not consume...
2005-07-23 alegrandupdate MSG_task_destroy for parallel tasks
2005-07-22 alegrandAdding parallel tasks to MSG
2005-07-22 alegrandcosmetics
2005-07-05 alegrand%lg -> %g ...
2005-07-01 alegrandMSG_process_resume did not work if you tried to resume...
2005-07-01 alegrandtell the world that MSG_set_verbosity is deprecated.
2005-07-01 alegrandfix documentation
2005-07-01 alegrandfix a reference
2005-06-30 alegrandremove this damn fflush that spoils the performance...
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 mquinsonFirst try at actually using the configuration stuff...
2005-06-29 alegrandAdd a new function: MSG_task_get_with_timeout. That...
2005-06-29 alegrandhelps for debuging without having to modify and recompi...
2005-06-13 alegrandcleanup
2005-06-13 alegrandcall surf->action_free. It's incredibly faster now...
2005-06-09 alegranddefault value of start_time = -1.0. It enables to make...
2005-06-04 mquinsonvariable declaration before actions. Damn old gcc
2005-06-01 alegrandSURF won't try to bring this process to life anymore.
2005-06-01 alegrandReverting Mt's modifications and making use of the...
2005-06-01 alegrandReverting Mt's modifications. There is a problem in...
2005-06-01 alegrandReverting Mt's modifications and preparing the delayed...
2005-06-01 alegrandCreating the timer resource.
2005-05-25 mquinsonStart the implementation of start_time and kill_time...
2005-05-24 mquinsonImplement MSG_get_msgload
2005-05-13 alegrandminor modifications
2005-04-19 alegrandEnable to call MSG_paje_output right before MSG_main.
2005-04-15 alegrandKillall can now be called from an agent
2005-03-25 alegrandMSG_getClock is a stupid name.
2005-03-25 alegrandMSG_task_get is now fair...
2005-03-16 alegrandAdd MSG_task_get_compute_duration() and MSG_task_get_da...
2005-03-01 alegrandMoving functions to the right location and making them...
2005-02-28 mquinsonStop being stupid, and don't affect a char* into a...
2005-02-28 mquinsonSolaris segfaults when asked to print NULL
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-27 mquinsonAdd MSG_task_get_name
2005-02-27 mquinsoncosmetics in outputs, and call surf_init before initial...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-11 alegrandLet's stop being no negative ...
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 alegrandTemporary ifdef so that I stop changing this file and...
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-04 alegrandLog improvements.
2005-02-04 alegrandKeep improving the traces
next