Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
minor typo
[simgrid.git] / src / simix /
2014-04-14 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-14 Gabriel CoronaMerge branch 'mc-perf'
2014-04-11 sutersimplify the way free and used space are accessed
2014-04-11 Arnaud GierschFix comment, and add a runtime warning when stack overf...
2014-04-11 Arnaud GierschAdd comment to inform that stack protection is broken...
2014-04-08 Arnaud GierschNo need to have this variable global.
2014-04-08 Gabriel CoronaMerge remote-tracking branch 'origin/mc'
2014-04-04 Augustin Degommeadd XBT_PUBLIC_CLASS macro, and a bunch of XBT_PUBLIC...
2014-04-04 Gabriel CoronaMerge branch 'mc'
2014-04-04 Augustin Degommeline not needed without the handler, and SIGSTKSZ is...
2014-04-04 Augustin Degommedisable segv handler and guards on windows platforms
2014-04-04 Arnaud GierschFix memory leak on file_unlink.
2014-04-01 Pierre VeyreFix MSG_file_rcopy() and MSG_file_rmove()
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-01 Pierre Veyreremove MSG_file_ls()
2014-04-01 Pierre VeyreRemove XBT_INFO call
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Martin QuinsonRevert "Remove XBT_INFO call"
2014-03-31 Pierre VeyreRemove XBT_INFO call
2014-03-31 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Pierre VeyreImprove MSG_file_read() and MSG_file_write()
2014-03-31 Arnaud GierschImprove error message.
2014-03-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-25 Gabriel CoronaMerge branch 'mc++'
2014-03-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-25 Pierre Veyreprepare MSG_file_rcopy()
2014-03-24 Pierre VeyreRemoves MSG_storage_file_rename()
2014-03-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-22 Arnaud GierschMove win32_ucontext.h to private area.
2014-03-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-21 Paul BédarideFix issues for destroy callbacks
2014-03-19 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-19 Pierre VeyreModify MSG_file_open() implementation
2014-03-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-17 Arnaud GierschCheck return value for posix_memalign.
2014-03-17 Arnaud GierschInstall signal handler for SIGSEGV.
2014-03-17 Arnaud GierschUse context/guard_size to protect context stacks agains...
2014-03-17 Arnaud GierschAdd configuration parameter for contexts/guard_size.
2014-03-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-13 Arnaud GierschFactorize valgrind stuff.
2014-03-13 Arnaud GierschAlign stack on a 16 bytes boundary in raw_makecontext.
2014-03-13 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-13 Arnaud GierschFix parameters given to MC_new_stack_area.
2014-03-13 Arnaud GierschAlso remove forward declaration for removed function.
2014-03-13 Arnaud GierschRemove useless function: smx_ctx_sysv_create_context_sized
2014-03-12 Arnaud GierschFactorize stack creation.
2014-03-12 Arnaud GierschNo need to duplicate default value.
2014-03-12 Augustin DegommeChange default stack size in simgrid to 8MiB.
2014-03-11 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-11 Pierre VeyreManage storage user data at msg level
2014-03-11 Arnaud GierschCheck if process was suspended while it was sleeping.
2014-03-11 Arnaud GierschAdd some debug messages.
2014-03-10 Arnaud GierschComment unused field when !HAVE_MC.
2014-03-10 Arnaud GierschRemove function SIMIX_process_create_with_parent.
2014-03-10 Arnaud GierschMaestro can't be it's own parent. Use -1 for its PPID.
2014-03-10 Pierre VeyreAdd SD_storage_get_host() and MSG_storage_get_host()
2014-03-10 Pierre VeyreMSG_host_get_attached_storage_list and SD_workstation_g...
2014-03-08 Arnaud GierschCosmetics.
2014-03-08 Martin Quinsonkill some unused static functions
2014-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-03-07 Paul BédarideFix revert smx_process.c sleep modification
2014-03-07 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-07 Pierre VeyreAdd "attach" attribute to storage tag in platform descr...
2014-03-07 Paul BédarideAdd msg process test and fix ppid of created processes
2014-03-06 Pierre VeyreMsg_file refactoring
2014-03-06 Arnaud GierschSIMIX_process_create returns nothing.
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-03-05 Paul BédarideAdd msg host on/off test
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-25 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-25 Gabriel CoronaMerge bugfix from branch mc-refactor
2014-02-25 Gabriel CoronaMerge branches 'mc'
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-24 Gabriel CoronaMerge branch 'mc-perf' into mc
2014-02-20 Pierre VeyreFix MSG_storage_get_proporties() bug
2014-02-18 Marion Guthmullermodel-checker : conflit
2014-02-18 Marion Guthmullermodel-checker : fix comm destroy for send detached...
2014-02-13 Arnaud GierschCast enum to int.
2014-02-13 Paul BédarideFix simcalls without BODY
2014-02-13 Paul BédarideRemove comm destroy simcall
2014-02-13 Paul BédarideRemove vm set state simcall
2014-02-13 Paul BédarideRemove host data and had JAVA_HOST_LEVEL
2014-02-12 Paul BédarideFix NS3 and latency bound tracking
2014-02-10 Arnaud GierschRevert "Typo."
2014-02-10 Arnaud GierschTypo.
2014-02-10 Gabriel CoronaMerge branch 'mc' into mc-perf
2014-02-08 Arnaud GierschGo ahead for cleanup, even if process was suspended.
2014-02-08 Arnaud GierschDon't hide type real type, smx_process_t, behind a...
2014-02-08 Arnaud GierschSlightly improve debug messages.
2014-02-07 Gabriel CoronaMerge branch mc into mc-perf
2014-02-07 Gabriel Corona[mc] Remove dead code for ignoring variables
2014-02-06 Augustin Degommefix some SMPI+MC bugs
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-02-04 Augustin Degommeensure processes are still alive before altering their...
2014-01-30 Arnaud GierschReintroduce MC stuff lost by commit 11af893.
2014-01-30 Arnaud GierschRemove duplicated code.
2014-01-30 Paul BédarideAdd checking for simcalls
2014-01-29 Paul BédarideSimcalls generated by python script
next