Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics (giva a name to a struct)
[simgrid.git] / src / gras /
2009-07-07 mquinsonDisplay the list of still queued messages in SG mode...
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-23 mquinsonSMPI: get the main process launch the sender and receiv...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-26 mquinsontypo (again)
2009-05-26 mquinsonmore debugging
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2009-05-18 mquinsonBe more verbose when propagating local exceptions
2009-05-18 mquinsonAdd regression tests for the lastly fixed bugs in GRAS...
2009-05-18 mquinsonAllow the exchange of 0-long dynamic vectors
2009-05-18 mquinsonLess debugging info
2009-05-18 mquinsonReindent some code, no real change (should do it for...
2009-05-18 mquinsonReindent, no real change
2009-04-28 mquinsonUse the aligned size for structures instead of raw...
2009-04-28 mquinsonSome more debug
2009-04-12 mquinsonplug some memleaks
2009-04-12 mquinsoncosmetics
2009-04-12 mquinsondo not brutally kill the listener but ask him politely...
2009-04-12 mquinsondo not close sockets from main thread, but from listene...
2009-04-12 mquinsonreduce the verbosity of *all* setsockopt failures to...
2009-04-11 mquinsonlower the gravity of the message indicating that setsoc...
2009-04-11 mquinsonmake sure that the gras_userdata_new() macro returns...
2009-03-26 mquinsonalso awake the listener after opening a file socket
2009-03-10 mquinsonGras listener thread of each process do select(-1)...
2009-03-10 mquinsonbe more explicit when we die because we got an unknown...
2008-11-10 mquinsonRegenerate with newest flex, so that new gcc paranoia...
2008-06-18 mquinsonMore informative error messages
2008-06-05 mquinsonmalloc(0) fails on AIX
2008-06-04 mquinsonSolve the empty_main bug: simply yield main gras thread...
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-21 alegrandThis is the right condition that prevents deadlocks! :)
2008-05-20 mquinsonMmm. Time to bed
2008-05-20 mquinsonSecond try to let the darwin linker find the environmen...
2008-05-20 mquinsonSome extra love is needed to use the environ variable...
2008-05-20 mquinsoncosmetics
2008-05-20 mquinsonImplement properties on hosts and processes in RL ...
2008-05-16 mquinsonSometimes, the time to wait is soo small that the incre...
2008-05-16 mquinsondocumentation improvement
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-05-14 mquinsonMake an error message a bit more explicit about the...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2007-11-16 cheriermdon't cast the long int to avoid the warning but adapt...
2007-11-16 cheriermThis avoid a warning on the Microsoft compiler
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-08 mquinsonOne crude cast less, thanks to small cleanup by Mark
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-08 mquinsonSome more debug
2007-11-06 cheriermThis change allow to avoid the Visual C++ compiler...
2007-11-06 mquinsonAlso fix the prototype of the RL stub
2007-11-06 mquinsonFix constness of arguments
2007-10-27 mquinsonnew line at EOF
2007-10-26 mquinsonAdd the stubs to properties related functions in real...
2007-10-26 mquinsonRename gras_os_property_value() to gras_os_host_propert...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-25 cheriermthe inclusion of the header stat.h is tested in the...
2007-10-25 cheriermVisual C++ need sys/stat.h for open() function
2007-10-25 cheriermjust had SG_BEGIN_DECL and SG_END_DECL macro (for c...
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermThis change exports the gras_procdata pointer and use...
2007-10-22 cheriermVisual C++ already declare the isatty function in the...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-11 mquinsonDo truncate files before writting into it (gras file...
2007-10-10 mquinsonLet's play safe here and don't loose the first char...
2007-10-10 mquinsoncosmetics
2007-10-10 mquinsonDisplay hexa representation of the borken header if...
2007-10-10 mquinsoncosmetics
2007-10-10 mquinsonDo not use recv() but read() to check whether a socket...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-21 mquinsonKill malek's leftovers
2007-09-21 cheriermvoid functions don't return
2007-09-21 cheriermadd_free_f use now a pointer to a free function
2007-09-13 alegrandremove cvs files.
2007-08-07 mquinsonYeah, right. We should prevent to push the socket into...
2007-08-06 mquinsona bit more debugs
2007-08-06 mquinsonMore debugging, kill dead includes, and give a name...
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-08-06 alegrandcosmetics
2007-08-05 mquinsonDo not push newly created sockets into the dynar before...
2007-07-19 mquinsonDo not use non-letter chars in type name so that it...
2007-07-19 mquinsonNew function allowing to alias datatypes
2007-07-19 mquinsonavoid a name colision with the newly added function
2007-07-18 donassbrBroken code
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-17 mquinsonAdd a thread to listen the network. Not used so far
2007-07-17 mquinsoncosmetics
2007-07-17 mquinsonKill a useless field
2007-07-17 mquinsonunlock the dynar before removing sockets closed at...
2007-07-17 mquinsonMake the check that RPC return something more strict
2007-07-16 donassbrUndo dynar changes ("recursive" mutex).
2007-07-15 mquinsonxbt_string_t (C definition in xbt/str.h, right for...
2007-07-15 mquinsonnew function gras_os_hostport, returning a constant...
2007-07-14 mquinsonmemleak
2007-07-14 mquinsonIf the timeout is negative, the user wants to block
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-13 mquinsonKill dead files
2007-07-13 donassbrstructure sockets of gras_trp_prodata_t synchronized.
2007-07-13 mquinsonDatadesc now contain a mutex; send big enough data...
next