[Libreoffice-commits] online.git: Changes to 'private/kendy/monitoring-collabora-online-3'
Michael Meeks
michael.meeks at collabora.com
Fri May 18 17:15:18 UTC 2018
New branch 'private/kendy/monitoring-collabora-online-3' available with the following commits:
commit 5b7ad549e0c9993a6f6275bb224d919c7ce60c5d
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Fri May 18 16:05:36 2018 +0100
Shutdown kit process if connection dies.
Change-Id: I34e627a03a9859ccd3ae9f9925fe6ab080697b72
commit 79e0c46de99c7bc62839400f38fc09bc6c5fdc01
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Fri May 18 15:55:31 2018 +0100
Count kits better for crash testing.
Change-Id: Icf04d4124e2b538886c8568358e94d00baeefeb4
commit cf739b5f6af7fdd1acfc333caba8f1ead1fec9c1
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Fri May 18 14:32:26 2018 +0100
Make PNG tile tests more robust.
Change-Id: Id7afcfe9b29b2d5544e296b13f04c195d35655b5
commit d88eb5c1643cb66762da1c6d1c3a413b76cc5d59
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri May 18 13:00:16 2018 +0200
Split close(bool) into close() and terminate().
The bool flag was causing 2 complete separate code paths anyway.
Also remove stop(), calling stop() followed by close() made no
difference.
Change-Id: Ica4c887b0324390d4e006a26eb4119bd5ab08723
commit f7bd94124600581316a81c351bd93da0bbc84b77
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu May 17 20:47:37 2018 +0200
Before we kill the child, check it exists, ie. kill(pid, 0) == 0.
Also warn when anything was left out.
Without this, we leave abandoned children around.
Change-Id: I293a530ffceeb7f6bdc0cc775335c782945de6e7
commit 3bc2099ffb20e3735a7f5ec9287eea85c63a2cc7
Author: Jan Holesovsky <kendy at collabora.com>
Date: Wed Apr 25 17:38:55 2018 +0200
Paste: Prefer text/rtf mimetype when present.
Change-Id: Id4bad2d6b09b3b14e64059a942a50ce61f8f4ea4
commit 2d68ec3c29d146b67665d752550441c5ea3db32a
Author: Jan Holesovsky <kendy at collabora.com>
Date: Wed Apr 25 16:06:08 2018 +0200
Paste: Share the code with Drop, to allow rich content pasting.
Change-Id: I4d80421786369388b8a1a094fe7633d525fa3f08
commit bf7ee5211251c9f4f54b0f8988f2119db76bb6c8
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Sun May 13 12:44:39 2018 +0100
seccomp: allow socket shutdown in kit process.
Change-Id: Ie11f5eb278bcba8dcf13d6f095de2ffd6d23fcb3
commit 5a30a2d47266f09450ca2d710948f275c567906d
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri May 11 19:15:16 2018 +0200
Post the message to the poll thread.
Change-Id: Ibd28090a420b5396b64fdfe676bef8cf06991116
commit d344a859da2788a63d8adfa1aee2475bfbc23995
Author: Jan Holesovsky <kendy at collabora.com>
Date: Wed May 9 20:25:58 2018 +0200
Use std::shared_ptr consistently.
Change-Id: I6bf3ff7de47010fd78fab26a5a318bde21c1f153
commit 32fc10fa58e303c31ac01797f9d50a25051e05db
Author: Jan Holesovsky <kendy at collabora.com>
Date: Mon May 7 15:09:40 2018 +0200
Use correct path in the client websockets.
Change-Id: Ie0bf6646ff3f6e6cf99b505143a416c86a3a33b8
commit a260850e82e37260c2557d21b3e71fe87f69de00
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri May 4 18:47:33 2018 +0200
Move the functionality from connectToMonitor() to SocketPoll.
Change-Id: Iab2ac09638323f5e59f7a2ea0d880f52989ad64d
commit 93def7ee10568e0ed09ada530dc5f0c5bd2f80f9
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri May 4 18:32:42 2018 +0200
Change Kit to use the new client websocket code.
Change-Id: Ib4e62ea618da5bd8992b51165b0d7ee955c61637
commit b7474b047c7df1cf1ee31e36fa001319c71d2100
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri May 4 16:08:32 2018 +0200
websocketdump: Read the port and ssl support from the config.
Change-Id: Ifc4566d5e1f2cdba1fd4bd7d53b359d81604083b
commit 5cbd07ff9c7f473dd253b86f7d681973d0f3b065
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Thu May 3 18:03:56 2018 +0100
Enable SSL in outbound, client websockets ...
Switch SSL context creation to be generic rather than pure server.
Change-Id: I1b750b4ddc8c607381f5541a4f4412fa16e457d4
commit 8538d9175685b5f97cd2890ed1dc96eaef1fdc90
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Thu May 3 17:52:35 2018 +0100
re-factor socket factories to take a client parameter.
Change-Id: I0be98eb583b4f8081dd8ad23e688e93c55220367
commit 19a8f94958ce5b59c2c205d0ff37f2de0f364f46
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu May 3 17:32:31 2018 +0200
The WebSocketHandler::handleClientUpgrade() needs to handle a Response,
not a request.
This commit includes some fixes from Michael Meeks too.
Change-Id: I25198ded9d354a44d7718071394bcccdcabcdd94
commit b04a17a6f5112cb31360bcc0f262f22bb2108a83
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue May 1 14:57:17 2018 +0100
Share HTTP header parsing inside the StreamSocket.
Change-Id: Id98e895a939d931ac10b7cd7403da4cbe822ee82
commit ceb36717b962630388d9ebcf57236d086af64b53
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Wed May 2 15:40:16 2018 +0100
Get ping/pong handling sorted with more isClient conditionality.
Change-Id: I859ed5b5bcc302304e23ad3554247af920de2421
commit 3f3c61a88714138b35e7bf50c0c6e6c00a971709
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue May 1 17:50:13 2018 +0100
More work on client / Monitor websocket connections.
Change-Id: Ic70fe522e24f2b1863c2d9d1dd6941785510758a
commit bd1dfbdc5fb0bb3e907a4aa76d7015beb1fa6b0c
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Wed Apr 18 19:20:54 2018 +0100
Allow a 'monitor' to be connected to remotely if configured.
So far monitors have the access an permissions of an
authenticated admin.
Change-Id: I59dfa8a646a60584a5c113ee0521e9afba4f6b76
commit e5bdcbb160169535a44b7b73707b43a6644b3c94
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Feb 26 16:30:30 2018 +0100
'static const int' needs an explicit definition in C++11
core.git equivalent situation is e.g. SwXMLTableContext::MAX_WIDTH.
Change-Id: Id6f4201e875a7453ab2363161ea9560ae6e40384
commit 2b3343db9f9ef372dfd6744cd168fac0ee817f94
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Feb 11 19:14:21 2018 -0500
wsd: WebSocket state is a property of the socket
This resolves the erroneous warnings of pinging
on a non-upgraded (i.e. HTTP) socket.
This was due to the fact that we moved the socket
from one SocketHandlerInterface to a WebSocketHandler
after upgrading and since the WSState was a property
of the handler, the WebSocketHandler didn't know
that the socket had already been upgraded.
Also other cosmetics and cleanups.
Change-Id: I1a88edef750117ed551d23245e49380371561422
Reviewed-on: https://gerrit.libreoffice.org/49911
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
commit 07e8c78dc01e49e95e251cc9cd6198013760783a
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri May 18 15:48:19 2018 +0200
Don't confuse git wwhen the npm-shrinkwrap.json auto-updates.
Change-Id: I84e4d2b57b2b8db76935e33c28b2e99129b281c6
More information about the Libreoffice-commits
mailing list