Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a vicious bug: TCP socket use a buffer and read operation get as much data as...
[simgrid.git] / src /
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
2006-07-06 mquinsonalso save the cbps in SG, the same way I do in RL since...
2006-07-06 thieryRemove a huge memory leak
2006-07-06 mquinsonAlso display the backtrace on Ctrl-C (use Ctrl-C Ctrl...
2006-07-06 mquinsonFix a stack corruption when xbt_dynar_remove_at was...
2006-07-06 mquinsonAh! Some vpath build issues that vince didn't saw ...
2006-07-06 mquinsonAnother small fix for Vince, the only guy I know who...
2006-07-05 thieryChange some function names
2006-07-05 mquinsonSmall typo (thanks gcc-4.1 for noticing)
2006-07-05 mquinsonDo use the result value of this test (thanks gcc-4...
2006-07-05 mquinsonMake sure some paranoid compilers don't choke on our...
2006-07-04 thieryAdd functions SD_workstation_get_computation_time,...
2006-07-04 alegrandAdding a MSG_task_put_with_timeout function and giving...
2006-07-04 mquinsonDisplay the name of the canceled RPC
2006-07-04 mquinsonMore debugging and shorter timeouts
2006-07-04 mquinsonWhen a GRAS process receives the SIGUSR1 signal, it...
2006-07-04 mquinsonSignal-related changes
2006-07-03 thieryAdd functions SD_link_get_list() and SD_link_get_number...
2006-07-03 thieryAllow how_long to be negative
2006-07-03 thieryUse macros DEBUG and INFO instead of printf
2006-06-30 thieryAmount is finally back
2006-06-30 thieryRemove attribute amount from structure task
2006-06-29 thieryForgot to remove some debug information
2006-06-29 thieryOptimize SD_simulate and fix bugs
2006-06-28 thieryFinish SimDag documentation
2006-06-28 thieryAdd documentation for workstations and fix a few bugs
2006-06-27 mquinsonHow can I be so bad at boolean expression?
2006-06-27 mquinsonReact sainly in gras_msg_wait() when the sender dies...
2006-06-27 mquinsonFix the gras_socket_server_range function: only return...
next