[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]] [[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU_Free_Documentation_License|/fdl]]."]]"""]] # scolobb Sergiu Ivanov, interested non-student Mail: 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 . Clone URL: git://github.com/scolobb/filterfs.git ####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, ####8: Tue Jun 24, ~17:00 UTC - Fri Jun 27, ~14:00 UTC: > Debugged the code for fetching directory entries. ####7: Mon Jun 23, ~15:00 UTC - Tue Jun 24, ~14:00 UTC: > 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** (). ####0: Sat May 3, ~16:00 UTC: > Task suggested by **antrik**. --- ## Completed Tasks ####1: Mon Apr 28 - Wed Apr 30: > Wrote a Python extension module in C for retreiving the uptime. The module is based on the code of *w*. ####0: Sun Apr 27: > Followed the code of *dmesgd* () kindly offered by **bddebian** and rewritten it from scratch as a tutorial.