| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2007/09/02 12:03:52 | 39 | 39 | dpavlin | fix symlink in tmp |
| 2007/09/02 11:38:59 | 38 | 38 | dpavlin | use first three arguments as from, to and tmp |
| 2007/07/16 08:34:59 | 37 | 37 | dpavlin | small list of pending tests |
| 2007/07/16 08:34:47 | 36 | 36 | dpavlin | existing file isn't a fatal error, renames to exsting files are common when compiling. |
| 2007/07/16 08:24:08 | 35 | 35 | dpavlin | modify mode of file to we writable even if read-only for user (confuses rsync, need to write tests for it to understend it) |
| 2007/07/16 07:51:20 | 34 | 34 | dpavlin | mungle compressed files (ending in .gz) by adding % to original .gz extension. |
| 2007/07/16 07:41:55 | 33 | 33 | dpavlin | logging tweaks |
| 2007/07/15 23:52:55 | 32 | 32 | dpavlin | packed file must be smaller than original content |
| 2007/07/10 10:48:43 | 31 | 31 | dpavlin | better cleanup before startup |
| 2007/07/10 10:48:21 | 30 | 30 | dpavlin | cleanup uncompressed version after compression |
| 2007/07/10 02:57:03 | 29 | 29 | dpavlin | major (non-working) cleanup: * new API: tmp_path, compress_file2path * truncate fixes * various asserts |
| 2007/07/10 01:10:49 | 28 | 28 | dpavlin | ASSERT if uncompressed version also exist, extracted create_tmp_file and compress_path_dest |
| 2007/07/10 00:22:00 | 27 | 27 | dpavlin | * symlink and link support with tests * truncate now works with tmp * logging cleanup |
| 2007/07/09 23:28:58 | 26 | 26 | dpavlin | * better log output * write fixes: pending->{$file}->{write} counting, do sanity checking and error reporting in write * cleanup chown and chown also cache file |
| 2007/07/09 22:44:20 | 25 | 25 | dpavlin | hopefually correct handling of .fuse_hidden files which are created when open file is unlinked. unlink cleanup, final rename tweaking and tests |
| 2007/07/09 21:57:11 | 24 | 24 | dpavlin | fix |
| 2007/07/09 21:41:58 | 23 | 23 | dpavlin | * added command line paramentars --debug and --fuse-debug * recover from corrupted zero-size compressed file |
| 2007/07/09 20:27:33 | 22 | 22 | dpavlin | don't erase compressed data on startup, fix flag transfer |
| 2007/07/09 17:35:26 | 21 | 21 | dpavlin | cleanup code for open |
| 2007/07/09 16:20:07 | 20 | 20 | dpavlin | add any flag to fuse-comp.pl or comp.sh to turn debug on, repair pending data in rename, better output, implemented check if compressed file is smaller than original (no blacklisting for this yet) |