summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* build: Use dictionary for easier unpackIñigo Martínez2021-10-251-11/+11
| | | | | | | | | Dictionaries can be used to ease `foreach` statements due to their natural unpacking system[0]. This system has been used to ease some loops. [0] https://mesonbuild.com/Syntax.html#foreach-with-a-dictionary
* build: Simplify man file buildingIñigo Martínez2019-01-211-22/+8
| | | | | man file building has been simplified by taking advantage of meson arrays and generators placeholders.
* build: Use / instead of join_pathsIñigo Martínez2019-01-211-2/+2
| | | | | | | Since meson 0.49, the `/` character can be used to join paths[0], so all the instances of `join_paths` have been replaced. [0] http://mesonbuild.com/Release-notes-for-0-49-0.html#joining-paths-with-
* build: Add trailing commasIñigo Martínez2019-01-211-4/+4
| | | | | | | Add missing trailing commas that avoids getting noise when another file/parameter is added and eases reviewing changes[0]. [0] https://gitlab.gnome.org/GNOME/dconf/merge_requests/11#note_291585
* Revert "build: Add trailing commas"Ondrej Holy2019-01-071-4/+4
| | | | This reverts commit f4ee93b06cfc4d9f727f9174e40d08097a25d571.
* Revert "build: Use / instead of join_paths"Ondrej Holy2019-01-071-2/+2
| | | | This reverts commit 9523d8e09e0088c8cd58ace494d47cc3083151fc.
* Revert "build: Simplify man file building"Ondrej Holy2019-01-071-8/+22
| | | | This reverts commit 7aaada6e723122c705ac5a5dc638e18b8f8ddd36.
* build: Simplify man file buildingIñigo Martínez2019-01-041-22/+8
| | | | | man file building has been simplified by taking advantage of meson arrays and generators placeholders.
* build: Use / instead of join_pathsIñigo Martínez2019-01-041-2/+2
| | | | | | | Since meson 0.49, the `/` character can be used to join paths[0], so all the instances of `join_paths` have been replaced. [0] http://mesonbuild.com/Release-notes-for-0-49-0.html#joining-paths-with-
* build: Add trailing commasIñigo Martínez2019-01-041-4/+4
| | | | | | | Add missing trailing commas that avoids getting noise when another file/parameter is added and eases reviewing changes[0]. [0] https://gitlab.gnome.org/GNOME/dconf/merge_requests/11#note_291585
* programs: Remove deprecated gvfs utilsOndrej Holy2018-05-103-151/+5
| | | | | | | Before two years, gvfs utils has been replaced by wrapper script which just calls gio tool and prints warning. Let's remove this completely. I suppose that 3 stable releases are enough for people to port to gio tool.
* build: Remove autotoolsIñigo Martínez2018-04-061-119/+0
| | | | | | | To avoid the burden of maintaining multiple build systems, this patch removes autotools support. https://bugzilla.gnome.org/show_bug.cgi?id=786149
* man: Fix a typo in the gvfsd man pageSpork Schivago2018-02-131-1/+1
| | | | | | | | In the gvfsd man page, there is a typo. The word 'of' is spelled 'fo'. To fix this situation, I switched the two letters around. https://bugzilla.gnome.org/show_bug.cgi?id=793345
* build: Rename build optionsIñigo Martínez2017-11-101-1/+1
| | | | | | | | | | | | Following the new meson porting guidelines, this patch renames the build options. The list of changes is as follows: - Remove the enable prefix from boolean options. - Remove the with prefix from string options. - The character separator from multi-word options has been changed to underscore. https://bugzilla.gnome.org/show_bug.cgi?id=786149
* build: Port to meson build systemIñigo Martínez2017-10-312-0/+79
| | | | | | | | meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. https://bugzilla.gnome.org/show_bug.cgi?id=786149
* man: Reference should list gvfs(7) not gvfs(8)Alan Coopersmith2016-11-081-1/+1
| | | | | | | | | gvfsd(1) See Also reference should list gvfs(7) not gvfs(8). man/gvfs.xml specifies a section number of 7 for itself. Commit message was modified by Ondrej Holy <oholy@redhat.com>. https://bugzilla.gnome.org/show_bug.cgi?id=773925
* build: Fix EXTRA_DIST and CLEANFILESOndrej Holy2016-10-241-5/+29
| | | | Fix some issues which breakes "make dist".
* man: Add missing author sectionOndrej Holy2016-10-111-0/+7
| | | | | | | | | Add missing author section in order to avoid the following warnings: Warn: meta author : no refentry/info/author Note: meta author : see http://docbook.sf.net/el/author Warn: meta author : no author data, so inserted a fixme https://bugzilla.gnome.org/show_bug.cgi?id=769378
* man: Update pages for deprecated gvfs utilsOndrej Holy2016-10-0419-1852/+87
| | | | | | | | Commit 2f28fa4 replaced various gvfs- utils in favour of new gio cmd tool. Update also relevant man pages with mention that they have been deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=769378
* man: Various fixesOndrej Holy2016-10-031-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=771010
* man: Add missing backendsOndrej Holy2016-10-031-0/+2
| | | | | | Add missing backends in man page. https://bugzilla.gnome.org/show_bug.cgi?id=771010
* man: Add missing volume monitorsChristian Stadelmann2016-10-031-1/+4
| | | | | | | | | man 7 gvfs is missing some volume monitors, which are added by this patch. The patch was modified by Ondrej Holy <oholy@redhat.com>. https://bugzilla.gnome.org/show_bug.cgi?id=771010
* daemon: Allow controlling debug output from main daemonRoss Lagerwall2016-01-181-0/+6
| | | | | | | | | | | | | | | | | | Allow controlling whether backends spawned from the main daemon start with debug output enabled by adding a --debug command-line parameter and responding to the SIGUSR2 signal. Note that sending SIGUSR2 to the main daemon does not affect any already spawned backends. E.g. to capture the login debugging from the sftp backend without having to restart the main daemon: $ pkill -x -USR2 gvfsd $ gvfs-mount sftp://... $ journalctl -n 40 If --debug is given on the command-line, debug output is enabled for spawned daemons by default. Sending SIGUSR2 will then turn it off. https://bugzilla.gnome.org/show_bug.cgi?id=740660
* man: add missing deamonsOndrej Holy2015-03-091-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=745731
* Remove obsolte obexftp codeOndrej Holy2015-03-041-2/+1
|
* gvfs-mount: Allow mounting as an anonymous userRoss Lagerwall2015-01-211-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=742169
* gvfs-move: Allow specifying G_FILE_COPY_NO_FALLBACK_FOR_MOVERoss Lagerwall2014-10-171-0/+6
| | | | | | | Allow specifying G_FILE_COPY_NO_FALLBACK_FOR_MOVE when moving by passing "-C" to gvfs-move. https://bugzilla.gnome.org/show_bug.cgi?id=737510
* man: Fix a typo in the gvfs-mime man pageRoss Lagerwall2014-10-131-1/+1
|
* gvfs-mount: allow specifying G_MOUNT_UNMOUNT_FORCEOndrej Holy2014-10-131-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710986
* gvfs-save: Allow specifying G_FILE_CREATE_REPLACE_DESTINATIONRoss Lagerwall2014-08-141-0/+11
| | | | | | | | | | Allow specifying G_FILE_CREATE_REPLACE_DESTINATION when using gvfs-save with the -u flag or --unlink. I chose this because "unlink" represents what G_FILE_CREATE_REPLACE_DESTINATION does in principle: it unlinks the destination before replacing it, thereby losing any permissions or other attributes of the file. https://bugzilla.gnome.org/show_bug.cgi?id=734695
* gvfs-less: add missing man pageOndrej Holy2014-04-302-0/+73
|
* Report gvfs version when --version is usedRoss Lagerwall2014-04-1119-0/+133
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727132
* Document the --etag attribute of gvfs-saveMatthias Clasen2013-04-251-0/+5
|
* gvfs-move: Don't document nonexisting optionsMatthias Clasen2013-04-251-6/+0
| | | | The gvfs-move tool doesn't have a --preserve option.
* Fix a typo in the gvfs-info man pageMatthias Clasen2013-04-251-1/+1
|
* iFix a typo in the gvfs-set-attribute man pageMatthias Clasen2013-04-251-1/+1
|
* Fix a typo in the gvfs-ls man pageMatthias Clasen2013-04-251-1/+1
|
* Add a cmdline way to empty the trashMatthias Clasen2012-11-251-0/+6
| | | | Support gvfs-trash --empty to empty the trash.
* man: Improve consistency of man pagesMatthias Clasen2012-08-0420-0/+20
| | | | | | To make the appearance of the man pages more consistent, add a refmiscinfo element for the title of the section. This text appears in the middle header of the generated man pages.
* Add more man pagesMatthias Clasen2012-08-045-5/+488
| | | | | This patch adds man pages for gvfsd, gvfsd-fuse, gvfsd-metadata, as well as a gvfs overview page in section 7.
* Add man pages for all the utilitiesMatthias Clasen2012-06-2918-0/+1709