Timeline

Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

20 most recent events

2009-06-16
23:56:09 * [a4fb683398] Leaf backed out changes from commit dd959311de. They lead to a leak via whefs_string_copy_cstring(). (user: stephan, tags: trunk)
20:30:07 * Changes to wiki page whefs (user: stephan)
2009-06-15
21:29:14 * [dd959311de] factored out whefs_inode::name. Had to add whefs_file::name, at least temporarily, so whefs_file_name_get() would still work. (user: stephan, tags: trunk, forked_to_google_code)
21:21:18 * [e31d0d9e5b] removed a debug message (user: stephan, tags: trunk)
20:57:23 * [e2162fef3b] added license header (dual Public Domain/MIT) in prep for eventual (possible) move to Google Code (user: stephan, tags: trunk)
20:32:21 * [fce4e23351] fixed part of a small memleak when an fs is closed while inodes are still held open. To fix the second part (leaked whefs_fs or whio_dev objects) we need to track those in an is-opened list like we do inodes (but that's a bummer). (user: stephan, tags: trunk)
20:28:57 * [c06f6055d2] removed some unused code. (user: stephan, tags: trunk)
20:28:43 * [af4c0c30da] added some internal docs. renamed a func. (user: stephan, tags: trunk)
20:27:04 * Changes to wiki page whefs-tools (user: stephan)
20:26:38 * Changes to wiki page whefs-tools (user: stephan)
20:11:51 * [e59a1c5a65] minor C99 incompatibility fix for tcc. (user: stephan, tags: trunk)
19:28:31 * [48c63d9789] added compile-time option to disable inode names cache. Disabled by default because the cost is so high for many use cases. TODO: make it runtime-togglable. (user: stephan, tags: trunk)
19:27:19 * [a49cd174e1] Added missing .o to test app (user: stephan, tags: trunk)
19:27:04 * [a31f7f44c3] updated with 'doxygen -u' (user: stephan, tags: trunk)
19:14:29 * [042766574f] Fixed a bug in the handing of -D/--debug-flags when it was the last argument. Now no longer throws error when no FS filename is given when (openMode==WHEFSApp_NoOpen). (user: stephan, tags: trunk)
19:07:26 * [5c4a73ae54] fixed a minor hash list sorting issue where the list claimed to be unsorted when it had less than two members. (user: stephan, tags: trunk)
18:06:42 * [e8b0c6a4ef] minor doc correction (user: stephan, tags: trunk)
2009-06-14
14:38:07 * [52b0c9265b] fixed a typo (user: stephan, tags: trunk)
13:53:32 * Changes to wiki page whefs-tools (user: stephan)
13:49:58 * [9eaac3c869] corrected debug flags (removed in last commit) (user: stephan, tags: trunk)