diff options
author | Sergiu Ivanov <unlimitedscolobb@gmail.com> | 2008-08-07 22:26:03 +0300 |
---|---|---|
committer | antrik <antrik@users.sf.net> | 2008-08-08 20:36:24 +0200 |
commit | 6322d08c711371b2c10e723011d528965bc2b75b (patch) | |
tree | d5ca93454d8b29fa5e4580acd36107cbd1c37359 /community | |
parent | 7ddd2852e983977c7481e947746b2531e6d71d8c (diff) |
Update the roadmap and the progress. Remove hours.
Diffstat (limited to 'community')
-rw-r--r-- | community/scolobb.mdwn | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/community/scolobb.mdwn b/community/scolobb.mdwn index e0fbd00d..c4c4cbda 100644 --- a/community/scolobb.mdwn +++ b/community/scolobb.mdwn @@ -32,17 +32,16 @@ The code is at <http://github.com/scolobb/nsmux/tree/master>. * The skeleton which mirrors the filesystem. -* Provided the looking up of files with special suffixes like 'file,,x' +####TODO: -* Implemented the propagation of a translator on all files belonging - to directory 'dir' in the case of the following query: 'dir,,x/' +* Provide shadow nodes (modify the standard version of netfs_S_dir_lookup). -* 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 generic filter translator. -####TODO: +* Create the translator '0' (providing the untranslated version of the + node). + +* Create the "recursive wrappers" for one-node translators. * Create special translators for the main proxy so that its functionality should be complete. @@ -52,35 +51,42 @@ The code is at <http://github.com/scolobb/nsmux/tree/master>. * Kill bugs. +* Integrate nsmux upstream. + +* Solve the libtrivfs stacking issue. + +* Patch libnetfs (it does not support file_get_translator_cntl, for + instance). + --- ###Progress -####6: Fri Jul 25, ~04:00 UTC - ? +####6: Sun Aug 3 - ?: -> Implementing a skeleton of the translator that should filter the translator stack it is set upon. +> Implement the shadow nodes. -####5: Thu Jul 24, ~17:00 UTC - Thu Jul 24, ~18:30 UTC: +####5: Thu Jul 24 - Thu Jul 24: > Created a *libnetfs*-based one-node translator, working exactly like the *libtrivfs*-based translator I had written before; the former, however, can be included in a translator stack. -####4: Tue Jul 22, ~15:00 UTC - Thu Jul 24, ~17:00 UTC: +####4: Tue Jul 22 - Thu Jul 24: > Attempted to make a *libtrivfs*-based translator to be able to be stacked upon itself (to be able to receive a translator on top of itself, more exactly); attempted to borrow some code from *libnetfs* but this didn't bring any results. -####3: Sun Jul 20, ~15:00 UTC - Tue Jul 22, ~15:00 UTC: +####3: Sun Jul 20 - Tue Jul 22: > Implemented the possibility to propagate a translator on all files belonging to a directory 'dir' in the request of the type 'dir,,x/'. -####2: Thu Jul 17, ~13:00 UTC - Fri Jul 18, ~21:00 UTC: +####2: Thu Jul 17 - Fri Jul 18: > Extended the lookup code in *nsmux* to allow for looking up nodes like 'file,,x' and added the possibility to escape the double-comma in the following way: ',,,'. -####1: Mon Jul 12, ~13:00 UTC - Tue Jul 13, ~15:00 UTC: +####1: Mon Jul 12 - Tue Jul 13: > Implemented a simple *libtrivfs*-based translator to test the lookup code for *nsmux*. -####0: Sat Jul 12, ~09:00 UTC - Sat Jul 12, ~18:00 UTC: +####0: Sat Jul 12 - Sat Jul 12: > Made small changes to the code of *filterfs* to fit the needs of *nsmux*. |