summaryrefslogtreecommitdiff
path: root/wsd
AgeCommit message (Expand)AuthorFilesLines
2020-05-13Proxy: use much more obscure session IDs.Michael Meeks3-8/+29
2020-05-13Proxy: re-arrange URL structure & document it better.Michael Meeks4-27/+46
2020-05-13Proxy: move requestDetails closer to ProxyProtocol.Michael Meeks6-19/+18
2020-05-12Proxy: move RequestDetails to its own header.Michael Meeks7-154/+234
2020-05-12Simplify and centralize document URI decoding.Michael Meeks1-14/+15
2020-05-12killpoco: remove last StringTokenizer.Michael Meeks1-18/+20
2020-05-12RequestDetails - move into a single class & simplify flow.Michael Meeks2-70/+142
2020-05-09MSForms: send item selection event to core.Tamás Zolnai1-1/+6
2020-05-08Proxy: only accept request from localhost.Michael Meeks3-0/+19
2020-05-08function bar: Index the function by name, not by index.Jan Holesovsky1-11/+1
2020-05-07Avoid unexpected exception in the iOS appMichael Meeks1-0/+6
2020-05-07Proxy: getSubURLForEndpoint - don't return wss:// URLs in error.Michael Meeks1-6/+12
2020-05-07Proxy: send 200 back when there is no queue.Michael Meeks1-2/+17
2020-05-07libfuzzer: fix buildMiklos Vajna1-2/+2
2020-05-06Proxy: re-factor proxy handling into ServerURL and cleanup copy/paste.Michael Meeks8-79/+113
2020-05-05nocaps: Make the convert-to work too.Jan Holesovsky4-7/+17
2020-05-05nocaps: Fix WOPI load.Jan Holesovsky1-1/+4
2020-05-04admin: cleanup sent/recv accounting - and initialize the totals.Michael Meeks2-11/+21
2020-05-04AdminModel::removeDocument: fix the other key issue by code sharing.Michael Meeks2-11/+15
2020-05-04AdminModel::removeDocument: hold a copy of doc key before eraseMiklos Vajna1-1/+2
2020-05-02Lower convert-to process priorities by default.Michael Meeks3-6/+35
2020-05-02mobile: remove a few conditionals.Michael Meeks3-12/+5
2020-04-30Allow overriding the lo-template-path with a command line switch.Jan Holesovsky1-2/+8
2020-04-30Storage: add as_scheme to allow auto-determination of whether to use SSL.Michael Meeks2-7/+29
2020-04-29admin: fix kit CPU metrics computationGabriel Masei1-1/+1
2020-04-29remove unused method from WebSocketHandlerGabriel Masei1-1/+1
2020-04-29killpoco: removed Poco::Process completelyPranam Lashkari7-22/+17
2020-04-29forward the device form factor of the client on a new view requestMarco Cecchetti2-1/+9
2020-04-28Proxy: improving parsing & URL passing for websocket to fix connect-src.Michael Meeks1-35/+54
2020-04-28wsd: admin: send smaps fd along websocket upgrade requestGabriel Masei6-33/+16
2020-04-28Proxy: convert ProxyPrefix to a full URL.Michael Meeks2-3/+26
2020-04-28wsd: don't reset modified flag on storing the docAshod Nakashian1-2/+2
2020-04-27admin: fix kit_memory_usage metrics computationGabriel Masei1-2/+2
2020-04-26typo fixes in comments and codeAndras Timar9-15/+15
2020-04-25wsd: admin: move kit memory reporting from kit to admin moduleGabriel Masei7-38/+56
2020-04-25Admin: cleanup lifecycle of Document.Michael Meeks4-61/+69
2020-04-24Allow running the production build under a non-lool user when necessary.Jan Holesovsky2-0/+11
2020-04-24Proof: inject ProxyPrefix into discovery xml.Michael Meeks1-14/+17
2020-04-24Proxy: detect isWaiting properly now we have requests serials.Michael Meeks1-2/+1
2020-04-24Proxy: adapt the path with a serial for each request.Michael Meeks1-2/+2
2020-04-24Proxy: marshal message serial too.Michael Meeks2-7/+32
2020-04-24Proxy: improve debugging and connection handling.Michael Meeks1-0/+7
2020-04-24Proxy: don't leave out sockets lingering around for the !flush case.Michael Meeks1-4/+7
2020-04-24Proxy: improve debugging & naming.Michael Meeks3-19/+34
2020-04-24Proxy: ensure dumpState dumps via the MessageHandlerInterface too.Michael Meeks1-0/+2
2020-04-24Proxy: poll for output space if we need waking.Michael Meeks2-5/+10
2020-04-24Proxy: open four wait sockets concurrently.Michael Meeks4-24/+40
2020-04-24wsd: harden socket weakptrAshod Nakashian4-39/+74
2020-04-24Proxy protocol bits.Michael Meeks4-46/+232
2020-04-24Proxy websocket prototype.Michael Meeks5-10/+303