undo option minimize mem
This commit is contained in:
parent
6a51851f4d
commit
2c9169e6cd
@ -1,7 +1,10 @@
|
|||||||
ChangeLog for davfs2
|
ChangeLog for davfs2
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
2010-05-04 Werner Baumann (werner.baumann@onlinehome.de)
|
2010-08-07 Werner Baumann (werner.baumann@onlinehome.de)
|
||||||
|
* Undoing changes of 2010-07-25
|
||||||
|
|
||||||
|
2010-07-25 Werner Baumann (werner.baumann@onlinehome.de)
|
||||||
* cache.c, defaults.h, mount_davfs.c, mount_davfs.h
|
* cache.c, defaults.h, mount_davfs.c, mount_davfs.h
|
||||||
davfs2.conf:
|
davfs2.conf:
|
||||||
Added option to minimize memory usage by recurrently
|
Added option to minimize memory usage by recurrently
|
||||||
|
8
NEWS
8
NEWS
@ -4,14 +4,6 @@
|
|||||||
# permitted in any medium without royalty.
|
# permitted in any medium without royalty.
|
||||||
|
|
||||||
|
|
||||||
What is new in davfs2 NEXT_VERSION
|
|
||||||
===========================
|
|
||||||
|
|
||||||
New option 'minimize_mem' to recurrently remove unused nodes.
|
|
||||||
It is intended for small systems, which may run out of memory
|
|
||||||
with huge davfs2 file systems. It may slow down davfs2.
|
|
||||||
|
|
||||||
|
|
||||||
What is new in davfs2 1.4.6
|
What is new in davfs2 1.4.6
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# davfs2 configuration file 2010-07-25
|
# davfs2 configuration file 2009-04-12
|
||||||
# version 10
|
# version 9
|
||||||
# ------------------------------------
|
# ------------------------------------
|
||||||
|
|
||||||
# Copyright (C) 2006, 2007, 2008, 2009, 2010 Werner Baumann
|
# Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann
|
||||||
|
|
||||||
# Copying and distribution of this file, with or without modification, are
|
# Copying and distribution of this file, with or without modification, are
|
||||||
# permitted in any medium without royalty provided the copyright notice
|
# permitted in any medium without royalty provided the copyright notice
|
||||||
@ -63,7 +63,6 @@
|
|||||||
# file_refresh 1 # second
|
# file_refresh 1 # second
|
||||||
# delay_upload 10
|
# delay_upload 10
|
||||||
# gui_optimize 0
|
# gui_optimize 0
|
||||||
# minimize_mem 0
|
|
||||||
|
|
||||||
# Debugging Options
|
# Debugging Options
|
||||||
# -----------------
|
# -----------------
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH @CONFIGFILE@ 5 2010\-07\-25 @PACKAGE_STRING@
|
.TH @CONFIGFILE@ 5 2009\-04\-13 @PACKAGE_STRING@
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -452,16 +452,6 @@ from all files in a directory with one PROPFIND request. 0 = no, 1 = yes.
|
|||||||
.br
|
.br
|
||||||
Default: 0
|
Default: 0
|
||||||
|
|
||||||
.TP
|
|
||||||
.B minimize_mem
|
|
||||||
Minimize the amount of memory used for file and directory nodes. The list
|
|
||||||
of nodes will be recurrently scaned and all nodes currently not used will
|
|
||||||
be removed. It is intended for small systems which might run out of memory
|
|
||||||
with huge file systems. Local changes of file permissions will be lost and
|
|
||||||
performance is degraded.
|
|
||||||
.br
|
|
||||||
Default: 0
|
|
||||||
|
|
||||||
|
|
||||||
.SH Debugging Options
|
.SH Debugging Options
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2010-07-25 17:31+0300\n"
|
"POT-Creation-Date: 2009-10-18 18:01+0300\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -22,9 +22,9 @@ msgid "@CONFIGFILE@"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#: davfs2.conf.5:1
|
#: davfs2.conf.5:1 umount.davfs.8:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2010-07-25"
|
msgid "2009-04-13"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
@ -392,7 +392,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:191 davfs2.conf.5:515
|
#: davfs2.conf.5:191 davfs2.conf.5:505
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<secrets>"
|
msgid "B<secrets>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -517,7 +517,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:247 davfs2.conf.5:255 davfs2.conf.5:273 davfs2.conf.5:283
|
#: davfs2.conf.5:247 davfs2.conf.5:255 davfs2.conf.5:273 davfs2.conf.5:283
|
||||||
#: davfs2.conf.5:300 davfs2.conf.5:454 davfs2.conf.5:464
|
#: davfs2.conf.5:300 davfs2.conf.5:454
|
||||||
msgid "Default: 0"
|
msgid "Default: 0"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -927,36 +927,20 @@ msgid ""
|
|||||||
"files in a directory with one PROPFIND request. 0 = no, 1 = yes."
|
"files in a directory with one PROPFIND request. 0 = no, 1 = yes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
|
||||||
#: davfs2.conf.5:455
|
|
||||||
#, no-wrap
|
|
||||||
msgid "B<minimize_mem>"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
# type: Plain text
|
|
||||||
#: davfs2.conf.5:462
|
|
||||||
msgid ""
|
|
||||||
"Minimize the amount of memory used for file and directory nodes. The list of "
|
|
||||||
"nodes will be recurrently scaned and all nodes currently not used will be "
|
|
||||||
"removed. It is intended for small systems which might run out of memory with "
|
|
||||||
"huge file systems. Local changes of file permissions will be lost and "
|
|
||||||
"performance is degraded."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:466
|
#: davfs2.conf.5:456
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Debugging Options"
|
msgid "Debugging Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:468
|
#: davfs2.conf.5:458
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<debug>"
|
msgid "B<debug>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:476
|
#: davfs2.conf.5:466
|
||||||
msgid ""
|
msgid ""
|
||||||
"Send debug messages to the syslog daemon. The value tells what kind of "
|
"Send debug messages to the syslog daemon. The value tells what kind of "
|
||||||
"information shall be logged. The messages are send with facility LOG_DAEMON "
|
"information shall be logged. The messages are send with facility LOG_DAEMON "
|
||||||
@ -967,7 +951,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:480
|
#: davfs2.conf.5:470
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unlike other options, this option is cumulative. If there are several debug "
|
"Unlike other options, this option is cumulative. If there are several debug "
|
||||||
"entries with different values, all of them will be applied. Also debug "
|
"entries with different values, all of them will be applied. Also debug "
|
||||||
@ -976,171 +960,171 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:483
|
#: davfs2.conf.5:473
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
||||||
"option in normal operation of mount.davfs."
|
"option in normal operation of mount.davfs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:485
|
#: davfs2.conf.5:475
|
||||||
msgid "Default: no debugging messages"
|
msgid "Default: no debugging messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:486
|
#: davfs2.conf.5:476
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<Recognized values:>"
|
msgid "B<Recognized values:>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:488
|
#: davfs2.conf.5:478
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<config>"
|
msgid "B<config>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:491
|
#: davfs2.conf.5:481
|
||||||
msgid "Command line and configuration options."
|
msgid "Command line and configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:491
|
#: davfs2.conf.5:481
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<kernel>"
|
msgid "B<kernel>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:494
|
#: davfs2.conf.5:484
|
||||||
msgid "Upcalls from the kernel file system."
|
msgid "Upcalls from the kernel file system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:494
|
#: davfs2.conf.5:484
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache>"
|
msgid "B<cache>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:497
|
#: davfs2.conf.5:487
|
||||||
msgid "Cache operations like adding and removing nodes."
|
msgid "Cache operations like adding and removing nodes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:497
|
#: davfs2.conf.5:487
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<http>"
|
msgid "B<http>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:500
|
#: davfs2.conf.5:490
|
||||||
msgid "HTTP headers."
|
msgid "HTTP headers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:500
|
#: davfs2.conf.5:490
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<xml>"
|
msgid "B<xml>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:503
|
#: davfs2.conf.5:493
|
||||||
msgid "Parsing of the XML-body of WebDAV-requests."
|
msgid "Parsing of the XML-body of WebDAV-requests."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:503
|
#: davfs2.conf.5:493
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpauth>"
|
msgid "B<httpauth>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:506
|
#: davfs2.conf.5:496
|
||||||
msgid "Negotiation of authentication."
|
msgid "Negotiation of authentication."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:506
|
#: davfs2.conf.5:496
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<locks>"
|
msgid "B<locks>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:509
|
#: davfs2.conf.5:499
|
||||||
msgid "Information about locks."
|
msgid "Information about locks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:509
|
#: davfs2.conf.5:499
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<ssl>"
|
msgid "B<ssl>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:512
|
#: davfs2.conf.5:502
|
||||||
msgid "TLS/SSL related stuff like certificates."
|
msgid "TLS/SSL related stuff like certificates."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:512
|
#: davfs2.conf.5:502
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpbody>"
|
msgid "B<httpbody>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:515
|
#: davfs2.conf.5:505
|
||||||
msgid "Complete body of HTTP-responses."
|
msgid "Complete body of HTTP-responses."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:518
|
#: davfs2.conf.5:508
|
||||||
msgid ""
|
msgid ""
|
||||||
"Also print confidential information, which is usually omitted or obscured."
|
"Also print confidential information, which is usually omitted or obscured."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:518
|
#: davfs2.conf.5:508
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<most>"
|
msgid "B<most>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:521
|
#: davfs2.conf.5:511
|
||||||
msgid "Includes config, kernel, cache and http."
|
msgid "Includes config, kernel, cache and http."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:524 mount.davfs.8:532 umount.davfs.8:79
|
#: davfs2.conf.5:514 mount.davfs.8:532 umount.davfs.8:79
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "AUTHORS"
|
msgid "AUTHORS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:528
|
#: davfs2.conf.5:518
|
||||||
msgid ""
|
msgid ""
|
||||||
"This man page was written by by Werner Baumann E<lt>werner."
|
"This man page was written by by Werner Baumann E<lt>werner."
|
||||||
"baumann@onlinehome.deE<gt>."
|
"baumann@onlinehome.deE<gt>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:530 mount.davfs.8:549 umount.davfs.8:84
|
#: davfs2.conf.5:520 mount.davfs.8:549 umount.davfs.8:84
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "DAVFS2 HOME"
|
msgid "DAVFS2 HOME"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:533 mount.davfs.8:552 umount.davfs.8:87
|
#: davfs2.conf.5:523 mount.davfs.8:552 umount.davfs.8:87
|
||||||
msgid "@PACKAGE_BUGREPORT@"
|
msgid "@PACKAGE_BUGREPORT@"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:535 mount.davfs.8:554 umount.davfs.8:89
|
#: davfs2.conf.5:525 mount.davfs.8:554 umount.davfs.8:89
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "SEE ALSO"
|
msgid "SEE ALSO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:541
|
#: davfs2.conf.5:531
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
||||||
"B<fstab>(5)"
|
"B<fstab>(5)"
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: davfs2 1.4.0\n"
|
"Project-Id-Version: davfs2 1.4.0\n"
|
||||||
"POT-Creation-Date: 2010-07-25 17:31+0300\n"
|
"POT-Creation-Date: 2009-10-18 18:01+0300\n"
|
||||||
"PO-Revision-Date: 2010-07-25 17:32+0200\n"
|
"PO-Revision-Date: 2009-06-12 12:25+0200\n"
|
||||||
"Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n"
|
"Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -21,10 +21,10 @@ msgid "@CONFIGFILE@"
|
|||||||
msgstr "@CONFIGFILE@"
|
msgstr "@CONFIGFILE@"
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#: davfs2.conf.5:1
|
#: davfs2.conf.5:1 umount.davfs.8:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2010-07-25"
|
msgid "2009-04-13"
|
||||||
msgstr "2010-07-25"
|
msgstr "2009-04-13"
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1
|
#: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1
|
||||||
@ -480,7 +480,7 @@ msgstr ""
|
|||||||
"I<@SYS_CONF_DIR@/@CERTS_DIR@/@CLICERTS_DIR@> nach ihr gesucht."
|
"I<@SYS_CONF_DIR@/@CERTS_DIR@/@CLICERTS_DIR@> nach ihr gesucht."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:191 davfs2.conf.5:515
|
#: davfs2.conf.5:191 davfs2.conf.5:505
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<secrets>"
|
msgid "B<secrets>"
|
||||||
msgstr "B<secrets>"
|
msgstr "B<secrets>"
|
||||||
@ -628,7 +628,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:247 davfs2.conf.5:255 davfs2.conf.5:273 davfs2.conf.5:283
|
#: davfs2.conf.5:247 davfs2.conf.5:255 davfs2.conf.5:273 davfs2.conf.5:283
|
||||||
#: davfs2.conf.5:300 davfs2.conf.5:454 davfs2.conf.5:464
|
#: davfs2.conf.5:300 davfs2.conf.5:454
|
||||||
msgid "Default: 0"
|
msgid "Default: 0"
|
||||||
msgstr "Voreingestellt: 0"
|
msgstr "Voreingestellt: 0"
|
||||||
|
|
||||||
@ -1141,42 +1141,20 @@ msgstr ""
|
|||||||
"B<@PROGRAM_NAME@> diese Abfrage für alle Dateien eines Verzeichnisses mit "
|
"B<@PROGRAM_NAME@> diese Abfrage für alle Dateien eines Verzeichnisses mit "
|
||||||
"einem PROPFIND-Request zu erledigen. 0 = nein, 1 = ja."
|
"einem PROPFIND-Request zu erledigen. 0 = nein, 1 = ja."
|
||||||
|
|
||||||
# type: TP
|
|
||||||
#: davfs2.conf.5:455
|
|
||||||
#, no-wrap
|
|
||||||
msgid "B<minimize_mem>"
|
|
||||||
msgstr "B<minimize_mem>"
|
|
||||||
|
|
||||||
# type: Plain text
|
|
||||||
#: davfs2.conf.5:462
|
|
||||||
msgid ""
|
|
||||||
"Minimize the amount of memory used for file and directory nodes. The list of "
|
|
||||||
"nodes will be recurrently scaned and all nodes currently not used will be "
|
|
||||||
"removed. It is intended for small systems which might run out of memory with "
|
|
||||||
"huge file systems. Local changes of file permissions will be lost and "
|
|
||||||
"performance is degraded."
|
|
||||||
msgstr ""
|
|
||||||
"Minimiert den Hauptspeicher, der für Datei- und Verzeichnis-Knoten genutzt "
|
|
||||||
"wird. Dazu wird die Liste der Knoten regelmäßig durchsucht und derzeit nicht "
|
|
||||||
"bnötigte Knoten entfernt. Die Option ist für kleine System gedacht, bei "
|
|
||||||
"denen der Hauptspeicher sonst für große davfs2-Dateisystem nicht ausreicht. "
|
|
||||||
"Das Dateisystem wird dadurch etwas langsamer und lokale Änderungen der "
|
|
||||||
"Dateirchte gehen verloren."
|
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:466
|
#: davfs2.conf.5:456
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Debugging Options"
|
msgid "Debugging Options"
|
||||||
msgstr "Debugging Optionen"
|
msgstr "Debugging Optionen"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:468
|
#: davfs2.conf.5:458
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<debug>"
|
msgid "B<debug>"
|
||||||
msgstr "B<debug>"
|
msgstr "B<debug>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:476
|
#: davfs2.conf.5:466
|
||||||
msgid ""
|
msgid ""
|
||||||
"Send debug messages to the syslog daemon. The value tells what kind of "
|
"Send debug messages to the syslog daemon. The value tells what kind of "
|
||||||
"information shall be logged. The messages are send with facility LOG_DAEMON "
|
"information shall be logged. The messages are send with facility LOG_DAEMON "
|
||||||
@ -1193,7 +1171,7 @@ msgstr ""
|
|||||||
"hängt von der Neon-Bibliothek ab."
|
"hängt von der Neon-Bibliothek ab."
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:480
|
#: davfs2.conf.5:470
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unlike other options, this option is cumulative. If there are several debug "
|
"Unlike other options, this option is cumulative. If there are several debug "
|
||||||
"entries with different values, all of them will be applied. Also debug "
|
"entries with different values, all of them will be applied. Also debug "
|
||||||
@ -1206,7 +1184,7 @@ msgstr ""
|
|||||||
"angewandt."
|
"angewandt."
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:483
|
#: davfs2.conf.5:473
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
||||||
"option in normal operation of mount.davfs."
|
"option in normal operation of mount.davfs."
|
||||||
@ -1215,143 +1193,143 @@ msgstr ""
|
|||||||
"Verwende die Option niemals im normalen Betrieb."
|
"Verwende die Option niemals im normalen Betrieb."
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:485
|
#: davfs2.conf.5:475
|
||||||
msgid "Default: no debugging messages"
|
msgid "Default: no debugging messages"
|
||||||
msgstr "Voreinstellung: keine Debug-Meldungen."
|
msgstr "Voreinstellung: keine Debug-Meldungen."
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:486
|
#: davfs2.conf.5:476
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<Recognized values:>"
|
msgid "B<Recognized values:>"
|
||||||
msgstr "B<Mögliche Werte>"
|
msgstr "B<Mögliche Werte>"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:488
|
#: davfs2.conf.5:478
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<config>"
|
msgid "B<config>"
|
||||||
msgstr "B<config>"
|
msgstr "B<config>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:491
|
#: davfs2.conf.5:481
|
||||||
msgid "Command line and configuration options."
|
msgid "Command line and configuration options."
|
||||||
msgstr "Kommando-Zeile und Kofigurationsoptionen."
|
msgstr "Kommando-Zeile und Kofigurationsoptionen."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:491
|
#: davfs2.conf.5:481
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<kernel>"
|
msgid "B<kernel>"
|
||||||
msgstr "B<kernel>"
|
msgstr "B<kernel>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:494
|
#: davfs2.conf.5:484
|
||||||
msgid "Upcalls from the kernel file system."
|
msgid "Upcalls from the kernel file system."
|
||||||
msgstr "Anfragen vom Kernel-Dateisystem."
|
msgstr "Anfragen vom Kernel-Dateisystem."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:494
|
#: davfs2.conf.5:484
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache>"
|
msgid "B<cache>"
|
||||||
msgstr "B<cache>"
|
msgstr "B<cache>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:497
|
#: davfs2.conf.5:487
|
||||||
msgid "Cache operations like adding and removing nodes."
|
msgid "Cache operations like adding and removing nodes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cache-Operationen wie das Erzeugen und Löschen von Dateien und "
|
"Cache-Operationen wie das Erzeugen und Löschen von Dateien und "
|
||||||
"Verzeichnissen."
|
"Verzeichnissen."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:497
|
#: davfs2.conf.5:487
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<http>"
|
msgid "B<http>"
|
||||||
msgstr "B<http>"
|
msgstr "B<http>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:500
|
#: davfs2.conf.5:490
|
||||||
msgid "HTTP headers."
|
msgid "HTTP headers."
|
||||||
msgstr "HTTP-Header."
|
msgstr "HTTP-Header."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:500
|
#: davfs2.conf.5:490
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<xml>"
|
msgid "B<xml>"
|
||||||
msgstr "B<xml>"
|
msgstr "B<xml>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:503
|
#: davfs2.conf.5:493
|
||||||
msgid "Parsing of the XML-body of WebDAV-requests."
|
msgid "Parsing of the XML-body of WebDAV-requests."
|
||||||
msgstr "Analysieren von XML-Daten in WebDAV-Anfragen."
|
msgstr "Analysieren von XML-Daten in WebDAV-Anfragen."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:503
|
#: davfs2.conf.5:493
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpauth>"
|
msgid "B<httpauth>"
|
||||||
msgstr "B<httpauth>"
|
msgstr "B<httpauth>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:506
|
#: davfs2.conf.5:496
|
||||||
msgid "Negotiation of authentication."
|
msgid "Negotiation of authentication."
|
||||||
msgstr "Aushandeln der Authentifizierung."
|
msgstr "Aushandeln der Authentifizierung."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:506
|
#: davfs2.conf.5:496
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<locks>"
|
msgid "B<locks>"
|
||||||
msgstr "B<locks>"
|
msgstr "B<locks>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:509
|
#: davfs2.conf.5:499
|
||||||
msgid "Information about locks."
|
msgid "Information about locks."
|
||||||
msgstr "Informationen über Sperren."
|
msgstr "Informationen über Sperren."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:509
|
#: davfs2.conf.5:499
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<ssl>"
|
msgid "B<ssl>"
|
||||||
msgstr "B<ssl>"
|
msgstr "B<ssl>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:512
|
#: davfs2.conf.5:502
|
||||||
msgid "TLS/SSL related stuff like certificates."
|
msgid "TLS/SSL related stuff like certificates."
|
||||||
msgstr "TLS/SSL-Informatinen, z.B. Zertifikate."
|
msgstr "TLS/SSL-Informatinen, z.B. Zertifikate."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:512
|
#: davfs2.conf.5:502
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpbody>"
|
msgid "B<httpbody>"
|
||||||
msgstr "B<httpbody>"
|
msgstr "B<httpbody>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:515
|
#: davfs2.conf.5:505
|
||||||
msgid "Complete body of HTTP-responses."
|
msgid "Complete body of HTTP-responses."
|
||||||
msgstr "Der komplette Datenteil von HTTP-Antworten."
|
msgstr "Der komplette Datenteil von HTTP-Antworten."
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:518
|
#: davfs2.conf.5:508
|
||||||
msgid ""
|
msgid ""
|
||||||
"Also print confidential information, which is usually omitted or obscured."
|
"Also print confidential information, which is usually omitted or obscured."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Gib auch vertrauliche Daten aus, die normalerweise weg gelassen werden."
|
"Gib auch vertrauliche Daten aus, die normalerweise weg gelassen werden."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:518
|
#: davfs2.conf.5:508
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<most>"
|
msgid "B<most>"
|
||||||
msgstr "B<most>"
|
msgstr "B<most>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:521
|
#: davfs2.conf.5:511
|
||||||
msgid "Includes config, kernel, cache and http."
|
msgid "Includes config, kernel, cache and http."
|
||||||
msgstr "Beinhaltet config, kernel, cache und http."
|
msgstr "Beinhaltet config, kernel, cache und http."
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:524 mount.davfs.8:532 umount.davfs.8:79
|
#: davfs2.conf.5:514 mount.davfs.8:532 umount.davfs.8:79
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "AUTHORS"
|
msgid "AUTHORS"
|
||||||
msgstr "AUTOREN"
|
msgstr "AUTOREN"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:528
|
#: davfs2.conf.5:518
|
||||||
msgid ""
|
msgid ""
|
||||||
"This man page was written by by Werner Baumann E<lt>werner."
|
"This man page was written by by Werner Baumann E<lt>werner."
|
||||||
"baumann@onlinehome.deE<gt>."
|
"baumann@onlinehome.deE<gt>."
|
||||||
@ -1360,24 +1338,24 @@ msgstr ""
|
|||||||
"geschrieben."
|
"geschrieben."
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:530 mount.davfs.8:549 umount.davfs.8:84
|
#: davfs2.conf.5:520 mount.davfs.8:549 umount.davfs.8:84
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "DAVFS2 HOME"
|
msgid "DAVFS2 HOME"
|
||||||
msgstr "DAVFS2 HOME"
|
msgstr "DAVFS2 HOME"
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#: davfs2.conf.5:533 mount.davfs.8:552 umount.davfs.8:87
|
#: davfs2.conf.5:523 mount.davfs.8:552 umount.davfs.8:87
|
||||||
msgid "@PACKAGE_BUGREPORT@"
|
msgid "@PACKAGE_BUGREPORT@"
|
||||||
msgstr "@PACKAGE_BUGREPORT@"
|
msgstr "@PACKAGE_BUGREPORT@"
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:535 mount.davfs.8:554 umount.davfs.8:89
|
#: davfs2.conf.5:525 mount.davfs.8:554 umount.davfs.8:89
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "SEE ALSO"
|
msgid "SEE ALSO"
|
||||||
msgstr "SIEHE AUCH"
|
msgstr "SIEHE AUCH"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:541
|
#: davfs2.conf.5:531
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
||||||
"B<fstab>(5)"
|
"B<fstab>(5)"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: davfs2 1.4.0\n"
|
"Project-Id-Version: davfs2 1.4.0\n"
|
||||||
"POT-Creation-Date: 2010-07-25 17:24+0300\n"
|
"POT-Creation-Date: 2009-04-27 18:47+0300\n"
|
||||||
"PO-Revision-Date: 2009-04-27 18:49+0200\n"
|
"PO-Revision-Date: 2009-04-27 18:49+0200\n"
|
||||||
"Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n"
|
"Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -14,6 +14,12 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
# type: TH
|
||||||
|
#: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1
|
||||||
|
#, no-wrap
|
||||||
|
msgid "2009-04-13"
|
||||||
|
msgstr "2009-04-13"
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1
|
#: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
@ -33,24 +39,24 @@ msgid "DESCRIPTION"
|
|||||||
msgstr "BESCHREIBUNG"
|
msgstr "BESCHREIBUNG"
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:524 mount.davfs.8:532 umount.davfs.8:79
|
#: davfs2.conf.5:501 mount.davfs.8:513 umount.davfs.8:79
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "AUTHORS"
|
msgid "AUTHORS"
|
||||||
msgstr "AUTOREN"
|
msgstr "AUTOREN"
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:530 mount.davfs.8:549 umount.davfs.8:84
|
#: davfs2.conf.5:507 mount.davfs.8:530 umount.davfs.8:84
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "DAVFS2 HOME"
|
msgid "DAVFS2 HOME"
|
||||||
msgstr "DAVFS2 HOME"
|
msgstr "DAVFS2 HOME"
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#: davfs2.conf.5:533 mount.davfs.8:552 umount.davfs.8:87
|
#: davfs2.conf.5:510 mount.davfs.8:533 umount.davfs.8:87
|
||||||
msgid "@PACKAGE_BUGREPORT@"
|
msgid "@PACKAGE_BUGREPORT@"
|
||||||
msgstr "@PACKAGE_BUGREPORT@"
|
msgstr "@PACKAGE_BUGREPORT@"
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:535 mount.davfs.8:554 umount.davfs.8:89
|
#: davfs2.conf.5:512 mount.davfs.8:535 umount.davfs.8:89
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "SEE ALSO"
|
msgid "SEE ALSO"
|
||||||
msgstr "SIEHE AUCH"
|
msgstr "SIEHE AUCH"
|
||||||
@ -105,19 +111,19 @@ msgid "Print a help message."
|
|||||||
msgstr "Zeige einen Hilfe-Text an."
|
msgstr "Zeige einen Hilfe-Text an."
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: mount.davfs.8:361 umount.davfs.8:67
|
#: mount.davfs.8:344 umount.davfs.8:67
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "FILES"
|
msgid "FILES"
|
||||||
msgstr "DATEIEN"
|
msgstr "DATEIEN"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: mount.davfs.8:422 umount.davfs.8:69
|
#: mount.davfs.8:405 umount.davfs.8:69
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "I<@SYS_RUN@>"
|
msgid "I<@SYS_RUN@>"
|
||||||
msgstr "I<@SYS_RUN@>"
|
msgstr "I<@SYS_RUN@>"
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: mount.davfs.8:525 umount.davfs.8:74
|
#: mount.davfs.8:508 umount.davfs.8:74
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "BUGS"
|
msgid "BUGS"
|
||||||
msgstr "FEHLER"
|
msgstr "FEHLER"
|
||||||
@ -128,12 +134,6 @@ msgstr "FEHLER"
|
|||||||
msgid "u@PROGRAM_NAME@"
|
msgid "u@PROGRAM_NAME@"
|
||||||
msgstr "u@PROGRAM_NAME@"
|
msgstr "u@PROGRAM_NAME@"
|
||||||
|
|
||||||
# type: TH
|
|
||||||
#: umount.davfs.8:1
|
|
||||||
#, no-wrap
|
|
||||||
msgid "2009-04-13"
|
|
||||||
msgstr "2009-04-13"
|
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: umount.davfs.8:6
|
#: umount.davfs.8:6
|
||||||
msgid "u@PROGRAM_NAME@ - Umount-helper to unmount a @PACKAGE@ file system"
|
msgid "u@PROGRAM_NAME@ - Umount-helper to unmount a @PACKAGE@ file system"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: davfs2.conf.5\n"
|
"Project-Id-Version: davfs2.conf.5\n"
|
||||||
"POT-Creation-Date: 2010-07-25 17:31+0300\n"
|
"POT-Creation-Date: 2009-10-18 18:01+0300\n"
|
||||||
"PO-Revision-Date: 2007-04-26 01:24-0300\n"
|
"PO-Revision-Date: 2007-04-26 01:24-0300\n"
|
||||||
"Last-Translator: Luciano Bello <luciano@linux.org.ar>\n"
|
"Last-Translator: Luciano Bello <luciano@linux.org.ar>\n"
|
||||||
"Language-Team: Español <es@li.org>\n"
|
"Language-Team: Español <es@li.org>\n"
|
||||||
@ -23,9 +23,9 @@ msgid "@CONFIGFILE@"
|
|||||||
msgstr "@CONFIGFILE@"
|
msgstr "@CONFIGFILE@"
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#: davfs2.conf.5:1
|
#: davfs2.conf.5:1 umount.davfs.8:1
|
||||||
#, fuzzy, no-wrap
|
#, no-wrap
|
||||||
msgid "2010-07-25"
|
msgid "2009-04-13"
|
||||||
msgstr "2009-04-13"
|
msgstr "2009-04-13"
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
@ -463,7 +463,7 @@ msgstr ""
|
|||||||
"I<@SYS_CONF_DIR@/@CERTS_DIR@/@CLICERTS_DIR@> serán buscados."
|
"I<@SYS_CONF_DIR@/@CERTS_DIR@/@CLICERTS_DIR@> serán buscados."
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:191 davfs2.conf.5:515
|
#: davfs2.conf.5:191 davfs2.conf.5:505
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<secrets>"
|
msgid "B<secrets>"
|
||||||
msgstr "B<secrets>"
|
msgstr "B<secrets>"
|
||||||
@ -613,7 +613,7 @@ msgstr ""
|
|||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:247 davfs2.conf.5:255 davfs2.conf.5:273 davfs2.conf.5:283
|
#: davfs2.conf.5:247 davfs2.conf.5:255 davfs2.conf.5:273 davfs2.conf.5:283
|
||||||
#: davfs2.conf.5:300 davfs2.conf.5:454 davfs2.conf.5:464
|
#: davfs2.conf.5:300 davfs2.conf.5:454
|
||||||
msgid "Default: 0"
|
msgid "Default: 0"
|
||||||
msgstr "Predeterminado: 0"
|
msgstr "Predeterminado: 0"
|
||||||
|
|
||||||
@ -1076,36 +1076,20 @@ msgstr ""
|
|||||||
"intentará obtener esta información de todos los archivos en un directorio "
|
"intentará obtener esta información de todos los archivos en un directorio "
|
||||||
"con un único pedido PROPFIND. 0 = no, 1 = sí."
|
"con un único pedido PROPFIND. 0 = no, 1 = sí."
|
||||||
|
|
||||||
# type: TP
|
|
||||||
#: davfs2.conf.5:455
|
|
||||||
#, fuzzy, no-wrap
|
|
||||||
msgid "B<minimize_mem>"
|
|
||||||
msgstr "B<ignore_home>"
|
|
||||||
|
|
||||||
# type: Plain text
|
|
||||||
#: davfs2.conf.5:462
|
|
||||||
msgid ""
|
|
||||||
"Minimize the amount of memory used for file and directory nodes. The list of "
|
|
||||||
"nodes will be recurrently scaned and all nodes currently not used will be "
|
|
||||||
"removed. It is intended for small systems which might run out of memory with "
|
|
||||||
"huge file systems. Local changes of file permissions will be lost and "
|
|
||||||
"performance is degraded."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:466
|
#: davfs2.conf.5:456
|
||||||
#, fuzzy, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "Debugging Options"
|
msgid "Debugging Options"
|
||||||
msgstr "Opciones Generales"
|
msgstr "Opciones Generales"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:468
|
#: davfs2.conf.5:458
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<debug>"
|
msgid "B<debug>"
|
||||||
msgstr "B<debug>"
|
msgstr "B<debug>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:476
|
#: davfs2.conf.5:466
|
||||||
msgid ""
|
msgid ""
|
||||||
"Send debug messages to the syslog daemon. The value tells what kind of "
|
"Send debug messages to the syslog daemon. The value tells what kind of "
|
||||||
"information shall be logged. The messages are send with facility LOG_DAEMON "
|
"information shall be logged. The messages are send with facility LOG_DAEMON "
|
||||||
@ -1116,7 +1100,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:480
|
#: davfs2.conf.5:470
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unlike other options, this option is cumulative. If there are several debug "
|
"Unlike other options, this option is cumulative. If there are several debug "
|
||||||
"entries with different values, all of them will be applied. Also debug "
|
"entries with different values, all of them will be applied. Also debug "
|
||||||
@ -1125,148 +1109,148 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:483
|
#: davfs2.conf.5:473
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
|
||||||
"option in normal operation of mount.davfs."
|
"option in normal operation of mount.davfs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:485
|
#: davfs2.conf.5:475
|
||||||
msgid "Default: no debugging messages"
|
msgid "Default: no debugging messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:486
|
#: davfs2.conf.5:476
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<Recognized values:>"
|
msgid "B<Recognized values:>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:488
|
#: davfs2.conf.5:478
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<config>"
|
msgid "B<config>"
|
||||||
msgstr "B<config>"
|
msgstr "B<config>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:491
|
#: davfs2.conf.5:481
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Command line and configuration options."
|
msgid "Command line and configuration options."
|
||||||
msgstr "B<Sólo permitido en el archivo general de configuración del sistema.>"
|
msgstr "B<Sólo permitido en el archivo general de configuración del sistema.>"
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:491
|
#: davfs2.conf.5:481
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<kernel>"
|
msgid "B<kernel>"
|
||||||
msgstr "B<kernel>"
|
msgstr "B<kernel>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:494
|
#: davfs2.conf.5:484
|
||||||
msgid "Upcalls from the kernel file system."
|
msgid "Upcalls from the kernel file system."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:494
|
#: davfs2.conf.5:484
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<cache>"
|
msgid "B<cache>"
|
||||||
msgstr "B<cache>"
|
msgstr "B<cache>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:497
|
#: davfs2.conf.5:487
|
||||||
msgid "Cache operations like adding and removing nodes."
|
msgid "Cache operations like adding and removing nodes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:497
|
#: davfs2.conf.5:487
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<http>"
|
msgid "B<http>"
|
||||||
msgstr "B<http>"
|
msgstr "B<http>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:500
|
#: davfs2.conf.5:490
|
||||||
msgid "HTTP headers."
|
msgid "HTTP headers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:500
|
#: davfs2.conf.5:490
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<xml>"
|
msgid "B<xml>"
|
||||||
msgstr "B<xml>"
|
msgstr "B<xml>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:503
|
#: davfs2.conf.5:493
|
||||||
msgid "Parsing of the XML-body of WebDAV-requests."
|
msgid "Parsing of the XML-body of WebDAV-requests."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:503
|
#: davfs2.conf.5:493
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpauth>"
|
msgid "B<httpauth>"
|
||||||
msgstr "B<httpauth>"
|
msgstr "B<httpauth>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:506
|
#: davfs2.conf.5:496
|
||||||
msgid "Negotiation of authentication."
|
msgid "Negotiation of authentication."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:506
|
#: davfs2.conf.5:496
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<locks>"
|
msgid "B<locks>"
|
||||||
msgstr "B<locks>"
|
msgstr "B<locks>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:509
|
#: davfs2.conf.5:499
|
||||||
msgid "Information about locks."
|
msgid "Information about locks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:509
|
#: davfs2.conf.5:499
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<ssl>"
|
msgid "B<ssl>"
|
||||||
msgstr "B<ssl>"
|
msgstr "B<ssl>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:512
|
#: davfs2.conf.5:502
|
||||||
msgid "TLS/SSL related stuff like certificates."
|
msgid "TLS/SSL related stuff like certificates."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:512
|
#: davfs2.conf.5:502
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<httpbody>"
|
msgid "B<httpbody>"
|
||||||
msgstr "B<httpbody>"
|
msgstr "B<httpbody>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:515
|
#: davfs2.conf.5:505
|
||||||
msgid "Complete body of HTTP-responses."
|
msgid "Complete body of HTTP-responses."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:518
|
#: davfs2.conf.5:508
|
||||||
msgid ""
|
msgid ""
|
||||||
"Also print confidential information, which is usually omitted or obscured."
|
"Also print confidential information, which is usually omitted or obscured."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: davfs2.conf.5:518
|
#: davfs2.conf.5:508
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "B<most>"
|
msgid "B<most>"
|
||||||
msgstr "B<most>"
|
msgstr "B<most>"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:521
|
#: davfs2.conf.5:511
|
||||||
msgid "Includes config, kernel, cache and http."
|
msgid "Includes config, kernel, cache and http."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:524 mount.davfs.8:532 umount.davfs.8:79
|
#: davfs2.conf.5:514 mount.davfs.8:532 umount.davfs.8:79
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "AUTHORS"
|
msgid "AUTHORS"
|
||||||
msgstr "AUTORES"
|
msgstr "AUTORES"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:528
|
#: davfs2.conf.5:518
|
||||||
msgid ""
|
msgid ""
|
||||||
"This man page was written by by Werner Baumann E<lt>werner."
|
"This man page was written by by Werner Baumann E<lt>werner."
|
||||||
"baumann@onlinehome.deE<gt>."
|
"baumann@onlinehome.deE<gt>."
|
||||||
@ -1275,24 +1259,24 @@ msgstr ""
|
|||||||
"baumann@onlinehome.deE<gt>."
|
"baumann@onlinehome.deE<gt>."
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:530 mount.davfs.8:549 umount.davfs.8:84
|
#: davfs2.conf.5:520 mount.davfs.8:549 umount.davfs.8:84
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "DAVFS2 HOME"
|
msgid "DAVFS2 HOME"
|
||||||
msgstr "DAVFS2 HOME"
|
msgstr "DAVFS2 HOME"
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#: davfs2.conf.5:533 mount.davfs.8:552 umount.davfs.8:87
|
#: davfs2.conf.5:523 mount.davfs.8:552 umount.davfs.8:87
|
||||||
msgid "@PACKAGE_BUGREPORT@"
|
msgid "@PACKAGE_BUGREPORT@"
|
||||||
msgstr "@PACKAGE_BUGREPORT@"
|
msgstr "@PACKAGE_BUGREPORT@"
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:535 mount.davfs.8:554 umount.davfs.8:89
|
#: davfs2.conf.5:525 mount.davfs.8:554 umount.davfs.8:89
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "SEE ALSO"
|
msgid "SEE ALSO"
|
||||||
msgstr "VER TAMBIÉN"
|
msgstr "VER TAMBIÉN"
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:541
|
#: davfs2.conf.5:531
|
||||||
msgid ""
|
msgid ""
|
||||||
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
|
||||||
"B<fstab>(5)"
|
"B<fstab>(5)"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2010-07-25 17:24+0300\n"
|
"POT-Creation-Date: 2009-04-27 18:47+0300\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -15,6 +15,12 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: ENCODING"
|
"Content-Transfer-Encoding: ENCODING"
|
||||||
|
|
||||||
|
# type: TH
|
||||||
|
#: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1
|
||||||
|
#, no-wrap
|
||||||
|
msgid "2009-04-13"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
# type: TH
|
# type: TH
|
||||||
#: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1
|
#: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
@ -34,24 +40,24 @@ msgid "DESCRIPTION"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:524 mount.davfs.8:532 umount.davfs.8:79
|
#: davfs2.conf.5:501 mount.davfs.8:513 umount.davfs.8:79
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "AUTHORS"
|
msgid "AUTHORS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:530 mount.davfs.8:549 umount.davfs.8:84
|
#: davfs2.conf.5:507 mount.davfs.8:530 umount.davfs.8:84
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "DAVFS2 HOME"
|
msgid "DAVFS2 HOME"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: davfs2.conf.5:533 mount.davfs.8:552 umount.davfs.8:87
|
#: davfs2.conf.5:510 mount.davfs.8:533 umount.davfs.8:87
|
||||||
msgid "@PACKAGE_BUGREPORT@"
|
msgid "@PACKAGE_BUGREPORT@"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: davfs2.conf.5:535 mount.davfs.8:554 umount.davfs.8:89
|
#: davfs2.conf.5:512 mount.davfs.8:535 umount.davfs.8:89
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "SEE ALSO"
|
msgid "SEE ALSO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -104,19 +110,19 @@ msgid "Print a help message."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: mount.davfs.8:361 umount.davfs.8:67
|
#: mount.davfs.8:344 umount.davfs.8:67
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "FILES"
|
msgid "FILES"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TP
|
# type: TP
|
||||||
#: mount.davfs.8:422 umount.davfs.8:69
|
#: mount.davfs.8:405 umount.davfs.8:69
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "I<@SYS_RUN@>"
|
msgid "I<@SYS_RUN@>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: SH
|
# type: SH
|
||||||
#: mount.davfs.8:525 umount.davfs.8:74
|
#: mount.davfs.8:508 umount.davfs.8:74
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "BUGS"
|
msgid "BUGS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -127,12 +133,6 @@ msgstr ""
|
|||||||
msgid "u@PROGRAM_NAME@"
|
msgid "u@PROGRAM_NAME@"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# type: TH
|
|
||||||
#: umount.davfs.8:1
|
|
||||||
#, no-wrap
|
|
||||||
msgid "2009-04-13"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
# type: Plain text
|
# type: Plain text
|
||||||
#: umount.davfs.8:6
|
#: umount.davfs.8:6
|
||||||
msgid "u@PROGRAM_NAME@ - Umount-helper to unmount a @PACKAGE@ file system"
|
msgid "u@PROGRAM_NAME@ - Umount-helper to unmount a @PACKAGE@ file system"
|
||||||
|
72
src/cache.c
72
src/cache.c
@ -168,13 +168,6 @@ static time_t delay_upload;
|
|||||||
GET If-Modified-Since for single files. */
|
GET If-Modified-Since for single files. */
|
||||||
static int gui_optimize;
|
static int gui_optimize;
|
||||||
|
|
||||||
/* Remove nodes that are currently not needed to minimize memory usage. */
|
|
||||||
static int minimize_mem;
|
|
||||||
|
|
||||||
/* When to next run minimize_tree. 0 means to not run minimize_tree.
|
|
||||||
Must be updated when a node is created. */
|
|
||||||
static time_t next_minimize;
|
|
||||||
|
|
||||||
/* Time interval to wait, before a directory is updated. Usually equal to
|
/* Time interval to wait, before a directory is updated. Usually equal to
|
||||||
dir_refresh, but will be varied in case the connection timed out.*/
|
dir_refresh, but will be varied in case the connection timed out.*/
|
||||||
static time_t retry;
|
static time_t retry;
|
||||||
@ -283,9 +276,6 @@ get_upload_time(dav_node *node)
|
|||||||
return item->save_at;
|
return item->save_at;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
minimize_tree(dav_node *node, int rm_dir);
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
move_dir(dav_node *src, dav_node *dst, dav_node *dst_parent,
|
move_dir(dav_node *src, dav_node *dst, dav_node *dst_parent,
|
||||||
const char *dst_name);
|
const char *dst_name);
|
||||||
@ -614,7 +604,6 @@ dav_init_cache(const dav_args *args, const char *mpoint)
|
|||||||
file_refresh = args->file_refresh;
|
file_refresh = args->file_refresh;
|
||||||
delay_upload = args->delay_upload;
|
delay_upload = args->delay_upload;
|
||||||
gui_optimize = args->gui_optimize;
|
gui_optimize = args->gui_optimize;
|
||||||
minimize_mem = args->minimize_mem;
|
|
||||||
retry = dir_refresh;
|
retry = dir_refresh;
|
||||||
min_retry = args->retry;
|
min_retry = args->retry;
|
||||||
max_retry = args->max_retry;
|
max_retry = args->max_retry;
|
||||||
@ -659,7 +648,6 @@ dav_init_cache(const dav_args *args, const char *mpoint)
|
|||||||
backup->mode = S_IFDIR | S_IRWXU;
|
backup->mode = S_IFDIR | S_IRWXU;
|
||||||
|
|
||||||
clean_cache();
|
clean_cache();
|
||||||
next_minimize = 0;
|
|
||||||
|
|
||||||
int ret = update_directory(root, 0);
|
int ret = update_directory(root, 0);
|
||||||
if (ret == EAGAIN) {
|
if (ret == EAGAIN) {
|
||||||
@ -762,14 +750,6 @@ dav_tidy_cache(void)
|
|||||||
if (cache_size > max_cache_size)
|
if (cache_size > max_cache_size)
|
||||||
resize_cache();
|
resize_cache();
|
||||||
|
|
||||||
if (minimize_mem && next_minimize && time(NULL) > next_minimize) {
|
|
||||||
next_minimize = 0;
|
|
||||||
minimize_tree(root, 0);
|
|
||||||
if (debug)
|
|
||||||
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG),
|
|
||||||
"minimize_tree: %llu nodes remaining", fs_stat->files);
|
|
||||||
}
|
|
||||||
|
|
||||||
static dav_node_list_item *item = NULL;
|
static dav_node_list_item *item = NULL;
|
||||||
|
|
||||||
dav_node_list_item *next_item = changed;
|
dav_node_list_item *next_item = changed;
|
||||||
@ -1865,53 +1845,6 @@ delete_tree(dav_node *node)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Removes nodes that are currently not needed to minimize
|
|
||||||
memory usage.
|
|
||||||
Nodes are not needed if
|
|
||||||
- a file node is without cached file and its parent directory
|
|
||||||
has not been updated within file_refresh seconds
|
|
||||||
- a dir node has no childs and has not been updated within
|
|
||||||
file_refresh seconds.
|
|
||||||
rm_dir : if node is a directory only remove it if rm_ dir = 1. */
|
|
||||||
static void
|
|
||||||
minimize_tree(dav_node *node, int rm_dir)
|
|
||||||
{
|
|
||||||
if (node == backup) return;
|
|
||||||
|
|
||||||
if (is_dir(node)) {
|
|
||||||
|
|
||||||
int rm = (time(NULL) > (node->utime + file_refresh));
|
|
||||||
dav_node *child = node->childs;
|
|
||||||
while (child) {
|
|
||||||
dav_node *next = child->next;
|
|
||||||
if (rm || is_dir(child))
|
|
||||||
minimize_tree(child, rm);
|
|
||||||
child = next;
|
|
||||||
}
|
|
||||||
if (!node->childs && node != root && node != backup) {
|
|
||||||
if (rm && rm_dir) {
|
|
||||||
remove_from_tree(node);
|
|
||||||
remove_from_table(node);
|
|
||||||
delete_node(node);
|
|
||||||
*flush = 1;
|
|
||||||
} else if (node->utime
|
|
||||||
&& (!next_minimize
|
|
||||||
|| (node->utime + file_refresh) < next_minimize)) {
|
|
||||||
next_minimize = node->utime + file_refresh;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} else if (!is_cached(node) && !is_locked(node) && !is_created(node)) {
|
|
||||||
|
|
||||||
remove_from_tree(node);
|
|
||||||
remove_from_table(node);
|
|
||||||
delete_node(node);
|
|
||||||
*flush = 1;
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Moves directory src to dst using WebDAV method MOVE. */
|
/* Moves directory src to dst using WebDAV method MOVE. */
|
||||||
static int
|
static int
|
||||||
move_dir(dav_node *src, dav_node *dst, dav_node *dst_parent,
|
move_dir(dav_node *src, dav_node *dst, dav_node *dst_parent,
|
||||||
@ -2135,9 +2068,6 @@ new_node(dav_node *parent, mode_t mode)
|
|||||||
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), "new node: %p->%p",
|
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), "new node: %p->%p",
|
||||||
node->parent, node);
|
node->parent, node);
|
||||||
fs_stat->files++;
|
fs_stat->files++;
|
||||||
if (!next_minimize)
|
|
||||||
next_minimize = node->atime + file_refresh;
|
|
||||||
|
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2246,7 +2176,7 @@ remove_node(dav_node *node)
|
|||||||
If there are inconsistencies between the information from the server and
|
If there are inconsistencies between the information from the server and
|
||||||
the locally stored state, the local information is updated. Backups are
|
the locally stored state, the local information is updated. Backups are
|
||||||
created if necessary.
|
created if necessary.
|
||||||
This will only be done if the utime of dir is reached, otherwise this
|
This will only be done if the utime of dear is reached, otherwise this
|
||||||
function will do nothing.
|
function will do nothing.
|
||||||
utime and retry will be updated.
|
utime and retry will be updated.
|
||||||
If the contents or the mtime of the dir has changed, the dir-cache-file
|
If the contents or the mtime of the dir has changed, the dir-cache-file
|
||||||
|
@ -101,9 +101,6 @@
|
|||||||
May be overridden by system config file and user config file. */
|
May be overridden by system config file and user config file. */
|
||||||
#define DAV_GUI_OPTIMIZE 0
|
#define DAV_GUI_OPTIMIZE 0
|
||||||
|
|
||||||
/* Remove nodes that are currently not needed to minimize memory usage. */
|
|
||||||
#define DAV_MINIMIZE_MEM 0
|
|
||||||
|
|
||||||
|
|
||||||
/* HTTP */
|
/* HTTP */
|
||||||
/*======*/
|
/*======*/
|
||||||
|
@ -1817,7 +1817,6 @@ new_args(void)
|
|||||||
args->file_refresh = DAV_FILE_REFRESH;
|
args->file_refresh = DAV_FILE_REFRESH;
|
||||||
args->delay_upload = DAV_DELAY_UPLOAD;
|
args->delay_upload = DAV_DELAY_UPLOAD;
|
||||||
args->gui_optimize = DAV_GUI_OPTIMIZE;
|
args->gui_optimize = DAV_GUI_OPTIMIZE;
|
||||||
args->minimize_mem = DAV_MINIMIZE_MEM;
|
|
||||||
|
|
||||||
args->debug = 0;
|
args->debug = 0;
|
||||||
args->neon_debug = 0;
|
args->neon_debug = 0;
|
||||||
@ -2273,8 +2272,6 @@ read_config(dav_args *args, const char * filename, int system)
|
|||||||
args->delay_upload = arg_to_int(parmv[1], 10, parmv[0]);
|
args->delay_upload = arg_to_int(parmv[1], 10, parmv[0]);
|
||||||
} else if (strcmp(parmv[0], "gui_optimize") == 0) {
|
} else if (strcmp(parmv[0], "gui_optimize") == 0) {
|
||||||
args->gui_optimize = arg_to_int(parmv[1], 10, parmv[0]);
|
args->gui_optimize = arg_to_int(parmv[1], 10, parmv[0]);
|
||||||
} else if (strcmp(parmv[0], "minimize_mem") == 0) {
|
|
||||||
args->minimize_mem = arg_to_int(parmv[1], 10, parmv[0]);
|
|
||||||
} else if (strcmp(parmv[0], "debug") == 0) {
|
} else if (strcmp(parmv[0], "debug") == 0) {
|
||||||
args->debug |= debug_opts(parmv[1]);
|
args->debug |= debug_opts(parmv[1]);
|
||||||
args->neon_debug |= debug_opts_neon(parmv[1]);
|
args->neon_debug |= debug_opts_neon(parmv[1]);
|
||||||
|
@ -95,7 +95,6 @@ typedef struct {
|
|||||||
time_t file_refresh; /* User config file, system config file */
|
time_t file_refresh; /* User config file, system config file */
|
||||||
int delay_upload; /* User config file, system config file */
|
int delay_upload; /* User config file, system config file */
|
||||||
int gui_optimize; /* User config file, system config file */
|
int gui_optimize; /* User config file, system config file */
|
||||||
int minimize_mem; /* User config file, system config file */
|
|
||||||
/* Debugging */
|
/* Debugging */
|
||||||
int debug; /* User config file, system config file */
|
int debug; /* User config file, system config file */
|
||||||
int neon_debug; /* User config file, system config file */
|
int neon_debug; /* User config file, system config file */
|
||||||
|
Loading…
Reference in New Issue
Block a user