Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix on hppa: there is no working backtrace() there
[simgrid.git] / src /
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...
2006-06-27 mquinsonThe fact that peer closed the socket should be detected...
2006-06-27 mquinsonDo not go for an endless block wait in handleall (ie...
2006-06-27 thieryAdd a state SD_READY to the tasks to optimize SD_simulate
2006-06-27 mquinsonDocumentation fixups
2006-06-27 thieryUpdate SimDag documentation: main page and datatypes
2006-06-27 mquinsonCalm down, doxygen
2006-06-27 mquinsonCreate a proper channel hierarchie for SD
2006-06-26 thieryFix SD_simulate return value
2006-06-26 mquinsonDetect socket closed by peer in the transport layer...
2006-06-26 thieryFix SimDag compilation warnings.
2006-06-26 alegrandCosmetics + adding simdag to the main compilation branch.
2006-06-26 thieryUpdate function SD_simulate.
2006-06-23 alegrandDo not forget to insert task in the correct swag after...
2006-06-23 thieryDetect when a task reaches a watch point.
2006-06-23 thieryMake private structures SD_link and SD_workstation
2006-06-23 thieryUse swags to handle task states and change structure...
2006-06-22 thieryAdd a function SD_task_dependency_get_data and improve...
2006-06-22 thieryReplace xbt_dynar_get_ptr by xbt_dynar_get_cpy to simpl...
2006-06-22 thieryImplement functions SD_task_dependency_add and SD_task_...
2006-06-22 mquinsonSTUPID ME. Don't die awfully when pals shutdown there...
2006-06-21 thieryImplement SD_task_schedule, SD_task_unschedule and...
2006-06-21 thieryImplement functions SD_get_amount, SD_get_remaining_amo...
2006-06-20 mquinsonProper module use count to plug a (tiny) memleak
2006-06-20 mquinsonmemleak
2006-06-20 mquinsonDo really fill this with zeros
2006-06-20 thieryUpdate SimDag task structure.
2006-06-20 thieryRemove field name from strucure SD_link_t.
2006-06-20 thieryImplement functions SD_workstation_route_get_list,...
2006-06-20 mquinsonIncrease an hard-coded timeout since it gave me a bunch...
2006-06-20 mquinsonyou're too verbose, dude
2006-06-20 mquinsonDon't use measurement sockets as master socket; add...
2006-06-20 mquinsontry to detect and discard RPC answers to already cancel...
2006-06-20 mquinsonMore informative names when verbose running (useful...
2006-06-20 thieryFix function get_route
2006-06-19 thieryImplement function get_route in model KCCFLN05 (not...
2006-06-19 thieryUpdate function __SD_link_destroy
2006-06-19 alegrandBetter output...
2006-06-19 thieryAdd prototype of function get_route in Surf
2006-06-19 alegrandAdding more informations when blocking. Should help...
2006-06-19 thieryImplement link names in SimDag.
2006-06-19 mquinsonCosmetics in __MSG_display_process_status + do publish...
next