Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sed -i -e 's/\t/ /g' *.[ch] Please people, stop using tabs in your source
[simgrid.git] / src / gras / Msg / gras_msg_listener.c
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 navarroSome typos in source code
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 Christophe ThiéryMove datadesc and TCP sockets from GRAS to XBT.
2011-02-17 agierschUse new style logging macros.
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-11-26 mquinsonmore verbose debuging infos
2010-11-24 mquinsonnote in the comments the truth about a temptating ...
2010-10-11 alegrandIndent include and src using this command:
2010-10-01 mquinsonProperly let the main thread wait for the startup of...
2010-09-30 cristianrosaFix race condition during the creation of the listeners...
2010-06-24 mquinsonPort GRAS to smx_network infrastructure. Kinda working...
2010-06-18 navarropDefine correctly variables for windows.
2010-05-18 mquinsonOngoing work to port GRAS to smx_network. Not working yet
2010-04-27 mquinsonAllow to cross compile simgrid.dll using the autotools...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-12-02 mquinsoncreate the listener thread in joinable mode since we...
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-10-20 mquinsonuseless cosmetics
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
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-18 mquinsonReindent some code, no real change (should do it for...
2009-04-12 mquinsonplug some memleaks
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-03-10 mquinsonGras listener thread of each process do select(-1)...
2008-06-04 mquinsonSolve the empty_main bug: simply yield main gras thread...
2007-08-06 mquinsonMore debugging, kill dead includes, and give a name...
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