Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2006-04-04 mquinsonWelcome to modernity, testing infrastructure
2006-04-04 mquinsonsanitize around the xbt_host_t typedef; kill the remote...
2006-04-04 mquinsoncosmetics
2006-04-04 mquinsonAllow for asynchronous RPC calls, plus better detection...
2006-04-04 mquinsonTypo in comments, and add the timeout to the CB context...
2006-04-04 mquinsonKill non-portable comment
2006-04-04 mquinsonIntroduce asynchronous RPC calls
2006-04-04 mquinsonTest mecanism
2006-04-04 mquinsonImprove detection of remote exceptions
2006-04-04 mquinsonImprove detection of remote exceptions, plus workaround...
2006-04-04 mquinsondebug msg tweaking
2006-04-04 mquinsonIgnore ignorable
2006-04-04 mquinsonAlso test in RL ;)
2006-04-04 mquinsonMake the testcase catch more errors: let A,B,C be 3...
2006-04-04 mquinsonWhen answering a RPC, use the answer message type,...
2006-04-04 mquinsonAll we need on this earth is verbose debugging messages...
2006-04-04 mquinsonMake sure we don't change a timeout=0 into a timeout...
2006-04-04 mquinsonplug a memleak on remote exception propagation
2006-04-04 mquinsonMore verbose error msg
2006-04-03 mquinsonAllow up to 8 params to the INFO logging severity
2006-04-03 mquinsonSizes in bytes; rework the documentation; uniformize...
2006-04-03 amad206the code of Matrix bandwidth function
2006-04-03 amad206prototype of the new matrix bandwidth test
2006-03-31 mquinsonDocumentation fixup
2006-03-31 mquinsonsexy sexy, I love figs
2006-03-31 mquinsonMove the figs into a subdir, and add a new one to expla...
2006-03-31 mquinsonStick to the coding standards wrt xbt_host_t structure
2006-03-31 mquinsonThose damn RPC are done now
2006-03-31 mquinsonDo use those wonderful RPC
2006-03-31 mquinsonSizes are now in bytes in GRAS & AMOK (plus 'the thing...
2006-03-31 mquinsonMove your ass to another host, you lazy maestro. Signed...
2006-03-31 mquinsonYet another documentation improvement
2006-03-31 mquinsonDocumentation improvement
2006-03-31 mquinsonThere is half a dozen of examples, actually
2006-03-31 mquinsonclean behind Arnaud (hehe) so that make distcheck works...
2006-03-31 mquinsonprocesses are now started in file order
2006-03-31 mquinsonFix doxygen; more debuging (is always welcome); make...
2006-03-31 mquinsonFix doxygen
2006-03-30 mquinsonKeep in sync with callback API change
2006-03-30 mquinsonI'm such a looser (too)
2006-03-30 mquinsonDocument the introduction of RPC into GRAS, and the...
2006-03-30 mquinsonSome room for the rpc example
2006-03-30 mquinsonKeep in sync with last changes in the GRAS callback API
2006-03-30 mquinsonKeep in sync with last changes in the GRAS callback...
2006-03-30 mquinsonDo not forget this great new feature in the library...
2006-03-30 mquinsonMore debuging, that's what we need
2006-03-30 mquinsonThis is the proper data description to propagate exceptions
2006-03-30 mquinsonTweak things here and there so that we can propagate...
2006-03-30 mquinsonKeep in sync with last changes in the GRAS callback API
2006-03-30 mquinsonKeep in sync with last changes in the GRAS callback...
2006-03-30 mquinsonHere come the proper GRAS RPC. The callback API changed...
2006-03-30 mquinsonHere come the new GRAS RPC
2006-03-30 mquinsonHere come the proper GRAS RPC
2006-03-30 mquinsonRemove the old crufty navigation bars
2006-03-30 alegrandfiner inclusion of sysdep.h
2006-03-30 alegranduse the right function name...
2006-03-30 alegrandmissing } that prevented compilation
2006-03-30 mquinsondocument last changes
2006-03-30 mquinsonDo not force experiment sizes to be expressed in kb...
2006-03-30 mquinsoncosmetics
2006-03-30 dimitrovreset the xbtdata at the and of topologicalsort (forgotten)
2006-03-30 alegrandbad position for the initialization.
2006-03-30 alegrandupdate README that were a little bit too much GRAS...
2006-03-30 alegrandUpdate changelog
2006-03-29 alegrandcosmetics (reindent the code...)
2006-03-29 dimitrovtests of xbt_graph_export_graphviz
2006-03-29 dimitrovTesting topological sort.
2006-03-29 dimitrovAdding topological sort.
2006-03-28 mquinsonDocument Arnaud's last changes
2006-03-28 alegrandKeep up with last dtd extensions.
2006-03-28 alegrandextending the graph structure to handle last dtd modifi...
2006-03-28 alegrandExtending the dtd
2006-03-28 alegrandmaking the use of xbt_fifo more uniform and closing...
2006-03-27 alegrandAvoid endless bogus messages when an exception is raise...
2006-03-27 alegrandI'm so lazy...
2006-03-27 alegrandI'm so lame.
2006-03-27 alegrandAdded an (non-tested yet) implementation of the Prim...
2006-03-27 alegrandChanged the convention for undirected graphs to decreas...
2006-03-27 alegrandfix comments...
2006-03-27 alegrandAdd a xbtdata field to nodes and edges. This field...
2006-03-27 alegrandget rid of invalid data value given during parsing
2006-03-27 alegrandhandle directed graphs in graphviz export
2006-03-27 alegrandStupid me! I had swapped function names..
2006-03-27 alegrandplug memleak, fix uninitialized values, export functions
2006-03-27 alegrandbug fix: cleaning should be done before returning...
2006-03-27 alegrandcheck this constraint exists before testing something...
2006-03-27 alegrandComplete rewriting of this workstation instance! I...
2006-03-27 alegrandAdding traces for easier debuging + bugfix
2006-03-27 alegrandAdding traces for easier debuging
2006-03-27 alegrandthis value should have been be global...
2006-03-27 alegrandremove useless declarations
2006-03-27 alegrandAdding convenient functions and traces for debuging
2006-03-27 alegrandstoring edges is useless and causes some segfaults...
2006-03-27 dimitrovshortest path algorithm already working
2006-03-24 dimitrovbugs fixed in graph destructors
2006-03-24 mquinsonImprove the documentation
2006-03-24 mquinsonMake doxygen happy by providing a short description...
2006-03-24 mquinsonMake debug output more informative
2006-03-24 mquinsonFix doxygen
2006-03-24 alegrandupdating the class hierarchy
next