Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | programs: Add simple gvfs-mime test application | Bastien Nocera | 2011-08-26 | 3 | -0/+175 |
| | | | | | | List the apps registered for a particular mime-type, and set a particular application as the default handler for a mime-type. | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-26 | 1 | -123/+390 |
| | |||||
* | Revert "afp: start read loop directly on connect" | Carl-Anton Ingmarsson | 2011-08-26 | 3 | -10/+16 |
| | | | | This reverts commit 5c1242031634859004ce330581342c273a251d20. | ||||
* | Revert "afp: reuse g_vfs_afp_connection_send_command in the sync version" | Carl-Anton Ingmarsson | 2011-08-26 | 4 | -95/+128 |
| | | | | This reverts commit ecc1730d3bfdc11fa07f15893267a7ea054328f1. | ||||
* | Updated Swedish translation | Daniel Nylander | 2011-08-26 | 1 | -361/+552 |
| | |||||
* | afp: change open_fork to be able to return file information for the opened fork | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -34/+66 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2011-08-25 | 1 | -2/+6 |
| | |||||
* | afp: make the afp backends optional | Carl-Anton Ingmarsson | 2011-08-25 | 2 | -3/+25 |
| | |||||
* | afp: start read loop directly on connect | Carl-Anton Ingmarsson | 2011-08-25 | 3 | -16/+10 |
| | | | | | also change g_vfs_afp_connection_get_server_info to take a GSocketConnectable instead of a GVfsAfpConnection | ||||
* | afp: reuse g_vfs_afp_connection_send_command in the sync version | Carl-Anton Ingmarsson | 2011-08-25 | 4 | -128/+95 |
| | |||||
* | afp: add set_unix_privs function | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -72/+128 |
| | | | | also use it in our attribute setting code | ||||
* | afp: create file if it doesn't exist when doing replace | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -73/+75 |
| | |||||
* | afp: implement copy | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -5/+218 |
| | |||||
* | afp: add copy_file function wrapping FPCopyFile | Carl-Anton Ingmarsson | 2011-08-25 | 2 | -1/+129 |
| | |||||
* | afp: add move_and_rename utility function | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -35/+85 |
| | |||||
* | afp: use FPGetFileDirParms when querying root volume info | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -44/+32 |
| | |||||
* | afp: query for and set G_FILE_OWNER_[USER|USER_REAL|GROUP] | Carl-Anton Ingmarsson | 2011-08-25 | 2 | -4/+239 |
| | |||||
* | afp: fail replace early if the given file is a directory | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -10/+10 |
| | |||||
* | afp: print errors for some more results from FPExchangeFiles | Carl-Anton Ingmarsson | 2011-08-25 | 2 | -0/+9 |
| | |||||
* | afp: check files etag when doing a replace | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -4/+46 |
| | |||||
* | afp: retrieve etag on close_write | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -9/+65 |
| | |||||
* | afp: use delete function to delete temporary file | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -17/+1 |
| | |||||
* | afp: change close_fork to take a gint16 fork_refnum parameter | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -7/+7 |
| | |||||
* | afp: small cleanup in create_file | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -27/+30 |
| | | | | | use g_simple_async_result_set_op_res_gpointer to store data needed for the operation | ||||
* | afp: replace some tabs with spaces | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -4/+4 |
| | |||||
* | afp: fix some memoryleaks | Carl-Anton Ingmarsson | 2011-08-25 | 5 | -75/+76 |
| | | | | | | change g_vfs_afp_connection_send_command to take a "char *reply_buf" paramater to use for storing the reply data instead of reusing the buf data pointer in GVfsAfpCommand | ||||
* | afp: fix some leaks of GSimpleAsyncResults | Carl-Anton Ingmarsson | 2011-08-25 | 3 | -32/+38 |
| | |||||
* | afp: change update_cache to use a GIO like api | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -51/+67 |
| | |||||
* | afp: read directly into the given read buffer | Carl-Anton Ingmarsson | 2011-08-25 | 3 | -21/+57 |
| | | | | this way we can skip an memcpy and gain some extra performance | ||||
* | afp: add a read_all_async function | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -32/+120 |
| | |||||
* | afp: print better error message when trying to delete an open file | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -0/+4 |
| | |||||
* | afp: avoid useless copy when writing | Carl-Anton Ingmarsson | 2011-08-25 | 3 | -77/+201 |
| | |||||
* | afp: mount volumes as the user who is logged in in the afpbrowse backend | Carl-Anton Ingmarsson | 2011-08-25 | 2 | -3/+17 |
| | | | | | this way you don't have to write your user credentials twice if you're first browsing a server and then mounting one of it's volumes. | ||||
* | afp: small indent fix | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -2/+2 |
| | |||||
* | afp: fix compile warnings | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -3/+4 |
| | |||||
* | afp: implement enumerate for AfpVersion < 3.1 | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -35/+46 |
| | |||||
* | afp: small indenting fixes | Carl-Anton Ingmarsson | 2011-08-25 | 2 | -6/+6 |
| | |||||
* | afp: set etag from mod time and fix bug when retreiving afp::children-count | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -4/+13 |
| | |||||
* | afp: return G_IO_ERROR_IS_DIRECTORY when trying to open a directory for read | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -2/+2 |
| | |||||
* | afp: implement move | Carl-Anton Ingmarsson | 2011-08-25 | 2 | -61/+377 |
| | |||||
* | afp: add and use defines for afp specific file attributes | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -8/+15 |
| | |||||
* | afp: fix renaming of files/directories outside of the root directory | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -22/+55 |
| | | | | | we now first query for the file's/directory's parent dir id which we then use in the FPRename command | ||||
* | afp: fix bug where we accidentaly popped two requests from the send queue | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -1/+0 |
| | |||||
* | afp: use g_strcmp0 instead of g_str_equal in g_slist_find_custom | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -5/+5 |
| | |||||
* | afp: remove debug print | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -1/+0 |
| | |||||
* | afp: implement setting of G_FILE_ATTRIBUTE_UNIX_[MODE|UID|GID] | Carl-Anton Ingmarsson | 2011-08-25 | 2 | -2/+202 |
| | |||||
* | include gvfsdaemonprotocol.h in gvfsjobsetattribute.h since it uses ↵ | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -0/+1 |
| | | | | | | GDbusAttributeValue https://bugzilla.gnome.org/show_bug.cgi?id=655264 | ||||
* | afp: set G_FILE_ATTRIBUTE_ACCESS_CAN_[READ|WRITE|EXECUTE] from unix privs | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -1/+43 |
| | |||||
* | afp: use goffset in g_vfs_afp_reply_seek | Carl-Anton Ingmarsson | 2011-08-25 | 2 | -3/+3 |
| | |||||
* | afp: skip undocumented pad bytes after UTF8Name_offset | Carl-Anton Ingmarsson | 2011-08-25 | 1 | -0/+2 |
| |