Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a GRAS_implem module to hide all crude implementation details, GRAS_dd now define...
[simgrid.git] / src /
2005-02-07 mquinsonAdd a GRAS_implem module to hide all crude implementati...
2005-02-07 mquinsoncosmetics
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-06 mquinsonLittle reorganization of XBT, huge adding of log docume...
2005-02-06 mquinsonmemleak plug
2005-02-06 mquinsonPlug a memleak when using the parser
2005-02-04 mquinsonMore verbose messages on errors
2005-02-04 alegrandLog improvements.
2005-02-04 alegrandNo more dead code + bug fix.
2005-02-04 alegrandKeep improving the traces
2005-02-04 alegrandGargl ! Some C++ comments ! Sorry about that. What...
2005-02-04 alegrandImproving traces
2005-02-04 alegrandToday Martin Quinson wrote :
2005-02-04 mquinsonMore work to move gras->sg
2005-02-04 mquinsonMissing header
2005-02-04 mquinsonre-enable GRAS, but only in real world for now (until...
2005-02-04 alegrandMajor bug fix in SURF.
2005-02-04 alegrandAdding Killall function
2005-02-04 alegrandFilling placeholders...
2005-02-01 alegrandIncluding a mail from Martin on How to use the logs
2005-02-01 alegrandMore reasonnable value.
2005-02-01 alegrandbugfix... I'm so pissed off to keep finding bug in...
2005-02-01 alegrandNo need to rebuild the parser if you're not a maintainer.
2005-01-31 alegrandupdating library number
2005-01-31 alegrandmoving include/surf to src/include/surf (continued)
2005-01-31 alegrandmoving include/surf to src/include/surf
2005-01-31 alegrandaborting is cleaner than segfaulting
2005-01-31 alegrandUpdating the documentation
2005-01-29 alegrandupdating the doc
2005-01-28 mquinsonYou know the refain. It's needed to make dist, it must...
2005-01-28 alegrandmake communications from an host to itself instantaneous
2005-01-27 mquinsonblurp
2005-01-27 alegrandUse the standard model
2005-01-27 alegrandImporting the documentation !!! :)
2005-01-27 alegrandGo away. There is nothing to look at here yet.
2005-01-27 alegrandI probably had been drinking too much the day I have...
2005-01-26 alegrandmissing files
2005-01-26 alegrandBug fix : we could get stuck into an infinite loop...
2005-01-26 alegrandBug fix : we could get stuck into an infinite loop...
2005-01-26 alegrandNow, a process can be killed and all process are killed...
2005-01-26 alegrandBug fix: a task could sometimes not be immediately...
2005-01-26 alegrandUsefull function to "kill" a context before the functio...
2005-01-26 alegrandExtending the parser to handle bound on outgoing commun...
2005-01-26 alegrandFixing line number for an easier debugging.
2005-01-19 alegrandUsing logs and making some message more clear.
2005-01-19 alegrandNow, you can send a task of length 0 in a no latency...
2005-01-19 alegrandBugfix... I had forgotten to reorder elements when...
2005-01-19 alegrandbugfix (shame on me!) + asserts to detect earlier weird...
2005-01-15 alegrandTaking into account last SURF modifications (suspend...
2005-01-15 alegrandCosmetics and forgot to say in the previous commit...
2005-01-15 alegrandNow surf communications come with a maximum rate. Also...
2005-01-14 alegrandParsing values is good. Taking into account parsed...
2005-01-14 alegrandnetwork actions should be suspendable too. In fact...
2005-01-14 alegrandFinding this damn fucking bug took me an inordinate...
2005-01-14 alegrandNot using MSG_suspend anymore in the internals
2005-01-12 alegrandNow, MSG internals do not use MSG_suspend/resume anymore.
2005-01-11 alegrandNow, it works.
2005-01-10 alegrandIt worries me however, to realize how tough an ass...
2005-01-10 alegrandAdding default values to the DTD
2005-01-10 alegrandIntroducing new functionnality without breaking the...
2005-01-10 alegrandcosmetics
2005-01-10 alegrandAdd two convenient functions
2005-01-07 alegrandKeep extending the DTD to handle an computation/communi...
2005-01-07 alegrandfixed a few memleak
2005-01-07 alegrandChanged my mind. This function will be defined somewher...
2005-01-06 alegrandRenamed resource initialization functions. Now they...
2005-01-06 alegrandPreparing to parse interferences for a new model. Also...
2005-01-06 alegrandI can't believe I had forgotten to add surf_parse.c...
2005-01-05 alegrandNow, any surf-based program can take --surf-path argume...
2005-01-05 alegrandPlease, flex, tell me on which line problems are. Also...
2005-01-05 alegrandMoved from flex to flexml.
2005-01-04 alegrandmoving to flexml
2004-12-31 mquinsonSearch msg.h at the right location
2004-12-31 mquinsoncleanup
2004-12-31 mquinsonAdd the IDL compilation. But since it's WAYS broken...
2004-12-31 mquinsonAdd the prototypes for the upcoming IDL compilation...
2004-12-31 mquinsonPre-release cleanup: rename libgrasrl to libgras and...
2004-12-31 mquinsonKill dead code, sorry for the noise
2004-12-31 mquinsonAdd a function I need in GRAS
2004-12-31 mquinsonSimGrid is dead, long life to SimGrid
2004-12-31 mquinsonLet's get funky and try to settle gras on top of msg...
2004-12-31 mquinsonremove dead code
2004-12-31 mquinsonRemove the headers already loaded from somewhere else...
2004-12-31 alegrandsurf:~/Work/GRAS/heap $ valgrind --leak-check=yes ...
2004-12-31 alegrandMem leak hunting!
2004-12-31 alegrandConvenient to optimize the SURF.
2004-12-29 alegrandMSG almost works. It enabled me to find some bug in...
2004-12-29 alegrand*** empty log message ***
2004-12-29 alegrandadd a startup and a cleanup function to each context
2004-12-23 alegrandarguments were not set.
2004-12-23 alegrandtask->data (formerly callback) could not be set by...
2004-12-22 alegrandAPI modification in context breaks MSG. Removing MSG...
2004-12-22 alegrandModifying the API so as to prevent a use of the context...
2004-12-22 alegrandNo more leak: valgrind approved. However, some ways...
2004-12-22 alegrandHow can I have ever wrote such a thing !
2004-12-21 alegranddebug debug debug
2004-12-21 alegrandForgot to disable debug printf's. Sorry for the noise.
2004-12-21 alegrandmake valgrind happy happy.
2004-12-18 alegrandThis function has been accidentally deleted in the...
2004-12-17 alegrandFinished to rewrite most functions. Now let's try it...
next