Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly dup strings in meta_tree_lookup_stringv | Alexander Larsson | 2009-12-01 | 1 | -1/+1 |
* | Fix warning | Alexander Larsson | 2009-12-01 | 1 | -1/+1 |
* | If there are no mtimes in the file, use 0 as mtime base | Alexander Larsson | 2009-11-19 | 1 | -1/+2 |
* | Don't store write() return val in unsigned variable | Alexander Larsson | 2009-11-19 | 1 | -1/+1 |
* | Fsync the directory when rotating the metadata | Christian Kellner | 2009-11-18 | 1 | -2/+13 |
* | Reread metadata only when the inodes are different | Christian Kellner | 2009-11-18 | 1 | -0/+14 |
* | Use $(AM_V_GEN) for more silent build | Christian Persch | 2009-10-09 | 1 | -1/+1 |
* | Fix leak in metadata code | Alexander Larsson | 2009-09-08 | 1 | -0/+1 |
* | Fix leak | Alexander Larsson | 2009-09-08 | 1 | -1/+4 |
* | Fix memory leaks | Alexander Larsson | 2009-09-07 | 1 | -0/+3 |
* | Don't call get_devnum on NULL | Alexander Larsson | 2009-09-07 | 1 | -1/+2 |
* | Fix various memory leaks | Alexander Larsson | 2009-08-17 | 2 | -2/+4 |
* | Free MetaBuilder when rolling over log | Alexander Larsson | 2009-08-17 | 1 | -5/+7 |
* | Return success when rotating log succeeded | Alexander Larsson | 2009-08-17 | 1 | -3/+4 |
* | Plug various metadata-related memleaks | Matthias Clasen | 2009-08-01 | 1 | -1/+4 |
* | Fix a symbol conflict with crc32 | Joe Marcus Clarke | 2009-07-31 | 3 | -4/+4 |
* | Initialize the DBus error | Cosimo Cecchi | 2009-07-20 | 1 | -0/+1 |
* | Fix 'make distcheck' | David Zeuthen | 2009-07-13 | 1 | -0/+5 |
* | Plug some leaks and fix some strings. | Cosimo Cecchi | 2009-06-30 | 2 | -2/+4 |
* | Add header include protection and boilerplate | Alexander Larsson | 2009-06-25 | 2 | -0/+53 |
* | Implement a dbus based metadata get call | Alexander Larsson | 2009-06-25 | 1 | -0/+191 |
* | include locale.h for setlocale() call | Benjamin Otte | 2009-06-25 | 1 | -0/+1 |
* | Allow unsetting keys with the standard Set dbus operation | Alexander Larsson | 2009-06-25 | 1 | -1/+20 |
* | Fix deadlock in MetaTree | Alexander Larsson | 2009-06-23 | 1 | -1/+2 |
* | Update gitignore for new files | Alexander Larsson | 2009-06-23 | 1 | -0/+2 |
* | Add various metadata test programs | Alexander Larsson | 2009-06-23 | 5 | -0/+568 |
* | Add gvfsd-metadata update daemon | Alexander Larsson | 2009-06-23 | 3 | -1/+592 |
* | Allow MetaTree open to succeed with no file | Alexander Larsson | 2009-06-23 | 2 | -6/+18 |
* | Add meta_tree_remove and meta_tree_copy | Alexander Larsson | 2009-06-23 | 2 | -7/+126 |
* | Fix metadata file rotation | Alexander Larsson | 2009-06-23 | 1 | -14/+9 |
* | Add workaround for ESTALE on NFS for metadata files | Alexander Larsson | 2009-06-23 | 1 | -5/+184 |
* | Implement unset key in MetaTree | Alexander Larsson | 2009-06-23 | 1 | -2/+45 |
* | Implement setting stringv in MetaTree | Alexander Larsson | 2009-06-23 | 2 | -3/+57 |
* | Finish mtime reading support in MetaTree | Alexander Larsson | 2009-06-23 | 1 | -11/+58 |
* | Finish the TODOs in the journal apply code | Alexander Larsson | 2009-06-23 | 1 | -3/+17 |
* | Add some required MetaBuilder functions | Alexander Larsson | 2009-06-23 | 2 | -14/+143 |
* | Add stringv reading support to MetaTree | Alexander Larsson | 2009-06-23 | 1 | -13/+150 |
* | Add metafile_key_list_set to clear and set a key as a list | Alexander Larsson | 2009-06-23 | 2 | -0/+19 |
* | Add string list support to treebuilder.c | Alexander Larsson | 2009-06-23 | 1 | -6/+78 |
* | Add metafile_key_unset | Alexander Larsson | 2009-06-23 | 2 | -0/+16 |
* | Implement metadata journal rollover | Alexander Larsson | 2009-06-23 | 1 | -15/+157 |
* | Add getter for filename | Alexander Larsson | 2009-06-23 | 2 | -7/+14 |
* | Make MetaTree threadsafe | Alexander Larsson | 2009-06-23 | 2 | -42/+148 |
* | Handle looking up MetaTree for / | Alexander Larsson | 2009-06-23 | 1 | -8/+14 |
* | Cache extra_prefix calculation too | Alexander Larsson | 2009-06-23 | 1 | -6/+7 |
* | Create directory and empty tree when opening nonexistant tree for write | Alexander Larsson | 2009-06-23 | 1 | -1/+24 |
* | Add metabuilder_free | Alexander Larsson | 2009-06-23 | 2 | -2/+38 |
* | Add MetaTree lookup by name | Alexander Larsson | 2009-06-23 | 2 | -10/+54 |
* | Add refcounting for MetaTree | Alexander Larsson | 2009-06-23 | 2 | -10/+24 |
* | Clean up mountpoint lookup code | Alexander Larsson | 2009-06-23 | 1 | -124/+72 |