Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Gtnets file that cope with previous Kayo Fujiwara experiments. The bandwidth share...
[simgrid.git] / src /
2008-11-25 velhoBUGFIX bindinig always with port 80 cause more than...
2008-11-25 velhoRemove gtnets verbose output.
2008-11-25 velhoBug fix.
2008-11-11 mquinsonkilkilkil
2008-11-11 mquinsonsome more ignorable autogenerated
2008-11-11 mquinsonKill all the autogenerated I've found. Feel free to...
2008-11-10 mquinsonErm. Fix previous commit (by looking for the header...
2008-11-10 mquinsonAdd a header file to the SRC list so that it lands...
2008-11-10 mquinsonignore one more configure-autogenerated file
2008-11-10 mquinsonCommit a bunch of auto-generated files (sorry)
2008-11-10 mquinsonChange sg_unit_extractor so that it takes all units...
2008-11-10 mquinsonKill MSG_mailbox_put, which were not meant to be a...
2008-11-10 mquinsonRegenerate with newest flex, so that new gcc paranoia...
2008-11-10 mquinsonRegenerate with newest flex, so that new gcc paranoia...
2008-11-07 mquinsonWork around newly reincreased paranoia of gcc and libc...
2008-10-16 velhoCompute the weight using bandwidth if needed for the...
2008-10-16 velhoAdd a new weight field to actions so that we do not...
2008-10-16 velhoAdd the bandwidth factor for the standard model as...
2008-10-16 velhoAdd the latency factor for the standard model as well...
2008-10-16 velhoDf parameter of Low models is replaced by weight becaus...
2008-10-16 velhoRevert "Uses alpha and beta from LegrandVelho model...
2008-10-16 velhoRevert "Added a get Df function in order to implement...
2008-10-16 velhoRevert "Added correction factors for Hockney basic...
2008-10-14 velhoUses alpha and beta from LegrandVelho model to compute...
2008-10-14 velhoAdded a get Df function in order to implement beta...
2008-10-14 velhoAdded correction factors for Hockney basic model. The...
2008-10-14 velhoAdded a new network model option, LegrandVelho, based...
2008-10-14 alegrandAdd debug and comply with latest parsing modifications.
2008-10-10 velhoReplaced the using field of surf_action to refcount...
2008-10-01 mquinsonAnd now, use the correct syntax for default values...
2008-10-01 mquinsonfix previous commits, bummer
2008-10-01 mquinsonTypo in comments spoted by eclipse
2008-10-01 mquinsonnew function: xbt_str_varsubst(), which call xbt_strbuf...
2008-10-01 mquinsonNew functions:
2008-10-01 mquinsonAdd a stupid function to display the content of a dict...
2008-10-01 mquinsontiny doc improvement
2008-09-28 marklscleaned up mpi_comm_split code some more.
2008-09-26 marklsjust changed some comments.
2008-09-26 marklschange spmirun and smpicc to use bash instead of sh...
2008-09-26 marklsminor changes to comm_split code.
2008-09-26 mquinsonBug fix by Louis-Claude: do not fail miserably when...
2008-09-26 mquinsonNew function to replaces a set of variables by their...
2008-09-26 mquinsonNew function to substitute a char to another in a string:
2008-09-16 mquinsonMore spell checking of the documentation
2008-09-16 mquinsontiny optimization: use xbt_dict_get_or_null_ext instead...
2008-09-16 mquinsonBugfix: I inverted the semantic of xbt_dict_get_or_null...
2008-09-12 cheriermthe route_multi_table variable was declared two times
2008-09-12 alegrandUse the rate variable... (thanks Fred for noticing...
2008-09-12 cheriermChange the default string format the the double values.
2008-09-12 cheriermchange consecutive to the renaming of the CXX wrappers
2008-09-12 cheriermThe previous files renamed.
2008-09-12 cheriermDelete and create a new files prefixed by Msg because...
2008-09-10 mquinsonAdd a xbt_dict_get_or_null_ext function
2008-09-10 mquinsonreindent (with eclipse)
2008-09-04 mquinsonRemove trailing space to jardir definition since it...
2008-09-04 mquinsonrandom generator arguments must be double to avoid...
2008-08-19 cherierm_GNU_SOURCE macro is already defined in CPP and asprint...
2008-08-19 cherierma sample of makefile for cpp wrappers library.
2008-08-19 cheriermlast change of cpp wrappers for msg
2008-08-11 cheriermThe default alias name is now build from the name of...
2008-08-11 cheriermThe default alias name is now build from the name of...
2008-07-14 alegrandComplete rewrite of the sharing function for the ptask_...
2008-07-14 alegrandDon't be a sissy! Abort when there is something wrong.
2008-07-12 mquinsonAdd endofline at end of file
2008-07-12 mquinsonAdd jmsg_application_handler.c to the libs
2008-07-12 mquinsonAdd new line at the end of the file, to avoid a gcc...
2008-07-11 cheriermThe JNI interface for the Java ApplicationHandler
2008-07-11 cheriermUse now the SimGrid parser instead of Xerces.
2008-07-11 cheriermA string utility class and a new Exception (used to...
2008-07-11 cheriermSome code refactoring
2008-07-09 cheriermImplementation of the Java native function deployApplic...
2008-07-09 cheriermAdd to new utility functions :
2008-07-08 cheriermDetails of this changes:
2008-07-08 cheriermnot needed now
2008-07-08 cheriermUse pointers instead references.
2008-07-03 cheriermSome new classes of CPP version of Msg
2008-07-03 cheriermLast Changes of CPP version of Msg
2008-06-30 cheriermAvoid some warning on the string format
2008-06-27 cheriermuse %#x format instead of %p because Windows and Linux...
2008-06-26 mquinsonFix documentation
2008-06-26 velhoCorrected bug update in action->remain.
2008-06-26 velhoCosmetic, error prone comment erased.
2008-06-26 velhoAdapted to the new get total received interface.
2008-06-25 velhoPatching it does not seem to work remaining communicati...
2008-06-25 velhoMinimize forking effort in network_model.
2008-06-25 velhovarious cleanups
2008-06-25 velhoEnhanced print_topology function.
2008-06-25 velhoCleaning up and multiprocess safer forking approach.
2008-06-25 velhoinclude portable.h at the right location (Yes, we reall...
2008-06-25 velhoDepricated gtnets header, compability with old gtnets...
2008-06-25 velhomove GTNETS initialization to the right place and compl...
2008-06-25 cheriermWindows version of rand_r() and drand48()functions.
2008-06-24 mquinsonIntroduce a surf_parse_error function to deal with...
2008-06-24 alegrandFix the bug raised by Tchimou.
2008-06-20 cheriermOn Windows - Stack-based Buffer Overrun Detection ...
2008-06-20 cheriermCode refactoring on CPP
2008-06-20 cheriermdisable a warning on Visual C++
2008-06-20 cheriermimplement xbt_os_thread_cancel() for windows and make...
2008-06-20 cheriermupdate gras architecture macro to 3 for Visual C++...
2008-06-20 cheriermisatty is already declared in io.h
next