summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Dist libsmb-compat.h.GVFS_0_2_2Alexander Larsson2008-03-283-1/+21
| | | | | | | | | | | | | | 2008-03-28 Alexander Larsson <alexl@redhat.com> * daemon/Makefile.am (gvfsd_smb_SOURCES): Dist libsmb-compat.h. * NEWS: Update for release svn path=/trunk/; revision=1690
* Silence out libtool if make is invoked with --silence.Christian Kellner2008-03-282-0/+11
| | | | | | | | | 2008-03-28 Christian Kellner <gicmo@gnome.org> * configure.ac: Silence out libtool if make is invoked with --silence. svn path=/trunk/; revision=1689
* sv.po: Updated Swedish translationDaniel Nylander2008-03-282-400/+390
| | | | svn path=/trunk/; revision=1688
* plug some minor memory leaks.Paolo Borelli2008-03-282-3/+15
| | | | | | | | 2008-03-28 Paolo Borelli <pborelli@katamail.com> * daemon/gvfsbackendtrash.c: plug some minor memory leaks. svn path=/trunk/; revision=1687
* Actually increment count so that timeouts works. Pointed out by Joe MarcusAlexander Larsson2008-03-282-1/+7
| | | | | | | | | | | 2008-03-28 Alexander Larsson <alexl@redhat.com> * client/gdaemonfileenumerator.c (g_daemon_file_enumerator_next_file): Actually increment count so that timeouts works. Pointed out by Joe Marcus Clarke svn path=/trunk/; revision=1686
* Handle all target exists errors correctly in move. This should make us notAlexander Larsson2008-03-274-46/+206
| | | | | | | | | | | | | | | 2008-03-27 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsftp.c: Handle all target exists errors correctly in move. This should make us not silently overwrite files. * daemon/gvfsjobmove.[ch]: Add g_vfs_job_move_progress_callback svn path=/trunk/; revision=1685
* Introduce helpers for multi-request ops. Use it for query_info.Alexander Larsson2008-03-272-152/+197
| | | | | | | | | | | | 2008-03-27 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsftp.c: Introduce helpers for multi-request ops. Use it for query_info. svn path=/trunk/; revision=1684
* Implement true async query_filesystem_infoAlexander Larsson2008-03-262-0/+76
| | | | | | | | | | 2008-03-26 Alexander Larsson <alexl@redhat.com> * client/gdaemonfile.c: Implement true async query_filesystem_info svn path=/trunk/; revision=1683
* Avoid hanging forever and not sending any async messages. This couldAlexander Larsson2008-03-262-3/+16
| | | | | | | | | | | | 2008-03-26 Alexander Larsson <alexl@redhat.com> * client/gdaemonfileenumerator.c: (g_daemon_file_enumerator_next_file): Avoid hanging forever and not sending any async messages. This could happen if we raced and missed the done check. svn path=/trunk/; revision=1682
* Send replies to subscribe and unsubscribe messages.Alexander Larsson2008-03-262-0/+11
| | | | | | | | | | | 2008-03-26 Alexander Larsson <alexl@redhat.com> * daemon/gvfsmonitor.c: Send replies to subscribe and unsubscribe messages. svn path=/trunk/; revision=1681
* Pass id via the command object, not via out parameter. Removes a bunch ofAlexander Larsson2008-03-262-148/+93
| | | | | | | | | | | | 2008-03-26 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsftp.c: Pass id via the command object, not via out parameter. Removes a bunch of code to pass the id around. svn path=/trunk/; revision=1680
* Do not create new read/write jobs if the gvfschannel has been cancelled.Carlos Garcia Campos2008-03-252-2/+13
| | | | | | | | | | 2008-03-25 Carlos Garcia Campos <carlosgc@gnome.org> * daemon/gvfschannel.c: (got_request), (send_reply_cb): Do not create new read/write jobs if the gvfschannel has been cancelled. Fixes a crash in sftp backend (#522192). svn path=/trunk/; revision=1679
* Make sure the display name is correct even for subdirectories inside thePaolo Borelli2008-03-252-16/+13
| | | | | | | | | | | 2008-03-25 Paolo Borelli <pborelli@katamail.com> * daemon/gvfsbackendtrash.c (add_extra_trash_info): Make sure the display name is correct even for subdirectories inside the trash. (#523127) svn path=/trunk/; revision=1678
* Better mount icons and root display name.Alexander Larsson2008-03-252-10/+17
| | | | | | | | | | 2008-03-25 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendarchive.c (archive_file_set_info_from_entry): Better mount icons and root display name. svn path=/trunk/; revision=1677
* The CDDA backend requires HAL to build. Closes bug #524062.A. Walton2008-03-252-22/+28
| | | | | | | | | | | 2008-03-24 A. Walton <awalton@svn.gnome.org> * configure.ac: The CDDA backend requires HAL to build. Closes bug #524062. svn path=/trunk/; revision=1676
* Respect the giomoduledir provided in gio's package config file. (#523852Christian Kellner2008-03-225-5/+14
| | | | | | | | | | | | | 2008-03-22 Christian Kellner <gicmo@gnome.org> * client/Makefile.am: * configure.ac: * gconf/Makefile.am: * hal/Makefile.am: Respect the giomoduledir provided in gio's package config file. (#523852 and maybe #523039) svn path=/trunk/; revision=1675
* nomsgErdal Ronahi2008-03-211-66/+63
| | | | svn path=/trunk/; revision=1674
* Added Kurdish language and Kurdish translationsErdal Ronahi2008-03-203-0/+1371
| | | | svn path=/trunk/; revision=1673
* Port to new smbclient API introduced in samba-3.2.0pre2Tomas Bzatek2008-03-204-105/+378
| | | | | | | | | | | | 2008-03-20 Tomas Bzatek <tbzatek@redhat.com> * daemon/gvfsbackendsmb.c: * daemon/gvfsbackendsmbbrowse.c: * daemon/libsmb-compat.h: Port to new smbclient API introduced in samba-3.2.0pre2 svn path=/trunk/; revision=1672
* Add job pointer to output spew to make it possible to match lines.Alexander Larsson2008-03-193-2/+9
| | | | | | | | | | | | 2008-03-19 Alexander Larsson <alexl@redhat.com> * daemon/gvfsjobenumerate.c (send_reply): * daemon/gvfsjobdbus.c (send_reply): Add job pointer to output spew to make it possible to match lines. svn path=/trunk/; revision=1671
* Make the sftp backend work when pam_krb5 is used on the server side.Sebastian Dröge2008-03-192-0/+7
| | | | | | | * daemon/gvfsbackendsftp.c: (handle_login): Make the sftp backend work when pam_krb5 is used on the server side. svn path=/trunk/; revision=1670
* Post release version bump.Christian Kellner2008-03-182-1/+5
| | | | | | | | 2008-03-18 Christian Kellner <gicmo@gnome.org> * configure.ac: Post release version bump. svn path=/trunk/; revision=1669
* === gvfs 0.2.1 ===GVFS_0_2_1Christian Kellner2008-03-172-0/+18
| | | | | | | | 2008-03-17 Christian Kellner <gicmo@gnome.org> * NEWS: Update for release svn path=/trunk/; revision=1667
* Correctly handle username in mountspec. Only set it if it was in theAlexander Larsson2008-03-172-15/+51
| | | | | | | | | | | | 2008-03-17 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendftp.c (do_mount): Correctly handle username in mountspec. Only set it if it was in the requested mountspec (and only to that value). Fixes #522449 svn path=/trunk/; revision=1666
* Don't unref mount_info since we don't one a ref. (#522919)Christian Kellner2008-03-172-2/+5
| | | | | | | | | 2008-03-17 Christian Kellner <gicmo@gnome.org> * client/gdaemonfile.c: (find_enclosing_mount_cb): Don't unref mount_info since we don't one a ref. (#522919) svn path=/trunk/; revision=1665
* return G_IO_ERROR_NOT_EMPTY if we're trying to delete a non-emptyBenjamin Otte2008-03-173-5/+33
| | | | | | | | | | | | | 2008-03-17 Benjamin Otte <otte@gnome.org> * daemon/gvfsbackendftp.c: return G_IO_ERROR_NOT_EMPTY if we're trying to delete a non-empty directory. * hal/ghalvolumemonitor.c: (get_mount_point_for_device): remove unused variable svn path=/trunk/; revision=1664
* Forgot to mention A. Walton. Correct that.Christian Kellner2008-03-162-0/+11
| | | | | | | | 2008-03-16 Christian Kellner <gicmo@gnome.org> * AUTHORS: Forgot to mention A. Walton. Correct that. svn path=/trunk/; revision=1663
* Don't free up the error that we don't own (#522566). Thanks Cosimo CecchiChristian Kellner2008-03-162-2/+6
| | | | | | | | | | 2008-03-16 Christian Kellner <gicmo@gnome.org> * client/gdaemonfile.c: Don't free up the error that we don't own (#522566). Thanks Cosimo Cecchi for helping to debug the issue. svn path=/trunk/; revision=1662
* Fix wording of error messages. Don't include "Error renaming file" sinceWouter Bolsterlee2008-03-162-744/+750
| | | | | | | | | | 2008-03-16 Wouter Bolsterlee <wbolster@svn.gnome.org> * programs/gvfs-rename.c (main): Fix wording of error messages. Don't include "Error renaming file" since that's what the error->message might contain as well. svn path=/trunk/; revision=1661
* Fix the ChangeLogChristian Kellner2008-03-141-17/+3
| | | | svn path=/trunk/; revision=1660
* Add a little helper program that renames files by callingChristian Kellner2008-03-143-0/+105
| | | | | | | | | | | 2008-03-14 Christian Kellner <gicmo@gnome.org> * programs/Makefile.am: * programs/gvfs-rename.c: Add a little helper program that renames files by calling g_file_set_display_name (). svn path=/trunk/; revision=1659
* Update, add a lot of people and I am sure I have forgotten a few.Christian Kellner2008-03-143-0/+55
| | | | | | | | | | | 2008-03-14 Christian Kellner <gicmo@gnome.org> * AUTHORS: Update, add a lot of people and I am sure I have forgotten a few. * MAINTAINERS: Add myself svn path=/trunk/; revision=1658
* Implement most of the GDaemonFile async functions.Hans Petter Jansson2008-03-142-0/+605
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-03-14 Hans Petter Jansson <hpj@novell.com> Implement most of the GDaemonFile async functions. * client/gdaemonfile.c (stream_open_cb): Implement. (append_to_async_cb): Implement. (g_daemon_file_append_to_async): Implement. (g_daemon_file_append_to_finish): Implement. (create_async_cb): Implement. (g_daemon_file_create_async): Implement. (g_daemon_file_create_finish): Implement. (enumerate_children_async_cb): Implement. (g_daemon_file_enumerate_children_async): Implement. (g_daemon_file_enumerate_children_finish): Implement. (find_enclosing_mount_cb): Implement. (g_daemon_file_find_enclosing_mount_async): Implement. (g_daemon_file_find_enclosing_mount_finish): Implement. (replace_async_cb): Implement. (g_daemon_file_replace_async): Implement. (g_daemon_file_replace_finish): Implement. (set_display_name_async_cb): Implement. (g_daemon_file_set_display_name_async): Implement. (g_daemon_file_set_display_name_finish): Implement. (g_daemon_file_file_iface_init): Hook up new async functions. svn path=/trunk/; revision=1657
* Don't autostart fuse backend if the GVFS_DISABLE_FUSE env var is setAlexander Larsson2008-03-142-0/+10
| | | | | | | | | | | | 2008-03-14 Alexander Larsson <alexl@redhat.com> * daemon/main.c: Don't autostart fuse backend if the GVFS_DISABLE_FUSE env var is set svn path=/trunk/; revision=1656
* Respect storage.automount_enabled_hint hal property (#520736) Patch fromAlexander Larsson2008-03-142-0/+11
| | | | | | | | | | | 2008-03-14 Alexander Larsson <alexl@redhat.com> * hal/ghalvolume.c (g_hal_volume_new): Respect storage.automount_enabled_hint hal property (#520736) Patch from Martin Pitt svn path=/trunk/; revision=1655
* Fix up changelog entryAlexander Larsson2008-03-141-1/+1
| | | | svn path=/trunk/; revision=1654
* Mark files with an initial dot to be hidden. This handles unix smb shares,Alexander Larsson2008-03-142-2/+16
| | | | | | | | | | | | | | 2008-03-14 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsmb.c: (set_info_from_stat): Mark files with an initial dot to be hidden. This handles unix smb shares, and should not affect windows shares much, since they generally use dot for extensions so its not used otherwise in filenames. svn path=/trunk/; revision=1653
* Make sure we set the port to -1 in case when no port is specified on theChristian Kellner2008-03-142-0/+9
| | | | | | | | | | | 2008-03-14 Christian Kellner <gicmo@gnome.org> * client/httpuri.c: Make sure we set the port to -1 in case when no port is specified on the url so the port will be omiited when we convert the url to a string svn path=/trunk/; revision=1652
* Actually add the mount file for archiveAlexander Larsson2008-03-132-0/+10
| | | | | | | | | | 2008-03-13 Alexander Larsson <alexl@redhat.com> * daemon/archive.mount.in: Actually add the mount file for archive svn path=/trunk/; revision=1651
* fix enumerating to do the right thingBenjamin Otte2008-03-122-34/+47
| | | | | | | | | | 2008-03-12 Benjamin Otte <otte@gnome.org> * daemon/gvfsbackendftp.c: fix enumerating to do the right thing svn path=/trunk/; revision=1650
* Added archive backend from Benjamin Otte Requires libarchiveAlexander Larsson2008-03-125-13/+108
| | | | | | | | | | | | | 2008-03-12 Alexander Larsson <alexl@redhat.com> * configure.ac: * daemon/Makefile.am: * daemon/gvfsbackendarchive.[ch]: Added archive backend from Benjamin Otte Requires libarchive svn path=/trunk/; revision=1649
* Added archive backend from Benjamin Otte Requires libarchiveAlexander Larsson2008-03-123-0/+782
| | | | | | | | | | | | | 2008-03-12 Alexander Larsson <alexl@redhat.com> * configure.ac: * daemon/Makefile.am: * daemon/gvfsbackendarchive.[ch]: Added archive backend from Benjamin Otte Requires libarchive svn path=/trunk/; revision=1648
* invalidate the cache of directories that we modified ourselves. allow 10Benjamin Otte2008-03-123-2/+45
| | | | | | | | | | | | 2008-03-12 Benjamin Otte <otte@gnome.org> * daemon/gvfsbackendftp.c: invalidate the cache of directories that we modified ourselves. * daemon/Makefile.am: allow 10 threads in parallel svn path=/trunk/; revision=1647
* We were testing the wrong cancellable pointer for non-NULL-ness, whichHans Petter Jansson2008-03-122-1/+7
| | | | | | | | | | | 2008-03-12 Hans Petter Jansson <hpj@novell.com> * client/gdaemonfile.c (do_async_path_call): We were testing the wrong cancellable pointer for non-NULL-ness, which broke cancellation for all async operations. Fix that. svn path=/trunk/; revision=1646
* OpenBSB portability fixes. Patch from Jasper Lievisse AdriaanseAlexander Larsson2008-03-113-9/+19
| | | | | | | | | | | | | 2008-03-11 Alexander Larsson <alexl@redhat.com> * common/gsysutils.c: * configure.ac: OpenBSB portability fixes. Patch from Jasper Lievisse Adriaanse <jasper@humppa.nl> svn path=/trunk/; revision=1645
* Fix ChangeLog entryAlexander Larsson2008-03-111-1/+1
| | | | svn path=/trunk/; revision=1644
* Use GError->message, not GError->msg. Patch from Alexander LarssonAlexander Larsson2008-03-112-1/+7
| | | | | | | | | | | | 2008-03-11 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendsftp.c (spawn_ssh): Use GError->message, not GError->msg. Patch from Alexander Larsson <alexl@redhat.com> svn path=/trunk/; revision=1643
* Updated French translation.Stéphane Raimbault2008-03-101-2/+2
| | | | | | | | 2008-03-10 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation. svn path=/trunk/; revision=1642
* Updated French translation.Stéphane Raimbault2008-03-102-9/+13
| | | | | | | | 2008-03-10 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation. svn path=/trunk/; revision=1641
* Updated Galician Translation.Ignacio Casal Quinteiro2008-03-102-223/+239
| | | | svn path=/trunk/; revision=1640