summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS1.3.5Alexander Larsson2009-08-241-0/+14
|
* Fix up various errors with i18n of programs/*.cAlexander Larsson2009-08-2415-660/+669
| | | | Lots of not translated strings, some errors did not go to stderr, etc.
* Add -f support to gvfs-rm and gvfs-trashAlexander Larsson2009-08-242-19/+31
| | | | Also clean up things a bit, and fix up translations.
* Added Bengali translationJamil Ahmed2009-08-242-0/+1878
|
* Updating Estonian translationMattias Põldaru2009-08-231-11/+17
|
* Update Korean translationChangwoo Ryu2009-08-231-430/+673
|
* Updated Bulgarian translationAlexander Shopov2009-08-221-13/+13
|
* sftp: return proper error on mkdir when directory existsTomas Bzatek2009-08-211-2/+40
| | | | | | | | | Nautilus depends on properly reported errors when an operation fails. In this case, user was not able to create new directory on sftp share when "untitled folder" already existed. SFTP only returns generic SSH_FX_FAILURE code so let's do SSH_FXP_LSTAT on the target file and return proper error.
* Updated Bulgarian translationAlexander Shopov2009-08-211-425/+660
|
* Updated Arabic translationKhaled Hosny2009-08-201-352/+574
|
* smb: Limit blocksize for reading to 65534 to get better performanceTomas Bzatek2009-08-201-6/+7
| | | | | | | | "The current code is incredibly inefficient against CIFS servers. It asks for a 65535 byte read, which against Windows servers we must translate into a 65534 byte read (Windows max) followed by a 1 byte read." See bug 588391 for details.
* [FTP] Fix memleakBenjamin Otte2009-08-191-1/+1
|
* Implement support for g_cancellable_release_fd()Benjamin Otte2009-08-193-0/+3
| | | | | | | See bug 591388 and documentation for g_cancellable_release_fd() for a rationale. This fix requires glib git master.
* [FTP] plug memleak in query_infoBenjamin Otte2009-08-191-0/+1
|
* [FTP] plug memleak in login codeBenjamin Otte2009-08-191-9/+9
|
* [FTP] Plug memleakBenjamin Otte2009-08-191-8/+15
|
* [FTP] plug memleakBenjamin Otte2009-08-191-1/+2
|
* Avoid deadlock when pulling resolved dns-sd record from cacheTomas Bzatek2009-08-181-2/+11
| | | | | | | | | | When the host has already been resolved and is present in cache, it's returned immediately. But we always started a mainloop resulting in endless waiting for an event which had been received before that. This applies for the sync call. This is just a workaround, the sync code should be ported over avahi. See bug 555436 (comments 30-32) for details.
* Bump SFTP timeout to 40 secondsTomas Bzatek2009-08-181-2/+4
| | | | | | | While this is not universal, let's give users more space for their slow machines (imagine an old 486SX). Requested in Fedora bug 504339.
* Canonicalize mount prefix to prevent mountspec matching issuesTomas Bzatek2009-08-181-2/+2
| | | | | | | This prevents mismatches during mount spec comparation, e.g. with trailing slash in mount_prefix ("/subdir" vs. "/subdir/"). See bug 590730 for details.
* GDaemonMount calculates wrong root path when mount_prefix is setTomas Bzatek2009-08-181-1/+2
| | | | | | | | When a mount is mounted with a mount_prefix != "/", GDaemonMount calculates wrong root path, causing breakage of the .gvfs FUSE mount, and making the mounts unclickable in Nautilus. Patch by Mads Chr. Olesen, see bug 590730 for details.
* Include mount prefix when constructing fuse pathTomas Bzatek2009-08-181-3/+6
| | | | | | | | | On complex URIs like 'dav://server/gallery/w/TestAlbum', g_file_get_path () would return incomplete path without the middle '/gallery/w' part (mount prefix). This patch ensures full path to be returned. See bug 590862 for details.
* Fix various memory leaksAlexander Larsson2009-08-172-2/+4
| | | | | Testing a simple loop of writes long enough to cause a log wrap showed a bunch of leaks in valgrind. This fixes them all.
* Free MetaBuilder when rolling over logAlexander Larsson2009-08-171-5/+7
|
* Return success when rotating log succeededAlexander Larsson2009-08-171-3/+4
| | | | | We succeeded and then said we didn't, causing the set operation that caused the rotation to fail.
* Updated Galician TranslationAntón Méixome2009-08-171-52/+53
|
* Updated Irish translationSeán de Búrca2009-08-171-613/+919
|
* Updated Finnish translationTommi Vainikainen2009-08-161-420/+670
|
* Turn off debugging spew in gphoto2 and proxy monitorsDavid Zeuthen2009-08-142-1/+2
|
* Bug 591808 – Proxy monitor code crashes when volume has no HAL UDIBastien Nocera2009-08-141-0/+2
| | | | | D-Bus doesn't like NULL strings, and the proxy code will crash if we don't have a HAL UDI.
* gphoto2: Handle removal of camera with multiple storage headsDavid Zeuthen2009-08-141-17/+21
|
* Bump GDU requirements to match realityPaolo Borelli2009-08-141-1/+1
|
* hindi updateRajesh Ranjan2009-08-141-678/+1219
|
* Updated Brazilian Portuguese translation.Vladimir Melo2009-08-131-414/+666
|
* Bump versionMatthias Clasen2009-08-101-1/+1
|
* Update NEWS1.3.4Matthias Clasen2009-08-101-0/+8
|
* [FTP] Properly close output stream in GVfsJobPullTomas Bzatek2009-08-101-1/+2
| | | | Don't leak output filedescriptor
* Updated Galician translationAntón Méixome2009-08-101-388/+585
|
* Bug 589434 - gvfsd-sftp crashed with SIGSEGV in strlen()Tomas Bzatek2009-08-101-2/+1
| | | | Remove unneeded typecast causing segfaults
* [FTP] Correctly close finished transferTomas Bzatek2009-08-101-0/+2
| | | | Re-add from commit 9c80d1ea68314ccd3b44d3a6c3761b1e42699953
* [FTP] Fix fallout from Mozilla upstream mergesBenjamin Otte2009-08-101-1/+9
| | | | | | Mozilla only strips \r characters when the lines ist terminated with \r\n but not when terminated with \r\0, so we strip the line terminator ourselves perfore passing the string to ParseFTPList().
* [FTP] Remove unecessary function callBenjamin Otte2009-08-101-1/+0
| | | | The matcher is ignored in g_file_info_copy_into().
* [FTP] Don't add random bytes whenever we send a progress notificationBenjamin Otte2009-08-101-2/+4
| | | | | | | | The code previously did update the write counters after being interrupted for progress updates. That would cause it to insert a random byte for every time it sent a progress update from the write loop. Noticed by Tomas Bzatek - sorry about your mp3s :(
* Bug 576229 – Doesn't handle files with leading space (upstream)Michal Novotny2009-08-101-19/+46
| | | | | | | | | ParseFTPList can't handle regular unix ls -l listing of filenames starting with spaces upstream references: http://bugzilla.mozilla.org/show_bug.cgi?id=484684 http://hg.mozilla.org/mozilla-central/rev/179c6f22d6f2
* "The FTP folder won't open!" (upstream)Michal Novotny2009-08-101-13/+37
| | | | | | | | | | | | | - space and tab at the end of filename in Unix and DOS style listings - date in DOS listing, short variants of year 00-80 were badly converted to 100-180, years 81+ weren't changed at all - enhanced logic when searching for symlink name in Unix style listing - regular files with sequence " -> " in name aren't now incorrectly detected as symlinks (DOS and Unix style listing only) upstream references: http://bugzilla.mozilla.org/show_bug.cgi?id=365133 http://hg.mozilla.org/mozilla-central/rev/b79bc71c6832
* port gphoto2 backend and monitor to gudevMartin Pitt2009-08-097-20/+558
| | | | | | | | | | | | | | | | | | | | This works with the ID_GPHOTO2 attribute, which was recently added to libgphoto2: http://sourceforge.net/tracker/?func=detail&aid=2801117&group_id=8874&atid=308874 That initial libgphoto2 patch does not yet pass the actual name, and just sets ID_GPHOTO2="1". However, in this patch we check if it's not "1", and use that as volume name (since it's the "best" one). Otherwise fall back to usb_id and sysfs vendor/model/product names. This also supports ID_MEDIA_PLAYER* attributes for media players with gphoto support. Please see here for the discussion and development progress: http://lists.freedesktop.org/archives/devkit-devel/2009-June/000226.html http://cgit.freedesktop.org/~teuf/media-player-id/ http://bugzilla.gnome.org/show_bug.cgi?id=586410 Signed-off-by: David Zeuthen <davidz@redhat.com>
* [FTP] Bug 590793 - Can't copy folders over FTPBenjamin Otte2009-08-062-6/+71
| | | | | Duplicate the machinery for returning the proper error when the source is a directory from gio and use it in the pull vfunc.
* [FTP] Do not lose info in cacheBenjamin Otte2009-08-061-3/+13
| | | | | As gvfs_job_enumerate_add_info() modifies the passed info, we cannot pass the cached items directly. So we do a copy instead.
* [FTP] Open source before target in pull methodBenjamin Otte2009-08-061-26/+27
| | | | | | | This way, we don't leave empty target files when opening the source resulted in an error. Also included is some code clarification.
* Updated French translationClaude Paroz2009-08-061-419/+652
| | | | Contributed by Nicolas Repentin and Claude Paroz