summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS for 1.9.4 release1.9.4Tomas Bzatek2011-08-291-0/+11
* afp: remove unused and crashy handling of Attention messagesCarl-Anton Ingmarsson2011-08-291-76/+0
* ftp: Fix return value of try_get_settable_attributes() on failureChris Wulff2011-08-291-1/+1
* Ignore SIGPIPE signals to avoid process termination on cancelled transferTomas Bzatek2011-08-292-0/+10
* Updated Spanish translationJorge González2011-08-291-32/+25
* Updated Belarusian translation.Ihar Hrachyshka2011-08-281-2/+2
* Updated Norwegian bokmål translationKjartan Maraas2011-08-281-10/+66
* Updated galician translationsFran Dieguez2011-08-281-3/+3
* Updated galician translationsFran Dieguez2011-08-281-130/+464
* [l10n] Updated German translationMario Blättermann2011-08-281-2/+2
* [l10n] Updated German translationMario Blättermann2011-08-281-392/+760
* Updated Spanish translationJorge González2011-08-281-139/+173
* Updated Lithuanian translationAurimas Černius2011-08-271-592/+1301
* Updated Spanish translationDaniel Mustieles2011-08-261-154/+458
* programs: Add simple gvfs-mime test applicationBastien Nocera2011-08-263-0/+175
* Updated Norwegian bokmål translationKjartan Maraas2011-08-261-123/+390
* Revert "afp: start read loop directly on connect"Carl-Anton Ingmarsson2011-08-263-10/+16
* Revert "afp: reuse g_vfs_afp_connection_send_command in the sync version"Carl-Anton Ingmarsson2011-08-264-95/+128
* Updated Swedish translationDaniel Nylander2011-08-261-361/+552
* afp: change open_fork to be able to return file information for the opened forkCarl-Anton Ingmarsson2011-08-251-34/+66
* Updated POTFILES.inPiotr Drąg2011-08-251-2/+6
* afp: make the afp backends optionalCarl-Anton Ingmarsson2011-08-252-3/+25
* afp: start read loop directly on connectCarl-Anton Ingmarsson2011-08-253-16/+10
* afp: reuse g_vfs_afp_connection_send_command in the sync versionCarl-Anton Ingmarsson2011-08-254-128/+95
* afp: add set_unix_privs functionCarl-Anton Ingmarsson2011-08-251-72/+128
* afp: create file if it doesn't exist when doing replaceCarl-Anton Ingmarsson2011-08-251-73/+75
* afp: implement copyCarl-Anton Ingmarsson2011-08-251-5/+218
* afp: add copy_file function wrapping FPCopyFileCarl-Anton Ingmarsson2011-08-252-1/+129
* afp: add move_and_rename utility functionCarl-Anton Ingmarsson2011-08-251-35/+85
* afp: use FPGetFileDirParms when querying root volume infoCarl-Anton Ingmarsson2011-08-251-44/+32
* afp: query for and set G_FILE_OWNER_[USER|USER_REAL|GROUP]Carl-Anton Ingmarsson2011-08-252-4/+239
* afp: fail replace early if the given file is a directoryCarl-Anton Ingmarsson2011-08-251-10/+10
* afp: print errors for some more results from FPExchangeFilesCarl-Anton Ingmarsson2011-08-252-0/+9
* afp: check files etag when doing a replaceCarl-Anton Ingmarsson2011-08-251-4/+46
* afp: retrieve etag on close_writeCarl-Anton Ingmarsson2011-08-251-9/+65
* afp: use delete function to delete temporary fileCarl-Anton Ingmarsson2011-08-251-17/+1
* afp: change close_fork to take a gint16 fork_refnum parameterCarl-Anton Ingmarsson2011-08-251-7/+7
* afp: small cleanup in create_fileCarl-Anton Ingmarsson2011-08-251-27/+30
* afp: replace some tabs with spacesCarl-Anton Ingmarsson2011-08-251-4/+4
* afp: fix some memoryleaksCarl-Anton Ingmarsson2011-08-255-75/+76
* afp: fix some leaks of GSimpleAsyncResultsCarl-Anton Ingmarsson2011-08-253-32/+38
* afp: change update_cache to use a GIO like apiCarl-Anton Ingmarsson2011-08-251-51/+67
* afp: read directly into the given read bufferCarl-Anton Ingmarsson2011-08-253-21/+57
* afp: add a read_all_async functionCarl-Anton Ingmarsson2011-08-251-32/+120
* afp: print better error message when trying to delete an open fileCarl-Anton Ingmarsson2011-08-251-0/+4
* afp: avoid useless copy when writingCarl-Anton Ingmarsson2011-08-253-77/+201
* afp: mount volumes as the user who is logged in in the afpbrowse backendCarl-Anton Ingmarsson2011-08-252-3/+17
* afp: small indent fixCarl-Anton Ingmarsson2011-08-251-2/+2
* afp: fix compile warningsCarl-Anton Ingmarsson2011-08-251-3/+4
* afp: implement enumerate for AfpVersion < 3.1Carl-Anton Ingmarsson2011-08-251-35/+46