summaryrefslogtreecommitdiff
path: root/community/scolobb.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'community/scolobb.mdwn')
-rw-r--r--community/scolobb.mdwn55
1 files changed, 26 insertions, 29 deletions
diff --git a/community/scolobb.mdwn b/community/scolobb.mdwn
index 8abc4646..b4aadde0 100644
--- a/community/scolobb.mdwn
+++ b/community/scolobb.mdwn
@@ -19,59 +19,56 @@ 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 ?:
-
-> Implemented the functions required for the lookup operation.
-
-####9: Fri Jun 27, ~14:00 UTC - Fri Jun 18, ~18:00 UTC:
+---
-> Added the code for filtering directory entries,
+###Current Status
-####8: Tue Jun 24, ~17:00 UTC - Fri Jun 27, ~14:00 UTC:
+####DONE:
-> Debugged the code for fetching directory entries.
+* The skeleton which mirrors the filesystem.
-####7: Mon Jun 23, ~15:00 UTC - Tue Jun 24, ~14:00 UTC:
+####TODO:
-> Created the code for logging debug messages.
+* Provide the looking up of files with special suffixes like 'file,,x'
-####6: Fri Jun 6, ~13:00 UTC - Mon Jun 23, ~15:00 UTC:
+* Provide RPC for accessing the untranslated node.
-> Created the code to fetch the directory entries and integrated it into *libnetfs* callbacks.
+* Create special translators for the main proxy so that its functionality
+ should be complete.
-####5: Mon Jun 2, ~14:00 UTC - Thu Jun 5, ~19:00 UTC:
+* Refine the skeleton in several places so that it should become faster
+ and more reliable.
-> Adapted the initialization actions from *unionfs*. Borrowed the netnode/lnode architecture from *unionfs*.
+---
-####4: Mon Jun 2, ~11:00 UTC - ~14:00 UTC:
+###Progress
-> Adapted the node cache from *unionfs* to the needs of *filterfs*.
+####2: Thu Jul 17, ~13:00 UTC - Fri Jul 18, ~21:00 UTC:
-####3: Mon May 26, ~18:00 UTC - Thu May 29, ~19:00 UTC:
+> 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: ',,,'.
-> Prepared stubs of callbacks required by *libnetfs*.
+####1: Mon Jul 12, ~13:00 UTC - Tue Jul 13, ~15:00 UTC:
-####2: Mon May 5, ~18:00 UTC - ~20:00 UTC:
+> Implemented a simple *libtrivfs*-based translator to test the lookup code for *nsmux*.
-> Rewrote the *helloworld* translator from scratch.
+####0: Sat Jul 12, ~09:00 UTC - Sat Jul 12, ~18:00 UTC:
-####1: Sat May 3, ~8:00 UTC - ~21:00 UTC:
+> Made small changes to the code of *filterfs* to fit the needs of *nsmux*.
-> 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: