Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simdata cleanup from smx_action_t. Now all SIMIX's data structures [Cristian]
[simgrid.git] / src / msg / global.c
2009-07-13 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2009-05-05 mquinsonfirst draft of the action runner
2008-11-10 mquinsonKill MSG_mailbox_put, which were not meant to be a...
2008-06-26 velhoCosmetic, error prone comment erased.
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-01-11 cheriermThis change is relative with the mailbox concept :
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-10-27 mquinsonKill the useless _MSG_process_create_with_env_from_SIMI...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-10 alegrandClean cleanups with mallocators... Thanks Pablo for...
2007-08-23 alegrandMove initialization somewhere else because people that...
2007-08-06 alegrandindent -i2 -kr. Aaaah, I feel much better now. Sorry...
2007-07-18 alegrandcosmetics
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-07-02 mquinsonRevert the convertion of MSG pids from int to long...
2007-07-02 mquinsonConvert MSG pids from int to long int so that they...
2007-07-02 mquinsonI scratched my own change to fix the documentation...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-06-29 velhoAdded all TCP VEGAS/RENO related functions. TODO: the...
2007-06-29 mquinsonMake sure the navbar tricks we use in the post-processo...
2007-05-11 mquinsonLet the state in a coherent state after MSG_clean()
2007-05-03 alegrandGot rid of useless message.
2007-03-09 mquinsonDon't initialize the contextes manually, it will be...
2007-02-07 cherierm_XBT_CALL decoration for inthandler function (signal...
2007-01-15 cheriermRemove unused paje type definitions
2006-08-10 thieryUse a mallocator for MSG tasks
2006-07-15 mquinsontypo
2006-06-19 mquinsonCosmetics in __MSG_display_process_status + do publish...
2006-06-17 mquinsonDisplay the current processes status when the simulatio...
2006-05-16 alegrandSanitize channels naming.
2006-05-16 alegrandSanitize channel naming.
2006-05-09 alegrandImproving debug informations.
2006-04-12 alegrandAdding more verbose informations to Paje
2006-04-11 mquinsonRework the MSG navbar
2006-03-28 alegrandmaking the use of xbt_fifo more uniform and closing...
2006-03-20 mquinsonRework a warning message to make it more clear (hopefully)
2006-01-18 alegrandadd more debuging informations
2005-10-17 alegrandGetting rid of old printf
2005-08-30 alegrandgetting rid of memleaks.
2005-08-09 alegrandgetting rid of deprecated functions
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 alegrandAdd MSG_task_cancel and MSG_task_get_computation_remaining
2005-07-05 alegrand%lg -> %g ...
2005-07-01 alegrandtell the world that MSG_set_verbosity is deprecated.
2005-06-30 alegrandremove this damn fflush that spoils the performance...
2005-06-29 alegrandhelps for debuging without having to modify and recompi...
2005-06-13 alegrandcleanup
2005-06-01 alegrandReverting Mt's modifications and making use of the...
2005-05-25 mquinsonStart the implementation of start_time and kill_time...
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-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 alegrandSURF does not use long doubles. Reverting MSG to doubles.
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-04 alegrandAdding Killall function
2005-01-29 alegrandupdating the doc
2005-01-26 alegrandNow, a process can be killed and all process are killed...
2005-01-19 alegrandUsing logs and making some message more clear.
2005-01-14 alegrandNot using MSG_suspend anymore in the internals
2005-01-05 alegrandNow, any surf-based program can take --surf-path argume...
2004-12-31 alegrandsurf:~/Work/GRAS/heap $ valgrind --leak-check=yes ...
2004-12-29 alegrandMSG almost works. It enabled me to find some bug in...
2004-12-21 alegranddebug debug debug
2004-12-17 alegrandA few more functions and I'll be able to make MSG progr...