Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix last commit of Medhi so that the Java bindings still commit
[simgrid.git] / src / msg /
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
2010-03-22 mquinsonMore informative error message
2010-03-22 mquinsontiny improvement of error messages
2010-03-12 mquinsonkill crude debugging info for ruby: that part of the...
2010-03-05 mquinsonTry to fix the finalization process of ruby simulations...
2010-03-05 mquinsonSIMIX_network_copy_data() is a mess because it tries...
2010-03-03 mquinsonbummer: I increased the amount of displayed info to...
2010-03-02 mquinsonAcknoledge the fact that JniException is a runtime...
2010-03-02 mquinsonsome more cleanups in ruby bindings. Still not working...
2010-03-02 mquinsonMassive cleanups in ruby. Not yet working (segfault...
2010-03-02 mquinsonKill the MSG_paje_output() function. It's a noop since...
2010-02-27 mquinsonKill a static function raising 'not implemented' which...
2010-02-27 mquinsonIn trace replay, allow to have one trace file per process
2010-01-28 mquinsonSome more memleaks removed
2010-01-28 mquinsonDisplay a warning if some actions remain to be done...
2010-01-28 mquinsonOn the fly parsing of the actions file. One idle proces...
2009-12-15 alegrandWe need getline so include the right file and do not...
2009-12-15 alegrandremove useless dependencies
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...
2009-10-30 suterNot using set/get functions is bad, but raising an...
2009-10-16 mquinsonIntroduce a MSG_TIMEOUT_FAILURE return code and use...
2009-10-13 cristianrosaFix some memory leaks and invalid read/delete
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
next