Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean MSG source file names
[simgrid.git] / src / simix / smx_process.c
2011-11-10 Christophe ThiéryClean MSG source file names
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-09 Christophe ThiéryFix possible crashes and leaks with dsends during proce...
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiéryThe impossible might be possible sometimes, actually
2011-11-02 Christophe ThiérySwitch directly between runnable contextes (work in...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-27 Christophe ThiéryMake suspending/resuming a suspended/non-suspended...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-20 Christophe ThiéryThis memory leak fix did not work with complex simulations.
2011-10-14 Christophe ThiérySimix: clean unfinished comms when terminating a process
2011-10-13 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-13 Christophe ThiéryFighting more memory leaks in Chord
2011-05-24 Martin Quinsonmerge
2011-05-24 Lucas Schnorr[trace] remove old source file with functions that...
2011-05-10 Arnaud GierschDefine and use a function to run the processes to run.
2011-03-31 Lucas SchnorrMerge branch 'master' into master-svn
2011-03-29 Pierre-Nicolas ClaussMerge branch 'master' of github.com:THEpini/simgrid
2011-03-29 Pierre-Nicolas ClaussCoding Sprint : Synchronize SVN with GitHub
2011-03-29 cristianrosaMerge branch 'master', remote branch 'git-hub-cristian...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-15 thieryAdd a function SIMIX_process_get_by_name()
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-17 agierschUse new style logging macros.
2011-02-03 thieryVarious optimizations
2011-02-03 thieryThis action name is not used
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-01-28 cristianrosaReturn the host failures in the same process sleep...
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-20 cristianrosaCode refactor: move the functions associated to the...
2011-01-20 cristianrosaBugfix: return after answering the sleep request when...
2011-01-20 cristianrosaBugfix: manually increase the time when running the...
2011-01-11 cristianrosaImprove debug information
2011-01-07 cristianrosaSmall bugfixes to stabilize the MC
2011-01-05 cristianrosaBugfix: killall should execute all processes after...
2011-01-05 cristianrosaReplace the setsets in the MC's states by malloced...
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-07 mquinsondo not store the requests on the process's stack nor...
2010-12-07 mquinsonrename a badly named variable
2010-12-07 mquinsonnew function (private to simix): SIMIX_process_get_maxpid
2010-12-06 cristianrosaBugfix: Protect SIMIX_process_self in the case that...
2010-12-03 mquinsonmove iwannadie from processes to contextes back
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 thieryRename two functions and a structure
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 piniKill old implementation of SIMIX_process_self.
2010-12-02 cristianrosa- Move simix_global->current_process to smx_current_context
2010-12-02 thieryDefine inline functions before calling them
2010-12-02 piniSIMIX2 renamed some of the tracing stuff.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-02 navarropRewriting for some compilers less permissive.
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-09 mquinsonfix a warning preventing the code form compiling in...
2010-04-08 donassbrSemaphores are more complicated than mutexes since...
2010-04-07 donassbrBugfix: Problems when we suspend/resume the process...
2010-03-23 mquinsonmore verbose on error
2010-03-23 mquinsonreimplement SIMIX_process_kill() without SIMIX_process_...
2010-03-23 mquinsonMerge context_start into context_new to simplify the...
2010-01-28 mquinsonplug a few memleaks
2010-01-15 mquinsonbit more debug messages
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 alegrandTake into account "recent" simix modifications
2009-10-15 mquinsonMore informative error message
2009-10-03 donassbrAs in MSG where we need to know which action the proces...
2009-09-21 donassbrFix behavior when using killing process function.
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-18 cristianrosaMerge java simix process creation with the standard...
2009-08-17 cristianrosaFinally the Java interface is working again! (It was...
2009-08-17 cristianrosaFix another bug in the java context implementation
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonFixed the java's context interface to build with the...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-08-17 mquinsonSome polishing to the new context factory API to avoid...
2009-08-17 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-07-13 mquinsondo not give maestro a name, or it will change every...
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
2009-07-13 mquinsonLots of renamings from xbt_ to smx_
2009-07-13 mquinsonFirst running version after the relocation of the conte...
2009-07-13 mquinsonFirst step into moving the context subsystem into simix...
2009-07-13 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
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-30 mquinsonFactorize some code in SURF
2009-06-25 mquinsonAdd a SIMIX_process_count() that SMPI needs
2009-06-24 mquinsonSMPI: Change the way senders and receivers are stopped...
2009-06-23 mquinsonSMPI: get the main process launch the sender and receiv...
2009-06-06 alegrandCheck that a host is available before launching a process.
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
next