Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
borland compiler use now windows thread (instead of task state), for that the new...
[simgrid.git] / src / gras /
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
2006-09-20 mquinsonMark as volatile a variable used in a CATCH block
2006-09-20 mquinsonMark as volatile a variable used in a CATCH block
2006-09-19 mquinsonAnd now, let the CVS compile properly. I hate that...
2006-09-07 mquinsonMake sure that we won't try to reuse a socket closed...
2006-09-07 mquinsonSome more info in comments
2006-09-06 mquinsonavoid namespace polution (s/aligned/ddt_aligned/)
2006-08-27 mquinsonAlso reset the refs dict instead of freeing it each...
2006-08-27 mquinsonAlso shut amok down
2006-08-27 mquinsonCheck PROPERLY whether there is more data to consume...
2006-08-27 mquinsonSome more debuging
2006-08-24 mquinsonSIGURS1 is not defined on windows (but signal() and...
2006-08-22 mquinsonUse the new dict_reset function to improv perfs a bit
2006-08-22 mquinsoncosmetics (add missing braces so that adding debugging...
2006-08-22 mquinsonhexa_str prototype changed to allow right-to-left displ...
2006-08-22 mquinsonImprove the hexa displayer by separating raw and hex...
2006-08-04 mquinsonDocument the name of type descriptions created with...
2006-08-02 mquinsonMake sure that mod won't go undefined when an exception...
2006-08-01 mquinsonFix a vicious bug: TCP socket use a buffer and read...
2006-07-19 mquinsonReduce debug loggings to their real value
2006-07-19 mquinsoncleanup the GRAS+AMOK initialization schema
2006-07-19 mquinsoncosmetics
2006-07-19 mquinsonMake room for moddata along with libdata during the...
2006-07-19 mquinsonNew, proper, module mecanism. Still missing dependency...
2006-07-18 mquinsonAnother try at cleaning up the function types
2006-07-16 mquinsonReintenting (sorry), plus do the list managment operati...
2006-07-13 mquinsonNo idea why this file got regenerated
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-09 mquinsonCanceled RPC are a pain right now (until we move to...
2006-07-09 mquinson- Do not close sockets closed on other side: user may...
2006-07-09 mquinsonDeal properly with assymetric RPCs
2006-07-07 mquinsonSends in SG now have a 60s timeout. The right way to...
2006-07-06 mquinsonalso save the cbps in SG, the same way I do in RL since...
2006-07-06 mquinsonAlso display the backtrace on Ctrl-C (use Ctrl-C Ctrl...
2006-07-04 mquinsonDisplay the name of the canceled RPC
2006-07-04 mquinsonWhen a GRAS process receives the SIGUSR1 signal, it...
2006-06-27 mquinsonHow can I be so bad at boolean expression?
2006-06-27 mquinsonReact sainly in gras_msg_wait() when the sender dies...
2006-06-27 mquinsonFix the gras_socket_server_range function: only return...
2006-06-27 mquinsonThe fact that peer closed the socket should be detected...
2006-06-27 mquinsonDo not go for an endless block wait in handleall (ie...
2006-06-27 mquinsonDocumentation fixups
2006-06-27 mquinsonCalm down, doxygen
2006-06-26 mquinsonDetect socket closed by peer in the transport layer...
2006-06-22 mquinsonSTUPID ME. Don't die awfully when pals shutdown there...
2006-06-20 mquinsonmemleak
2006-06-20 mquinsonDon't use measurement sockets as master socket; add...
2006-06-20 mquinsontry to detect and discard RPC answers to already cancel...
2006-06-20 mquinsonMore informative names when verbose running (useful...
2006-06-13 mquinsonLogging improvements
2006-06-13 mquinsonNew annotation for the parsing macro: subtype. We can...
2006-06-09 mquinsonThat's debugging, not verbose working
2006-06-09 mquinsonAutomatically generate matrices datatype description...
2006-06-09 mquinsonMore informative logging
2006-06-02 mquinsoncosmetics
2006-06-02 mquinsonTwo new functions (gras_socket_server_range and gras_so...
2006-06-02 mquinsonAllow to retrieve the libdata of a remote host in SG
2006-06-01 mquinsonExchange master socket port number on client socket...
2006-06-01 mquinsonGRAS is not the only one using libdata. AMOK does too...
2006-06-01 mquinsonfixme--: found a better place
next