diff options
-rw-r--r-- | community/scolobb.mdwn | 38 |
1 files changed, 12 insertions, 26 deletions
diff --git a/community/scolobb.mdwn b/community/scolobb.mdwn index 6edf1bda..594281fe 100644 --- a/community/scolobb.mdwn +++ b/community/scolobb.mdwn @@ -16,8 +16,6 @@ Mail: <mailto:unlimitedscolobb@gmail.com> Project: Namespace-based translator selection - - --- ## Current Task @@ -34,28 +32,10 @@ The code is at <http://github.com/scolobb/nsmux/tree/master>. * The skeleton which mirrors the filesystem. -####TODO: - -''(I manually fixed a broken merge, so this TODO might contain outdated information - ArneBab )'' - -* Implemented the propagation of a translator on all files belonging - to directory 'dir' in the case of the following query: 'dir,,x' - (might change, see the thing with "recursive wrappers") - -* Create the generic filter translator. - -* Any translator can access the untranslated version of the node it is - to be set upon by specifying the corresponding flags to the - <lib>_startup routine, where <lib> is the name of the library used - to create the translator. - -* Create the translator '0' (providing the untranslated version of the - node). - -* Create the "recursive wrappers" for one-node translators. - * Provide proxy nodes (modify the standard version of netfs_S_dir_lookup). +####TODO: + * Create the generic filtering translator. * Create the translator '0' (providing the untranslated version of the @@ -66,6 +46,10 @@ The code is at <http://github.com/scolobb/nsmux/tree/master>. * Create special translators for the main proxy so that its functionality should be complete. +* Implement sharing of dynamic translator stacks where possible. + +* Make dynamic translators go away as soon as they are not required. + * Refine the skeleton in several places so that it should become faster and more reliable. @@ -78,15 +62,17 @@ The code is at <http://github.com/scolobb/nsmux/tree/master>. * Patch libnetfs (it does not support file_get_translator_cntl, for instance). -* Patch libnetfs (?). - --- ###Progress -####6: Mon Aug 4 - ? +####7: Sat Aug 30 - Fri Sep 5: + +> Added the code for shutting down dynamic translator stacks. + +####6: Mon Aug 4 - Fri Aug 29: -> Implementing the proxy nodes. +> Implemented the proxy nodes. ####5: Thu Jul 24 - Thu Jul 24: |