Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
indent -i2 -kr
[simgrid.git] / src /
2008-06-12 alegrandindent -i2 -kr
2008-06-12 alegranddos2unix
2008-06-12 alegrandFactor most callback definitions.
2008-06-12 alegrandAllow reinitialization after Martin's last memleak...
2008-06-11 alegrandPlug a memleak.
2008-06-10 mquinsonMake cunit memory clean
2008-06-10 mquinsonplug some little memleaks
2008-06-10 alegrandMinor optimization.
2008-06-10 mquinsonGet the debug output more verbose
2008-06-10 alegrandClean and reorganize: move some frees to the right...
2008-06-10 alegrandFactorize some code in the parser, hide some functions...
2008-06-10 alegrandPlug a memleak
2008-06-10 alegrandPlug memleak.
2008-06-10 mquinsonSome more debug output
2008-06-10 mquinsonplug memleaks
2008-06-10 mquinsonuseless cleanup
2008-06-10 mquinsonallow to attribute a rank to slaves in peer groups...
2008-06-10 mquinsonno need to dupplicate the work of svn blame
2008-06-10 mquinsonuseless cleanup
2008-06-10 mquinsonCut a now useless dependency of surf.h to portable...
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-09 alegrandPropagate recent modifications of change_host function...
2008-06-09 velhoRemoved duplicated declaration of surf_network_model_in...
2008-06-09 velhoAdded a properties field to struct network_card_GTNETS.
2008-06-09 velhoMoving init_GTNETS function to the right place.
2008-06-09 velhoSDP compiling now, added header portable.h to header...
2008-06-09 velhoReno2 now compatible with the new and more appropriated...
2008-06-09 velhoCorrect the network_model_description_size in order...
2008-06-09 velhoAdded Reno2, a model that takes 2W/RTT as the utility...
2008-06-09 velhoAdded a function and the bound to the variable structure.
2008-06-09 velhoAdded the feature of getting remaining communication...
2008-06-09 velhoFixed small bug when running_actions were empty.
2008-06-09 velhoMake GTNETS compatible with new parsing and variable...
2008-06-09 velhoUse the same type name (network_link_GTNETS_t) as in...
2008-06-09 velhoBetter management of additionnal network models
2008-06-09 mquinsonEnsure that the random generator respects the provided...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2008-06-07 alegrandFix the bug raised by Benjamin Depardon.
2008-06-06 velhoCorrected small bug in network model host_number is...
2008-06-05 mquinsonmalloc(0) fails on AIX
2008-06-05 mquinsondamn ANSI C
2008-06-04 mquinsonOps, sorry windows. I'll stick to ANSI
2008-06-04 mquinsonkill dead code
2008-06-04 mquinsonplug a memleak on thread cancelation (gras listener...
2008-06-04 mquinsonSolve the empty_main bug: simply yield main gras thread...
2008-06-04 mquinsonSome more debug output to understand the gras/empty_mai...
2008-06-04 mquinsonMake sure all the source files have an reference of...
2008-06-03 mquinsonInform valgrind about ucontextes [Sékou Diakite]
2008-05-27 mquinsondos2unix + indent
2008-05-21 mquinsonDisplay any possible format sequence when the user...
2008-05-21 cheriermRefactoring of code and documentation.
2008-05-21 cheriermAdd a class of exception for file not found and Msg...
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-21 alegrandSpeed up update_action_state AND generic_maxmin_share...
2008-05-21 alegrandWell the output of printf("%p",NULL) might depend on...
2008-05-21 alegrandDo not print pointers (%p) when using INFO. This kind...
2008-05-21 alegrandThis is the right condition that prevents deadlocks! :)
2008-05-21 alegrandHandle failed tasks in update_resource_state function...
2008-05-21 mquinsondo not try to malloc 0-sized arrays
2008-05-20 mquinsonMmm. Time to bed
2008-05-20 mquinsonSecond try to let the darwin linker find the environmen...
2008-05-20 mquinsonOps, I was saving the data for further use, but I inver...
2008-05-20 mquinsonSome extra love is needed to use the environ variable...
2008-05-20 mquinsonDo append the right buffer to the message when we switc...
2008-05-20 mquinsoncosmetics
2008-05-20 mquinsonImplement properties on hosts and processes in RL ...
2008-05-20 mquinsonplug a memleak
2008-05-20 mquinsoncleanup around the free-like functions used as dealloc...
2008-05-20 mquinsonGet ride of a supurious compiler warning
2008-05-20 alegrandSpeed up update_action_state for sleep actions with...
2008-05-20 alegrandChange the prototype for update_resource_state.
2008-05-20 alegrandTry to make actions as failed only when needed.
2008-05-20 alegrandIncredible bug fix in function lmm_get_var_from_cnst...
2008-05-20 mquinsonRewrite the timeout computation to reduce numerical...
2008-05-20 mquinsonStupid us (as in Arnaud and me): we should not set...
2008-05-19 mquinsondo not wait for too small durations to avoid numerical...
2008-05-19 mquinsonAlso release the mutex when I didn't got what I wanted
2008-05-16 mquinsonSometimes, the time to wait is soo small that the incre...
2008-05-16 cheriermSome new files of the cxx version of the MSG API
2008-05-16 cheriermCode refactoring
2008-05-16 cheriermnot needed now.
2008-05-16 cheriermAdd comment and exception mechanism to the Host class.
2008-05-16 mquinsondocumentation improvement
2008-05-15 cheriermSome modifications and some files added.
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-05-14 mquinsonautogen commit fest (some of them being tests related...
2008-05-14 mquinsonAn implementation of the SHA1 hashing algorithm
2008-05-14 mquinsonMake an error message a bit more explicit about the...
2008-05-14 cheriermstarted of C++ wrappers for Msg
2008-05-14 mquinsondo not declare these functions both private and public...
2008-05-14 mquinsonIf the queue is empty after the timeout, do raise an...
2008-05-08 mquinsondo not use static buffer of log event for headers when...
2008-05-07 mquinsonExport some mailbox related functions
2008-05-07 cheriermcorrect a thoughtlessness (access violation)
2008-04-30 mquinsondo not to uniformize the type naming scheme today
2008-04-30 mquinsoncosmetic
2008-04-30 mquinsonDocumentation fixups: Marc was a bit quick at copy...
2008-04-30 mquinsonDocumentation fixups: do not mess with doxygen by addin...
2008-04-30 mquinsonDocumentation fixups: some arguments got renamed, and...
2008-04-30 mquinsonStupid me. Arguments should be marked with @a in inline...
next