Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-09-13 | update TODO | Alexander Larsson | 1 | -0/+1 |
2007-09-13 | Make buffer argument to write const | Alexander Larsson | 8 | -38/+38 |
2007-09-13 | Implement g_file_replace_contents | Alexander Larsson | 2 | -3/+52 |
2007-09-13 | Fix warning | Alexander Larsson | 1 | -1/+0 |
2007-09-13 | Implement g_file_load_contents | Alexander Larsson | 1 | -0/+52 |
2007-09-13 | Replace get_contents with load_contents to avoid namespace clashes with g_fil... | Alexander Larsson | 2 | -30/+53 |
2007-09-13 | Update TODO | Alexander Larsson | 1 | -0/+1 |
2007-09-13 | gvfs_fuse_daemon_INCLUDES -> gvfs_fuse_daemon_CFLAGS. | Alexander Larsson | 1 | -1/+1 |
2007-09-13 | Add Emacs mode string so we (I) get sane indenting. | Alexander Larsson | 1 | -0/+2 |
2007-09-13 | Add skeleton for FTP backend. | Alexander Larsson | 4 | -3/+488 |
2007-09-13 | Remove some functions that we won't implement, from the map. | Alexander Larsson | 1 | -4/+0 |
2007-09-13 | Initial work on copying attributes when moving file by copy+remove | Alexander Larsson | 2 | -2/+47 |
2007-09-13 | Implement a global file handle table, so we can get at the file handles in fu... | Alexander Larsson | 1 | -22/+370 |
2007-09-13 | Update TODO | Alexander Larsson | 1 | -8/+1 |
2007-09-13 | Add daemon side query attribute support | Alexander Larsson | 8 | -3/+312 |
2007-09-13 | Implement fallback version for query attr methods when not supported. | Alexander Larsson | 1 | -10/+32 |
2007-09-13 | update TODO | Alexander Larsson | 1 | -1/+3 |
2007-09-13 | strdup -> g_strdup | Alexander Larsson | 1 | -2/+2 |
2007-09-13 | Marshal attribute query requests on client side | Alexander Larsson | 3 | -0/+99 |
2007-09-13 | Fix illegal free | Alexander Larsson | 1 | -0/+1 |
2007-09-13 | Add writable attribute query switch to gvfs-info | Alexander Larsson | 1 | -1/+80 |
2007-09-13 | Implement writable attribute query | Alexander Larsson | 1 | -1/+44 |
2007-09-13 | Fix trivial bugs | Alexander Larsson | 1 | -1/+5 |
2007-09-13 | Add comments for the attribute query functions | Alexander Larsson | 1 | -1/+8 |
2007-09-13 | Update todo | Alexander Larsson | 1 | -1/+4 |
2007-09-13 | Update TODO | Alexander Larsson | 1 | -9/+1 |
2007-09-13 | Add comment | Alexander Larsson | 1 | -1/+1 |
2007-09-13 | Add API for listing settable attributes | Alexander Larsson | 2 | -160/+230 |
2007-09-13 | Add GFileAttributeInfo* related api | Alexander Larsson | 2 | -0/+133 |
2007-09-13 | Add EBUSY error. | Alexander Larsson | 2 | -1/+8 |
2007-09-13 | Fix cut/paste-induced inconsistencies. | Alexander Larsson | 2 | -4/+4 |
2007-09-13 | Add get/set boolean to GFileInfo | Alexander Larsson | 2 | -0/+26 |
2007-09-13 | Switch boolean file attributes to new boolean type | Alexander Larsson | 4 | -27/+27 |
2007-09-13 | Add boolean file attribute type | Alexander Larsson | 3 | -3/+49 |
2007-09-13 | Document types of standard attributes | Alexander Larsson | 2 | -50/+48 |
2007-09-13 | Use uint32 for booleans for consistency | Alexander Larsson | 1 | -4/+4 |
2007-09-13 | Update TODO | Alexander Larsson | 1 | -1/+2 |
2007-09-13 | Remove g_file_attribute_value_destroy (replace with clear) | Alexander Larsson | 5 | -41/+35 |
2007-09-13 | Implement truncation. | Alexander Larsson | 1 | -89/+191 |
2007-09-13 | Break out GFileAttributeValue from GFileInfo and use in other places. | Alexander Larsson | 14 | -553/+587 |
2007-09-13 | Update TODO | Alexander Larsson | 1 | -1/+5 |
2007-09-13 | Fix warnings | Alexander Larsson | 1 | -1/+2 |
2007-09-13 | Add interface support for truncate on GFileOutputStream. | Alexander Larsson | 2 | -1/+195 |
2007-09-13 | Implement rmdir and start on truncate. | Alexander Larsson | 1 | -2/+64 |
2007-09-13 | Update TODO | Alexander Larsson | 1 | -1/+0 |
2007-09-13 | Update TODO | Alexander Larsson | 1 | -2/+0 |
2007-09-13 | Always return gvfs:backend from get_file_info | Alexander Larsson | 3 | -13/+31 |
2007-09-13 | Fix up get_fs_info | Alexander Larsson | 1 | -1/+2 |
2007-09-13 | Support removing dirs in smb backend | Alexander Larsson | 1 | -1/+18 |
2007-09-13 | Fix warning | Alexander Larsson | 1 | -1/+1 |