Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplification by removing a useless level of call
[simgrid.git] / src / surf /
2011-10-28 Martin Quinsonsimplification by removing a useless level of call
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-27 NavarropFix cluster without backbone.
2011-10-26 NavarropEnsure windows combatibility.
2011-10-26 NavarropRewrite the way to do the parsing for host,cluster...
2011-10-26 NavarropDo the parsing one time and not more.
2011-10-21 NavarropOptimize bprintf during cluster loop.
2011-10-20 Martin Quinsonuse more consistently the resource create of models...
2011-10-20 NavarropNeed to set state_file and availability file into the...
2011-10-20 NavarropUpdate include tag.
2011-10-20 NavarropMove arguments outside of the loop of hosts.
2011-10-20 NavarropRemove unused and old function.
2011-10-20 NavarropUpdate tag include
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-20 Martin QuinsonUse the partial invalidation optimization by default...
2011-10-13 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-13 NavarropAdd host core to "1.0" for tag peer.
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-09-29 NavarropImplement RED module for ns3 into simgrid code.
2011-09-27 Christophe ThiéryMerge branch 'lua' of git+ssh://scm.gforge.inria.fr...
2011-09-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-09-27 NavarropThis file should not be in git repository.
2011-09-27 Arnaud GierschFree exception.
2011-09-27 Arnaud GierschCommit changes to simgrid_dtd.l.
2011-09-20 Lucas Schnorr[ns3, trace] tracing needs the sentBytes variable being...
2011-09-20 NavarropRemove option for pcre from cmake files and from sources.
2011-09-20 NavarropDon't malloc data if mysmysocket->remaining equals...
2011-09-20 NavarropRewrite the way to use dict_socket.
2011-09-16 Christophe ThiéryFix a uninitialized variable warning and simplify surf_...
2011-09-15 Martin Quinsonlet this code compile without warning
2011-09-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-09-15 NavarropUse C style dichotomy instead of CAML style dichotomy. :)
2011-09-15 NavarropBug fix raised by warnings (variable set but never...
2011-09-15 NavarropMake sure that we start at the right NS3 time even...
2011-09-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-09-13 NavarropCleaning the ns3 send callback function.
2011-09-13 NavarropAdd RED protocole for ns3.
2011-09-12 Navarropchange call of xbt_dynar_set for xbt_dynar_set_as and...
2011-09-12 NavarropUse default config value for MTU.
2011-09-08 Lucas Schnorr[NS3] better debug messages for NS3 simulator
2011-09-08 Lucas Schnorr[NS3] clean-up of dictionary of sockets when flows...
2011-09-08 Lucas Schnorr[NS3] plug memory issue and cosmetics
2011-09-08 Lucas Schnorr[NS3] Make sure that these functions have side effects...
2011-09-08 Lucas Schnorr[NS3] using maxmin precision to avoid infinite loop
2011-09-08 Lucas Schnorr[NS3] single call to start the NS3 simulator
2011-09-08 Lucas Schnorr[NS3] send a maximum of 1024 bytes per Send
2011-09-08 Lucas Schnorr[NS3] force NS3 simulator advances when surf advances...
2011-09-08 Lucas Schnorr[NS3] only update min using the return of NS3's share...
2011-09-08 Lucas Schnorr[NS3] the time to schedule NS3 flows is relative
2011-09-08 Lucas SchnorrMake sure that NS3 simulation advance if there are...
2011-09-08 Lucas SchnorrDirty hack to make sure that all callbacks of a flows...
2011-09-08 Lucas SchnorrMake sure that the NS3 model works even when other...
2011-09-08 Lucas Schnorr[NS3] implementing more socket callbacks in order to...
2011-09-08 Lucas Schnorr[NS3] rewriting receive_callback to mark a flow finishe...
2011-09-08 Lucas Schnorr[NS3] rewriting the send_callback to do only one Send...
2011-09-08 Lucas Schnorrnew function get_route_or_null that catches any excepti...
2011-09-08 Lucas Schnorr[NS3, trace] categorized resource utilization active...
2011-09-08 Arnaud GierschFix typo in help message.
2011-09-08 NavarropAdd model Reno, NewReno and Tahoe with ns3
2011-09-05 NavarropSupport for ns3-3.12
2011-09-05 Lucas Schnorr[NS3, trace] tracing the correct value of resource...
2011-09-05 Lucas Schnorr[NS3, trace] instrumentation code to register resource...
2011-09-05 Lucas Schnorr[NS3] unused variable removed
2011-09-05 Lucas Schnorr[NS3, trace] instrumentation point to be implemented
2011-09-05 Lucas Schnorr[NS3, trace] type of last_sent is double
2011-09-05 Lucas Schnorr[NS3] new NS3 surf network action data structure
2011-09-05 Lucas Schnorr[NS3] cosmetics, changing the name of the function...
2011-09-05 Lucas Schnorr[NS3] cosmetics, removing unused functions/methods
2011-09-05 Lucas Schnorr[NS3] fixing the remains value when updating actions...
2011-09-05 Lucas Schnorr[NS3] cosmetics, removing tracing code and fixing inden...
2011-09-05 Lucas Schnorr[NS3] new callback to register sent bytes
2011-09-05 Lucas Schnorr[NS3] cosmetics, variable names should start with lowercase
2011-09-05 Lucas Schnorr[NS3] adding bufferedBytes variable to MySocket structu...
2011-09-05 Lucas Schnorr[NS3] cosmetics, fixing indentation on simulator code
2011-09-01 NavarropAdd functions for get and reset last amount sent by...
2011-08-01 NavarropWe can specify the router name of a cluster.
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-29 NavarropAdd platforms for ns3.
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-28 NavarropAdd ns3_get_link_latency_limited if def HAVE_LATENCY_BO...
2011-07-28 NavarropFix segfault when surf_network_model->name == NULL
2011-07-28 NavarropImplementation of NS3.
2011-07-18 Arnaud GierschDeclare and free link_backbone where it is used.
2011-07-18 Arnaud GierschRegenerate surf/simgrid_dtd.l.
2011-07-18 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-18 NavarropWe can use the cluster tag without backbone link if...
2011-07-11 NavarropWe need to divide to pass from ms to s.
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-06-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-17 NavarropIncrease number of host for cluster from 254 to 65000
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-15 NavarropAdd cluster to ns3.
2011-06-15 NavarropAdd functions for ns3
2011-06-07 Arnaud GierschRemove unused variables.
2011-05-24 Martin Quinsonmerge
2011-05-24 Arnaud GierschRegenerate files in maintainer mode.
2011-05-24 Lucas Schnorr[trace] cosmetics, remove TRACE_is_active, use TRACE_is...
next