Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] merging instr_variables.c into instr_interface.c (code re-organization)
[simgrid.git] / src / msg /
2009-10-05 cristianrosaFix some conflicts with modifications introduced in...
2009-10-05 mquinsonImproved code documentation for SIMIX network.
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-10-05 mquinsonAdded debug information to SIMIX network.
2009-10-05 mquinsonIncomplete port of MSG on top of SIMIX_network [Cristian]
2009-09-29 donassbrChange variable waiting_task to waiting_action on msg...
2009-09-16 mquinsonBug fix: timeout is a delay, not an absolute time
2009-08-17 cristianrosaFinally the Java interface is working again! (It was...
2009-07-13 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-06-08 mquinsonsome more comments, and minor cleanups
2009-06-08 alegrandMake a much cleaner (and correct) use of refcount intro...
2009-06-08 alegrandHandle host failures in communications. (bug raised...
2009-06-06 alegrandTake into account that some process may actually not...
2009-06-06 alegrandGive deployment functions the opportunity to know that...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2009-05-19 alegrandBug fix in MSG raised by Matthieu and Henri!
2009-05-11 mquinsonFix a bug in task exchange which broke MSG_task_get_sen...
2009-05-11 mquinsonmore informative debug messages
2009-05-07 mquinsonPlug a bunch of memleaks
2009-05-05 mquinsonfirst draft of the action runner
2009-04-11 mquinsonallow to define a default value to registered functions...
2009-02-15 casanovaFixed a race condition in msg for communication between...
2008-11-10 mquinsonKill MSG_mailbox_put, which were not meant to be a...
2008-07-08 cheriermDetails of this changes:
2008-06-26 velhoCosmetic, error prone comment erased.
2008-06-18 mquinsonthis structure traversal was awfully written
2008-06-16 alegrandCosmetics
2008-06-16 alegrandclean treatment of timeouts and cond_free.
2008-06-12 alegrandPotential bug fix.
2008-06-12 alegrandBug fix
2008-06-12 alegrandAdd convenient debug function on conditions and use...
2008-06-12 alegrandindent -i2 -kr
2008-06-12 alegranddos2unix
2008-06-10 alegrandPlug memleak.
2008-06-09 velhoAdded the feature of getting remaining communication...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2008-05-21 mquinsondo not try to malloc 0-sized arrays
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-05-14 mquinsondo not declare these functions both private and public...
2008-05-07 mquinsonExport some mailbox related functions
2008-04-30 mquinsonDocumentation fixups: some arguments got renamed, and...
2008-04-02 alegrandBug Fix. This function used to return the last task...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-01-11 cheriermrename msg_mailbox.h to mailbox.h
2008-01-11 cheriermrename msg_mailbox.h mailbox.h
2008-01-11 cheriermThis change is relative with the mailbox concept :
2008-01-07 mquinsonSimplification (plus remove a warning blocking the...
2008-01-07 cheriermDo not export the mailbox functions now.
2008-01-07 cheriermExport the mailbox functions.
2008-01-07 cheriermRemove the unused variable item.
2008-01-07 cheriermAdd end line in msg_mailbox* files and add the file...
2008-01-07 cheriermAdd the mailbox source file and header.
2008-01-07 cheriermThis change introduce the new mailbox concept.
2007-11-27 mquinsonRename xbt/xbt_context.h to xbt/context.h, and add...
2007-11-19 mquinsonmake visible the MSG_task_get variant accepting both...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-06 mquinsonFix constness of arguments
2007-10-27 mquinsonmore explicit error messages, and random cleanups
2007-10-27 mquinsonKill code duplication, and doc tiny improvements
2007-10-27 mquinsonKill the useless _MSG_process_create_with_env_from_SIMI...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-26 alegrandUpdate the doc with last reorganization of examples...
2007-09-21 cheriermDeclaration of the variables at the begining of the...
2007-09-20 mquinsonOps, there is some more s_host fields around
2007-09-10 alegrandClean cleanups with mallocators... Thanks Pablo for...
2007-08-26 alegrandOoups. How come my code ever worked without changing...
2007-08-23 alegrandMove initialization somewhere else because people that...
2007-08-14 donassbrChanged task->simdata->using in the communication to...
2007-08-14 alegrandcosmetics
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-08-06 alegrandindent -i2 -kr. Aaaah, I feel much better now. Sorry...
2007-08-06 alegrandOne function to rule them all.
2007-07-18 alegrandcosmetics
2007-07-16 alegrandsurf_workstation_model -> workstation_model
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsoncosmetics: enforce prototype checking on callbacks...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-08 mquinsonAllow java to call __MSG_process_cleanup
2007-07-08 mquinsontypo
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-06 velhoCorrected some bugs, added the simix support to the...
2007-07-05 mquinsonIt can happen that users put the call to MSG_config...
2007-07-03 mquinsonUse 0 to indicate an invalid PID instead of -1. Someone...
2007-07-03 mquinsonMake sure that MSG_process_get_PID() never raise an...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-07-02 mquinsonRevert the convertion of MSG pids from int to long...
2007-07-02 mquinsonConvert MSG pids from int to long int so that they...
2007-07-02 mquinsonI scratched my own change to fix the documentation...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-06-29 velhoAdded all TCP VEGAS/RENO related functions. TODO: the...
2007-06-29 mquinsonMake sure the navbar tricks we use in the post-processo...
2007-05-28 mquinsontypos
next