No description
Find a file
Ashod Nakashian 875d11f88b loolwsd: simplify checking for closed socket
Change-Id: I1f41c40bdd42ad6ab9224a2b13af97f84175492c
Reviewed-on: https://gerrit.libreoffice.org/31983
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2016-12-14 04:14:57 +00:00
bundled/include/LibreOfficeKit Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
common loolwsd: LOG_CHECK to replace assertion when logging suffices 2016-12-13 04:37:05 +00:00
debian Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
etc Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
kit loolwsd: cleanup the Sessions 2016-12-13 04:35:00 +00:00
loleaflet Pass Disable{Print,Export,Copy} options to client and handle them 2016-12-13 17:59:02 +05:30
scripts Pootle server times out with IPv6 address... 2016-10-23 16:44:56 +02:00
test loolwsd: LOOLSession -> Session 2016-12-13 04:34:19 +00:00
tools Adapt makefiles, includes etc. to new locations. 2016-11-25 09:58:57 +00:00
wsd loolwsd: simplify checking for closed socket 2016-12-14 04:14:57 +00:00
.clang-tidy Png: avoid multiplication at int precision, then converting to long 2016-12-05 11:56:46 +01:00
.gitignore .gitignore editor dot files 2016-11-28 04:50:32 +00:00
.gitreview
AUTHORS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
autogen.sh Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
ChangeLog Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
configure.ac Unify loleaflet's make with top level make 2016-12-12 17:56:58 +05:30
COPYING Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
discovery.xml Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
favicon.ico Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
INSTALL Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolstat Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd-systemplate-setup Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd.service Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd.spec.in Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd.xml.in Tweak code to use new paths. 2016-11-25 09:59:03 +00:00
Makefile.am Unify loleaflet's make with top level make 2016-12-12 17:56:58 +05:30
maketarballfordeb.sh.in adapt maketarballfordeb.sh script to new dir layout 2016-11-25 12:21:30 +01:00
NEWS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
PROBLEMS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
README Adapt makefiles, includes etc. to new locations. 2016-11-25 09:58:57 +00:00
rename.patch More work on rename script - compiles after rename + patch. 2016-11-15 20:05:07 +01:00
rename.sh Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
robots.txt Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
sysconfig.loolwsd Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
TODO Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00

LibreOffice on-line.

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.