Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bring home connected socket macros.
[simgrid.git] / src / gras /
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
2006-06-01 mquinsonWell. RPC answer need some extra love.
2006-06-01 mquinsonyet some more debug
2006-06-01 mquinsonctor/dtor of msg_cb_t + an new function to wait for...
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
2006-05-29 alegrandretrive -> retrieve
2006-05-29 mquinsonTell who sent the discarded messages
2006-05-29 mquinsonBetter choice of what is debug and what is verbose
2006-05-29 mquinsonLet's shild the user against himself: check that he...
2006-05-28 mquinsonLet's be really verbose about what gets copied on the...
2006-05-28 mquinsonUnregister failed sockets from the big socket dynar
2006-05-24 mquinsonStupid me, use an existing channel as external default
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-05-22 mquinsonAllow to exchange fixed-sized arrays which size is...
2006-05-22 mquinsonLearn how to exchange xbt_host_t data
2006-05-16 mquinsoncosmetics
2006-05-16 mquinsonNew function: gras_msg_handleall to deal with all messa...
2006-05-16 mquinsonFix several glitches, add a 'proc' field to the sockets...
2006-05-15 mquinsonFix a timeout computation (stupid me)
2006-04-19 mquinsonDocument the gras_datadesc_dynar function
2006-04-18 mquinsonThis is *really* bad
2006-04-13 mquinsonRaise an exception on timeout, as we should
2006-04-13 mquinsonsetup the select() timeout correctly, some more debuggi...
2006-04-12 mquinsonAlso display the pid on backtraces
2006-04-12 mquinsonUse long int for the pids, just to be sure without...
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-12 mquinsoncosmetics, plus tracked down a source of problem with...
2006-04-11 mquinsoncosmetics
2006-04-11 mquinsonDo not malloc(0), please. It looks ugly
2006-04-11 mquinsondebug logs tweaking; to reset the exception container...
2006-04-11 mquinsonUse xbt_ex_setup_backtrace to actually setup the backtr...
next