From: mquinson Date: Wed, 28 Apr 2004 11:55:39 +0000 (+0000) Subject: Document last changes X-Git-Tag: v3.3~5258 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4a0c9427ad6245300056cdbae568ab579bb0c171?ds=sidebyside Document last changes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@88 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/UNIMPLEMENTED b/UNIMPLEMENTED index 6561e1d459..f8054b189e 100644 --- a/UNIMPLEMENTED +++ b/UNIMPLEMENTED @@ -1,26 +1,50 @@ +### +### Avant 0.5 +### + - gras_dd_convert_elm - gras_datadesc_cpy -- callback en reception ?? +- gras_trp_select [SG] -- Virer cat ignored + gras_trp_sg_socket_client + gras_trp_sg_socket_server + gras_trp_sg_socket_close + gras_trp_sg_select + gras_trp_sg_bloc_send + gras_trp_sg_bloc_recv + gras_trp_sg_flush + +- tcp->incoming_socks + sock specific tcp (buffsize) inutile + +### +### Avant 1.0 +### -gras_ddt_new_ignored : Pas portable (taille) => virer cat? +- renomages + gras_os_time + gras_os_sleep + gras_os_getload -gras_ddt_new_parse -gras_ddt_new_from_nws +- gras_datadesc_parse + gras_datadesc_import_nws +- rawsock +- Documentation (en particulier DD et Msg) -gras_trp_select [SG] +- gras_datadesc_cpy -> donne la taille prise pour donner un poids aux messages + +- callback en reception ?? (remettre les pointeurs sur fonction etc) + +- Virer cat ignored + gras_ddt_new_ignored : Pas portable (taille) => virer cat? + Necessaire aux pointeurs sur fonction? Renomer 'void' -gras_trp_sg_socket_client -gras_trp_sg_socket_server -gras_trp_sg_socket_close -gras_trp_sg_select -gras_trp_sg_bloc_send -gras_trp_sg_bloc_recv -gras_trp_sg_flush +### +### Apres +### -tcp->incoming_socks -sock specific tcp (buffsize) inutile +- Adaptative timeout +- datadesc_set_cste: Donne la valeur par defaut en reception + plus de transfert, ce qui est utile pour les pointeurs sur fct diff --git a/changelog b/changelog index a0910cf715..d074dcb98b 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,30 @@ +TODO: + [SG plugin] + - Porting to new standards. + [SG select] + - Porting to new standards. + +2004-04-21 Martin Quinson + [Messaging] + - Porting to new standards. + [Data description] + - interface cleanup. + There is no bag anymore, no need to take extra provision to mask the + pointers behind "ID". + Better splitup of functions between files create/exchange/convert. + This is still a bit artificial since convert and receive are so + interleaved, but anyway. + [Virtu(process)] + - add a queued message list to procdata (the ones not matching criteria + in msg_wait) + - factorize some more code between SG and RL wrt procdata + [Tests] + - use gras_exit in example to track memleaks + - get rid of gs_example now that GS is properly integrated into gras + - update run_test to integrate the lastest tests (datadesc) + [Logging] + - rename WARNINGn macros to WARNn since it prooved error-prone + 2004-04-19 Martin Quinson [Data description] - register init/exit functions within gras module mecanism @@ -16,10 +43,6 @@ [Transport] [File plugin] - Bugfix when using a filename explicitely (instead of '-') - [SG plugin] - - Porting to new standards. - [SG select] - - Porting to new standards. 2004-04-09 Martin Quinson [Transport plugins]