Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New files by FS.
[simgrid.git] / src /
2008-06-24 alegrandFix the bug raised by Tchimou.
2008-06-20 cheriermOn Windows - Stack-based Buffer Overrun Detection ...
2008-06-20 cheriermCode refactoring on CPP
2008-06-20 cheriermdisable a warning on Visual C++
2008-06-20 cheriermimplement xbt_os_thread_cancel() for windows and make...
2008-06-20 cheriermupdate gras architecture macro to 3 for Visual C++...
2008-06-20 cheriermisatty is already declared in io.h
2008-06-19 alegrandOoups, stupid me.
2008-06-18 alegrandUse newly created SURF function to indicate whether...
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-18 alegrandFrederic's patch to get the sharing policy in SimDAG.
2008-06-18 alegrandcosmetics
2008-06-18 mquinsonthis structure traversal was awfully written
2008-06-18 mquinsonuse a dict to store the smx_hosts since we lookup by...
2008-06-18 alegrandPlug some memleaks.
2008-06-18 alegrandPlug a memleak.
2008-06-18 mquinsonreindent
2008-06-18 mquinsonMore informative error messages
2008-06-17 mquinsongcc needs uint32_t on windows
2008-06-17 mquinsonVarious cleanups and some more debug
2008-06-17 mquinsonAdd a xbt_dict_size function
2008-06-17 alegrandCleanup: move these frees to the right location.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug some memleaks by a cleaner management of surfxml_b...
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandmove set_list initialization to where initializations...
2008-06-16 alegrandFinally kill the memleak in the route parsing (I hope).
2008-06-16 alegrandUggly and naughty memleak that caused a lots of perform...
2008-06-16 alegrandCosmetics
2008-06-16 alegrandclean treatment of timeouts and cond_free.
2008-06-16 alegrandYet another harmless optimizations
2008-06-16 alegrandHarmless optimization
2008-06-12 alegrandPotential bug fix.
2008-06-12 alegrandBug fix
2008-06-12 alegrandAdd convenient debug function on conditions and use...
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...
next