summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-17 12:54:29 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-17 12:54:29 +0000
commit79016f7d8228c6d1fb00b76613f6ef8deff8293d (patch)
treebf32fc6d07daf1b726a92d6127f8bdd0c9c4c6cd /community
parentd80a9c8d00e30a9a66b43f57b1adad8dcc918655 (diff)
web commit by scolobb
Diffstat (limited to 'community')
-rw-r--r--community/scolobb.mdwn53
1 files changed, 14 insertions, 39 deletions
diff --git a/community/scolobb.mdwn b/community/scolobb.mdwn
index 8abc4646..2990f5e1 100644
--- a/community/scolobb.mdwn
+++ b/community/scolobb.mdwn
@@ -19,59 +19,34 @@ Project: Namespace-based translator selection
---
## Current Task
-Write a translator that should filter the contents of the directory it is set on according to some property. The property can be an arbitrary command.
-The code is at <http://github.com/scolobb/filterfs/tree/master>.
+Write the filesystem proxy for namespace-based translator selection (*nsmux*).
-Clone URL: git://github.com/scolobb/filterfs.git
+The code is at <http://github.com/scolobb/nsmux/tree/master>.
-####10: Sat Jun 28, ~14:00 UTC - Wed Jul 2, ~16:00 UTC ?:
+###Progress
-> Implemented the functions required for the lookup operation.
+####2: Thu Jul 17, ~13:00 UTC - ?:
-####9: Fri Jun 27, ~14:00 UTC - Fri Jun 18, ~18:00 UTC:
+> Extend the lookup code in *nsmux* to allow for looking up nodes like 'file,,x'.
-> Added the code for filtering directory entries,
+####1: Mon Jul 12, ~13:00 UTC - Tue Jul 13, ~15:00 UTC:
-####8: Tue Jun 24, ~17:00 UTC - Fri Jun 27, ~14:00 UTC:
+> Implemented a simple *libtrivfs*-based translator to test the lookup code for *nsmux*.
-> Debugged the code for fetching directory entries.
+####0: Sat Jul 12, ~09:00 UTC - Sat Jul 12, ~18:00 UTC:
-####7: Mon Jun 23, ~15:00 UTC - Tue Jun 24, ~14:00 UTC:
+> Made small changes to the code of *filterfs* to fit the needs of *nsmux*.
-> Created the code for logging debug messages.
-
-####6: Fri Jun 6, ~13:00 UTC - Mon Jun 23, ~15:00 UTC:
-
-> Created the code to fetch the directory entries and integrated it into *libnetfs* callbacks.
-
-####5: Mon Jun 2, ~14:00 UTC - Thu Jun 5, ~19:00 UTC:
-
-> Adapted the initialization actions from *unionfs*. Borrowed the netnode/lnode architecture from *unionfs*.
-
-####4: Mon Jun 2, ~11:00 UTC - ~14:00 UTC:
-
-> Adapted the node cache from *unionfs* to the needs of *filterfs*.
-
-####3: Mon May 26, ~18:00 UTC - Thu May 29, ~19:00 UTC:
-
-> Prepared stubs of callbacks required by *libnetfs*.
-
-####2: Mon May 5, ~18:00 UTC - ~20:00 UTC:
-
-> Rewrote the *helloworld* translator from scratch.
-
-####1: Sat May 3, ~8:00 UTC - ~21:00 UTC:
-
-> Read **The Hurd Hacking Guide** (<http://www.gnu.org/software/hurd/hacking-guide/hhg.html>).
+---
-####0: Sat May 3, ~16:00 UTC:
+## Completed Tasks
-> Task suggested by **antrik**.
+####2: Sat May 3 - Fri Jul 17:
----
+> Write a translator that should filter the contents of the directory it is set on according to some property. The property can be an arbitrary command.
-## Completed Tasks
+> The code is at <http://github.com/scolobb/filterfs/tree/master>.
####1: Mon Apr 28 - Wed Apr 30: