Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-09-11 16:00:23 -0700 (Tue, 11 Sep 2007)
Revision: 12147
Log message:
- Remove extraneous file
- Update readme
- Minor bugfix
Changes | Path(relative to mojavefs/lookup-mydns) |
+10 -0 | README |
+4 -4 | source/lookup_test.ml |
Deleted | source/message_types.ml |
Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-09-11 17:29:08 -0700 (Tue, 11 Sep 2007)
Revision: 12149
Log message:
- Add capability to print extended attributes currently stored in memory
Changes | Path(relative to mojavefs/lookup-mydns/source) |
+25 -2 | fs_interface.ml |
Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-09-11 18:50:57 -0700 (Tue, 11 Sep 2007)
Revision: 12151
Log message:
- Fixed rename
- Added some clarifying comments
Changes | Path(relative to mojavefs/lookup-mydns/source) |
+16 -1 | fs_interface.ml |
+2 -0 | fs_update_handler.ml |
+3 -0 | lookup_test.ml |
Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-09-14 00:09:58 -0700 (Fri, 14 Sep 2007)
Revision: 12169
Log message:
- Moved magical parameters into a config file
- Added crawler_test, a top-level executable that crawls the mounted directory
tree once
Changes | Path(relative to mojavefs/lookup-mydns/source) |
+2 -0 | OMakefile |
+1 -2 | bootstrap.ml |
Added | config.ml |
Added | config.mli |
+16 -7 | crawler.ml |
Added | crawler_test.ml |
+2 -2 | dns_updater.ml |
+9 -8 | fs_interface.ml |
+0 -0 | global_message.ml |
+1 -1 | global_message.mli |
Added | lookup.conf |
+1 -5 | lookup_test.ml |
+2 -1 | network.ml |
+3 -1 | network.mli |
+1 -1 | tracker.ml |
+1 -0 | utils.ml |
+1 -0 | utils.mli |
Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-09-14 01:32:01 -0700 (Fri, 14 Sep 2007)
Revision: 12170
Log message:
Added some debugging messages, fixed some bugs
Changes | Path(relative to mojavefs/lookup-mydns/source) |
+35 -20 | crawler.ml |
+0 -1 | crawler.mli |
+4 -2 | crawler_test.ml |
+5 -0 | dns_utils.ml |
+3 -0 | dns_utils.mli |
Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-09-15 00:05:31 -0700 (Sat, 15 Sep 2007)
Revision: 12181
Log message:
- Fixed some relative vs. absolute path bugs
Changes | Path(relative to mojavefs/lookup-mydns/source) |
+2 -3 | crawler.ml |
+1 -1 | dns_utils.ml |
+6 -5 | fs_interface.ml |
+3 -0 | fs_interface.mli |
+3 -0 | utils.ml |
+2 -1 | utils.mli |
Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-09-19 06:47:32 -0700 (Wed, 19 Sep 2007)
Revision: 12200
Log message:
- Added separate file system interface for use with crawler
- Fixed a lot of bugs
Changes | Path(relative to mojavefs/lookup-mydns) |
+5 -0 | README |
+1 -0 | source/OMakefile |
Added | source/client_fs_interface.ml |
Added | source/client_fs_interface.mli |
+3 -3 | source/crawler.ml |
+1 -1 | source/crawler_test.ml |
+11 -2 | source/fs_interface.ml |
+1 -0 | source/fs_interface.mli |
+30 -18 | source/fs_update_handler.ml |
+21 -15 | source/lookup_test.ml |
Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-09-21 07:18:36 -0700 (Fri, 21 Sep 2007)
Revision: 12215
Log message:
Small cleanup tweaks
Changes | Path(relative to mojavefs/lookup-mydns/source) |
+2 -1 | OMakefile |
+7 -3 | config.ml |
+2 -0 | config.mli |
+13 -14 | dns_updater.ml |
+8 -8 | dns_utils.ml |
+6 -2 | lookup.conf |
+6 -5 | tracker.ml |
Changes by: David Noblet (dnoblet at cs.caltech.edu)
Date: 2007-09-21 15:55:13 -0700 (Fri, 21 Sep 2007)
Revision: 12218
Log message:
Minor tweaks to the root OMakeflie.
Changes | Path(relative to mojavefs/lookup-mydns) |
+4 -4 | OMakefile |
Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-09-24 22:10:23 -0700 (Mon, 24 Sep 2007)
Revision: 12232
Log message:
Fixed a tail-recursion issue that was causing stack overflows
Changes | Path(relative to mojavefs/lookup-mydns/source) |
+2 -2 | dns_utils.ml |
+7 -7 | fs_interface.ml |
+2 -1 | fs_update_handler.ml |
+1 -1 | lookup.conf |
+6 -4 | lookup_test.ml |
Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-09-25 00:12:20 -0700 (Tue, 25 Sep 2007)
Revision: 12235
Log message:
Calculating the file size of xattr_list should no longer eat memory
Changes | Path(relative to mojavefs/lookup-mydns/source) |
+10 -5 | fs_interface.ml |