summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added asturian languagegnome-2-26Xandru Armesto2011-12-221-0/+1
|
* Updated asturian translationXandru Armesto2011-12-221-0/+2564
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-241-7/+7
|
* Upadted Oriya TranslationManoj Kumar Giri2009-09-141-343/+974
|
* Minor fixes to Catalan translationGil Forcada2009-08-281-73/+73
|
* Added Catalan (Valencian) translationCarles Ferrando2009-08-282-0/+1665
|
* smb-browse: fake content type to allow query default handlerTomas Bzatek2009-08-061-0/+2
| | | | | Hardcode the "inode/directory" content-type Fixes #573994
* Updated Oriya TranslationManoj Kumar Giri2009-07-071-185/+206
|
* Fix volume prefixes in French (Bug #586280)Claude Paroz2009-06-181-4/+6
|
* hindi update for gvfs by Rajesh RanjanRajesh Ranjan2009-06-151-681/+1007
|
* Make gvfs-mount print should_automount for GVolume objectsDavid Zeuthen2009-06-121-7/+8
|
* gphoto2: Disable debug spewDavid Zeuthen2009-06-051-1/+1
| | | | This errornously got introduced as part of the last commit.
* gphoto2: Fix gphoto2 backend to work with Canon EOS 5DDavid Zeuthen2009-06-052-5/+18
| | | | | | This bug was introduced during the 2.25 cycle as part of supporting multiple storage heads. Previously we didn't use basedir, now we do. And we failed to check if the basedir is actually set.
* Bug 534027 – Nautilus does not handle symlinks on an ftp serverAndreas Henriksson2009-06-031-3/+11
| | | | | Previously, the ftp symlink resolving code failed to properly account for absolute symlinks and treated all symlinks as relative.
* Update NEWS1.2.3Alexander Larsson2009-05-181-0/+8
|
* Adding new Telegu Translationskrishnababu k2009-05-151-342/+364
|
* Ref the infos in next_files_finish (#582195)Alexander Larsson2009-05-121-5/+2
| | | | | | | In later glib versions setting the GSimpleAsyncResult gpointer data frees the old data using the destroy notify, which can cause crashes since we return it. So, just copy+ref the list instead of trying to steal the asyncresult one.
* FTP: parse file sizes > 4GB correctlyTomas Bzatek2009-05-071-2/+2
| | | | | | | Use 64-bit strtoull() instead of 32-bit strtoul() when converting string to number. https://bugzilla.redhat.com/show_bug.cgi?id=499286
* Bug 580125 – Logging in to a FTP server only works for the 2nd attemptBenjamin Otte2009-04-261-6/+9
| | | | | | | | | | Various fixes for sending the OPTS command: 1) only send it after we're sure we've read the FEAT response (which moves it to after the login) 2) ignore potential errors from the OPTS command Also fixes: Bug 580124 – Copying from FTP crashes
* use FTP_FEATURES_DEFAULT macroAndreas Henriksson2009-04-261-1/+1
| | | | the previous code was spelling out the default feature instead
* fix typo in commentAndreas Henriksson2009-04-261-1/+1
|
* Minor fixes to Catalan translationJordi Mas i Hernandez2009-04-221-226/+235
|
* Updated zh_CN translation.Funda Wang2009-04-172-666/+518
|
* Don't trust remote permissions mask fullyAlexander Larsson2009-04-171-7/+25
| | | | | | | | We don't actually know what gids we're in, and also there may be other things not visible via sftp like ACLs that decide the user permissions. So, we only use the permissions for group and other if they result in a positive, otherwise we leave the attibute unset (meaning "don't know").
* Fix up .gitignore filesAlexander Larsson2009-04-177-17/+41
| | | | Update old ignore files and add new ones as needed
* Add rules to autogenerate ChangeLogAlexander Larsson2009-04-171-0/+21
|
* Mention micro commits in README.commitsAlexander Larsson2009-04-171-0/+5
|
* Add README.commits and dist itAlexander Larsson2009-04-172-0/+66
| | | | | Add file explaining how we want commits to look. Also dist gvfs.doap and the ChangeLog.pre-1-2
* Move ChangeLog to ChangeLog.pre-1-2Alexander Larsson2009-04-171-0/+6
| | | | We're not using manual ChangeLogs anymore.
* Add gvfs.doap fileAlexander Larsson2009-04-171-0/+28
| | | | Add short description for cgit
* Add g_vfs_backend_is_mounted()Alexander Larsson2009-04-164-3/+29
| | | | | | | | | | | | | | | | 2009-04-16 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackend.[ch]: Add g_vfs_backend_is_mounted() * daemon/gvfsdaemon.c: (g_vfs_daemon_re_register_job_sources): Don't re-register backends that have not finished mounted yet. (#578861) svn path=/trunk/; revision=2378
* Bug 578574 – always show drive names in computer://Alexander Larsson2009-04-162-4/+40
| | | | | | | | | | | | | | | 2009-04-16 Alexander Larsson <alexl@redhat.com> Bug 578574 – always show drive names in computer:// * daemon/gvfsbackendcomputer.c: (recompute_files): If mount has a drive, use its name as part of the display name. Patch from David Zeuthen svn path=/trunk/; revision=2377
* Bug 523420 – gvfs-bash-completion.sh has a shebang and is executableAlexander Larsson2009-04-163-3/+11
| | | | | | | | | | | | | | | | 2009-04-16 Alexander Larsson <alexl@redhat.com> Bug 523420 – gvfs-bash-completion.sh has a shebang and is executable * programs/Makefile.am: Don't install gvfs-bash-completion.sh as executable * programs/gvfs-bash-completion.sh: Remove shebang svn path=/trunk/; revision=2376
* Pick up SSH_AUTH_SOCK from gnome-keyring (#578708) Patch from Stef Walter.Alexander Larsson2009-04-132-1/+97
| | | | | | | | | | | 2009-04-13 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsftp.c: Pick up SSH_AUTH_SOCK from gnome-keyring (#578708) Patch from Stef Walter. svn path=/trunk/; revision=2375
* Post release version bumpAlexander Larsson2009-04-133-1/+10
| | | | | | | | | | | | | | | | | 2009-04-13 Alexander Larsson <alexl@redhat.com> * configure.ac: Post release version bump === gvfs 1.2.2 === line, and those below, will be ignored-- M ChangeLog M configure.ac M po/ChangeLog svn path=/trunk/; revision=2374
* Update for release.GVFS_1_2_2Alexander Larsson2009-04-132-0/+10
| | | | | | | | | | 2009-04-13 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release. svn path=/trunk/; revision=2372
* Disconnect pre_unmount signal from right object.Alexander Larsson2009-04-112-1/+8
| | | | | | | | | | | 2009-04-11 Alexander Larsson <alexl@redhat.com> * monitor/proxy/gproxyshadowmount.c: (g_proxy_shadow_mount_remove): Disconnect pre_unmount signal from right object. svn path=/trunk/; revision=2371
* Updated Serbian translation (by Miloš Popović)Goran Rakic2009-04-102-12/+12
| | | | svn path=/trunk/; revision=2370
* Updated Serbian translation (by Miloš Popović)Goran Rakic2009-04-103-3977/+1827
| | | | svn path=/trunk/; revision=2369
* Bug 573349 – Impossible to create a new folder in a ftp emplacement ifBenjamin Otte2009-04-092-1/+37
| | | | | | | | | | | | | | | | 2009-04-09 Benjamin Otte <otte@gnome.org> Bug 573349 – Impossible to create a new folder in a ftp emplacement if there's already a folder named "new folder" * daemon/gvfsbackendftp.c: (error_550_exists), (do_make_directory): throw G_IO_ERROR_EXISTS if the directory we try to create already exists. based on a patch by Andreas Henriksson <andreas@fatal.se> svn path=/trunk/; revision=2368
* the last commit broke string freeze, so use an existing string instead.Benjamin Otte2009-04-092-1/+7
| | | | | | | | | | | 2009-04-09 Benjamin Otte <otte@gnome.org> * daemon/gvfsbackendftp.c: (error_550_parent_not_found): the last commit broke string freeze, so use an existing string instead. svn path=/trunk/; revision=2367
* Return the proper error in make_directory if the parent directory does notBenjamin Otte2009-04-092-13/+57
| | | | | | | | | | | | | | | 2009-04-09 Benjamin Otte <otte@gnome.org> * daemon/gvfsbackendftp.c: (ftp_filename_get_parent), (error_550_parent_not_found), (gvfs_backend_ftp_purge_cache_of_file), (do_make_directory): Return the proper error in make_directory if the parent directory does not exist yet. Includes generalization of function ftp_filename_get_parent() based on a patch by Andreas Henriksson <andreas@fatal.se> svn path=/trunk/; revision=2366
* reviewed by: Benjamin Otte <otte@gnome.org>Andreas Henriksson2009-04-092-0/+55
| | | | | | | | | | | | | | 2009-04-09 Andreas Henriksson <andreas@fatal.se> reviewed by: Benjamin Otte <otte@gnome.org> Bug 520399 – Nautilus can't access non-listed (hidden) ftp directory * daemon/gvfsbackendftp.c: (create_file_info): try CWD and SIZE on paths when we can't list the parent directory svn path=/trunk/; revision=2365
* Bug 577799 – gvfs as-needed patchAlexander Larsson2009-04-032-1/+9
| | | | | | | | | | | | | 2009-04-03 Alexander Larsson <alexl@redhat.com> Bug 577799 – gvfs as-needed patch * daemon/Makefile.am: Fix link order when --as-needed is used. Patch from Cygwin Ports maintainer svn path=/trunk/; revision=2364
* Post release version bump Whitespace cleanup changelogAlexander Larsson2009-04-023-344/+351
| | | | | | | | | | | | | 2009-04-02 Alexander Larsson <alexl@redhat.com> * configure.ac: Post release version bump Whitespace cleanup changelog === gvfs 1.2.1 === svn path=/trunk/; revision=2363
* Bug 577748 – gvfsd-smb crash after unconnecting and connecting again aGVFS_1_2_1Alexander Larsson2009-04-022-2/+11
| | | | | | | | | | | | | 2009-04-02 Alexander Larsson <alexl@redhat.com> Bug 577748 – gvfsd-smb crash after unconnecting and connecting again a smb share * daemon/gvfsbackendsmb.c (set_info_from_stat): Don't crash if basename is NULL svn path=/trunk/; revision=2361
* Update for releaseAlexander Larsson2009-04-022-0/+16
| | | | | | | | | | | 2009-04-02 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release svn path=/trunk/; revision=2360
* Hold file mutex while closing stream.Hans Petter Jansson2009-04-022-0/+10
| | | | | | | | | | | 2009-04-01 Hans Petter Jansson <hpj@novell.com> * client/gvfsfusedaemon.c (vfs_flush) (vfs_fsync): Hold file mutex while closing stream. svn path=/trunk/; revision=2359
* Related to bug #574968 - gvfs ftp backend appears to not wait for ftpdHans Petter Jansson2009-04-022-0/+28
| | | | | | | | | | | | | 2009-04-01 Hans Petter Jansson <hpj@novell.com> Related to bug #574968 - gvfs ftp backend appears to not wait for ftpd return code on STOR. * client/gvfsfusedaemon.c (vfs_fsync): Implement by closing stream. svn path=/trunk/; revision=2358
* Add G_IO_ERROR_WOULD_BLOCK -> EAGAIN mapping.Hans Petter Jansson2009-04-012-0/+6
| | | | | | | | | | 2009-04-01 Hans Petter Jansson <hpj@novell.com> * client/gvfsfusedaemon.c (errno_from_error): Add G_IO_ERROR_WOULD_BLOCK -> EAGAIN mapping. svn path=/trunk/; revision=2357