summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for 1.19.90 release1.19.90Ondrej Holy2014-02-171-0/+8
|
* Change version to 1.19.90Ondrej Holy2014-02-171-1/+1
|
* smb: set context to NULL after it has been freedOndrej Holy2014-02-131-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710986
* Updated Norwegian bokmål translationKjartan Maraas2014-02-101-422/+461
|
* various: reduce the verboseness of debug messagesGiovanni Campagna2014-02-082-9/+3
| | | | | | | | With a recent enough dbus-daemon (or with kdbus), the standard error of dbus activated services is sent to the journal, so we should not pollute it with debug messages by default. https://bugzilla.gnome.org/show_bug.cgi?id=723251
* mtpvolume: implement symbolic iconsGiovanni Campagna2014-02-081-0/+26
| | | | | | | | The places sidebar in nautilus and the places menu in the shell use symbolic icons exclusively, so make sure one is provided, to avoid falling back to a generic "network mount" icon. https://bugzilla.gnome.org/show_bug.cgi?id=723251
* mtpvolume: improve volume nameGiovanni Campagna2014-02-081-1/+4
| | | | | | | Replace _ and - with spaces, and apply that pass on the product string too. https://bugzilla.gnome.org/show_bug.cgi?id=723251
* mtpvolume: fix a memory leakGiovanni Campagna2014-02-081-3/+1
| | | | | | Make the buffer really static, as the comment above documents. https://bugzilla.gnome.org/show_bug.cgi?id=723251
* updated kn.poShankar Prasad2014-02-051-273/+156
|
* Revert "trash: Don't use try_ for blocking methods"Ross Lagerwall2014-02-021-29/+51
| | | | | | | | | This reverts commit 052682c8a22bf8d7c86fb0f086a119dd7fec4c6b. This may have caused a race condition causing failed assertions; since it is not important, revert for now. https://bugzilla.gnome.org/show_bug.cgi?id=723305
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-02-022-680/+762
|
* Post release version bumpOndrej Holy2014-01-301-1/+1
|
* Update NEWS for 1.19.5 release1.19.5Ondrej Holy2014-01-301-0/+11
|
* Updated Hebrew translationYosef Or Boczko2014-01-261-927/+661
| | | | Signed-off-by: Yosef Or Boczko <yoseforb@src.gnome.org>
* Assamese translation updatedNilamdyuti Goswami2014-01-231-404/+451
|
* gvfsdaemon: properly remove socket_dirAntoine Jacoutot2014-01-231-9/+10
| | | | | | | | When not using abstract sockets, gvfs tries to rmdir the socket directory but it still contains the socket so the call fails. We now make sure to remove the socket first. https://bugzilla.gnome.org/show_bug.cgi?id=720482
* Remove obsolete address info for the LGPLRoss Lagerwall2014-01-2311-34/+23
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=721510
* ftp: Set etag::valueRoss Lagerwall2014-01-231-1/+9
| | | | | | Set etag::value based on the file's modification time. https://bugzilla.gnome.org/show_bug.cgi?id=721234
* ftp: Remove custom progress callback rate limitingRoss Lagerwall2014-01-231-85/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=719807
* daemon: Rate limit progress callbacksRoss Lagerwall2014-01-232-0/+19
| | | | | | | To prevent flooding the dbus daemon with messages, rate limit the progress callbacks to 10 per second (i.e. every 100 milliseconds). https://bugzilla.gnome.org/show_bug.cgi?id=719807
* daemon: Set infinite timeout for enumerate responseRoss Lagerwall2014-01-231-8/+11
| | | | | | | Set an infinite timeout for responses to enumerate() otherwise it can timeout when enumerating large, slow directories. https://bugzilla.gnome.org/show_bug.cgi?id=598092
* client: remove GVfsUriMountInfoGiovanni Campagna2014-01-208-361/+226
| | | | | | | | | This structure is too similar to GMountSpec to deserve a presence (it's essentially a GMountSpec with a path). By removing it we can remove some code and avoid wasteful allocations in sensitive paths such as creating and traversing GFiles. https://bugzilla.gnome.org/show_bug.cgi?id=721461
* build: append missing flags in the _CPPFLAGS variablesOndrej Holy2014-01-171-0/+24
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=722354
* sftp: force openpty(3) on BSDAntoine Jacoutot2014-01-171-0/+8
| | | | | | | | | Implementation of grantpt() and unlockpt() on FreeBSD and OpenBSD does not conform to IEEE Std 1003.1-2008 (``POSIX.1'') so force using the openpty(3) code path so that the key fingerprint and login/password dialogs instead of just failing or falling back to SSH_ASKPASS. https://bugzilla.gnome.org/show_bug.cgi?id=722001
* build: replace obsolete INCLUDES by CPPFLAGSOndrej Holy2014-01-175-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=722354
* build: remove unused --enable-maintainer-mode optionOndrej Holy2014-01-171-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=722354
* build: Update for test file renamingMartin Pitt2014-01-161-1/+1
| | | | files/powershot.ioctl.xz → files/powershot.ioctl, after the previous commit.
* gvfs-test: Refresh gphoto umockdev ioctlMartin Pitt2014-01-163-1/+71
| | | | | | | Refresh test/files/powershot.ioctl, now with gvfs 1.9.4 and libgphoto 2.5.3. Stop storing it xz compressed; it's not that big, and xz makes it impossible to patch files in distro packages.
* Post release version bumpOndrej Holy2014-01-131-1/+1
|
* Update NEWS for 1.19.4 release1.19.4Ondrej Holy2014-01-131-0/+8
|
* dav: Implement truncate for output streamsRoss Lagerwall2014-01-101-0/+25
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720062
* dav: Implement seek for output streamsRoss Lagerwall2014-01-101-0/+27
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720062
* trash: Don't use try_ for blocking methodsRoss Lagerwall2014-01-101-51/+29
| | | | | | | Don't use the try_ variants of the GVfsBackend methods for methods that could block. https://bugzilla.gnome.org/show_bug.cgi?id=720589
* Updated Greek translationDimitris Spingos2014-01-071-308/+319
|
* afp: Don't crash when opening the root directoryRoss Lagerwall2014-01-041-8/+0
| | | | | | | | | | | | | | | | | | | Previously, opening the root directory would generate an error and cause the backend to abort: backend_dbus_handler org.gtk.vfs.Mount:OpenForRead Queued new job 0xba4350 (GVfsJobOpenForRead) ** (process:6778): CRITICAL **: g_vfs_afp_volume_open_fork_finish: assertion 'g_simple_async_result_is_valid (res, G_OBJECT (volume), g_vfs_afp_volume_open_fork)' failed (process:6778): GLib-CRITICAL **: g_error_copy: assertion 'error != NULL' failed Instead, remove the special-casing for the root directory since it is handled correctly anyway. https://bugzilla.gnome.org/show_bug.cgi?id=720743
* gphoto2: Implement pull supportRoss Lagerwall2014-01-041-0/+177
| | | | | | | | | | | Make use of gp_file_new_from_fd() to copy the file from the device straight to the local file without copying it into memory first. This fixes memory usage issues with copying large videos off devices. A positive side effect is that the progress bar now behaves correctly when copying a large file. https://bugzilla.gnome.org/show_bug.cgi?id=642814
* Updated Brazilian Portuguese translationRafael Ferreira2014-01-021-317/+338
|
* ftp: Always close data connections when doneBenjamin Otte2013-12-211-0/+4
| | | | | | | | | Opening data connections is a complex process and can fail in multiple stages. Instead of requiring the code to close them manually and throwing assertions when that doesn't work we just clean up after all jobs automatically. https://bugzilla.gnome.org/show_bug.cgi?id=711865
* Updated Russian translationYuri Myasoedov2013-12-191-418/+450
|
* Updated Galician translationsFran Diéguez2013-12-191-397/+442
|
* Post release version bumpOndrej Holy2013-12-131-1/+1
|
* Update NEWS for 1.19.3 release1.19.3Ondrej Holy2013-12-131-0/+19
|
* Do not dist removed old libsmb-compat.h.Ondrej Holy2013-12-131-1/+1
|
* Convert libgvfscommon to a private shared libraryRoss Lagerwall2013-12-121-2/+2
| | | | | | | Convert libgvfscommon to a private shared library since it is not used by anything outside of the libdir. Also, don't version it. https://bugzilla.gnome.org/show_bug.cgi?id=561187
* Convert libdaemon to a private shared libraryRoss Lagerwall2013-12-121-3/+6
| | | | | | | | | Convert libdaemon to be a private shared library called libgvfsdaemon, much like libgvfscommon. It has the benefit of reducing the binary size of each daemon by between 100 and 200KB and reduces the memory footprint if using several backends at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=561187
* dav: Set the is_hidden property for files starting with a '.'Ross Lagerwall2013-12-121-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720275
* [l10n] Updated Italian translation.Milo Casagrande2013-12-111-397/+437
|
* Updated Spanish translationDaniel Mustieles2013-12-091-221/+228
|
* afp: Remove unused variableRoss Lagerwall2013-12-091-1/+0
| | | | | Remove a set but not used variable caused by 91cf41328a2d (afp: Don't free the handle if truncate fails).
* http: Allow seek past end of fileRoss Lagerwall2013-12-081-0/+8
| | | | | | | Handle a read after a seek past the end of the file by ignoring the requested range not satisfiable http error (416) and simply returning 0. https://bugzilla.gnome.org/show_bug.cgi?id=710534