Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix memory leak when process killed. Fix bug where the simulation could crash when...
[simgrid.git] / org / simgrid / msg / Comm.java
2012-06-19 Samuel LepetitFix memory leak when process killed. Fix bug where...
2012-06-14 Samuel LepetitAdd a conveniant method in Comm to wait for the complet...
2012-06-13 Samuel LepetitMake bind atributes private (we don't want users to...
2012-06-05 alebreMerge concerns - Adrien
2012-05-31 Samuel LepetitAdd a boolean field "finished" in Comm to prevent excep...
2012-05-18 Samuel LepetitBugfix in Comm (GC didn't like it.). Add "debug" logging
2012-05-18 Samuel LepetitFix the handling of errors in Task.send
2012-05-04 Samuel LepetitMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-05-04 Samuel LepetitAdd cache for jfieldID/jmethodID on jtask/jcomm
2012-05-04 Samuel LepetitAdd waitCompletion to Comm as a binding of MSG_comm_wait
2012-05-04 Samuel LepetitAdd isend in Task
2012-05-03 Samuel LepetitAdd asynchronous API (except wait) for communications