Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup the debug messages
[simgrid.git] / src / simix / smx_network.c
2011-12-26 Martin Quinsoncleanup the debug messages
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-26 Martin Quinsondupplicate the sender buffer in eager mode, when isends...
2011-12-16 Stephane GenaudMerge branch 'smpi' of git+ssh://scm.gforge.inria.fr...
2011-12-16 Stephane Genauddsend used for small messages
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-12-01 Frederic Sutertwo more clobbered variables that prevent me to compile...
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-09 Christophe ThiéryAlso remove the comm from processes when SIMIX_post_com...
2011-11-09 Christophe ThiéryFix possible crashes and leaks with dsends during proce...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-20 Christophe ThiérySIMIX_CANCELED is a more adapted state in SIMIX_comm_ca...
2011-10-14 Christophe ThiéryImprove debug messages
2011-10-14 Christophe ThiéryFix remaining memory leaks in MSG
2011-10-14 Christophe ThiérySimix: clean unfinished comms when terminating a process
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-07-03 Mark Stillwellfixed a bug in comm_copy_data, it wasn't handling messa...
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-05-24 Pedro VelhoCope with new way of destroying actions, now if the...
2011-05-24 Pedro VelhoBug fix. Cope with the new way actions are handled.
2011-05-24 Martin Quinsonmerge
2011-05-24 Lucas Schnorr[trace] remove old source file with functions that...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-18 piniThese functions in SIMIX should return 0, and that...
2011-03-18 piniDirty hacks again: shot more bullets, it may be a zombie
2011-03-18 thieryAdd functions SIMIX_comm_has_send/recv_match
2011-03-15 thieryMake SIMIX_comm_start() public (for a while :))
2011-03-15 mquinsonmake SIMIX_comm_finish() public
2011-03-14 piniAdd wrapper to match receiving mailboxes against a...
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-17 agierschUse new style logging macros.
2011-02-08 thierySimix: add requests to make isend+wait or irecv+wait...
2011-02-08 thieryChord: display the number of messages created
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-02-01 thieryRemove SIMIX requests that get src and dst buffers...
2011-02-01 thieryDon't read a comm after completion since it is auto...
2011-01-31 cristianrosaMake SIMIX_req_comm(test/wait/testany/waitany) requests...
2011-01-31 thieryFix a compilation problem with dsend and Chord
2011-01-31 cristianrosaMake SIMIX cleanup the user data of the detached isend...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-28 thieryMake msg_comm_t be a real structure again, not an alias...
2011-01-26 cristianrosaBugfix: return testany requests' result when they succe...
2011-01-26 cristianrosaBugfix: do not use the action state to determine the...
2011-01-20 cristianrosaLet the model-checker decide if the wait transitions...
2011-01-20 cristianrosaTranslate the executed TestAny and WaitAny requests...
2011-01-20 cristianrosaSome bugfixes:
2011-01-14 thieryDon't store user pointers
2011-01-07 cristianrosaBugfix: the result of waitany calls should be determine...
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2010-12-16 thieryThe term 'request' was misleading here
2010-12-16 thieryHandle transfer failures in MSG_test, MSG_testany and...
2010-12-15 cristianrosaImprove debugging information
2010-12-15 velhoFixed the function that returns if a flows is limited...
2010-12-14 mquinsonkill useless smx_ctx_raw_create_context_sized(), and...
2010-12-13 thieryFix a memory leak
2010-12-13 mquinsonDo not answer the request twice
2010-12-09 cristianrosaOn MC mode, return immediately after handling the wait...
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 mquinsonimplement simix_comm_testany properly
2010-12-07 schnorr[trace] there is no need to set surf actions category...
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 piniSIMIX2 renamed some of the tracing stuff.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschFree cursor when returning from inside a xbt_dict_forea...
2010-11-30 mquinsondefinitely kill the Horrible Pimple
2010-11-26 thieryFix a memory leak in simix
2010-11-26 mquinsonmore clear paranoia message
2010-11-18 velhoBug fix inspired by Arnaud Guiersh's patch but that...
2010-11-18 velhoAdd debug information.
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrtrace: when simix action gets its category, pass it...
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-08-09 schnorrprevents from adding invalid pointer to the dict
2010-08-09 schnorrremoving compilation warnings
2010-08-09 schnorrfullduplex support
2010-07-05 navarropSorry but need to have type size_t.
2010-07-05 navarropShould be type void*.
2010-07-05 quintincorrection to compile with warning and th indentation...
2010-07-02 navarropChange the type of return.
2010-07-01 navarropAdd some fct to simix for function wait in gos.c
2010-06-24 mquinsonno error checking were made for SIMIX_network_waitany...
2010-06-07 piniBad idea to acquire a semaphore that is already hold...
2010-06-04 navarropUse a portable inline
2010-05-27 navarropAdd a variable HAVE_MC for enable model-checking.
2010-05-21 cristianrosaImprove support for WaitAny transitions, not usable...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-10 cristianrosaDo not use the src_buff and dst_buff to flag that the...
2010-05-10 cristianrosaDelay the copy of the data of the communication actions...
2010-05-10 mquinsonfactorize error testing in waitany with the one done...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-04 mquinsonFix a bug occuring when a host involved in a communicat...
next