No description
Find a file
Ashod Nakashian 88619a323f wsd: reduce memory load only when the footprint changes
Update the network interval when updating the memory interval,
since we currently don't support changing the network interval.
Also make the default memory and network interval twice
that of the cpu interval explicitly.

Reduce logging noise a bit without losing information.

And some const-correctness and other cleanups.

Change-Id: I313fb2882675f560091e5113dbdcbdef269828e2
Reviewed-on: https://gerrit.libreoffice.org/49571
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2018-02-11 22:16:50 +01:00
bundled/include/LibreOfficeKit IME support 2018-02-08 14:16:34 +05:30
common ut: log timestamp to track timeouts better 2018-02-11 19:21:15 +01:00
debian Adds ENABLE_SETCAP build variable to avoid using env in build system. 2018-02-04 22:27:09 +01:00
docker Online docker: we need galaxy theme too as fallback 2018-01-25 10:06:10 +01:00
etc new SSL key and cert for testing 2017-04-03 14:16:19 +02:00
kit ut: log the test name for easier traceability 2018-02-11 19:22:14 +01:00
loleaflet loleaflet: copy text of the annotation element to clipboard 2018-02-10 14:40:54 -04:00
net ut: log timestamp to track timeouts better 2018-02-11 19:21:15 +01:00
scripts l10n: add Upper Sorbian and Venetian 2018-01-03 16:30:53 +01:00
test ut: log the test name for easier traceability 2018-02-11 19:22:14 +01:00
tools tools: spell out non-trivial autos to improve readability 2018-02-07 10:18:12 +01:00
wsd wsd: reduce memory load only when the footprint changes 2018-02-11 22:16:50 +01:00
.clang-tidy
.gitignore Docker bits 2017-10-22 07:53:42 +02:00
.gitreview
AUTHORS
autogen.sh
ChangeLog
configure.ac configure: allow disable werror with --disable-werror 2018-02-08 15:48:01 +01:00
COPYING
discovery.xml discovery: Add the binary MS filetypes. 2017-08-07 10:28:18 +02:00
favicon.ico Add LibreOffice favicon 2017-03-01 13:48:57 +00:00
INSTALL
loolkitconfig.xcu loolkitconfig.xcu: add documentation how to disable thumbnails 2018-01-22 17:34:31 +01:00
loolstat
loolwsd-systemplate-setup copy system hyphenation dictionaries to systemplate 2017-10-30 11:01:14 +01:00
loolwsd.service don't hardcode lo_template_path, use the setting from loolwsd.xml 2017-03-20 23:29:15 +01:00
loolwsd.spec.in Adds ENABLE_SETCAP build variable to avoid using env in build system. 2018-02-04 22:27:09 +01:00
loolwsd.xml.in wsd: Support for configuration of the allowed languages. 2018-01-26 20:57:54 +01:00
Makefile.am Adds ENABLE_SETCAP build variable to avoid using env in build system. 2018-02-04 22:27:09 +01:00
NEWS
PROBLEMS
README
robots.txt
sysconfig.loolwsd
TODO

LibreOffice Online.

This project has several components:

wsd/
	The Web Services Daemon - which accepts external connections.

kit/
	The client which lives in its own chroot and renders documents.

common/
	Shared code between these processes.

loleaflet/
	The client side JavaScript component.

It is recommended to read these files:

	wsd/README
	loleaflet/README

Enjoy.