summaryrefslogtreecommitdiffstats
path: root/wsd/DocumentBroker.cpp
Commit message (Expand)AuthorAgeFilesLines
* wsd: do not set default close reasonPranam Lashkari2022-04-271-1/+0
* wsd: minor log improvementsAshod Nakashian2022-04-211-2/+4
* wsd: add and use isWritable helper in sessionAshod Nakashian2022-04-141-19/+19
* wsd: correct active-session countingAshod Nakashian2022-04-141-1/+3
* wsd: check the stop flag immediately after pollAshod Nakashian2022-04-141-0/+6
* wsd: move tokenizer helpers into StringVectorAshod Nakashian2022-04-141-2/+2
* wsd: add LOG_ASSERT to replace assert with extra loggingAshod Nakashian2022-04-141-4/+5
* wsd: unload when no Kit and nothing to uploadAshod Nakashian2022-04-011-0/+21
* wsd: remove unsed function in DocumentBrokerAshod Nakashian2022-04-011-14/+0
* android: fix unable to exit modified documentMert Tumer2022-03-211-2/+2
* wsd: gracefully close the document when disconnected from KitAshod Nakashian2022-03-161-11/+31
* wsd: stop loading when low on disk spaceAshod Nakashian2022-03-161-0/+4
* wsd: test: assert correct wopi GetFile and PutFileAshod Nakashian2022-03-091-4/+4
* wsd: assert that we don't have more than one active sessionAshod Nakashian2022-03-091-1/+1
* wsd: more informative timestamps in dumpStateAshod Nakashian2022-03-091-5/+4
* wsd: faster save and exit when unloadingAshod Nakashian2022-02-251-3/+2
* wsd: do not skip uploading when last save skippedAshod Nakashian2022-02-251-45/+29
* wsd: do not clobber closeReasonAshod Nakashian2022-02-251-2/+12
* wsd: stop if unloading and have no sessions to uploadAshod Nakashian2022-02-251-4/+27
* wsd: reduce debug and generally redundant logsAshod Nakashian2022-02-241-9/+6
* wsd: dump all the state managers in DocBrokerAshod Nakashian2022-02-241-21/+20
* wsd: test: extend the timeout of the conflict testsAshod Nakashian2022-02-241-6/+6
* Count and report on various internal exceptions.Michael Meeks2022-02-181-0/+5
* wsd: test: dump DocBroker state when tests failAshod Nakashian2022-02-171-1/+6
* wsd: test: add more DocBroker test eventsAshod Nakashian2022-02-171-3/+19
* refactored feature disabling bitsPranam Lashkari2022-02-111-24/+24
* wsd: limit store failure when unloadingAshod Nakashian2022-02-091-0/+18
* wsd: merge unloading logic and centralizeAshod Nakashian2022-02-081-27/+28
* wsd: reuse autoSaveAndStop for consistentcyAshod Nakashian2022-02-081-15/+4
* wsd: detect storage conflict with no clientsAshod Nakashian2022-02-081-10/+36
* wsd: do not force uploading when in conflictAshod Nakashian2022-02-081-8/+23
* wsd: improved removeSessionAshod Nakashian2022-02-081-5/+7
* wsd: wait for the modified flag before giving upAshod Nakashian2022-02-081-1/+17
* wsd: preserve the original modified time as stringAshod Nakashian2022-02-081-9/+9
* wsd: improved DocBroker loggingAshod Nakashian2022-02-041-2/+11
* wsd: save -> uploadAshod Nakashian2022-02-041-5/+5
* wsd: remove unused resetUnloadRequestedAshod Nakashian2022-02-041-3/+0
* wsd: support PDF comment saving during unload with testAshod Nakashian2022-01-261-1/+9
* wsd: handle no-storage when shutting downAshod Nakashian2022-01-221-0/+6
* wsd: do not load a new view when unloadingAshod Nakashian2022-01-171-1/+1
* wsd: dump the state of the sessions of DocBrokerAshod Nakashian2022-01-171-0/+6
* wsd: improve logging and doc state dumpingAshod Nakashian2022-01-111-1/+10
* wsd: stop DocBroker when loading failsAshod Nakashian2022-01-111-1/+6
* wsd: more frequent polling while unloading documentsAshod Nakashian2022-01-111-3/+8
* wsd: do not create client sessions on docs marked to destroyAshod Nakashian2022-01-111-0/+9
* wsd: test: fail when modified docs are unsavedAshod Nakashian2022-01-111-0/+2
* wsd: do not count disconnecting sessions as activeAshod Nakashian2022-01-111-8/+27
* wsd: test: add slow save and upload testAshod Nakashian2022-01-111-0/+2
* wsd: save and wait until document isn't modifiedAshod Nakashian2022-01-111-18/+89
* wsd: remove DocBroker from Admin lastAshod Nakashian2022-01-111-5/+6