summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update for releaseGVFS_1_1_8Alexander Larsson2009-03-102-0/+20
| | | | | | | | | | | 2009-03-10 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release svn path=/trunk/; revision=2313
* Don't ask for username when getting ssh key passphraseAlexander Larsson2009-03-102-2/+9
| | | | | | | | | | | | 2009-03-10 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsftp.c: (handle_login): Don't ask for username when getting ssh key passphrase svn path=/trunk/; revision=2312
* Added Entry for Bengali India Translation UpdationRuna Bhattacharjee2009-03-101-0/+4
| | | | svn path=/trunk/; revision=2311
* Updated Bengali India TranslationRuna Bhattacharjee2009-03-101-538/+833
| | | | svn path=/trunk/; revision=2310
* Updated German translation.Hendrik Richter2009-03-102-518/+648
| | | | | | | | 2009-03-10 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=2309
* Bug 543064 – configure script does not pick up giomoduledirAlexander Larsson2009-03-092-10/+9
| | | | | | | | | | | | | | 2009-03-09 Alexander Larsson <alexl@redhat.com> Bug 543064 – configure script does not pick up giomoduledir * configure.ac: Don't pass --define-variable libdir when getting giomoduledir. This was added wrongly before. svn path=/trunk/; revision=2308
* Bug 523732 – gvfs-bash-completion.sh should not modify COMP_WORDBREAKSAlexander Larsson2009-03-092-2/+21
| | | | | | | | | | | | | 2009-03-09 Alexander Larsson <alexl@redhat.com> Bug 523732 – gvfs-bash-completion.sh should not modify COMP_WORDBREAKS * programs/gvfs-bash-completion.sh: Don't override COMP_WORDBREAKS, instead workaround the colon problem svn path=/trunk/; revision=2307
* updated hebrew translationYair Hershkovitz2009-03-092-221/+233
| | | | svn path=/trunk/; revision=2306
* Bug 551683 – archive backend says file doesn't exist for directoriesAlexander Larsson2009-03-092-0/+27
| | | | | | | | | | | | | 2009-03-09 Alexander Larsson <alexl@redhat.com> Bug 551683 – archive backend says file doesn't exist for directories * daemon/gvfsbackendarchive.c: (do_open_for_read): Return G_IO_ERROR_IS_DIRECTORY if opening directory. svn path=/trunk/; revision=2305
* Bug 570888 – gvfs-gphoto2 mount 4 devices when pluging one cameraAlexander Larsson2009-03-092-1/+15
| | | | | | | | | | | | | | 2009-03-09 Alexander Larsson <alexl@redhat.com> Bug 570888 – gvfs-gphoto2 mount 4 devices when pluging one camera * monitor/gphoto2/ggphoto2volumemonitor.c: (get_stores_for_camera): Ignore stores that have 0 byte capability. svn path=/trunk/; revision=2304
* Added entries for Oriya language Translation updation.Manoj Kumar Giri2009-03-091-0/+4
| | | | svn path=/trunk/; revision=2303
* Updated Oriya Translation.Manoj Kumar Giri2009-03-091-135/+136
| | | | svn path=/trunk/; revision=2302
* reviewed by: Benjamin Otte <otte@gnome.org>Andreas Henriksson2009-03-082-1/+10
| | | | | | | | | | | | | | 2009-03-08 Andreas Henriksson <andreas@fatal.se> reviewed by: Benjamin Otte <otte@gnome.org> Bug 533219 - anonymous ftp login not working * daemon/gvfsbackendftp.c: (ftp_connection_login): replace the empty string with the default password svn path=/trunk/; revision=2301
* Updated Czech translation.Petr Kovar2009-03-082-476/+563
| | | | | | | | 2009-03-08 Petr Kovar <pknbe@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=2300
* Updated Lithuanian translation.Gintautas Miliauskas2009-03-072-487/+615
| | | | | | | | | | 2009-03-08 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=2299
* Only spew g_debug if backend started with --debugAlexander Larsson2009-03-062-0/+35
| | | | | | | | | | | 2009-03-06 Alexander Larsson <alexl@redhat.com> * ChangeLog: * daemon/daemon-main.c: Only spew g_debug if backend started with --debug svn path=/trunk/; revision=2298
* Convert all spew to g_debug()Alexander Larsson2009-03-0624-61/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-06 Alexander Larsson <alexl@redhat.com> * daemon/daemon-main.c: * daemon/gvfsbackend.c: * daemon/gvfsbackendburn.c: * daemon/gvfsbackenddav.c: * daemon/gvfsbackendhttp.c: * daemon/gvfsbackendobexftp.c: * daemon/gvfsbackendtrash.c: * daemon/gvfsdaemon.c: * daemon/gvfsjobcloseread.c: * daemon/gvfsjobclosewrite.c: * daemon/gvfsjobcopy.c: * daemon/gvfsjobdbus.c: * daemon/gvfsjobenumerate.c: * daemon/gvfsjobmount.c: * daemon/gvfsjobmove.c: * daemon/gvfsjobpull.c: * daemon/gvfsjobpush.c: * daemon/gvfsjobread.c: * daemon/gvfsjobseekread.c: * daemon/gvfsjobseekwrite.c: * daemon/gvfsjobunmount.c: * daemon/gvfsjobwrite.c: * daemon/mount.c: Convert all spew to g_debug() svn path=/trunk/; revision=2297
* Bug 535814 – hangup on g_input_stream_close after cancelling from otherAlexander Larsson2009-03-062-7/+10
| | | | | | | | | | | | | 2009-03-06 Alexander Larsson <alexl@redhat.com> Bug 535814 – hangup on g_input_stream_close after cancelling from other thread * daemon/gvfschannel.c: Reverted patch from bug 522192 as it caused bug 535814. Furthermore, its just wrong. We don't cancel streams as such, we cancel individual operations on the stream. svn path=/trunk/; revision=2296
* Don't send cancel when partial header read, as that would throw away theAlexander Larsson2009-03-062-4/+14
| | | | | | | | | | | | | | | | 2009-03-06 Alexander Larsson <alexl@redhat.com> * client/gdaemonfileinputstream.c: (iterate_read_state_machine): (iterate_close_state_machine): (iterate_seek_state_machine): (iterate_query_state_machine): Don't send cancel when partial header read, as that would throw away the part of the headers read so far. svn path=/trunk/; revision=2295
* Added entries for Oriya language Translation updation and addition to LINGUAS.Manoj Kumar Giri2009-03-051-0/+5
| | | | svn path=/trunk/; revision=2294
* Updated Oriya Translation.Manoj Kumar Giri2009-03-051-0/+1630
| | | | svn path=/trunk/; revision=2293
* Added Oriya (or) in the listManoj Kumar Giri2009-03-051-0/+1
| | | | svn path=/trunk/; revision=2292
* Updated .xdg-volume-info format as per bug 551403: + Group name is "VolumeAlexander Larsson2009-03-052-11/+44
| | | | | | | | | | | | | 2009-03-05 Alexander Larsson <alexl@redhat.com> * common/gvfsmountinfo.c: Updated .xdg-volume-info format as per bug 551403: + Group name is "Volume Info" + Icon is not translated + support IconFile key svn path=/trunk/; revision=2291
* Remove all locking (not needed since we're now a single threaded process).Alexander Larsson2009-03-055-308/+52
| | | | | | | | | | | | | | | | | | | | | 2009-03-05 Alexander Larsson <alexl@redhat.com> * monitor/hal/ghaldrive.c: * monitor/hal/ghalmount.c: * monitor/hal/ghalvolume.c: * monitor/hal/ghalvolumemonitor.c: Remove all locking (not needed since we're now a single threaded process). Don't emit signals in idle, thus risking callback reordering. We don't need this anymore as it was part of the locking structure. This should fix the "No mount object for mounted volume" error when mounting. svn path=/trunk/; revision=2290
* Bug 564003 – gvfs Cygwin patchesAlexander Larsson2009-03-052-0/+10
| | | | | | | | | | | | | 2009-03-05 Alexander Larsson <alexl@redhat.com> Bug 564003 – gvfs Cygwin patches * common/Makefile.am: Add -no-undefined required for cygwin build svn path=/trunk/; revision=2289
* Bug 569199 – incorrectly open smb workgroup using a spaceAlexander Larsson2009-03-053-3/+19
| | | | | | | | | | | | | | | | | | | 2009-03-05 Alexander Larsson <alexl@redhat.com> Bug 569199 – incorrectly open smb workgroup using a space * client/gvfsuriutils.c (g_vfs_encode_uri), (g_vfs_decode_uri): Escape and unescape host part too. This means we handle e.g. smb workgroups with spaces in them. Allowing escapes in hostnames complies with RFC 3986. * client/gdaemonvfs.c (get_mountspec_from_uri): Fix indentation svn path=/trunk/; revision=2288
* Bug 573381 – Memory leak in ftp_connection_parse_features()Alexander Larsson2009-03-052-0/+9
| | | | | | | | | | | | 2009-03-05 Alexander Larsson <alexl@redhat.com> Bug 573381 – Memory leak in ftp_connection_parse_features() * daemon/gvfsbackendftp.c (ftp_connection_parse_features): Don't leak supported. svn path=/trunk/; revision=2287
* Bug 573837 – gvfs-fuse does not support ftruncate size != 0Alexander Larsson2009-03-042-5/+51
| | | | | | | | | | | | | 2009-03-04 Alexander Larsson <alexl@redhat.com> Bug 573837 – gvfs-fuse does not support ftruncate size != 0 * client/gvfsfusedaemon.c: Support ftruncate to the current size as a NOP. Fixes OOo saving svn path=/trunk/; revision=2286
* Break circular dependencies on dispose.Alexander Larsson2009-03-042-0/+33
| | | | | | | | | | | 2009-03-04 Alexander Larsson <alexl@redhat.com> * monitor/proxy/gproxyvolumemonitor.c: Break circular dependencies on dispose. svn path=/trunk/; revision=2285
* Updated Catalan translationGil Forcada Codinachs2009-03-032-440/+573
| | | | svn path=/trunk/; revision=2284
* Bug 561172 – gnome-open fails on local URIs with anchorsAlexander Larsson2009-03-032-1/+17
| | | | | | | | | | | | 2009-03-03 Alexander Larsson <alexl@redhat.com> Bug 561172 – gnome-open fails on local URIs with anchors * programs/gvfs-open.c: Don't pass file:// uris with anchor as filename svn path=/trunk/; revision=2283
* Make argument const char * as per the glib change.Alexander Larsson2009-03-033-12/+18
| | | | | | | | | | | 2009-03-03 Alexander Larsson <alexl@redhat.com> * client/gdaemonfileinputstream.c: * client/gdaemonfileoutputstream.c: Make argument const char * as per the glib change. svn path=/trunk/; revision=2282
* set 'error' on failure. Fixes a crasher when attempting a restore toRyan Lortie2009-03-022-15/+21
| | | | | | | | | | | 2009-03-02 Ryan Lortie <desrt@desrt.ca> * daemon/trashlib/trashitem.c (trash_item_restore): set 'error' on failure. Fixes a crasher when attempting a restore to somewhere we don't have write permissions for. svn path=/trunk/; revision=2281
* Post release version bumpAlexander Larsson2009-03-023-1/+10
| | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> * configure.ac: Post release version bump === gvfs 1.1.7 === svn path=/trunk/; revision=2280
* Add new filesGVFS_1_1_7Alexander Larsson2009-03-022-0/+10
| | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> * POTFILES.in: Add new files svn path=/trunk/; revision=2278
* Update for releaseAlexander Larsson2009-03-022-0/+18
| | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release svn path=/trunk/; revision=2277
* Bug 551403 – Support Reading Volume Icon/Name Information fromDavid Zeuthen2009-03-025-476/+864
| | | | | | | | | | | | | | | | | 2009-03-02 David Zeuthen <davidz@redhat.com> Bug 551403 – Support Reading Volume Icon/Name Information from .xdg-volume-info * common/Makefile.am: * common/gvfsmountinfo.[ch]: Move autorun file detection to common library. Also add routines for detecting .xdg-volume-info files. * monitor/hal/ghalmount.c: Use g_mount_info*() functions for detecting autorun and .xdg-volume-info files. svn path=/trunk/; revision=2276
* Chain up finalizePaolo Borelli2009-03-022-0/+8
| | | | | | | | | | 2009-03-02 Paolo Borelli <pborelli@katamail.com> * daemon/gvfsbackendarchive.c: Chain up finalize svn path=/trunk/; revision=2275
* Bug 547161 – http string leakAlexander Larsson2009-03-022-2/+7
| | | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 547161 – http string leak * client/httpuri.c (http_get_mount_info_for_path): Fix leak svn path=/trunk/; revision=2274
* Implement query_info on sftp streamsChristian Kellner2009-03-022-0/+75
| | | | | | | | | 2009-03-02 Christian Kellner <gicmo@gnome.org> * daemon/gvfsbackendsftp.c: Implement query_info on sftp streams svn path=/trunk/; revision=2273
* Bug 550929 – nautilus sftp:// doesn't read User in ~/.ssh/configAlexander Larsson2009-03-022-5/+18
| | | | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 550929 – nautilus sftp:// doesn't read User in ~/.ssh/config * daemon/gvfsbackendsftp.c: Don't specify user unless requested explicitly by the uri. Patch from Christian Neumair svn path=/trunk/; revision=2272
* Bug 569712 – Write comments for translators!Alexander Larsson2009-03-022-9/+16
| | | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 569712 – Write comments for translators! * common/gvfsdnssdresolver.c (service_resolver_timed_out): Fix position of translator comments. svn path=/trunk/; revision=2271
* Bug 545025 – gvfs doesnt use hal storage.icon.drive/volume propertiesAlexander Larsson2009-03-023-3/+14
| | | | | | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 545025 – gvfs doesnt use hal storage.icon.drive/volume properties * monitor/hal/ghaldrive.c: * monitor/hal/ghalmount.c: Use storage.icon.drive and storage.icon.volume, not info.desktop.icon as per the spec. Patch from Karl Relton svn path=/trunk/; revision=2270
* Bug 565041 – burn: Doesn't support moveAlexander Larsson2009-03-022-18/+99
| | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 565041 – burn: Doesn't support move * daemon/gvfsbackendburn.c: Implement try_move based on patch from Fabio Bonelli. svn path=/trunk/; revision=2269
* Bug 569066 – gvfs' configure.ac uses non posix 'test' constructionsAlexander Larsson2009-03-022-10/+18
| | | | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 569066 – gvfs' configure.ac uses non posix 'test' constructions * configure.ac: Use '=', not '==' for comparison Patch from Alexis Ballier svn path=/trunk/; revision=2268
* Bug 564003 – gvfs Cygwin patchesAlexander Larsson2009-03-022-0/+8
| | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 564003 – gvfs Cygwin patches * daemon/gvfsbackendsftp.c: Include <sys/time.h> for struct timeval on cygwin svn path=/trunk/; revision=2267
* Bug 569203 – gvfsd-sftp crashed with SIGSEGV in strlen()Alexander Larsson2009-03-022-1/+19
| | | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 569203 – gvfsd-sftp crashed with SIGSEGV in strlen() * daemon/gvfsbackendsftp.c: Workaround crash, spew a warning to try to get information about this crash. svn path=/trunk/; revision=2266
* Bug 569712 – Write comments for translators!Alexander Larsson2009-03-022-0/+24
| | | | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 569712 – Write comments for translators! * common/gvfsdnssdresolver.c: Add some translator comments. Patch from David Planella svn path=/trunk/; revision=2265
* Implement query_info on smb streamsAlexander Larsson2009-03-022-2/+71
| | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsmb.c: Implement query_info on smb streams svn path=/trunk/; revision=2264
* Bug 573371 – Unsafe g_htonl() macro expansionAlexander Larsson2009-03-023-2/+14
| | | | | | | | | | | | | 2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 573371 – Unsafe g_htonl() macro expansion * client/gdaemonfileoutputstream.c (append_request): * client/gdaemonfileinputstream.c (append_request): Don't use ++ inside macro that may evaluate twice. svn path=/trunk/; revision=2263