Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stupid me!
[simgrid.git] / src / surf / network.c
2007-08-10 alegrandreindent.
2007-08-02 alegrandAdding a nice description mechanism for models + cleani...
2007-08-01 alegrandvarious cleanups:
2007-03-23 alegrandsleep actions can neither be suspended nor resumed...
2006-11-08 alegrandOoups. I was still using Mb instead of b...:(
2006-08-31 alegrandMoving surf_double_update (in surf_private.h) to double...
2006-08-10 thieryRemove useless and costly strdups in platform file...
2006-08-09 thieryThere was too many reallocs
2006-07-12 alegrandSet start_time.
2006-07-12 thieryAdd functions action_get_start_time() and action_get_fi...
2006-06-20 thieryImplement functions SD_workstation_route_get_list,...
2006-06-20 thieryFix function get_route
2006-06-19 thieryImplement function get_route in model KCCFLN05 (not...
2006-06-19 thieryAdd prototype of function get_route in Surf
2006-05-16 alegrandSanitize channels naming.
2006-04-24 alegrand*** empty log message ***
2006-04-21 alegrandstupid me!
2006-04-21 alegrandFix the weight problem raised by Kayo and confirmed...
2006-03-27 alegrandAdding traces for easier debuging + bugfix
2006-03-21 alegrandKeep up with last API modifications induced by flexml...
2006-03-14 casanovaMultiplied network latencies by two when computing...
2005-10-23 mquinsonLet's compile SURF once in the afternoon and cleanup...
2005-10-03 alegrandMake SURF complain when you ask to perform a communicat...
2005-08-27 alegrandAdd more checkings...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-08-02 alegrandAdd a loopback if needed...
2005-07-25 alegrandAdd FAT_PIPE
2005-07-22 alegrandrouting table goes public
2005-06-29 alegrandAdding a function to set the max_duration of an action.
2005-06-13 alegrandAdd a new function action_use that help to delay the...
2005-06-10 alegrandInitialization that should be useless because of the...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-07 alegrandCleaning type naming so that Henri has a nice skeleton...
2005-02-04 alegrandNo more dead code + bug fix.
2005-02-04 alegrandToday Martin Quinson wrote :
2005-02-04 alegrandMajor bug fix in SURF.
2005-01-28 alegrandmake communications from an host to itself instantaneous
2005-01-26 alegrandBug fix : we could get stuck into an infinite loop...
2005-01-15 alegrandNow surf communications come with a maximum rate. Also...
2005-01-14 alegrandnetwork actions should be suspendable too. In fact...
2005-01-06 alegrandRenamed resource initialization functions. Now they...
2005-01-05 alegrandNow, any surf-based program can take --surf-path argume...
2005-01-05 alegrandMoved from flex to flexml.
2004-12-31 alegrandMem leak hunting!
2004-12-23 alegrandtask->data (formerly callback) could not be set by...
2004-12-16 mquinsonYou evil namespace polluter
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 alegrandA meta-resource : workstation is simply a CPU and a...
2004-12-09 alegrandEach action can now have a maximum duration. That is...
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-12-07 alegrandTaking latencies into account to bound the effective...
2004-12-07 alegrandTaking latencies into account (but not for the bandwidt...
2004-12-07 alegrandNetwork module is working. Does not take latencies...
2004-12-02 alegrandStarting the network module.