Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add to new utility functions :
[simgrid.git] / src / gras /
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...
2007-07-13 mquinsonif the plugin socket creator raises an exception, remov...
2007-07-12 donassbrUse a queue to control the selectable sockets. We don...
2007-07-12 mquinsonvarious little cleanups in the gras/sg code. Mainly...
2007-07-11 mquinsonof course, you shouldn't use the simulated time but...
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsonplease shutdown the process/agent BEFORE the whole...
2007-07-11 mquinsonMove smx_process related functions from sg_emul.c to...
2007-07-11 mquinsonMove a private symbol (that I may want to kill soon...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsonStupid me. The code produced by the gras_stub_generator...
2007-07-10 mquinsonArg. Move private symbols out of the public header...
2007-07-10 mquinsonrename xbt_portability.h and sysdep.c to xbt_os_time...
2007-07-10 mquinsonSplit up a too long file, taking the oportunity to...
2007-07-10 mquinsonSplit up a too long file, taking the oportunity to...
2007-07-09 mquinsonThis file is a stub for XBT, it has nothing to do in...
2007-07-05 donassbrIt was more difficult to find the bug that I thought...
2007-07-04 mquinsonOnly use the basename of __FILE__ when propagating...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-04-11 cheriermexport the _gras_procname variable in the dll
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-03-16 mquinsonLet the stubs die more verbosely when they catch a...
2007-03-13 cheriermexport some functions for windows dll
2007-03-13 cheriermexport some functions for libgras
2007-03-12 mquinsonproper file name for the stubs not used in either SG...
2007-03-09 mquinsonEmpty body of the context module init/exit functions...
next