Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The windows implementation of simgrid use now the portable snprintf so, enable the...
[simgrid.git] / src / gras /
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...
2007-03-07 mquinsonGRAS API BREAKAGE: allow users to never call gras_msgty...
2007-03-07 mquinsonFirst wave of GRAS API breaking: gras_cb_register wants...
2007-03-01 cheriermget_pid() for Windows is GetCurrentProcess()
2007-02-07 cheriermno isatty declaration for win32
2007-02-07 cheriermchange free by xbt_free_f
2007-02-07 cheriermchange free function by xbt_free_f
2007-02-07 cheriermdo not export the functions of this header in the dll
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 mquinsonThat's not public
2007-02-07 mquinsonthat's not public
2007-02-07 mquinsontypo in windows DLL cruft
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-01-19 mquinsonCopy/paste error. This is a matrix, not a dynar. Let...
2007-01-08 mquinsonRemove the generated from the .cvsignore files now...
2006-12-21 cherierma directory for all builds
2006-12-07 mquinsonrework some error messages that flavien didn't understo...
2006-11-30 mquinsonChange the way we specify the sizes of bandwidth tests...
2006-11-30 mquinsoncosmetics
2006-11-30 mquinsonThe waitqueue needed to store messages received without...
2006-11-29 mquinsonIn gras_msg_handle, do not discard messages without...
2006-11-21 mquinsonMallocator on the message contextes
2006-11-21 mquinsonCompute fd_setsize only once, and not on each select
2006-11-15 mquinsonlog clarification
2006-11-14 mquinsonCleanup the way moddata are destroyed at the end of...
2006-11-14 mquinsonRemove from the public interface a function that the...
2006-11-14 mquinsonPlug a memleak
2006-11-14 eyraudlConstructor for msg_cb_ctx should fill all fields of...
2006-11-10 eyraudlMakes sure that data sent on measurement socket is...
2006-11-06 mquinson* Change the semantic of gras_datadesc_by_name() to...
2006-11-06 mquinson* Add a gras_msgtype_dumpall() function to get the...
2006-11-06 mquinsonadd two missing types: short and long (short int and...
2006-10-25 cheriermupdate architectures table
2006-10-25 cheriermupdate gras_arch_count to 11
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsonUse the right macro for inlining functions
2006-09-28 mquinsonRemove the #line directive from the flex generated...
2006-09-28 mquinsoncosmetics
2006-09-28 mquinsoncosmetics
2006-09-28 mquinsonRemove unused variable
2006-09-28 mquinsonUse the new semantic of the sock_errstr macro (allowing...
2006-09-26 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
2006-09-26 cheriermIncludes portable.h file header for use of the va_copy...
2006-09-21 eyraudlMark as volatile a variable used in a CATCH block
next