No description
Find a file
Ashod Nakashian c06376cc1d wsd: cleanup logging and remove unused helpers
Now all logging is done after checking if the
level in question is enabled or not (thanks to
the macros LOG_XXX), which saves unnecessary
conversions and stringification when said level
is disabled.

Change-Id: Icde31e067f60269563896f04f8b0d65643720766
Reviewed-on: https://gerrit.libreoffice.org/47885
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2018-01-19 00:33:40 +01:00
bundled/include/LibreOfficeKit Update the bundled headers. 2017-12-19 12:16:07 +01:00
common wsd: cleanup logging and remove unused helpers 2018-01-19 00:33:40 +01:00
debian build requires /usr/include/linux/seccomp.h 2017-06-28 13:19:31 +02:00
docker Online docker: get latest translations from LibreOffice 2018-01-17 23:45:25 +01:00
etc new SSL key and cert for testing 2017-04-03 14:16:19 +02:00
kit Fix misleading trace output: There is nothing called CallbackWorker::callback 2018-01-17 12:35:38 +02:00
loleaflet loleaflet: add page styles to header & footer 2018-01-18 20:54:26 +01:00
net Add IPv6 support, and configuration option. 2018-01-09 22:03:17 +00:00
scripts l10n: add Upper Sorbian and Venetian 2018-01-03 16:30:53 +01:00
test wsd: cleanup logging and remove unused helpers 2018-01-19 00:33:40 +01:00
tools loolmap: configurable width for hex dumping. 2018-01-09 11:47:28 +00:00
wsd wsd: cleanup logging and remove unused helpers 2018-01-19 00:33:40 +01:00
.clang-tidy
.gitignore Docker bits 2017-10-22 07:53:42 +02:00
.gitreview
AUTHORS
autogen.sh
ChangeLog
configure.ac compilerplugins: pass absolute path to online dir 2017-12-21 20:08:19 +05:30
COPYING
discovery.xml discovery: Add the binary MS filetypes. 2017-08-07 10:28:18 +02:00
favicon.ico
INSTALL
loolkitconfig.xcu loolkitconfig.xcu: /home is only available in debug builds, not release 2018-01-12 18:39:34 +05:30
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 build requires /usr/include/linux/seccomp.h 2017-06-28 13:19:31 +02:00
loolwsd.xml.in Add IPv6 support, and configuration option. 2018-01-09 22:03:17 +00:00
Makefile.am add scripts/unocommands.py to tarball 2018-01-05 14:14:16 +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.