Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not check our context code on hosts where configure decided not to use it (or...
[simgrid.git] / src /
2006-08-10 thieryRemove useless and costly strdups in platform file...
2006-08-10 thieryUse a mallocator for MSG tasks
2006-08-09 thieryMalloc instead of calloc
2006-08-09 thieryForgot to initialize a field
2006-08-09 thieryThere was too many reallocs
2006-08-09 thieryUse malloc instead of calloc because reset_f is called...
2006-08-09 thieryUse a mallocator for the fifo items
2006-08-08 thieryFix uninitialized values
2006-08-08 thieryDon't malloc a new dict each time in execute_parallel_task
2006-08-08 thieryUse a mallocator for Surf variables
2006-08-08 thieryUse malloc instead of calloc
2006-08-08 thieryAdd mallocators into Makefile
2006-08-04 mquinsonDocument the name of type descriptions created with...
2006-08-04 thieryChange parameter names from 'head' to 'dict'. Add two...
2006-08-04 thieryImprove the function SD_task_get_state
2006-08-04 thieryRemove useless reallocs
2006-08-04 thieryOptimize function SD_route_get_list()
2006-08-04 thieryBad comment
2006-08-04 thieryAdd Doxygen documentation for mallocators
2006-08-04 thieryReplace an exception by an assertion
2006-08-03 thieryReset an object only when the user needs it
2006-08-03 thieryAdd a mallocator system to recycle unused objects inste...
2006-08-03 thieryReimplement dictionaries as hashtables
2006-08-02 mquinsonAdd a clean-unit target which removes any extracted...
2006-08-02 mquinsonAllow the user to specify which tests should be run...
2006-08-02 mquinsonPlug memleaks in the runned tests. Yeah, I'm vicious...
2006-08-02 mquinsonMake sure that mod won't go undefined when an exception...
2006-08-02 mquinsonkill unused struct
2006-08-01 mquinsonFix a vicious bug: TCP socket use a buffer and read...
2006-07-31 thieryAdd a sequential mode to the workstations. In this...
2006-07-31 mquinsonNo need to warn the user 4 times. Instead, explaining...
2006-07-31 mquinsonPlug a memleak found by FS
2006-07-31 mquinsonRevert part of the last change since it let the make...
2006-07-28 thieryIt was hard to use FIFOs when xbt_fifo_push was not...
2006-07-20 mquinsonsome more paje state poping
2006-07-20 mquinsonFix a bug in our usage of Paje
2006-07-19 mquinsonGeneration with flex-1.5.3
2006-07-19 mquinsonGet the flexml rules right
2006-07-19 mquinsontypo
2006-07-19 mquinsonTypo (?)
2006-07-19 alegrandadd more debugging
2006-07-19 mquinsonReduce debug loggings to their real value
2006-07-19 mquinsonSwitch from libdata to moddata (to ensure the correctne...
2006-07-19 mquinsoncleanup the GRAS+AMOK initialization schema
2006-07-19 mquinsongras_modules come into the dance, cleanup the GRAS...
2006-07-19 mquinsonlog tweakings
2006-07-19 mquinsoncosmetics
2006-07-19 mquinsonMake room for moddata along with libdata during the...
2006-07-19 mquinsonNew, proper, module mecanism. Still missing dependency...
2006-07-18 mquinsonSanitize the XBT log chans, too. Arnaud did so for...
2006-07-18 mquinsonRevert last change since it makes valgrind angry. No...
2006-07-18 thieryUse exceptions instead of assertions when it is appropriate
2006-07-18 mquinsonAnother try at cleaning up the function types
2006-07-18 mquinsonTry to catch up with last cleanup in the function type...
2006-07-18 thieryFree set->catname even if it was incorrect
2006-07-18 thieryUpdate SD_init() and SD_exit()
2006-07-18 thieryForgot to remove that comment
2006-07-18 thieryImplement execute_parallel_task in model KCCFLN05
2006-07-17 mquinsonRename xbt/module.c into xbt/xbt_main.c since this...
2006-07-17 mquinsonGet xbt_init seeding the system random generator
2006-07-17 mquinsonReally rename this module to peermanagement
2006-07-17 thieryUse model KCCFLN05 in SimDag
2006-07-16 mquinsonReintenting (sorry), plus do the list managment operati...
2006-07-16 mquinsonDocumentation improvements
2006-07-15 mquinsontypo
2006-07-13 mquinsonsimplify that chunk thanks to flexml 1.5.1
2006-07-13 mquinsonNo idea why this file got regenerated
2006-07-13 mquinsonflexml 1.5.1 will save the world
2006-07-13 mquinsonFix doxygen
2006-07-13 mquinsonFix on hppa: there is no working backtrace() there
2006-07-12 alegrandModify SD_task structures so that get_start_time, get_f...
2006-07-12 alegrandFix log message with respect to our recent unit modific...
2006-07-12 alegrandMove clock modification to the right location so that...
2006-07-12 alegrandSet start_time.
2006-07-12 alegrandbug fix suggested by Vince... :)
2006-07-12 mquinsonRevert Darina's last changes. This is definitively...
2006-07-12 mquinsonRevert last change so that it still work
2006-07-12 mquinsonLet it compile
2006-07-12 dimitrovcatching exceptions if some during amok_bw_request...
2006-07-12 mquinsonsome people don't have 1Gb of RAM, apparently. Play...
2006-07-12 thieryAdd functions SD_task_get_start_time() and SD_task_get_...
2006-07-12 thieryAdd functions action_get_start_time() and action_get_fi...
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-12 mquinsonActually use the autocomputed saturation size, too
2006-07-12 mquinsonMore documentation; logs tweaking; make sure msg_size...
2006-07-11 mquinsonArnaud ask me for more documentation in my code. Can...
2006-07-11 mquinson- Also adapt the message size when experiment is too...
2006-07-10 mquinsonallow to autocompute msgsize to achieve Real Saturations
2006-07-10 thieryThis function could be useful.
2006-07-10 mquinsongarde-fou
2006-07-09 mquinsonNo need to scary the users for this
2006-07-09 mquinsonCanceled RPC are a pain right now (until we move to...
2006-07-09 mquinsonShorter delays, more logging
2006-07-09 mquinsonPlug a memleak
2006-07-09 mquinson- Do not close sockets closed on other side: user may...
2006-07-09 mquinsonDeal properly with assymetric RPCs
2006-07-07 mquinsonSends in SG now have a 60s timeout. The right way to...
2006-07-07 thieryForgot to initialise a pointer
2006-07-07 thieryUse action_free to free the actions
next