summaryrefslogtreecommitdiff
path: root/wsd/ClientSession.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-11re-factor: Socket / WebSocketHandler.Michael Meeks1-8/+13
2020-03-07Remove unused filterHandleRequest unit test hook.Michael Meeks1-2/+0
2020-02-28Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna1-5/+5
2020-01-28wsd: per-user cookiesAshod Nakashian1-0/+5
2020-01-06watermarking: create SessionMap template to canonicalize views.Michael Meeks1-1/+1
2019-11-25Add REST endpoint for admin metrics.Gabriel Masei1-0/+3
2019-08-05clipboard: persist selections for a while after a view closes.Michael Meeks1-9/+24
2019-08-05wsd: add 'meta origin' to clipboardcontent payloads tooAshod Nakashian1-0/+3
2019-08-05Rename to clipboardkey.Michael Meeks1-1/+1
2019-08-05clipboard - set it with a post now.Michael Meeks1-1/+3
2019-08-05More work getting the unit test closer to passing.Michael Meeks1-4/+1
2019-08-05clipboard: start of rotating clipboard key management.Michael Meeks1-5/+12
2019-08-05Switch to text/html for paste where we can.Michael Meeks1-2/+30
2019-03-02TileCache: remove redundant, expensive tracking in ClientSession.Michael Meeks1-13/+0
2019-02-14TileCache: re-factor API to work in terms of vectors, not file references.Michael Meeks1-0/+13
2019-02-13Expose tile-id generation to unit tests.Michael Meeks1-3/+0
2018-11-13Session: make members privateMiklos Vajna1-6/+0
2018-09-29Upper limit of sent out versions of the same tileTamás Zolnai1-1/+2
2018-09-29Filter out tiles by wired on wsd side tooTamás Zolnai1-19/+1
2018-09-21Fix warning: in case of a text document part number has no meaningTamás Zolnai1-0/+2
2018-08-30Calculate tiles-on-fly limit a bit more preciselyTamás Zolnai1-0/+3
2018-08-23Go back using list for tilesOnFlyTamás Zolnai1-2/+3
2018-08-23Drop too old tileID's from tiles-on-fly listTamás Zolnai1-1/+3
2018-08-22Updated deduplicated tiles wireIDTamás Zolnai1-9/+7
2018-08-22Reset also the wireId map by canceltilesTamás Zolnai1-3/+3
2018-08-20get rid of boost::optionalTomaž Vajngerl1-4/+3
2018-08-20Revert "Get back "Cancel tiles also in wsd's senderqueue""Tamás Zolnai1-2/+0
2018-08-17Get back "Cancel tiles also in wsd's senderqueue"Tamás Zolnai1-0/+2
2018-08-15Revert "Add a cache of "thumbnails" (PNG images) generated using the convert-...Tor Lillqvist1-11/+1
2018-08-03Revert "Cancel tiles also in wsd's senderqueue"Tamás Zolnai1-2/+0
2018-07-31Make client tilesBeingRendered tracking more robustTamás Zolnai1-6/+9
2018-07-31Cancel tiles also in wsd's senderqueueTamás Zolnai1-0/+2
2018-07-24Store number of tiles sent to kit for renderingTamás Zolnai1-0/+10
2018-07-24Trace sent tiles when they are actually sentTamás Zolnai1-1/+12
2018-07-19Add some additional comment related to latency changesTamás Zolnai1-1/+7
2018-07-19Store wiredIDs on the server sideTamás Zolnai1-2/+13
2018-07-19Calculate TilesOnFly limit based on visible areaTamás Zolnai1-0/+4
2018-07-19Use an upper limit for number of tiles we push to the networkTamás Zolnai1-9/+7
2018-07-19Handle part number a bit more robust in case of WriterTamás Zolnai1-1/+1
2018-07-19Store sent tiles's id instead of using a simple counterTamás Zolnai1-3/+4
2018-07-19Add a timeout for tileprocessed message handlingTamás Zolnai1-1/+4
2018-07-19Wait tileprocessed message from client to send new bunch of tilesTamás Zolnai1-0/+13
2018-07-19Request new tiles in wsd by invalidateTiles messageTamás Zolnai1-0/+6
2018-07-19Store client's visible are information in wsdTamás Zolnai1-0/+13
2018-07-12Add a cache of "thumbnails" (PNG images) generated using the convert-to APITor Lillqvist1-1/+11
2018-02-07wsd: spell out non-trivial autos to improve readabilityMiklos Vajna1-1/+1
2017-11-09lokdialog: send invalidate rectangle in dialog commandPranav Kant1-2/+0
2017-10-25lokdialog: Mouse/key events, canvas use & child window impl.Pranav Kant1-1/+1
2017-10-25lokdialog: wsd: first cut at lok dialog rendering apiPranav Kant1-0/+2
2017-09-11Count key-strokes, and report per session.Michael Meeks1-0/+3