Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Proof-read of communicate/share_resources/update_actions_state.
[simgrid.git] / src / gras /
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-28 Arnaud GierschRemove useless internal functions.
2011-11-15 Christophe ThiérySIMIX: add a redundant parameter to avoid repeated...
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-03 Christophe ThiéryEnable clobbered variable warnings again and fix the...
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiéryFix gcc 4.6 warnings about clobbered variables with...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-28 Christophe ThiéryWith optimizations, gcc 4.6 warns about clobbered variables
2011-10-28 Christophe Thiérymemset with a size of 0 is forbidden
2011-10-20 Martin Quinsonmerge branches
2011-09-27 NavarropRevert "Those files should not be in git."
2011-09-27 NavarropThose files should not be in git.
2011-09-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-09-15 Martin Quinsonreally ignore the return value of that function, or...
2011-09-15 Martin Quinsonfix some unused-but-set-variable warnings comming from...
2011-09-01 NavarropAdd pages for ns3 and gtnets.
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-19 Arnaud GierschFix comments about gras_arch to actually match the...
2011-07-18 Martin Quinsonbump GRAS_PROTOCOL_VERSION since the wire protocol...
2011-07-07 unknownAdd one arch to gras_arch_count.
2011-07-07 unknownAdd a new arch to gras. WIN64
2011-07-06 Martin Quinsontrivial merge of changes about gras architecture
2011-07-06 Martin Quinsonmore comments to document how gras architectures work
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-06-23 Arnaud GierschUse CATCH_ANONYMOUS whenever possible, and remove unuse...
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-07 Arnaud GierschRemove unused variables.
2011-04-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-20 Martin Quinsontypos in comments
2011-04-18 Martin QuinsonDo not fail if getprotobyname(tcp) returns NULL, as...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-17 agierschMake PARSE_ERROR a variadic macro too.
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryDon't read a comm after completion since it is auto...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschFix memory errors in gras_os_myname.
2010-12-01 agierschFree _host_properties on gras_process_exit.
2010-12-01 agierschFree keyname for all execution paths.
2010-11-30 mquinsonKill gras measurement sockets for now. If you rely...
2010-11-29 navarropPermit to compile with full flags.
2010-11-26 thieryReplace INFO0+bprintf by INFO6
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-11-26 mquinsonmore verbose debuging infos
2010-11-26 mquinsonreduce verbosity in that area
2010-11-26 mquinsonsome more paranoia to track that damn bug
2010-11-25 mquinsonimplement refcount on sockets since they are somehow...
2010-11-25 mquinsonmore explicit error messages
2010-11-24 mquinsonimplement gras_agent_spawn in RL, kill the data argumen...
2010-11-24 mquinsoncosmetics
2010-11-24 mquinsonnote in the comments the truth about a temptating ...
2010-11-24 mquinsoninitialize a variable, and some more debug
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-11-15 mquinsonand now, make sure that the new GRAS code compiles...
2010-11-15 agierschFix compilation failure.
2010-11-12 mquinsonPartial fix of GRAS: gras-ping-sg now works again
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-11 alegrandIndent include and src using this command:
2010-10-01 mquinsonProperly let the main thread wait for the startup of...
2010-10-01 mquinsonFix typos [Arnaud Giersch]
2010-09-30 cristianrosaFix race condition during the creation of the listeners...
2010-09-23 navarropRename CLEANUP definition (used after TRY) into TRY_CLEANUP
2010-09-23 navarropRename CLEANUP macro into _CLEANUP for Supernovae mode.
2010-08-05 coldpeaceadd gras_load_environment_script & gras_function_regist...
2010-06-24 mquinsonPort GRAS to smx_network infrastructure. Kinda working...
2010-06-24 mquinsonNew function gras_msgtype_get_name()
2010-06-18 navarropDefine correctly variables for windows.
2010-06-17 navarropNow sources are generated with #line.
2010-06-14 navarropIf it is a win plateform we have to use wenvironment...
2010-06-14 navarropInit variables.
2010-06-14 navarropDo not declare variables in the middle of nowhere.
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-06-03 alegrandI need this to compile on my machine. It may break...
2010-06-02 alegrandRevert "Make gras compil with Visual C++." This commit...
2010-06-01 navarropMake gras compil with Visual C++.
2010-05-20 cristianrosaCompile fix, size_t != int in 64 bits
2010-05-18 mquinsonOngoing work to port GRAS to smx_network. Not working yet
2010-05-06 mquinsonLet xbt_exit() issue a warning stating that this is...
2010-04-27 mquinsonAllow to cross compile simgrid.dll using the autotools...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2010-03-22 mquinsontiny optimizations
2009-12-02 mquinsoncreate the listener thread in joinable mode since we...
2009-11-24 mquinsonForce initialization of a variable to shut gcc 4.4 up
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
next